1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630 |
- @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; }
|