live.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  1. @charset "UTF-8";
  2. /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
  3. /* ==========================================================================
  4. HTML5 display definitions
  5. ========================================================================== */
  6. /**
  7. * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
  8. */
  9. article,
  10. aside,
  11. details,
  12. figcaption,
  13. figure,
  14. footer,
  15. header,
  16. hgroup,
  17. main,
  18. nav,
  19. section,
  20. summary {
  21. display: block; }
  22. /**
  23. * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  24. */
  25. audio,
  26. canvas,
  27. video {
  28. display: inline-block;
  29. *display: inline;
  30. *zoom: 1; }
  31. /**
  32. * Prevent modern browsers from displaying `audio` without controls.
  33. * Remove excess height in iOS 5 devices.
  34. */
  35. audio:not([controls]) {
  36. display: none;
  37. height: 0; }
  38. /**
  39. * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
  40. * Known issue: no IE 6 support.
  41. */
  42. [hidden] {
  43. display: none; }
  44. /* ==========================================================================
  45. Base
  46. ========================================================================== */
  47. /**
  48. * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
  49. * `em` units.
  50. * 2. Prevent iOS text size adjust after orientation change, without disabling
  51. * user zoom.
  52. */
  53. html {
  54. font-size: 100%;
  55. /* 1 */
  56. -ms-text-size-adjust: 100%;
  57. /* 2 */
  58. -webkit-text-size-adjust: 100%;
  59. /* 2 */ }
  60. /**
  61. * Address margins handled incorrectly in IE 6/7.
  62. */
  63. body {
  64. margin: 0; }
  65. /* ==========================================================================
  66. Links
  67. ========================================================================== */
  68. /**
  69. * Address `outline` inconsistency between Chrome and other browsers.
  70. */
  71. a:focus {
  72. outline: thin dotted; }
  73. /**
  74. * Improve readability when focused and also mouse hovered in all browsers.
  75. */
  76. a:active,
  77. a:hover {
  78. outline: 0; }
  79. /* ==========================================================================
  80. Typography
  81. ========================================================================== */
  82. /**
  83. * Address font sizes and margins set differently in IE 6/7.
  84. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
  85. * and Chrome.
  86. */
  87. h1 {
  88. font-size: 2em;
  89. margin: 0.67em 0; }
  90. h2 {
  91. font-size: 1.5em;
  92. margin: 0.83em 0; }
  93. h3 {
  94. font-size: 1.17em;
  95. margin: 1em 0; }
  96. h4 {
  97. font-size: 1em;
  98. margin: 1.33em 0; }
  99. h5 {
  100. font-size: 0.83em;
  101. margin: 1.67em 0; }
  102. h6 {
  103. font-size: 0.67em;
  104. margin: 2.33em 0; }
  105. /**
  106. * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
  107. */
  108. abbr[title] {
  109. border-bottom: 1px dotted; }
  110. /**
  111. * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
  112. */
  113. b,
  114. strong {
  115. font-weight: bold; }
  116. blockquote {
  117. margin: 1em 40px; }
  118. /**
  119. * Address styling not present in Safari 5 and Chrome.
  120. */
  121. dfn {
  122. font-style: italic; }
  123. /**
  124. * Address differences between Firefox and other browsers.
  125. * Known issue: no IE 6/7 normalization.
  126. */
  127. hr {
  128. -moz-box-sizing: content-box;
  129. box-sizing: content-box;
  130. height: 0; }
  131. /**
  132. * Address styling not present in IE 6/7/8/9.
  133. */
  134. mark {
  135. background: #ff0;
  136. color: #000; }
  137. /**
  138. * Address margins set differently in IE 6/7.
  139. */
  140. p,
  141. pre {
  142. margin: 1em 0; }
  143. /**
  144. * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
  145. */
  146. code,
  147. kbd,
  148. pre,
  149. samp {
  150. font-family: monospace, serif;
  151. _font-family: 'courier new', monospace;
  152. font-size: 1em; }
  153. /**
  154. * Improve readability of pre-formatted text in all browsers.
  155. */
  156. pre {
  157. white-space: pre;
  158. white-space: pre-wrap;
  159. word-wrap: break-word; }
  160. /**
  161. * Address CSS quotes not supported in IE 6/7.
  162. */
  163. q {
  164. quotes: none; }
  165. /**
  166. * Address `quotes` property not supported in Safari 4.
  167. */
  168. q:before,
  169. q:after {
  170. content: '';
  171. content: none; }
  172. /**
  173. * Address inconsistent and variable font size in all browsers.
  174. */
  175. small {
  176. font-size: 80%; }
  177. /**
  178. * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  179. */
  180. sub,
  181. sup {
  182. font-size: 75%;
  183. line-height: 0;
  184. position: relative;
  185. vertical-align: baseline; }
  186. sup {
  187. top: -0.5em; }
  188. sub {
  189. bottom: -0.25em; }
  190. /* ==========================================================================
  191. Lists
  192. ========================================================================== */
  193. /**
  194. * Address margins set differently in IE 6/7.
  195. */
  196. dl,
  197. menu,
  198. ol,
  199. ul {
  200. margin: 1em 0; }
  201. dd {
  202. margin: 0 0 0 40px; }
  203. /**
  204. * Address paddings set differently in IE 6/7.
  205. */
  206. menu,
  207. ol,
  208. ul {
  209. padding: 0 0 0 40px; }
  210. /**
  211. * Correct list images handled incorrectly in IE 7.
  212. */
  213. nav ul,
  214. nav ol {
  215. list-style: none;
  216. list-style-image: none; }
  217. /* ==========================================================================
  218. Embedded content
  219. ========================================================================== */
  220. /**
  221. * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
  222. * 2. Improve image quality when scaled in IE 7.
  223. */
  224. img {
  225. border: 0;
  226. /* 1 */
  227. -ms-interpolation-mode: bicubic;
  228. /* 2 */ }
  229. /**
  230. * Correct overflow displayed oddly in IE 9.
  231. */
  232. svg:not(:root) {
  233. overflow: hidden; }
  234. /* ==========================================================================
  235. Figures
  236. ========================================================================== */
  237. /**
  238. * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
  239. */
  240. figure {
  241. margin: 0; }
  242. /* ==========================================================================
  243. Forms
  244. ========================================================================== */
  245. /**
  246. * Correct margin displayed oddly in IE 6/7.
  247. */
  248. form {
  249. margin: 0; }
  250. /**
  251. * Define consistent border, margin, and padding.
  252. */
  253. fieldset {
  254. border: 1px solid #c0c0c0;
  255. margin: 0 2px;
  256. padding: 0.35em 0.625em 0.75em; }
  257. /**
  258. * 1. Correct color not being inherited in IE 6/7/8/9.
  259. * 2. Correct text not wrapping in Firefox 3.
  260. * 3. Correct alignment displayed oddly in IE 6/7.
  261. */
  262. legend {
  263. border: 0;
  264. /* 1 */
  265. padding: 0;
  266. white-space: normal;
  267. /* 2 */
  268. *margin-left: -7px;
  269. /* 3 */ }
  270. /**
  271. * 1. Correct font size not being inherited in all browsers.
  272. * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
  273. * and Chrome.
  274. * 3. Improve appearance and consistency in all browsers.
  275. */
  276. button,
  277. input,
  278. select,
  279. textarea {
  280. font-size: 100%;
  281. /* 1 */
  282. margin: 0;
  283. /* 2 */
  284. vertical-align: middle;
  285. /* 3 */ }
  286. /**
  287. * Address Firefox 3+ setting `line-height` on `input` using `!important` in
  288. * the UA stylesheet.
  289. */
  290. button,
  291. input {
  292. line-height: normal; }
  293. /**
  294. * Address inconsistent `text-transform` inheritance for `button` and `select`.
  295. * All other form control elements do not inherit `text-transform` values.
  296. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
  297. * Correct `select` style inheritance in Firefox 4+ and Opera.
  298. */
  299. button,
  300. select {
  301. text-transform: none; }
  302. /**
  303. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  304. * and `video` controls.
  305. * 2. Correct inability to style clickable `input` types in iOS.
  306. * 3. Improve usability and consistency of cursor style between image-type
  307. * `input` and others.
  308. * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
  309. * Known issue: inner spacing remains in IE 6.
  310. */
  311. button,
  312. html input[type="button"],
  313. input[type="reset"],
  314. input[type="submit"] {
  315. -webkit-appearance: button;
  316. /* 2 */
  317. cursor: pointer;
  318. /* 3 */
  319. *overflow: visible;
  320. /* 4 */ }
  321. /**
  322. * Re-set default cursor for disabled elements.
  323. */
  324. button[disabled],
  325. html input[disabled] {
  326. cursor: default; }
  327. /**
  328. * 1. Address box sizing set to content-box in IE 8/9.
  329. * 2. Remove excess padding in IE 8/9.
  330. * 3. Remove excess padding in IE 7.
  331. * Known issue: excess padding remains in IE 6.
  332. */
  333. input[type="checkbox"],
  334. input[type="radio"] {
  335. box-sizing: border-box;
  336. /* 1 */
  337. padding: 0;
  338. /* 2 */
  339. *height: 13px;
  340. /* 3 */
  341. *width: 13px;
  342. /* 3 */ }
  343. /**
  344. * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  345. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  346. * (include `-moz` to future-proof).
  347. */
  348. input[type="search"] {
  349. -webkit-appearance: textfield;
  350. /* 1 */
  351. -moz-box-sizing: content-box;
  352. -webkit-box-sizing: content-box;
  353. /* 2 */
  354. box-sizing: content-box; }
  355. /**
  356. * Remove inner padding and search cancel button in Safari 5 and Chrome
  357. * on OS X.
  358. */
  359. input[type="search"]::-webkit-search-cancel-button,
  360. input[type="search"]::-webkit-search-decoration {
  361. -webkit-appearance: none; }
  362. /**
  363. * Remove inner padding and border in Firefox 3+.
  364. */
  365. button::-moz-focus-inner,
  366. input::-moz-focus-inner {
  367. border: 0;
  368. padding: 0; }
  369. /**
  370. * 1. Remove default vertical scrollbar in IE 6/7/8/9.
  371. * 2. Improve readability and alignment in all browsers.
  372. */
  373. textarea {
  374. overflow: auto;
  375. /* 1 */
  376. vertical-align: top;
  377. /* 2 */ }
  378. /* ==========================================================================
  379. Tables
  380. ========================================================================== */
  381. /**
  382. * Remove most spacing between table cells.
  383. */
  384. table {
  385. border-collapse: collapse;
  386. border-spacing: 0; }
  387. .live, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag, .live .more-live, .live .more-live .nav-right, .live .directroom-poplayer, .live .directroom-poplayer .vs-team, .clearfix, .mod-tabs-trigger, .top-message {
  388. *zoom: 1; }
  389. .live:before, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:before, .live .more-live:before, .live .more-live .nav-right:before, .live .directroom-poplayer:before, .live .directroom-poplayer .vs-team:before, .clearfix:before, .mod-tabs-trigger:before, .top-message:before, .live:after, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:after, .live .more-live:after, .live .more-live .nav-right:after, .live .directroom-poplayer:after, .live .directroom-poplayer .vs-team:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after {
  390. content: "";
  391. display: table;
  392. line-height: 0; }
  393. .live:after, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:after, .live .more-live:after, .live .more-live .nav-right:after, .live .directroom-poplayer:after, .live .directroom-poplayer .vs-team:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after {
  394. clear: both; }
  395. @font-face {
  396. font-family: 'iconfont';
  397. src: url("../font/iconfont.eot");
  398. /* IE9*/
  399. src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
  400. /* iOS 4.1- */ }
  401. .iconfont {
  402. font-family: "iconfont" !important;
  403. font-size: 16px;
  404. font-style: normal;
  405. -webkit-font-smoothing: antialiased;
  406. -webkit-text-stroke-width: 0.2px;
  407. -moz-osx-font-smoothing: grayscale; }
  408. .tag_icon_bottom {
  409. font-size: 23px;
  410. color: #333;
  411. -webkit-transition: font-size 0.25s ease-out 0s;
  412. -moz-transition: font-size 0.25s ease-out 0s;
  413. transition: font-size 0.25s ease-out 0s; }
  414. .lolbox-icon {
  415. float: right;
  416. _display: inline;
  417. width: 16px;
  418. height: 16px;
  419. margin-top: 3px;
  420. background: url(http://a.dwstatic.com/huya/main/img/pic-global_782237f.png) -152px -51px no-repeat; }
  421. .live a {
  422. cursor: pointer; }
  423. .live .mod-tabs-hd {
  424. width: 760px;
  425. position: relative; }
  426. .live .nav {
  427. height: 30px; }
  428. .live .nav li {
  429. line-height: 30px;
  430. font-weight: normal; }
  431. .live .nav .selected {
  432. font-weight: bold; }
  433. .live .mod-tabs-bd.nav_live {
  434. width: 760px;
  435. margin-top: 14px;
  436. height: 413px; }
  437. .live .mod-tabs-bd.nav_live .directroom-replay > li {
  438. float: left;
  439. _display: inline;
  440. position: relative;
  441. width: 170px;
  442. margin-right: 15px;
  443. height: 160px; }
  444. .live .mod-tabs-bd.nav_live .directroom-replay > li.current {
  445. z-index: 100; }
  446. .live .mod-tabs-bd.nav_live .directroom-replay > li p {
  447. color: #666;
  448. line-height: 22px;
  449. font-size: 12px; }
  450. .live .mod-tabs-bd.nav_live .directroom-replay > li .video-p1 {
  451. padding-top: 5px;
  452. white-space: nowrap;
  453. overflow: hidden;
  454. -webkit-text-overflow: ellipsis;
  455. -o-text-overflow: ellipsis;
  456. -moz-text-overflow: ellipsis;
  457. -ms-text-overflow: ellipsis;
  458. text-overflow: ellipsis; }
  459. .live .mod-tabs-bd.nav_live .directroom-replay > li .video-p2 {
  460. color: #999; }
  461. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img {
  462. position: relative;
  463. width: 170px;
  464. height: 95px; }
  465. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .screenshot {
  466. width: 170px;
  467. height: 95px; }
  468. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .avatar {
  469. position: absolute;
  470. left: 0;
  471. bottom: 0;
  472. border: 1px solid #96a19d;
  473. width: 36px;
  474. height: 36px; }
  475. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag {
  476. position: absolute;
  477. top: 5px;
  478. left: -2px;
  479. width: 70px; }
  480. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag .tag_font {
  481. display: block;
  482. color: #fff;
  483. line-height: 18px;
  484. text-align: center;
  485. width: 100%;
  486. float: left;
  487. _display: inline;
  488. padding: 3px 0; }
  489. .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag .tag_icon_bottom {
  490. position: absolute;
  491. right: -17px; }
  492. .live .more-live {
  493. margin-top: 15px; }
  494. .live .more-live p {
  495. float: left;
  496. _display: inline; }
  497. .live .more-live p span {
  498. color: #ff7a43; }
  499. .live .more-live p a {
  500. color: #408bcb; }
  501. .live .more-live .nav-right {
  502. float: right;
  503. _display: inline; }
  504. .live .more-live .nav-right a {
  505. color: #666; }
  506. .live .more-live .nav-right .line {
  507. color: #ccc;
  508. padding: 0 5px; }
  509. .live .more-live .nav-right .selected {
  510. font-weight: bold; }
  511. .live .directroom-poplayer {
  512. display: none;
  513. width: 280px;
  514. border: 1px solid #D1D2D2;
  515. position: absolute;
  516. top: 0px;
  517. left: 172px;
  518. z-index: 222;
  519. background-color: #fff;
  520. padding: 7px 10px 5px 10px; }
  521. .live .directroom-poplayer i {
  522. width: 7px;
  523. height: 13px;
  524. position: absolute;
  525. top: 10px;
  526. left: -7px;
  527. background-image: url(../img/icon-map.png);
  528. background-repeat: no-repeat;
  529. background-position: -30px -80px; }
  530. .live .directroom-poplayer li {
  531. position: relative;
  532. margin: 0px;
  533. width: 125px; }
  534. .live .directroom-poplayer .vs-team {
  535. float: left;
  536. _display: inline;
  537. width: 125px;
  538. text-align: right;
  539. color: #666666; }
  540. .live .directroom-poplayer .vs-team li {
  541. float: left;
  542. _display: inline;
  543. overflow: hidden;
  544. margin-bottom: 3px; }
  545. .live .directroom-poplayer .vs-team li img {
  546. float: right;
  547. _display: inline;
  548. margin-left: 4px; }
  549. .live .directroom-poplayer .vs-team-right {
  550. margin-left: 26px;
  551. text-align: left; }
  552. .live .directroom-poplayer .vs-team-right li img {
  553. float: left;
  554. _display: inline;
  555. margin-right: 4px;
  556. margin-left: 0; }
  557. .live .directroom-poplayer.directroom-poplayer-left {
  558. left: -305px; }
  559. .live .directroom-poplayer.directroom-poplayer-left i {
  560. left: auto;
  561. right: -7px;
  562. background-position: -51px -80px; }
  563. .live .directroom-poplayer .vs {
  564. position: absolute;
  565. top: 50%;
  566. left: 142px;
  567. margin-top: -0.5em;
  568. color: #999999; }
  569. .mod-tabs-bd.nav_subscribe {
  570. padding-top: 20px; }
  571. .mod-tabs-bd.nav_subscribe .list {
  572. position: relative;
  573. height: 438px; }
  574. .mod-tabs-bd.nav_subscribe .list li {
  575. float: left;
  576. position: relative;
  577. width: 345px;
  578. height: 60px;
  579. padding: 10px; }
  580. .mod-tabs-bd.nav_subscribe .list li img {
  581. position: absolute;
  582. top: 10px;
  583. left: 10px;
  584. width: 60px;
  585. height: 60px; }
  586. .mod-tabs-bd.nav_subscribe .list li .text {
  587. position: relative;
  588. width: 150px;
  589. height: 100%;
  590. padding-left: 75px;
  591. line-height: 20px; }
  592. .mod-tabs-bd.nav_subscribe .list li .text .name, .mod-tabs-bd.nav_subscribe .list li .text p {
  593. display: block;
  594. width: 100%;
  595. white-space: nowrap;
  596. text-overflow: ellipsis;
  597. overflow: hidden;
  598. color: #666;
  599. font-size: 12px; }
  600. .mod-tabs-bd.nav_subscribe .list li .btn {
  601. position: absolute;
  602. top: 23px;
  603. right: 20px;
  604. width: 95px;
  605. height: 33px;
  606. color: #7d7e7f;
  607. text-align: center;
  608. line-height: 33px;
  609. background-color: #d9e4ed;
  610. -webkit-border-radius: 3px;
  611. border-radius: 3px;
  612. -webkit-background-clip: padding-box;
  613. -moz-background-clip: padding;
  614. background-clip: padding-box; }
  615. .mod-tabs-bd.nav_subscribe .list li .btn:hover {
  616. background-color: #408bcb;
  617. color: #fff; }
  618. .mod-tabs-bd.nav_subscribe .list li:hover {
  619. background-color: #ecf3f9; }
  620. .popIframe {
  621. width: 428px;
  622. height: 292px;
  623. position: absolute;
  624. top: 135px;
  625. left: 41px;
  626. z-index: 300;
  627. display: none; }
  628. .subscription-list {
  629. text-align: center;
  630. padding-top: 40px; }
  631. html, body, div, span, ul, li, a, em, h1, h2, h3, h4, h5, p, input, em, i, img {
  632. margin: 0;
  633. padding: 0;
  634. border: none; }
  635. em, i {
  636. font-style: normal;
  637. color: #666; }
  638. body {
  639. font-family: "microsoft yahei",Tahoma,sans-serif;
  640. font-size: 12px;
  641. background: #fdfdfd;
  642. moz-user-select: -moz-none;
  643. -moz-user-select: none;
  644. -o-user-select: none;
  645. -khtml-user-select: none;
  646. /* you could also put this in a class */
  647. -webkit-user-select: none;
  648. /* and add the CSS class here instead */
  649. -ms-user-select: none;
  650. user-select: none;
  651. /**禁止选中文字*/ }
  652. body a {
  653. outline: none;
  654. blr: expression(this.onFocus=this.blur()); }
  655. a:hover, a:focus, a {
  656. outline: none; }
  657. a {
  658. text-decoration: none;
  659. cursor: pointer;
  660. color: #666; }
  661. input {
  662. outline: none; }
  663. ul, li {
  664. list-style: none; }
  665. h3 {
  666. font-size: 12px;
  667. font-weight: bold;
  668. color: #666; }
  669. p {
  670. color: #999; }
  671. .fl {
  672. float: left;
  673. _display: inline; }
  674. .fr {
  675. float: right;
  676. _display: inline; }
  677. .box {
  678. width: 760px;
  679. overflow: hidden;
  680. padding: 20px; }
  681. .box .nav {
  682. background-color: #ecf3f9; }
  683. .box .nav a {
  684. display: inline-block;
  685. *display: inline;
  686. *zoom: 1;
  687. width: 190px;
  688. height: 30px;
  689. line-height: 30px;
  690. text-align: center;
  691. color: #666; }
  692. .box .nav a.active {
  693. background-color: #ddebf7; }
  694. .page-nav {
  695. margin: 2px 11px 0 0;
  696. *margin-top: 15px;
  697. float: right;
  698. _display: inline; }
  699. .page-nav a {
  700. display: inline-block;
  701. *display: inline;
  702. *zoom: 1;
  703. height: 15px;
  704. line-height: 15px;
  705. padding: 0 8px;
  706. color: #999;
  707. text-align: center;
  708. font-size: 12px;
  709. -webkit-border-radius: 3px;
  710. border-radius: 3px;
  711. -webkit-background-clip: padding-box;
  712. -moz-background-clip: padding;
  713. background-clip: padding-box; }
  714. .page-nav a.pre, .page-nav a.next {
  715. width: 25px;
  716. height: 15px;
  717. padding: 0;
  718. vertical-align: middle; }
  719. .page-nav a.pre {
  720. background-image: url(../slice/pre-next.png); }
  721. .page-nav a.next {
  722. background-image: url(../slice/pre-next.png); }
  723. .page-nav a:hover {
  724. background-color: #f3f3f3; }
  725. .page-nav a.current, .page-nav a.current:hover {
  726. background-color: #a8bfd1;
  727. color: #fff; }
  728. .hide {
  729. display: none; }
  730. /* Base for label styling */
  731. [type="checkbox"]:not(:checked),
  732. [type="checkbox"]:checked {
  733. position: absolute;
  734. left: -9999px; }
  735. [type="checkbox"]:not(:checked) + label,
  736. [type="checkbox"]:checked + label {
  737. position: relative;
  738. padding-left: 20px;
  739. cursor: pointer; }
  740. /* checkbox aspect */
  741. [type="checkbox"]:not(:checked) + label:before,
  742. [type="checkbox"]:checked + label:before {
  743. content: '';
  744. position: absolute;
  745. left: 0;
  746. top: 2px;
  747. width: 12px;
  748. height: 12px;
  749. border: 1px solid #c1c1c1;
  750. background: #fcfdfd;
  751. -webkit-border-radius: 3px;
  752. border-radius: 3px;
  753. -webkit-background-clip: padding-box;
  754. -moz-background-clip: padding;
  755. background-clip: padding-box; }
  756. /* checked mark aspect */
  757. [type="checkbox"]:not(:checked) + label:after,
  758. [type="checkbox"]:checked + label:after {
  759. content: '✔';
  760. position: absolute;
  761. top: 1px;
  762. left: 3px;
  763. font-size: 12px;
  764. color: #777676;
  765. transition: all .2s; }
  766. /* checked mark aspect changes */
  767. [type="checkbox"]:not(:checked) + label:after {
  768. opacity: 0;
  769. transform: scale(0); }
  770. [type="checkbox"]:checked + label:after {
  771. opacity: 1;
  772. transform: scale(1); }
  773. .mod-tabs-trigger li {
  774. width: 50%;
  775. float: left;
  776. _display: inline;
  777. height: 30px;
  778. line-height: 30px;
  779. text-align: center;
  780. color: #666;
  781. font-size: 12px;
  782. font-weight: bold;
  783. background-color: #ecf3f9;
  784. cursor: pointer; }
  785. .mod-tabs-trigger li.selected {
  786. background-color: #ddebf7; }
  787. .mod-tabs-trigger.col-4 li {
  788. width: 25%; }
  789. .search-input {
  790. position: relative;
  791. width: 240px;
  792. margin-right: 30px;
  793. margin-top: 7px;
  794. height: 28px;
  795. border: 1px solid #dbdbdb;
  796. -webkit-border-radius: 3px;
  797. border-radius: 3px;
  798. -webkit-background-clip: padding-box;
  799. -moz-background-clip: padding;
  800. background-clip: padding-box; }
  801. .search-input input {
  802. width: 214px;
  803. height: 28px;
  804. height: 26px\0;
  805. line-height: 25px\0;
  806. border: none;
  807. text-indent: 10px;
  808. font-size: 12px;
  809. color: #999;
  810. margin-top: 2px\0;
  811. *height: 24px;
  812. *margin-top: 2px;
  813. *line-height: 24px;
  814. *border: 0; }
  815. .search-input i {
  816. position: absolute;
  817. right: 10px;
  818. top: 7px;
  819. width: 14px;
  820. height: 14px;
  821. cursor: pointer;
  822. background-image: url(../slice/search.png); }
  823. .top-message {
  824. position: absolute;
  825. left: -20px;
  826. width: 770px;
  827. height: 40px;
  828. line-height: 40px;
  829. top: -20px;
  830. background-color: #ecf3f9;
  831. padding: 0 15px;
  832. color: #666; }
  833. .top-message a {
  834. color: #666; }
  835. .top-message .base {
  836. display: inline-block;
  837. *display: inline;
  838. *zoom: 1;
  839. margin-right: 10px;
  840. color: #408bcb; }
  841. .top-message .base i {
  842. display: inline-block;
  843. *display: inline;
  844. *zoom: 1;
  845. width: 14px;
  846. height: 12px;
  847. margin-bottom: -2px;
  848. *margin-bottom: 2px;
  849. background-image: url(../slice/envelope.png); }
  850. .top-message .base i:hover {
  851. background-image: url(../slice/envelope-hover.png); }
  852. .top-message .red {
  853. color: #ff6600; }
  854. .top-message .more-info {
  855. *margin-top: -41px;
  856. float: right;
  857. _display: inline; }
  858. .top-message .more-info .teacher {
  859. -webkit-border-radius: 3px;
  860. border-radius: 3px;
  861. -webkit-background-clip: padding-box;
  862. -moz-background-clip: padding;
  863. background-clip: padding-box;
  864. display: inline-block;
  865. *display: inline;
  866. *zoom: 1;
  867. width: 65px;
  868. height: 21px;
  869. line-height: 21px;
  870. text-align: center;
  871. color: #fff;
  872. margin: 0 10px;
  873. background-color: #408bcb; }
  874. .top-message .more-info .teacher:hover {
  875. background-color: #51a2e0; }
  876. .top-message .more-info .refresh {
  877. display: inline-block;
  878. *display: inline;
  879. *zoom: 1;
  880. width: 13px;
  881. height: 13px;
  882. vertical-align: 10px\0;
  883. background-image: url(../slice/refresh.png); }
  884. .top-message .more-info .refresh:hover {
  885. background-image: url(../slice/refresh-hover.png); }
  886. .top-message .more-info .back i, .top-message .more-info .rank i {
  887. display: inline-block;
  888. *display: inline;
  889. *zoom: 1; }
  890. .top-message .more-info .back {
  891. padding-left: 10px; }
  892. .top-message .more-info .back i {
  893. width: 13px;
  894. height: 13px;
  895. margin-bottom: -1px;
  896. background-image: url(../slice/return-back.png); }
  897. .top-message .more-info .back i:hover {
  898. background-image: url(../slice/return-back-hover.png); }
  899. .top-message .more-info .rank i {
  900. margin-left: 5px;
  901. margin-bottom: 1px;
  902. *margin-bottom: 5px;
  903. width: 9px;
  904. height: 5px;
  905. background-image: url(../slice/marrow-down.png); }
  906. .buyer-teacher {
  907. margin-top: 7px;
  908. *margin-top: -18px;
  909. float: right;
  910. _display: inline; }
  911. .buyer-teacher a {
  912. display: inline-block;
  913. *display: inline;
  914. *zoom: 1;
  915. margin-left: 10px; }
  916. .buyer-teacher i {
  917. display: inline-block;
  918. *display: inline;
  919. *zoom: 1;
  920. width: 9px;
  921. height: 5px;
  922. margin-left: 3px;
  923. vertical-align: middle; }
  924. .buyer-teacher .buyer i {
  925. background-image: url(../slice/marrow-up.png); }
  926. .buyer-teacher .teacher i {
  927. background-image: url(../slice/marrow-down.png); }
  928. .rank-ul {
  929. display: none;
  930. position: absolute;
  931. right: 28px;
  932. top: 30px;
  933. max-height: 230px;
  934. overflow-y: auto;
  935. border: 1px solid #e7e7e7;
  936. padding: 5px;
  937. z-index: 2;
  938. background-color: #fff; }
  939. .rank-ul li {
  940. padding: 0 5px;
  941. height: 30px;
  942. line-height: 30px;
  943. text-align: center; }
  944. .rank-ul li:hover {
  945. background-color: #ecf3f9; }
  946. .btn-con {
  947. display: inline-block;
  948. *display: inline;
  949. *zoom: 1;
  950. width: 115px;
  951. height: 38px;
  952. line-height: 38px;
  953. text-align: center;
  954. background-color: #4b9add;
  955. -webkit-border-radius: 3px;
  956. border-radius: 3px;
  957. -webkit-background-clip: padding-box;
  958. -moz-background-clip: padding;
  959. background-clip: padding-box;
  960. color: #fff;
  961. margin: 3px 10px 0 0; }
  962. .btn-con:hover {
  963. background-color: #408bcb; }
  964. .btn-con i {
  965. display: inline-block;
  966. *display: inline;
  967. *zoom: 1;
  968. width: 13px;
  969. height: 13px;
  970. margin-right: 5px;
  971. margin-top: -2px;
  972. *margin-top: 0px;
  973. vertical-align: middle;
  974. background-image: url(../slice/pen.png); }
  975. .more-actions {
  976. float: left;
  977. _display: inline;
  978. padding-left: 15px;
  979. margin-top: -2px; }
  980. .more-actions a.more-del {
  981. -webkit-border-radius: 3px;
  982. border-radius: 3px;
  983. -webkit-background-clip: padding-box;
  984. -moz-background-clip: padding;
  985. background-clip: padding-box;
  986. margin-left: 5px;
  987. padding: 5px 15px;
  988. height: 20px;
  989. line-height: 20px;
  990. text-align: center;
  991. color: #fff;
  992. background-color: #408bcb; }
  993. .more-actions a.more-del:hover {
  994. background-color: #50a1e0; }
  995. .more-actions a {
  996. display: inline-block;
  997. *display: inline;
  998. *zoom: 1;
  999. color: #408bcb; }
  1000. .more-actions span {
  1001. display: inline-block;
  1002. *display: inline;
  1003. *zoom: 1;
  1004. padding: 0 5px;
  1005. color: #ccc; }
  1006. .blue-btn {
  1007. display: inline-block;
  1008. *display: inline;
  1009. *zoom: 1;
  1010. -webkit-border-radius: 3px;
  1011. border-radius: 3px;
  1012. -webkit-background-clip: padding-box;
  1013. -moz-background-clip: padding;
  1014. background-clip: padding-box;
  1015. padding: 5px 20px;
  1016. color: #fff;
  1017. background-color: #408bcb; }
  1018. .blue-btn:hover {
  1019. background-color: #4b9add; }