×

注意!页面内容来自https://bbs.colg.cn/thread-8972613-1-1.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

登录 后使用快捷导航
没有帐号?注册
<> /* 2023-2-7 迁移 */ .nav-wapper { width: 100%; position: relative; background-color: #fff; } .nav-wapper a { text-decoration: none; } .nav-container { position: relative; margin: 0 auto; min-width: 960px; height: 45px; display: flex; justify-content: space-between; width: 98%; z-index: 200; } .nav-left-container { display: flex; justify-content: flex-start; align-items: center; } .nav-right-container { display: flex; justify-content: flex-end; align-items: center; } .nav-title { color: #222222; font-size: 14px; font-weight: 500; white-space: nowrap; } /* 解决英文变粗撑开宽度 */ .nav-title::after { display: block; content: attr(title); font-weight: bold; visibility: hidden; height: 1px; color: transparent; margin-bottom: -1px; overflow: hidden; } .nav-arrow-down { display: inline; margin-left: 2px; width: 12px; height: 12px; transform: rotate(0); transition-duration: 0.25s; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -69px -1px; } .nav-logo { display: block; margin-right: 30px; width: 62px; height: 20px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat 0px -20px; } .nav-board:hover .nav-arrow-down { transform: rotate(0.5turn); transition-duration: 0.25s; } .nav-item-dot { display: none; position: absolute; top: 6px; left: 70%; padding: 0 4px; height: 14px; line-height: 14px; color: #fff; background: #F9504D; border-radius: 7px; } .nav-item, .nav-board { margin-right: 24px; position: relative; display: flex; justify-content: center; align-items: center; height: 100%; cursor: pointer; } .nav-item .dl-pic { margin-right: 5px; width: 16px; height: 16px; vertical-align: middle; } .nav-item:hover .nav-title { color: #4F8AFF; } .nav-item .sign-icon { margin-left: 6px; margin-top: -2px; width: 14px; height: 14px; background: url(https://static.colg.cn/image/activity/sign_act/sign_gift.png) no-repeat; background-size: 100% 100%; } .nav-flag { display: none; padding: 0 4px; height: 12px; text-align: center; color: #fff; font-size: 10px; line-height: 12px; background-color: #F9504D; border-radius: 7px; position: absolute; right: -24px; top: 6px; } .nav-search-wapper { margin-right: 10px; min-width: 118px; display: flex; align-items: center; height: 25px; border: 0.5px solid #4F8AFF; border-radius: 4px; overflow: hidden; position: relative; background-color: #FFF; } .nav-search-wapper .icon { margin-left: 12px; width: 14px; height: 14px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -145px -3px; } .nav-search-wapper input { margin-left: 5px; width: 145px; height: 25px; border: 0; outline: none; font-size: 14px; font-weight: 400; } .nav-search-wapper .search { width: 48px; height: 25px; color: #fff; font-size: 14px; font-weight: 500; line-height: 25px; text-align: center; background-color: #4F8AFF; } .user-wapper { display: flex; align-items: center; position: relative; height: 100%; } .user-wapper .unlogin { display: none; align-items: center; } .user-wapper .login { display: flex; align-items: center; } .user-wapper .login img { height: 32px; width: 32px; border-radius: 16px; object-fit: cover; } .user-wapper .login .avatarImg { height: 32px; width: 32px; border-radius: 16px; object-fit: cover; } .user-wapper .qqlogin { display: block; margin-right: 20px; width: 124px; min-width: 124px; height: 24px; background: url(https://static.colg.cn/image/nav/nav-qq-login.png) 100%/100%; } .sprite_nav_qqlogin { width: 24px; height: 24px; display: inline-block; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -28px -100px; } .sprite_nav_avatar_icon { width: 24px; height: 24px; display: inline-block; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -1px -100px; } .user-wapper .alogin { margin-left: 10px; font-size: 14px; font-weight: 400; color: #364464; min-width: 32px; } .user-wapper .user-name { margin-left: 10px; color: #364464; font-size: 14px; font-weight: 400; max-width: 125px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-right-container .post { margin-left: 24px; width: 55px; height: 26px; color: #fff; font-size: 14px; font-weight: 500; line-height: 26px; text-align: center; background-color: #4F8AFF; border-radius: 4px; } .nav-hotWords-list { position: absolute; left: 33px; top: 0px; pointer-events: none; } .nav-hotWords-list li p { height: 25px; font-size: 14px; font-weight: 400; color: #8590A6; line-height: 25px; } .nav-pics-list { height: 40px; overflow: hidden; } .nav-pics-list li { width: 80px; height: 40px; display: flex; justify-content: center; align-items: center; position: relative; } .nav-pics-list a { width: 100%; height: 100%; color: #222222; font-size: 14px; font-weight: 500; line-height: 40px; text-align: center; position: absolute; top: 0; left: 0; } .nav-pics-list li img { width: 100%; height: 100%; object-fit: contain; } .nav-board-popup { display: none; position: absolute; top: 45px; left: -62px; z-index: 200; } .nav-board-wapper { display: flex; flex-direction: row; margin-top: 10px; max-width: 1240px; background-color: #FFF; border: 1px solid #C3CADA; border-radius: 4px; overflow-x: auto; } .nav-board-pupup-list { margin-left: 30px; width: 150px; min-width: 150px; } .nav-subboard-list { margin-left: 10px; } .nav-board-pupup-list li { display: flex; overflow: hidden; } .nav-board-pupup-list .tit { display: flex; justify-content: flex-start; align-items: center; height: 40px; } .nav-board-pupup-list .tit img { margin-right: 5px; width: 16px; height: 16px; } .nav-board-pupup-list .tit span { font-size: 14px; font-weight: 400; color: #667189; } .nav-board-pupup-list li a { display: block; color: #1F1F1F; font-size: 14px; font-weight: 400; color: #1F1F1F; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-board-pupup-list li:hover a { color: #4F8AFF; } .nav-board-pupup-list li:hover .left-pic { display: block; } .nav-board-pupup-list li .left-pic { display: none; width: 20px; position: relative; } .nav-board-pupup-list li .left-pic .pic { height: 16px; width: 16px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -86px -3px; position: absolute; top: 12px; } .nav-subboard-list li .sub-left-pic { display: inline-block; width: 10px; position: relative; } .nav-subboard-list li .sub-left-pic .pic { height: 4px; width: 4px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -106px -31px; position: absolute; bottom: 14px; } .nav-subboard-list li:hover .sub-left-pic { width: 20px; position: relative; } .nav-subboard-list li:hover .sub-left-pic .pic { height: 16px; width: 16px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -86px -3px; position: absolute; top: 12px; } .nav-code-popup { display: none; position: absolute; top: 45px; left: -42px; z-index: 200; } .nav-code-wapper { width: 180px; margin-top: 10px; background: #FFFFFF; border: 1px solid #C3CADA; border-radius: 4px; } .nav-code-wapper .logo { margin: 18px auto 0; width: 62px; height: 20px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat; } .nav-code-wapper .tit { margin: 4px auto; font-size: 14px; font-weight: 700; color: #1F1F1F; height: 14px; text-align: center; } .nav-code-wapper .code { display: block; margin: 14px auto; width: 160px; height: 160px; } .nav-code-wapper .subtit { margin: 18px auto; font-size: 10px; font-weight: 400; color: #7A859C; text-align: center; } .nav-msg-popup { display: none; position: absolute; top: 45px; left: -42px; z-index: 200; } .nav-msg-wapper { width: 160px; margin-top: 10px; background: #FFFFFF; border: 1px solid #C3CADA; border-radius: 4px; } .nav-msg-list { margin: 10px 0; } .nav-msg-list li { display: flex; justify-content: flex-start; align-items: center; margin: 0 12px; padding: 0 12px; height: 42px; background-color: #fff; } .nav-msg-list li:hover, .nav-user-info-container:hover, .nav-user-tool-list li:hover { background-color: rgb(1851952170.15); } .nav-msg-tit { display: block; width: 64px; height: 16px; font-size: 14px; font-weight: 400; color: #364464; height: 45px; line-height: 45px; flex: 1; } .nav-msg-list li:hover .nav-msg-tit { color: #4F8AFF; } .nav-msg-list li .nav-msg-dot-wapper { display: flex; width: 34px; align-items: center; } .nav-msg-dot { height: 14px; width: 14px; color: #fff; font-size: 10px; overflow: hidden; line-height: 14px; border-radius: 7px; box-sizing: border-box; text-align: center; background-color: #F9504D; } .nav-msg-dot-double { width: 26px; } .nav-msg-dot-more { width: 34px; } .nav-user-popup { display: none; position: absolute; top: 45px; left: -160px; padding-top: 10px; z-index: 200; } .nav-user-popup-wapper { padding: 8px 10px; width: 362px; box-sizing: border-box; background: #fff; border: 1px solid #C3CADA; border-radius: 4px; } .nav-user-info-container { padding: 0 18px; display: flex; height: 40px; background-color: #fff; position: relative; } .nav-user-info-container .alink { display: block; width: 100%; height: 100%; } .nav-user-info-container .avatar { display: inline-block; width: 54px; height: 54px; padding: 1px; border: 1px solid #C3CADA; border-radius: 50%; position: absolute; left: 18px; top: -16px; background-color: #fff; box-sizing: border-box; } .nav-user-info-container .avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; overflow: hidden; } .nav-user-info-container .name { display: inline-block; width: 200px; height: 40px; font-size: 14px; font-weight: 400; color: #1F1F1F; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: absolute; left: 86px; pointer-events: none; } .nav-user-info-container .avatar .loginstatus { width: 20px; height: 20px; position: absolute; bottom: 2px; right: 2px; box-sizing: border-box; } .nav-user-info-container .avatar .loginstatus .xi2-zx { width: 10px; height: 10px; position: absolute; bottom: 0px; right: 0px; background: url(https://static.colg.cn/image/nav/nav-user-zx.png) no-repeat; background-size: 100% 100%; } .nav-user-info-container .avatar .loginstatus .xi2-ys { width: 10px; height: 10px; position: absolute; bottom: 0px; right: 0px; background: url(https://static.colg.cn/image/nav/nav-user-ys.png) no-repeat; background-size: 100% 100%; } .nav-user-info-container:hover .name { color: #4F8AFF; } .nav-user-info-container .arrow { width: 8px; height: 10px; position: absolute; display: inline-block; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -153px -26px; right: 20px; top: 16px; /* object-fit: cover; */ } .nav-user-popup-wapper .line { margin-top: 6px; height: 1px; background: #C3CADA } .nav-user-tools-container { display: flex; } .nav-user-tools-container .tools-item { padding: 0 3px; margin-top: 8px; display: flex; height: 64px; justify-content: center; align-items: center; background-color: #fff; box-sizing: border-box; flex: 1 1 auto; cursor: pointer; } .tools-item p { font-size: 14px; font-weight: 500; color: #7A859C; text-align: center; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tools-item p strong { font-size: 14px; font-family: PingFang SC; font-weight: 500; color: #1F1F1F; } .tools-item:hover { background-color: rgb(1851952170.15); } .tools-item:hover p strong { color: #4F8AFF; } .nav-user-tool-list li { display: flex; align-items: center; padding: 0 18px; height: 40px; cursor: pointer; } .nav-user-tool-list li .icon { display: block; width: 24px; height: 24px; object-fit: cover; } .nav-user-tool-list li .t1 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -111px -43px; } .nav-user-tool-list li:hover .t1 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -84px -43px; } .nav-user-tool-list li .t2 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -136px -71px; } .nav-user-tool-list li:hover .t2 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -109px -71px; } .nav-user-tool-list li .t3 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -28px -71px; } .nav-user-tool-list li:hover .t3 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -1px -71px; } .nav-user-tool-list li .t4 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -55px -71px; } .nav-user-tool-list li:hover .t4 { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -82px -71px; } .nav-user-tool-list li p { margin: 0 10px; font-size: 14px; font-weight: 400; color: #667189; flex: 1; } .nav-user-tool-list li:hover p { color: #4F8AFF; } .nav-user-tool-list li .arrow { display: block; width: 8px; height: 10px; display: inline-block; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -153px -26px; /* object-fit: cover; */ } .nav-user-tool-list .line { margin: 6px 18px 0px; } .nav-user-logout { display: block; margin-top: 8px; height: 40px; text-align: center; font-size: 14px; font-weight: 400; color: #666666; line-height: 40px; background: #fff; border-radius: 4px; } .nav-user-logout:hover { color: #4F8AFF; background-color: rgb(1851952170.15); } .nav-item .nav-search-icon { margin-right: 5px; width: 14px; height: 14px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -106px -3px; } .nav-item .nav-search-icon-w { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -126px -3px; } /* 首页单独样式 S*/ .nav-wapper-home { min-width: 1240px; position: relative; background-color: rgba(1531531530.0); } .nav-home-bg { display: none; height: 70px; width: 100%; position: absolute; top: 0; left: 0; overflow: hidden; background: url(https://static.colg.cn/image/nav/nav-home-bg.png) repeat center; background-size: 100% 100%; } .nav-home-bg img { display: block; width: 100%; height: 100%; } .nav-wapper-home .nav-logo { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat 0px 0px; } .nav-wapper-home .nav-title { color: #D2E4FF; font-weight: 500; } .nav-wapper-home .nav-item:hover .nav-title { color: #fff; font-weight: 700; } .nav-wapper-home .nav-arrow-down { background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -69px -13px; } .nav-wapper-home .nav-pics-list a { color: #D2E4FF; } .nav-wapper-home .nav-search-wapper { border: none; } .nav-wapper-home .user-wapper .alogin { color: #D2E4FF; } .nav-wapper-home .user-wapper .user-name { color: #D2E4FF; } .nav-wapper-home .nav-right-container .post { color: #5A95FF; background-color: #FFF; } /* 面包屑 S */ .nav-tools-wapper { display: none; width: 100%; height: 36px; background: #FFFFFF; box-shadow: 0px 1px 1px 0px rgba(1531531530.3); position: fixed; top: 0px; left: 0px; z-index: 1001; } .nav-tools-container { margin: 0 auto; height: 36px; width: 98%; min-width: 960px; display: flex; align-items: center; justify-content: space-between; } .nav-tools-left { display: flex; align-items: center; } .nav-tools-left .nav-tools-item { padding: 0px 18px; display: flex; align-items: center; background: #E8F3FD; border-radius: 4px; position: relative; } .nav-tools-home { width: 15px; height: 15px; display: inline-block; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -114px -24px; margin-right: 2px; } .nav-tools-left .nav-tools-item a, .nav-tools-left .nav-tools-serach a, .nav-tools-right .nav-tools-user-area .user-center-a { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .nav-tools-left .nav-tools-item .tit { height: 24px; font-size: 14px; font-weight: 500; color: #33669A; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-tools-left .arrow-right { margin: 0px 12px; width: 10px; height: 12px; background: url(https://static.colg.cn/image/sprites/sprite-nav.png) no-repeat -136px -24px; } .nav-tools-left .nav-tools-post-item { background: #A6CEEE; } .nav-tools-left .nav-tools-post-item .tit { max-width: 400px; color: #07162D; } .nav-tools-left .nav-tools-serach { margin: 0 30px; padding: 0 12px; width: 150px; height: 24px; color: #999999; font-size: 14px; line-height: 24px; border: 1px solid #999999; border-radius: 12px; position: relative; } .nav-tools-left .nav-tools-serach img { width: 16px; height: 16px; position: absolute; top: 4px; right: 14px; } .nav-tools-right { display: flex; align-items: center; } .nav-tools-right .tools-msg { font-size: 14px; font-weight: 500; color: #33669A; white-space: nowrap; } .nav-tools-right .nav-tools-user-area { margin-left: 22px; display: flex; align-items: center; position: relative; } .nav-tools-right .nav-tools-user-area img { width: 24px; height: 24px; border-radius: 12px; overflow: hidden; object-fit: cover; } .nav-tools-right .nav-tools-user-area p { margin-left: 8px; font-size: 14px; font-weight: 500; max-width: 152px; color: #33669A; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-tools-right .nav-tools-user-area .login-a { width: 60px; height: 24px; font-size: 14px; font-weight: 500; line-height: 24px; color: #fff; text-align: center; background-color: #4F8AFF; white-space: nowrap; text-decoration: none; border-radius: 4px; } .nav-tools-right .nav-tools-user-area .register-a { position: relative; margin-right: 14px; width: 60px; height: 24px; color: #4F8AFF; font-size: 14px; font-weight: 500; background-color: #fff; line-height: 24px; text-align: center; white-space: nowrap; text-decoration: none; border-radius: 4px; border: 0.5px solid #4F8AFF; box-sizing: border-box; } .nav-tools-right .nav-tools-user-area .reg-popup-content { position: absolute; width: 337px; height: 386px; top: 24px; left: -192px; background: url(https://static.colg.cn/image/register_guide/register_bg.png) no-repeat; background-size: 100% 100%; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-close { position: absolute; top: 20px; right: 14px; width: 30px; height: 30px; background: url(https://static.colg.cn/image/register_guide/register_close.png) no-repeat center; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list { display: flex; flex-wrap: wrap; margin: 50px auto 0; justify-content: center; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list li { width: 113px; height: 132px; margin-right: 26px; margin-bottom: 22px; border: 4px solid rgba(0000.0); } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list li:hover { border: 4px solid #4F8AFF; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list .step_1 { background: url(https://static.colg.cn/image/register_guide/register_step_1.png) no-repeat; background-size: 100% 100%; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list .step_2 { margin-right: 0px; background: url(https://static.colg.cn/image/register_guide/register_step_2.png) no-repeat; background-size: 100% 100%; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list .step_3 { margin-bottom: 0px; background: url(https://static.colg.cn/image/register_guide/register_step_3.png) no-repeat; background-size: 100% 100%; } .nav-tools-right .nav-tools-user-area .reg-popup-content .reg-guide-list .step_4 { margin-bottom: 0px; margin-right: 0px; background: url(https://static.colg.cn/image/register_guide/register_step_4.png) no-repeat; background-size: 100% 100%; }
更换角色
解除绑定
当前签到

0

活动规则

返回
领取记录

沃特碧们的Colg

QQ登录

只需一步,快速开始

<>.zoom {vertical-align: top;} < id="diy_" type="text/css">
< id="diy_" type="text/css">

[生活] 俄黑海舰队总部大楼被炸,伤亡成谜

[复制链接]
<> .register_view { width: 100%; position: relative; } .register_bg { width: 1872px; height: 83px; top: 0; right: 0; transform: scale(1); /* 初始缩放比例为1 */ transform-origin:top left; cursor: pointer; } .register_time_content { position: absolute; display: flex; align-items: center; width: 307px; top: 50%; right: 0; transform: translateY(-50%); transform-origin:top right; } .register_time_content li { width: 54px; height: 54px; margin-right: 47px; font-size: 26px; color: #fff; text-align: center; line-height: 54px; font-weight: 700; } .register_time_content li:last-child { margin-right: 0px; } .register_float_view { position: fixed; display: none; bottom: 160px; right: 12px; z-index: 199; cursor: pointer; } .register_float_view .rf_content { display: flex; flex-direction: column; position: relative; width: 290px; height: 355px; } .register_float_view .rf_content .rf_time { display: flex; margin: 48px 51px 0 28px; } .register_float_view .rf_content .rf_time li { width: 54px; height: 54px; margin-right: 25px; font-size: 26px; color: #fff; text-align: center; line-height: 54px; font-weight: 700; } .register_float_view .rf_content .rf_time li:last-child { margin-right: 0px; } .register_float_view .rf_right_view { position: absolute; right: 0; top: 0; width: 25px; height: 96px; } .register_float_view .rf_gif { display: none; width: 168px; height: 174px; }
12下一页
返回列表
发帖
回复
<> .f_title { padding: 8px 26px 0; height: 35px; background: #e8f3fd; color: #fff; font-: italic; font-weight: 1000; font-size: 24px; line-height: 35px; box-sizing: border-box; } .f_title .f_post_icon { width: 76px; height: 18px; background: url("https://static.colg.cn/image/editor_options/post_text_icon.png") center; } .f_title .f_reply_icon { width: 75px; height: 17px; background: url("https://static.colg.cn/image/editor_options/reply_text_icon.png") center; } .f_tid_wapper { float: left; margin-right: 6px; } .f_tid_wapper select { float: left; height: 23px; } .f_tid_wapper a { display: block; overflow: hidden; padding: 0 17px 0 4px; width: 124px !important; height: 32px; line-height: 32px; text-decoration: none !important; font-size: 14px; font-weight: 400; color: #99a2aa; position: relative; border: 1px solid #D0D3D7; border-radius: 4px; box-sizing: border-box; } /* ctrl 'select' width */ .f_tid_wapper select { width: 124px; } .f_tid_wapper a::before { width: 13px; height: 13px; content: ''; position:absolute; display: block; overflow: hidden; background-position: -257px -2px; background-image: url(https://static.colg.cn/image/sprites/sprite-list.png); right: 8px; top: 8px; } .f_tid_wapper a:hover::before.f_tid_wapper a:focus::before { background-position: -275px -2px; } .f_input_wapper { display: inline-block; position: relative; } .f_input_wapper input { padding-right: 60px; height: 32px; width: 444px; border: 1px solid #D0D3D7; border-radius: 4px; box-sizing: border-box; } .f_input_wapper span { position: absolute; height: 32px; line-height: 32px; font-size: 12px; font-weight: 400; color: #99A2AA; right: 10px; } .f_tedt { width: auto; margin-bottom: 20px; } .f_tedt .f_bar { padding: 5px 20px; background: #F6F6F7; margin-bottom: 20px; } .f-input-tool-wapper { position: relative; display: flex; flex-direction: row; align-items: center; } .f-input-tool { width: 30px; height: 30px; margin-right: 20px; background-color: #F6F6F7; border-radius: 15px; cursor: pointer; } .f-input-tool:hover { background-color: #E4E4E4; } .f-input-tool-wapper .f-emoji { background-image: url("https://static.colg.cn/image/editor/new/smile.png"); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .f-input-tool-wapper .f-link { background-image: url("https://static.colg.cn/image/editor/new/link.png"); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .f-input-tool-wapper span { margin-right: 20px; color: #99A2AA; } .f-input-tool-wapper .a-editor { color: #4280FF; line-height: 30px; font-size: 14px; } .f-input-tool-wapper .a-rule { position: absolute; height: 30px; font-size: 14px; line-height: 30px; right: 0; top: 0; } .f-menu-tip-wapper { position: absolute; display: none; color: #fff; background: black; padding: 0px 5px; height: 24px; line-height: 24px; border-radius: 5px; } .f-menu-tip-wapper::before { width: 14px; height: 14px; content: ''; position:absolute; display: block; background-image: url(https://static.colg.cn/image/editor_options/icon_triangle_up.png); top: -10px; left: 0; right: 0; margin: 0 auto; } .f_textArea { width: 100%; height: 154px; border: none; background-color: #F6F6F7; padding: 5px; box-sizing: border-box; } .f_pnpost { display: flex; position: relative; justify-content: center; align-items: center; } .f_pnpost .f_rule_btn { height: 36px; width: 130px; font-size: 14px; font-weight: 400; margin-right: 40px; background-color: #fff; border: 1px solid #000000; color: #000000; border-radius: 18px; } .f_pnpost .f_post_btn { height: 36px; width: 130px; font-size: 14px; font-weight: 400; background-color: #4f8aff; color: #fff; border-radius: 18px; cursor: pointer; border: none; } .f_pnpost .f_post_ext { position: absolute; right: 0px; top: 0px; } .f_pls { width: 154px; background-color: #fff; margin-right: 20px; padding-left: 10px; } .f_pls .f_avatar { margin-top: -4px; width: 154px; height: 154px; } .f_pls .f_avatar img { width: 100%; height: 100%; object-fit: contain; background-color: #F6F6F7; }
您需要登录后才可以回帖 登录 | 注册
<> #f_pst .bm_c {float: left; width: 96%;}
补丁搜索器
<> .dy_gift_float_wapper { position: fixed; display: none; top: 100px; right: 12px; z-index: 1001; cursor: pointer; } .dy_gift_float_wapper .dy_content { display: flex; flex-direction: column; width: 224px; height: 171px; } .dy_gift_float_wapper .dy_right_view { position: absolute; right: 0; top: 0; width: 25px; height: 96px; } .dy_gift_float_wapper .dy_gif { display: none; width: 44px; height: 46px; } .dy_tip_float_wapper { position: fixed; display: none; width: 188px; height: 170px; bottom: 120px; right: 12px; z-index: 199; background: url(https://static.colg.cn/image/activity/douyu/douyu_tip.png) no-repeat; top: 100%; transition: transform 0.5s ease; transform: translateY(0%); cursor: pointer; } .dy_tip_float_wapper .dy_tip_close { position: absolute; width: 20px; height: 20px; background: url(https://static.colg.cn/image/activity/douyu/douyu_tip_close.png) no-repeat center; top: 10px; right: 10px; } .dy_tip_float_wapper label { position: absolute; color: #5B5E6B; font-size: 16px; left: 48px; bottom: 16px; } .dy_alert_wapper { position: fixed; display: none; align-items: center; justify-content: center; width: 100%; height: 100%; top: 0; left: 0; z-index: 201; background-color: rgba(000,0.6); } .dy_alert_wapper .dy_alert { width: 350px; background-color: #fff; border-radius: 10px; } .dy_alert_wapper .dy_alert p { color: black; font-size: 20px; text-align: center; margin-top: 30px; line-height: 50px; } .dy_alert_wapper .dy_alert .dy_alert_tools { display: flex; height: 50px; padding: 10px 0; } .dy_alert_wapper .dy_alert .dy_alert_tools .dy_cancel { color: #666666; font-size: 17px; width: 50%; text-align: center; line-height: 50px; cursor: pointer; } .dy_alert_wapper .dy_alert .dy_alert_tools .dy_done { color: #007AFF; font-size: 17px; width: 50%; text-align: center; line-height: 50px; cursor: pointer; }

需要前往COLG才可完成该操作

取消
确定
<> .cooperation_bd_wapper { position: fixed; display: none; width: 188px; height: 170px; bottom: 190px; right: 12px; z-index: 199; top: 105%; transition: transform 0.5s ease; transform: translateY(0%); cursor: pointer; } .cooperation_bd_wapper .cooperation_bd_content { display: flex; flex-direction: column; align-items: center; } .cooperation_bd_wapper .bd_tip_close { position: absolute; width: 16px; height: 16px; background: url(https://static.colg.cn/image/common/login-close.png) no-repeat center; background-size: 100% 100%; top: -14px; right: 14px; } .cooperation_bd_content .bd_img { height: 120px; width: 120px; background-repeat: no-repeat; background-size:cover; background-position: center; } .cooperation_bd_content label { color: #5B5E6B; font-size: 15px; } .cooperation_bd_wapper .cooperation_bd_step_2 { display: none; flex-direction: column; align-items: center; } .cooperation_bd_step_2 .exp_img { height: 120px; width: 120px; margin-bottom: 5px; background-repeat: no-repeat; background-size:cover; background-position: center; } .cooperation_bd_step_2 p { text-align: center; color: #5B5E6B; font-size: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-all; }

网络游戏行业防沉迷自律公约 | 侵害未成年人行为举报 | 手机版|小黑屋|沃特碧们的Colg (  闽公网安备35010302000392号  闽ICP备06029681号-4 )

GMT+82026-5-7 04:56 Processed in 0.365373 second(s)16 queries Gzip OnRedis On.

Powered by Discuz! Relife

© 2001-2019

快速回复 返回顶部 返回列表