@charset "UTF-8"; /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. * Known issue: no IE 6 support. */ [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Address margins handled incorrectly in IE 6/7. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; color: #000; } /** * Address margins set differently in IE 6/7. */ p, pre { margin: 1em 0; } /** * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /** * Address CSS quotes not supported in IE 6/7. */ q { quotes: none; } /** * Address `quotes` property not supported in Safari 4. */ q:before, q:after { content: ''; content: none; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Lists ========================================================================== */ /** * Address margins set differently in IE 6/7. */ dl, menu, ol, ul { margin: 1em 0; } dd { margin: 0 0 0 40px; } /** * Address paddings set differently in IE 6/7. */ menu, ol, ul { padding: 0 0 0 40px; } /** * Correct list images handled incorrectly in IE 7. */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ========================================================================== Embedded content ========================================================================== */ /** * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improve image quality when scaled in IE 7. */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Correct margin displayed oddly in IE 6/7. */ form { margin: 0; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct color not being inherited in IE 6/7/8/9. * 2. Correct text not wrapping in Firefox 3. * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /** * 1. Correct font size not being inherited in all browsers. * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, * and Chrome. * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: middle; /* 3 */ } /** * Address Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Remove inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to content-box in IE 8/9. * 2. Remove excess padding in IE 8/9. * 3. Remove excess padding in IE 7. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 6/7/8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } .bbs-box .rank-ul.username .ul-top, .bbs-box .mod-tabs-hd, .bbs-box ul.top-nav, .bbs-box .sub-nav, .check-card .inner, .check-card .win-hd, .check-card .win-bd .top-line, .check-card .win-bd-content li, .check-card .win-bd-content li .post-info-link, .check-card .win-bd-content li .post-reply, .sameCity .area, .aonic .area, .clearfix, .mod-tabs-trigger, .top-message { *zoom: 1; } .bbs-box .rank-ul.username .ul-top:before, .bbs-box .mod-tabs-hd:before, .bbs-box ul.top-nav:before, .bbs-box .sub-nav:before, .check-card .inner:before, .check-card .win-hd:before, .check-card .win-bd .top-line:before, .check-card .win-bd-content li:before, .check-card .win-bd-content li .post-info-link:before, .check-card .win-bd-content li .post-reply:before, .sameCity .area:before, .aonic .area:before, .clearfix:before, .mod-tabs-trigger:before, .top-message:before, .bbs-box .rank-ul.username .ul-top:after, .bbs-box .mod-tabs-hd:after, .bbs-box ul.top-nav:after, .bbs-box .sub-nav:after, .check-card .inner:after, .check-card .win-hd:after, .check-card .win-bd .top-line:after, .check-card .win-bd-content li:after, .check-card .win-bd-content li .post-info-link:after, .check-card .win-bd-content li .post-reply:after, .sameCity .area:after, .aonic .area:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after { content: ""; display: table; line-height: 0; } .bbs-box .rank-ul.username .ul-top:after, .bbs-box .mod-tabs-hd:after, .bbs-box ul.top-nav:after, .bbs-box .sub-nav:after, .check-card .inner:after, .check-card .win-hd:after, .check-card .win-bd .top-line:after, .check-card .win-bd-content li:after, .check-card .win-bd-content li .post-info-link:after, .check-card .win-bd-content li .post-reply:after, .sameCity .area:after, .aonic .area:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after { clear: both; } .my-attention table { color: #666; min-height: 100px; } .my-attention table thead { color: #999; } .my-attention table thead th { padding: 12px 0 10px; *padding-top: 4px; border-bottom: 1px solid #f0f0f0; } .my-attention table tbody tr:hover td { background: #ecf3f9; } .my-attention table tbody td { padding: 5px; } .my-attention .profileIcon { width: 28px; height: 28px; margin-right: 10px; vertical-align: middle; } .my-attention .champions { with: 20px; height: 20px; vertical-align: middle; } .my-attention .page-nav { margin-top: 10px; margin-right: 0px !important; } .theme-box .type-title .type4 { margin-left: 0 !important; } .theme-box .mod-tabs-content ul .type4 { margin-left: 0 !important; } .theme-box .type-title .type1 { width: 252px !important; margin-left: 67px !important; margin-right: 0px !important; } .theme-box .mod-tabs-content ul .type1 { width: 313px !important; } .theme-box .sub-nav { margin-bottom: 10px !important; } .bbs-box { position: relative; } .bbs-box .type-title span, .bbs-box .mod-tabs-content ul span { display: inline-block; *display: inline; *zoom: 1; } .bbs-box .type-title span { color: #999; } .bbs-box .mod-tabs-content ul .type1 { color: #666; } .bbs-box .mod-tabs-content ul .type2, .bbs-box .mod-tabs-content ul .type3, .bbs-box .mod-tabs-content ul .type4 { color: #999; } .bbs-box .my-attention .more-actions { position: absolute; bottom: 14px; left: 15px; padding-top: 10px; } .bbs-box .mod-tabs-content { height: 355px; overflow: hidden; border-bottom: 1px solid #f0f0f0; } .bbs-box .bbs-sign { width: 45px; height: 20px; line-height: 20px; text-align: center; color: #fff; background-color: #f1885b; margin-right: 10px; *vertical-align: 1px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .bbs-box .bbs-sign:hover { background-color: #f49e79; } .bbs-box .bbs-sign.already { background-color: #d4d3cf; } .bbs-box .more-nav.more-actions .more-del { padding: 2px 10px !important; } .bbs-box .rank-ul.username { z-index: 99; right: 0; width: 223px; padding: 15px; } .bbs-box .rank-ul.username .ul-top { clear: both; position: relative; } .bbs-box .rank-ul.username .ul-top h3 a { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: 2px; margin-left: 5px; background-image: url(../slice/refresh.png); } .bbs-box .rank-ul.username .ul-top h3 a:hover { background-image: url(../slice/refresh-hover.png); } .bbs-box .rank-ul.username .ul-top p a { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: -1px; margin-left: 5px; background-image: url(../slice/question1.png); } .bbs-box .rank-ul.username .ul-content { background-color: #ecf3f9; width: 100%; } .bbs-box .rank-ul.username .ul-content li { height: 30px; line-height: 30px; } .bbs-box .rank-ul.username .ul-content li span { display: inline-block; *display: inline; *zoom: 1; width: 10px; height: 9px; margin-right: 5px; } .bbs-box .rank-ul.username .ul-content li span.checked { background-image: url(../slice/red-check.png); } .bbs-box .rank-ul.username .ul-content li a { display: inline-block; *display: inline; *zoom: 1; width: 90px; text-align: center; } .bbs-box .rank-ul.username .ul-content li a.first { text-align: left; } .bbs-box .mod-tabs-hd { background-color: #ecf3f9; height: 30px; line-height: 30px; } .bbs-box .mod-tabs-hd .rank-ul { top: 40px !important; overflow-y: auto; overflow-x: hidden; min-width: 66px; } .bbs-box .mod-tabs-hd .rank-ul li { text-align: left !important; } .bbs-box .mod-tabs-hd .rank-ul.girlAcademy { right: 226px !important; } .bbs-box .mod-tabs-hd .rank-ul.sameCity { right: 131px !important; } .bbs-box .mod-tabs-hd .rank-ul.aonic { right: 219px !important; } .bbs-box .mod-tabs-hd .more { float: right; _display: inline; } .bbs-box .mod-tabs-hd .more span { color: #ccc; } .bbs-box .mod-tabs-hd .more a { display: inline-block; *display: inline; *zoom: 1; color: #408bcb; margin-left: 10px; } .bbs-box .mod-tabs-hd .more a i { display: inline-block; *display: inline; *zoom: 1; margin-right: 4px; margin-bottom: -2px; } .bbs-box .mod-tabs-hd .more .name { color: #666; padding-right: 10px; } .bbs-box .mod-tabs-hd .more .name i { display: inline-block; *display: inline; *zoom: 1; width: 17px; height: 15px; margin: 0px 0 -1px 5px; background: url(../img/marrow-down1.png) no-repeat; } .bbs-box .mod-tabs-hd .more .myTheme i { width: 14px; height: 13px; background-image: url(../slice/theme.png); } .bbs-box .mod-tabs-hd .more .myTheme i:hover { background-image: url(../slice/theme-hover.png); } .bbs-box .mod-tabs-hd .more .shortMsg i { width: 14px; height: 12px; background-image: url(../slice/envelope.png); } .bbs-box .mod-tabs-hd .more .shortMsg i:hover { background-image: url(../slice/envelope-hover.png); } .bbs-box .ul-bottom { float: none !important; text-align: center; } .bbs-box ul.top-nav { float: left; _display: inline; height: 30px; line-height: 30px; width: 480px; } .bbs-box ul.top-nav li { float: left; _display: inline; width: 80px; text-align: center; } .bbs-box ul.top-nav li.selected { font-weight: bold; background-color: #ddebf7; } .bbs-box ul.top-nav li i { display: inline-block; *display: inline; *zoom: 1; width: 17px; height: 15px; margin: 0 0 -2px 5px; } .bbs-box ul.top-nav li i.up { background: url(../img/marrow-up1.png); } .bbs-box ul.top-nav li i.down { background: url(../img/marrow-down1.png) no-repeat; } .bbs-box ul.top-nav li a { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 100%; } .bbs-box ul.top-nav .all-time ul { display: none; clear: both; position: absolute; z-index: 20; width: 82px; height: 125px; top: 80px; left: 253px; background-color: #fff; border: 1px solid #e7e7e7; text-align: center; } .bbs-box ul.top-nav .all-time ul li { float: none !important; width: 100%; border-top: 1px solid #e7e7e7; } .bbs-box ul.top-nav .all-time ul li.first { border-top: none; } .bbs-box ul.top-nav .all-time ul li:hover { background-color: #ecf3f9; } .bbs-box .sub-nav { clear: both; margin: 10px 0 0; } .bbs-box .sub-nav .top-nav { width: 342px; } .bbs-box .sub-nav .rank-ul { padding: 0 5px; top: 80px; } .bbs-box .sub-nav .rank-ul li { height: 28px; line-height: 28px; } .bbs-box .sub-nav .rank-ul.list-ul, .bbs-box .sub-nav .rank-ul.brief-ul { right: 15px; z-index: 5 !important; } .bbs-box .sub-nav .more-nav { position: relative; float: right; _display: inline; } .bbs-box .sub-nav .more-nav a { display: inline-block; *display: inline; *zoom: 1; padding: 2px; } .bbs-box .sub-nav .more-nav a i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; } .bbs-box .sub-nav .more-nav a.list-mode i { background-image: url(../slice/list-mode.png); } .bbs-box .sub-nav .more-nav a.brief-mode i { background-image: url(../slice/brief-mode.png); } .bbs-box .sub-nav .more-nav a:hover { background: #99b2c6; } .bbs-box .sub-nav .more-nav a:hover.list-mode i { background-image: url(../slice/list-mode-hover.png); } .bbs-box .sub-nav .more-nav a:hover.brief-mode i { background-image: url(../slice/brief-mode-hover.png); } .bbs-box .type-title .type1 { width: 450px; margin-left: -102px; margin-right: 102px; } .bbs-box .type-title .type4 { width: 90px; text-align: right; margin-left: -17px; } .bbs-box .mod-tabs-content { clear: both; } .bbs-box .mod-tabs-content ul { clear: both; position: absolute; top: 100px; overflow-y: hidden; } .bbs-box .mod-tabs-content ul li { padding: 5px; } .bbs-box .mod-tabs-content ul .type1 { width: 288px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .bbs-box .mod-tabs-content ul .type4 { width: 90px; text-align: left; margin-left: -10px; } .bbs-box span.type2 { width: 90px; text-align: left; padding-left: 20px; } .bbs-box .receive-msg .type-title .type1 { width: 270px; margin-left: 120px; margin-right: 0px; } .bbs-box .receive-msg .mod-tabs-content { height: 350px !important; } .bbs-box .receive-msg .mod-tabs-content ul .type1 { width: 388px; } .bbs-box .receive-msg .mod-tabs-content ul .type4 { margin-left: -4px; } .bbs-box .receive-msg label { padding-right: 5px; } .bbs-box .msg-info { padding: 0px 27px; line-height: 24px; } .bbs-box .msg-detail { padding-left: 37px; padding-top: 5px; } .bbs-box .bbs-tip { text-align: center; height: 25px; line-height: 25px; background-color: #fff4ef; margin: 10px 0 0; } .bbs-box .bbs-tip a { color: #f1885b; } .bbs-box .bbs-mall-all li { padding: 8px 5px; } .bbs-box .bbs-mall-all li span { display: inline-block; *display: inline; *zoom: 1; } .bbs-box .bbs-mall-all .type3, .bbs-box .bbs-mall-all .type4 { text-align: left; color: #666; } .bbs-box .bbs-mall-all .type2 { color: #666; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .bbs-box .bbs-mall-all .type1 i { margin-right: 5px; margin-bottom: -2px; } .bbs-box .bbs-mall-all .type3 { width: 50px; padding-left: 50px; } .bbs-box .bbs-mall-all .one .type1 { color: #ff7a43; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .bbs-box .bbs-mall-all .two .type1 { color: #408bcb; } .bbs-box .bbs-mall-all .four .type1 { color: #ef3d3d; } .bbs-box .more-actions { margin-top: -1px; *margin-top: 6px; padding-left: 0 !important; } .bbs-box .more-actions a.more-del i { display: inline-block; *display: inline; *zoom: 1; width: 6px; height: 7px; margin: 0px 3px 5px 0; background-image: url(../slice/cross.png); } .bbs-box .hot-card { position: absolute; right: -301px; top: 130px; z-index: 9; clear: both; } .bbs-box .hot-card .inner { position: absolute; left: -34px; top: 50%; margin-top: -34px; margin-right: 10px; width: 20px; display: block; background-color: #b9cbda; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-align: center; padding: 6px 7px; } .bbs-box .hot-card .inner:hover { background-color: #b9d0e1; } .bbs-box .hot-card .inner p { color: #fff; font-weight: bold; line-height: 20px; width: 20px; } .bbs-box .hot-card .inner i { display: inline-block; *display: inline; *zoom: 1; width: 8px; height: 7px; background-image: url(../slice/tie-arrow.png); } .bbs-box .hot-card .hot-content { width: 273px; height: 297px; border: 1px solid #e7e7e7; padding: 13px; background-color: #fff; } .bbs-box .hot-card .hot-content li { margin-bottom: 12px; margin-bottom: 12px; white-space: nowrap; overflow: hidden; -webkit-text-overflow: ellipsis; text-overflow: ellipsis; } .bbs-box .hot-card .hot-content li a { color: #666; cursor: pointer; } .bbs-box .hot-card .hot-content li a i { display: inline-block; *display: inline; *zoom: 1; width: 4px; height: 2px; background-image: url(../slice/dot.png); vertical-align: middle; margin-right: 2px; } .bbs-box .bbs-icon { display: inline-block; *display: inline; *zoom: 1; width: 15px; } .bbs-box .icon-1 { height: 17px; background-image: url(../slice/mall-1.png); } .bbs-box .icon-2 { height: 13px; background-image: url(../slice/mall-2.png); } .bbs-box .icon-3 { height: 13px; background-image: url(../slice/mall-3.png); } .bbs-box .icon-4 { height: 14px; background-image: url(../slice/mall-4.png); } .bbs-box .icon-5 { height: 14px; background-image: url(../slice/mall-5.png); } .bbs-box .icon-6 { height: 15px; background-image: url(../slice/mall-6.png); } .bbs-box .icon-7 { height: 14px; background-image: url(../slice/mall-7.png); } .bbs-box .icon-8 { height: 14px; background-image: url(../slice/mall-8.png); } .bbs-box .icon-9 { height: 13px; background-image: url(../slice/mall-9.png); } .bbs-box .icon-10 { height: 13px; background-image: url(../slice/mall-10.png); } .bbs-box .icon-11 { width: 13px; height: 10px; background-image: url(../slice/mall-11.png); } .bbs-mall-list .page-nav { margin-top: 0px !important; position: absolute; right: 15px; bottom: 15px; } .bbs-mall-brief .brief-list { height: 345px !important; padding-right: 10px; } .bbs-mall-brief .brief-list li { width: 570px; } .bbs-mall-brief .brief-list li:hover { background-color: #fff !important; } .bbs-mall-brief .brief-list li .title { padding-bottom: 10px; } .bbs-mall-brief .brief-list li .title .title-msg { margin-left: 0px !important; font-weight: bold; width: 388px; overflow: hidden; white-space: nowrap; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -otext-overflow: ellipsis; text-overflow: ellipsis; } .bbs-mall-brief .brief-list li .title .title-msg.red { color: #ff7a43; } .bbs-mall-brief .brief-list li .title .title-msg.blue { color: #408bcb; } .bbs-mall-brief .brief-list li .title a { display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; } .bbs-mall-brief .brief-list li .title i { display: inline-block; *display: inline; *zoom: 1; margin-right: 5px; height: 12px; margin-bottom: -2px; } .bbs-mall-brief .brief-list li .title .time { background-image: url(../slice/brief-time.png); width: 12px; } .bbs-mall-brief .brief-list li .title .comment { background-image: url(../slice/brief-comment.png); width: 13px; } .bbs-mall-brief .brief-list li .title .man { background-image: url(../slice/brief-man.png); width: 14px; } .bbs-mall-brief .brief-list li p { line-height: 20px; padding-bottom: 10px; } .check-card { width: 816px; border: 1px solid #e7e7e7; border-top: 3px solid #408bcb; } .check-card .inner { padding: 15px; } .check-card .inner .page-nav { margin: 20px 22px 10px 0; } .check-card .win-hd { padding-bottom: 10px; } .check-card .win-hd h3 { float: left; _display: inline; } .check-card .win-hd a { display: inline-block; *display: inline; *zoom: 1; float: right; _display: inline; } .check-card .win-hd a i { display: inline-block; *display: inline; *zoom: 1; width: 10px; height: 9px; background-image: url(../slice/close.png); } .check-card .win-bd { padding: 0 10px; } .check-card .win-bd .top-line { padding: 0 10px; height: 30px; line-height: 30px; color: #666; background-color: #ecf3f9; margin-bottom: 15px; } .check-card .win-bd .top-line span { color: #999; } .check-card .win-bd .top-line a { color: #408bcb; float: right; _display: inline; } .check-card .win-bd-content li { margin-bottom: 15px; } .check-card .win-bd-content li .img { float: left; _display: inline; margin-right: 15px; } .check-card .win-bd-content li .img i { display: inline-block; *display: inline; *zoom: 1; width: 12px; height: 11px; margin-right: 2px; background-image: url(../slice/sword.png); } .check-card .win-bd-content li .card-list-content { width: 680px; float: left; _display: inline; } .check-card .win-bd-content li .card-list-top h3 a { color: #408bcb; font-weight: bold; font-size: 14px; padding-bottom: 15px; } .check-card .win-bd-content li .card-list-top p { line-height: 20px; } .check-card .win-bd-content li .edit-by { text-align: center; padding: 35px 0 20px 0; border-bottom: 1px solid #f0f0f0; } .check-card .win-bd-content li .edit-by p { color: #ccc; } .check-card .win-bd-content li .post-info-link { padding: 15px 0; } .check-card .win-bd-content li .post-time { float: left; _display: inline; color: #999; } .check-card .win-bd-content li .post-time span { display: inline-block; *display: inline; *zoom: 1; padding-left: 10px; } .check-card .win-bd-content li .post-time span a { color: #408bcb; } .check-card .win-bd-content li .post-info-right { float: right; _display: inline; } .check-card .win-bd-content li .post-info-right a { color: #408bcb; } .check-card .win-bd-content li .post-info-right span { display: inline-block; *display: inline; *zoom: 1; color: #ccc; padding: 0 10px; } .check-card .win-bd-content li .post-reply { position: relative; background-color: #ecf3f9; padding: 9px 19px 19px; } .check-card .win-bd-content li .reply-item { position: relative; color: #666; line-height: 22px; border-top: 1px solid #e1e6eb; padding: 10px 0; } .check-card .win-bd-content li .reply-item.first-item { border-top: none !important; } .check-card .win-bd-content li .reply-item a { color: #408bcb; display: inline-block; *display: inline; *zoom: 1; padding-right: 10px; } .check-card .win-bd-content li .reply-item span { position: absolute; right: 0; bottom: 10px; color: #999; } .check-card .win-bd-content li .card-comment { float: right; _display: inline; margin-top: 10px; } .check-card .win-bd-content .card-publish { margin-left: 64px; width: 660px; background-color: #ecf3f9; padding: 10px; } .check-card .win-bd-content .card-publish input { border: 1px solid #dbdbdb; width: 505px; height: 28px; line-height: 28px; text-indent: 10px; color: #999; } .check-card .win-bd-content .card-publish .blue-btn { margin: 0 10px; vertical-align: middle; } .check-card .win-bd-content .card-publish .high-mode { color: #408bcb; } .publish { width: 550px; } .publish .win-bd { padding: 0; } .publish .publish-top { margin-bottom: 15px; } .publish .publish-top input { width: 293px; height: 30px; line-height: 30px; text-indent: 10px; color: #666; border: 1px solid #dbdbdb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .publish .publish-top span { display: inline-block; *display: inline; *zoom: 1; margin: 0 18px 0 10px; color: #999; } .publish .publish-top select { outline: none; width: 126px; height: 30px; line-height: 30px; border: 1px solid #dbdbdb; text-indent: 10px; } .publish .publish-top select option { height: 30px; line-height: 30px; } .publish .edit-block { width: 508px; height: 293px; margin-bottom: 15px; } .publish .publish-bottom a { display: inline-block; *display: inline; *zoom: 1; } .publish .publish-bottom span { display: inline-block; *display: inline; *zoom: 1; color: #999; margin-left: 10px; } .sameCity, .aonic { width: 250px; } .sameCity.aonic li a, .aonic.aonic li a { padding-left: 13px !important; } .sameCity .rank-title, .aonic .rank-title { font-weight: bold; font-size: 15px; color: #333; padding-left: 15px; } .sameCity .area, .aonic .area { zoom: 1; } .sameCity .area li, .aonic .area li { float: left; _display: inline; width: 73px; height: 30px; padding-left: 0 !important; } .sameCity .area li a, .aonic .area li a { color: #666; display: block; text-align: left; padding-left: 25px; } #forumchecknew { position: absolute; top: 88px; width: 600px; z-index: 1; } html, body, div, span, ul, li, a, em, h1, h2, h3, h4, h5, p, input, em, i, img { margin: 0; padding: 0; border: none; } em, i { font-style: normal; color: #666; } body { font-family: "microsoft yahei",Tahoma,sans-serif; font-size: 12px; height: 527px; overflow: hidden; background: #fdfdfd; moz-user-select: -moz-none; -moz-user-select: none; -o-user-select: none; -khtml-user-select: none; /* you could also put this in a class */ -webkit-user-select: none; /* and add the CSS class here instead */ -ms-user-select: none; user-select: none; /**禁止选中文字*/ } a { text-decoration: none; cursor: pointer; color: #666; } input { outline: none; } ul, li { list-style: none; } h3 { font-size: 12px; font-weight: bold; color: #666; } p { color: #999; } .fl { float: left; _display: inline; } .fr { float: right; _display: inline; } .box { width: 600px; height: 468px; overflow: hidden; padding: 15px; } .box .nav { background-color: #ecf3f9; } .box .nav a { display: inline-block; *display: inline; *zoom: 1; width: 190px; height: 30px; line-height: 30px; text-align: center; color: #666; } .box .nav a.active { background-color: #ddebf7; } .page-nav { margin: 2px 11px 0 0; *margin-top: 15px; float: right; _display: inline; } .page-nav a { display: inline-block; *display: inline; *zoom: 1; height: 15px; line-height: 15px; color: #999; text-align: center; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .page-nav a.pre-next { width: 44px; height: 17px; color: #fff; line-height: 17px; padding: 0; vertical-align: middle; margin-left: 5px; } .page-nav a.pre-next { background-image: url(../slice/pre-next.png); } .page-nav a.pre-next:hover { background-image: url(../slice/pre-next-hover.png); } .page-nav a.page-go { color: #fff; width: 30px !important; background-image: url(../slice/page-go.png); } .page-nav a.current { margin: 0 5px; vertical-align: 4px; } .page-nav a.current input { width: 26px; height: 15px; text-align: center; border: 1px solid #dadada; color: #666; margin: 0 4px 0 2px; } .hide { display: none; } /* Base for label styling */ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 20px; cursor: pointer; } /* checkbox aspect */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 12px; height: 12px; border: 1px solid #c1c1c1; background: #fcfdfd; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } /* checked mark aspect */ [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 1px; left: 3px; font-size: 12px; color: #777676; transition: all .2s; } /* checked mark aspect changes */ [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); } [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); } .mod-tabs-trigger li { width: 50%; float: left; _display: inline; height: 30px; line-height: 30px; text-align: center; color: #666; font-size: 12px; font-weight: bold; background-color: #ecf3f9; cursor: pointer; } .mod-tabs-trigger li.selected { background-color: #ddebf7; } .mod-tabs-trigger.col-4 li { width: 25%; } .search-input { position: relative; width: 240px; margin-right: 30px; margin-top: 7px; height: 28px; border: 1px solid #dbdbdb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .search-input input { width: 214px; height: 28px; height: 26px\0; line-height: 25px\0; border: none; text-indent: 10px; font-size: 12px; color: #999; margin-top: 2px\0; *height: 24px; *margin-top: 2px; *line-height: 24px; *border: 0; } .search-input i { position: absolute; right: 10px; top: 7px; width: 14px; height: 14px; cursor: pointer; background-image: url(../slice/search.png); } .top-message { position: absolute; left: -20px; width: 770px; height: 40px; line-height: 40px; top: -20px; background-color: #ecf3f9; padding: 0 15px; color: #666; } .top-message a { color: #666; } .top-message .base { display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; color: #408bcb; } .top-message .base i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 12px; margin-bottom: -2px; *margin-bottom: 2px; background-image: url(../slice/envelope.png); } .top-message .base i:hover { background-image: url(../slice/envelope-hover.png); } .top-message .red { color: #ff6600; } .top-message .more-info { *margin-top: -41px; float: right; _display: inline; } .top-message .more-info .teacher { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; display: inline-block; *display: inline; *zoom: 1; width: 65px; height: 21px; line-height: 21px; text-align: center; color: #fff; margin: 0 10px; background-color: #408bcb; } .top-message .more-info .teacher:hover { background-color: #51a2e0; } .top-message .more-info .refresh { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; vertical-align: 10px\0; background-image: url(../slice/refresh.png); } .top-message .more-info .refresh:hover { background-image: url(../slice/refresh-hover.png); } .top-message .more-info .back i, .top-message .more-info .rank i { display: inline-block; *display: inline; *zoom: 1; } .top-message .more-info .back { padding-left: 10px; } .top-message .more-info .back i { width: 13px; height: 13px; margin-bottom: -1px; background-image: url(../slice/return-back.png); } .top-message .more-info .back i:hover { background-image: url(../slice/return-back-hover.png); } .top-message .more-info .rank i { margin-left: 5px; margin-bottom: 1px; *margin-bottom: 5px; width: 9px; height: 5px; background-image: url(../slice/marrow-down.png); } .buyer-teacher { margin-top: 7px; *margin-top: -18px; float: right; _display: inline; } .buyer-teacher a { display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; } .buyer-teacher i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; margin-left: 3px; vertical-align: middle; } .buyer-teacher .buyer i { background-image: url(../slice/marrow-up.png); } .buyer-teacher .teacher i { background-image: url(../slice/marrow-down.png); } .rank-ul { display: none; position: absolute; right: 28px; top: 30px; overflow-y: auto; border: 1px solid #e7e7e7; padding: 5px; z-index: 999; background-color: #fff; } .rank-ul li { padding: 0 5px; height: 28px; line-height: 28px; text-align: center; } .rank-ul li:hover { background-color: #ecf3f9; } .btn-con { display: inline-block; *display: inline; *zoom: 1; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #4b9add; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; margin: 3px 10px 0 0; } .btn-con:hover { background-color: #408bcb; } .btn-con i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-right: 5px; margin-top: -2px; *margin-top: 0px; vertical-align: middle; background-image: url(../slice/pen.png); } .more-actions { float: left; _display: inline; padding-left: 15px; margin-top: -2px; } .more-actions a.more-del { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; margin-left: 5px; padding: 2px 11px; height: 20px; line-height: 20px; text-align: center; color: #fff; background-color: #408bcb; } .more-actions a.more-del:hover { background-color: #50a1e0; } .more-actions a { display: inline-block; *display: inline; *zoom: 1; color: #408bcb; } .more-actions span { display: inline-block; *display: inline; *zoom: 1; padding: 0 5px; color: #ccc; } .blue-btn { display: inline-block; *display: inline; *zoom: 1; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; padding: 5px 20px; color: #fff; background-color: #408bcb; } .blue-btn:hover { background-color: #4b9add; }