talent.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. @charset "UTF-8";
  2. /*
  3. * @file: 全局样式
  4. * @update: 2015-05-29 09:08:18
  5. */
  6. /* === 全局变量配置 === */
  7. /* @import "tool/_function"; */
  8. /* @import "tool/_helper"; */
  9. /*
  10. * @name: inline-block
  11. * @param: $alignment {string} 对齐类型
  12. * @param: $support-for-ie {boolean} 是否支持IE6
  13. */
  14. /* @name: 闭合浮动 */
  15. /* @name: 上下左右居中 (未知高度)
  16. * @ps: 需要设置父元素 display:table
  17. */
  18. /* @name: 上下左右居中 (确定高度)*/
  19. /*
  20. * @name: 浮动
  21. * @param: $side {string} 浮动方向
  22. * @param: $support-for-ie {boolean} 是否支持IE6
  23. */
  24. /*
  25. * @name: 文本隐藏 (text-indent: -9999px;有性能问题)
  26. * @param: $support-for-ie {boolean} 是否支持IE6
  27. */
  28. /*
  29. * @name: 隐藏增加可访问性的文字,注意与hide-text的区别是,他隐藏整个元素
  30. * @param: $support-for-ie {boolean} 是否支持IE6
  31. */
  32. /*
  33. * @name: 图片代替文字
  34. * @param: $support-for-ie {boolean} 是否支持IE6
  35. */
  36. /*
  37. * @name: 文字溢出显示省略号
  38. * @param: $width {dimension} 指定宽度 (需带单位)
  39. */
  40. /*
  41. * @name: 强制不换行
  42. * @link: http://www.hicss.net/solve-change-line-in-css
  43. */
  44. /* @name: 连续字符换行 */
  45. /* @name: 阻止长字符串(例如url或无意义连续英文字符)打破布局 */
  46. /*
  47. * @name: resizable
  48. * @param: $direction {string} 缩放的方向 (horizontal || vertical || both)
  49. * @link: https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/mixins/_resize.scss
  50. * @1: Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
  51. */
  52. /*
  53. * @name: 最小高度
  54. * @param: $height {dimension} 最小高度
  55. */
  56. /*
  57. * @name: 透明度
  58. * @param: $opacity {number} 透明度
  59. * @param: $support-for-ie {boolean} 是否支持IE6
  60. */
  61. /*
  62. * @name: 背景透明
  63. * @param: $color {color} 颜色
  64. * @param: $opacity {number} 透明度
  65. * @param: $support-for-ie {boolean} 是否支持IE6
  66. * @link: https://github.com/airen/Sass_mixins_function/tree/master/mixins
  67. */
  68. /*
  69. * @name: 液态比例缩放
  70. * @param: $large-size {dimension} 背景图片大尺寸
  71. * @param: $small-size {dimension} 背景图片小尺寸
  72. * @link: http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
  73. */
  74. /*
  75. * @name: border三角形
  76. * @param: $base {dimension} 底边尺寸
  77. * @param: $height {dimension} 高度
  78. * @param: $color {color} 颜色
  79. * @param: $direction {string} 方向 (top || bottom || left || right)
  80. * @link: http://codepen.io/zhouwenbin/pen/emZVZp
  81. */
  82. /*
  83. @名称: reset
  84. @功能: 重设浏览器默认样式
  85. */
  86. /* 防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体 */
  87. html {
  88. -webkit-text-size-adjust: 100%;
  89. -ms-text-size-adjust: 100%; }
  90. /* 内外边距通常让各个浏览器样式的表现位置不同 */
  91. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  92. margin: 0;
  93. padding: 0; }
  94. /* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
  95. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  96. display: block; }
  97. /* HTML5 媒体文件跟 img 保持一致 */
  98. audio, canvas, video {
  99. display: inline-block;
  100. *display: inline;
  101. *zoom: 1; }
  102. /* 要注意表单元素并不继承父级 font 的问题 */
  103. body, button, input, select, textarea {
  104. font: 12px/1.5 tahoma, arial, \5b8b\4f53; }
  105. input, select, textarea {
  106. font-size: 100%; }
  107. /* 去掉各Table cell 的边距并让其边重合 */
  108. table {
  109. border-collapse: collapse;
  110. border-spacing: 0; }
  111. /* IE bug fixed: th 不继承 text-align*/
  112. th {
  113. text-align: inherit; }
  114. /* 去除默认边框 */
  115. fieldset, img {
  116. border: 0; }
  117. /* ie6 7 8(q) bug 显示为行内表现 */
  118. iframe {
  119. display: block; }
  120. /* 去掉 firefox 下此元素的边框 */
  121. abbr, acronym {
  122. border: 0;
  123. font-variant: normal; }
  124. /* 一致的 del 样式 */
  125. del {
  126. text-decoration: line-through; }
  127. address, caption, cite, code, dfn, em, th, var {
  128. font-style: normal;
  129. font-weight: 500; }
  130. /* 去掉列表前的标识, li 会继承 */
  131. ol, ul {
  132. list-style: none; }
  133. /* 对齐是排版最重要的因素, 别让什么都居中 */
  134. caption, th {
  135. text-align: left; }
  136. /* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
  137. h1, h2, h3, h4, h5, h6 {
  138. font-size: 100%;
  139. font-weight: 500; }
  140. q:before, q:after {
  141. content: ''; }
  142. /* 统一上标和下标 */
  143. sub, sup {
  144. font-size: 75%;
  145. line-height: 0;
  146. position: relative;
  147. vertical-align: baseline; }
  148. sup {
  149. top: -0.5em; }
  150. sub {
  151. bottom: -0.25em; }
  152. /****/
  153. a:link, a:visited {
  154. text-decoration: none; }
  155. /* 让链接在 hover 状态下显示下划线 */
  156. a:hover {
  157. text-decoration: underline; }
  158. a {
  159. outline: none; }
  160. /* 默认不显示下划线,保持页面简洁 */
  161. ins, a {
  162. text-decoration: none; }
  163. em, i {
  164. font-style: normal; }
  165. /* 清理浮动 */
  166. .clearfix:after {
  167. visibility: hidden;
  168. display: block;
  169. font-size: 0;
  170. content: " ";
  171. clear: both;
  172. height: 0; }
  173. .clearfix {
  174. zoom: 1;
  175. /* for IE6 IE7 */ }
  176. /* 隐藏, 通常用来与 JS 配合 */
  177. body .fn_hide {
  178. display: none; }
  179. /* 视觉隐藏,但在布局中占位*/
  180. .fn_invisible {
  181. visibility: hidden; }
  182. /* 设置内联, 减少浮动带来的bug */
  183. .fl, .fr {
  184. display: inline; }
  185. .fl {
  186. float: left; }
  187. .fr {
  188. float: right; }
  189. .center {
  190. text-align: center; }
  191. body {
  192. font: 12px/1.5 "Microsoft YaHei", Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
  193. color: #333;
  194. background-color: #fff; }
  195. a {
  196. text-decoration: none;
  197. color: #333; }
  198. a:hover {
  199. text-decoration: underline;
  200. color: #f40; }
  201. body span, .tree-summary {
  202. font-family: Microsoft Yahei; }
  203. .tallent__head {
  204. width: 498px;
  205. height: 30px;
  206. position: relative;
  207. cursor: default; }
  208. .tallent__list {
  209. width: 498px;
  210. height: 278px;
  211. position: relative;
  212. margin: 0 auto; }
  213. /* --- Panel ---------------------------------------------------------------- */
  214. #exportLink {
  215. font-size: 18px;
  216. margin-right: 0px;
  217. color: #000; }
  218. .left {
  219. position: absolute;
  220. left: 0;
  221. top: 0; }
  222. .center {
  223. text-align: center;
  224. margin: 0 auto 15px; }
  225. .right {
  226. position: absolute;
  227. right: 0;
  228. top: 0; }
  229. button {
  230. cursor: default;
  231. width: 130px;
  232. padding: 3px;
  233. font-size: 16px;
  234. color: #fff;
  235. margin: 0;
  236. border: 1px outset #3467A7;
  237. -webkit-border-radius: 4px;
  238. -moz-border-radius: 4px;
  239. border-radius: 4px;
  240. background-color: #0F325B; }
  241. button:hover {
  242. background: -moz-linear-gradient(top, #5679a5 1%, #143964 50%, #0e2848 100%);
  243. /* FF3.6+ */
  244. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5679a5), color-stop(50%, #143964), color-stop(100%, #0e2848));
  245. /* Chrome,Safari4+ */
  246. background: -webkit-linear-gradient(top, #5679a5 1%, #143964 50%, #0e2848 100%);
  247. /* Chrome10+,Safari5.1+ */
  248. background: -o-linear-gradient(top, #5679a5 1%, #143964 50%, #0e2848 100%);
  249. /* Opera 11.10+ */
  250. /* IE10+ */
  251. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5679a5), color-stop(50%, #143964), to(#0e2848));
  252. background: linear-gradient(top, #5679a5 1%, #143964 50%, #0e2848 100%);
  253. /* W3C */
  254. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5679a5', endColorstr='#0e2848',GradientType=0 );
  255. /* IE6-9 */ }
  256. button, button:active {
  257. background: -moz-linear-gradient(top, #3467a7 0%, #143964 50%, #0e2848 100%);
  258. /* FF3.6+ */
  259. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3467a7), color-stop(50%, #143964), color-stop(100%, #0e2848));
  260. /* Chrome,Safari4+ */
  261. background: -webkit-linear-gradient(top, #3467a7 0%, #143964 50%, #0e2848 100%);
  262. /* Chrome10+,Safari5.1+ */
  263. background: -o-linear-gradient(top, #3467a7 0%, #143964 50%, #0e2848 100%);
  264. /* Opera 11.10+ */
  265. /* IE10+ */
  266. background: -webkit-gradient(linear, left top, left bottom, from(#3467a7), color-stop(50%, #143964), to(#0e2848));
  267. background: linear-gradient(top, #3467a7 0%, #143964 50%, #0e2848 100%);
  268. /* W3C */
  269. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3467a7', endColorstr='#0e2848',GradientType=0 );
  270. /* IE6-9 */ }
  271. button:active {
  272. border-style: inset; }
  273. .tree-summaries {
  274. height: 30px;
  275. position: relative;
  276. width: 100%;
  277. margin-bottom: 4px; }
  278. .tree-summary {
  279. height: 30px;
  280. line-height: 30px;
  281. padding-left: 7px;
  282. text-align: left;
  283. position: absolute;
  284. color: #fff;
  285. font-size: 12px; }
  286. #tree-summaries .Ferocity {
  287. background-position: 0px 0px; }
  288. #tree-summaries .Cunning {
  289. background-position: 0px -43px; }
  290. #tree-summaries .Resolve {
  291. background-position: 0px -86px; }
  292. /* --- Calculator ----------------------------------------------------------- */
  293. .tree-label {
  294. color: #fefefe;
  295. position: absolute;
  296. font-weight: bolder;
  297. font-size: 15px;
  298. letter-spacing: 1px; }
  299. .button {
  300. width: 28px;
  301. height: 28px;
  302. position: absolute;
  303. cursor: default;
  304. background: url(../img/talent/button-icons.jpg) no-repeat -9999px -9999px;
  305. -webkit-border-radius: 2px;
  306. -moz-border-radius: 2px;
  307. border-radius: 2px;
  308. z-index: 1; }
  309. .button.unavailable {
  310. border-color: #999;
  311. cursor: default;
  312. -webkit-animation: animation_unavailable 1s;
  313. /* Chrome, Safari, Opera */ }
  314. .button.available {
  315. border-color: #00ff00;
  316. -webkit-animation: animation_available 1s;
  317. /* Chrome, Safari, Opera */ }
  318. .button.full {
  319. border-color: #d4b654;
  320. -webkit-animation: animation_full 1s;
  321. /* Chrome, Safari, Opera */ }
  322. /* Chrome, Safari, Opera */
  323. @-webkit-keyframes animation_available {
  324. 25% {
  325. border-color: #fff; }
  326. 100% {
  327. border-color: #00ff00; } }
  328. /* Standard syntax */
  329. @-moz-keyframes animation_available {
  330. 25% {
  331. border-color: #fff; }
  332. 100% {
  333. border-color: #00ff00; } }
  334. @-o-keyframes animation_available {
  335. 25% {
  336. border-color: #fff; }
  337. 100% {
  338. border-color: #00ff00; } }
  339. @keyframes animation_available {
  340. 25% {
  341. border-color: #fff; }
  342. 100% {
  343. border-color: #00ff00; } }
  344. /* Chrome, Safari, Opera */
  345. @-webkit-keyframes animation_unavailable {
  346. 25% {
  347. opacity: 0.8; }
  348. 100% {
  349. opacity: 1.0; } }
  350. /* Standard syntax */
  351. @-moz-keyframes animation_unavailable {
  352. 0% {
  353. border-color: #00ff00; }
  354. 25% {
  355. opacity: 0.8;
  356. border-color: #999; }
  357. 100% {
  358. opacity: 1.0; } }
  359. @-o-keyframes animation_unavailable {
  360. 0% {
  361. border-color: #00ff00; }
  362. 25% {
  363. opacity: 0.8;
  364. border-color: #999; }
  365. 100% {
  366. opacity: 1.0; } }
  367. @keyframes animation_unavailable {
  368. 0% {
  369. border-color: #00ff00; }
  370. 25% {
  371. opacity: 0.8;
  372. border-color: #999; }
  373. 100% {
  374. opacity: 1.0; } }
  375. /* Chrome, Safari, Opera */
  376. @-webkit-keyframes animation_full {
  377. 25% {
  378. border-color: #fff; }
  379. 100% {
  380. border-color: #d4b654; } }
  381. /* Standard syntax */
  382. @-moz-keyframes animation_full {
  383. 25% {
  384. border-color: #aa8822; }
  385. 100% {
  386. border-color: #d4b654; } }
  387. @-o-keyframes animation_full {
  388. 25% {
  389. border-color: #aa8822; }
  390. 100% {
  391. border-color: #d4b654; } }
  392. @keyframes animation_full {
  393. 25% {
  394. border-color: #aa8822; }
  395. 100% {
  396. border-color: #d4b654; } }
  397. .j-tooltip {
  398. display: none;
  399. color: #fefefe;
  400. width: 180px;
  401. padding: 5px;
  402. background: #000;
  403. position: absolute;
  404. z-index: 100;
  405. border: 2px solid #323635;
  406. -webkit-border-radius: 5px;
  407. -moz-border-radius: 5px;
  408. border-radius: 5px; }
  409. .j-tooltip strong {
  410. font-size: 13px;
  411. font-weight: bolder; }
  412. .j-tooltip p {
  413. margin-bottom: 0px; }
  414. .j-tooltip .highlight {
  415. color: #fecb00; }
  416. .j-tooltip .req {
  417. color: #ff0000; }
  418. .j-tooltip.custom {
  419. width: auto; }
  420. .j-tooltip.custom p {
  421. margin-top: 0px; }
  422. .counter {
  423. position: absolute;
  424. right: -10px;
  425. bottom: -4px;
  426. background-color: #000;
  427. border: 1px solid #0060a0;
  428. -webkit-border-radius: 1px;
  429. -moz-border-radius: 1px;
  430. border-radius: 1px;
  431. font-size: 10px;
  432. height: 14px;
  433. line-height: 14px;
  434. padding: 0px 4px; }
  435. .counter-unavailable {
  436. border: 1px solid #999;
  437. color: #999; }
  438. .counter-available {
  439. border: 1px solid #0060a0;
  440. color: #0080a0; }
  441. .counter-full {
  442. border: 1px solid #d4b654;
  443. color: #d4b654; }
  444. .num-unavailable {
  445. color: #999; }
  446. .num-available {
  447. color: #00ff00; }
  448. .num-full {
  449. color: #d4b654; }
  450. .buttonFrame {
  451. width: 38px;
  452. height: 38px;
  453. position: absolute;
  454. left: -6px;
  455. top: -5px;
  456. background: url(../img/talent/frames.png); }
  457. .j-tooltip .Ferocity {
  458. color: #b83200; }
  459. .j-tooltip .Cunning {
  460. color: #b853ee; }
  461. .j-tooltip .Resolve {
  462. color: #46a3ee; }
  463. #volume {
  464. width: 100px;
  465. height: 13px;
  466. margin-top: 5px;
  467. margin-left: auto;
  468. margin-right: auto;
  469. cursor: pointer; }
  470. .show {
  471. display: block !important; }
  472. .main {
  473. text-align: center;
  474. position: relative; }
  475. .talent__head {
  476. height: 28px;
  477. overflow: hidden;
  478. margin-bottom: 22px; }
  479. .talent__head h1 {
  480. line-height: 28px;
  481. color: #333333; }
  482. .talent__head span {
  483. float: right;
  484. font-size: 14px; }
  485. .talent__head em {
  486. color: #d72d00; }
  487. .tallent__con {
  488. width: 498px;
  489. height: 278px;
  490. background-image: url(../img/talent/tallent-bg.jpg); }
  491. .tallent__foot {
  492. font-size: 0;
  493. padding-top: 12px;
  494. position: relative; }
  495. .M_wrap {
  496. position: relative;
  497. width: 548px;
  498. margin: 0 auto;
  499. background: #FFF;
  500. border-top: none; }
  501. .M_wrap .ico {
  502. display: inline-block;
  503. line-height: 19px;
  504. margin-right: 20px;
  505. vertical-align: middle;
  506. overflow: hidden; }
  507. .M_wrap .ico i {
  508. margin-right: 5px; }
  509. .M_wrap .ico i, .M_wrap .ico em {
  510. display: inline-block;
  511. vertical-align: middle;
  512. background-repeat: no-repeat;
  513. background-color: transparent; }
  514. .M_wrap .ico .ico_1 {
  515. width: 17px;
  516. height: 17px;
  517. background-image: url(../img/talent/slice/ico_1.png);
  518. color: #b82e2e; }
  519. .M_wrap .ico .ico_2 {
  520. width: 19px;
  521. height: 17px;
  522. background-image: url(../img/talent/slice/ico_2.png);
  523. color: #107cd7; }
  524. .M_wrap .ico .ico_3 {
  525. width: 19px;
  526. height: 19px;
  527. background-image: url(../img/talent/slice/ico_3.png);
  528. color: #129031; }
  529. .M_wrap .btn {
  530. display: inline-block;
  531. width: 95px;
  532. height: 29px;
  533. line-height: 29px;
  534. color: #FFF;
  535. font-size: 12px;
  536. text-decoration: none;
  537. text-align: center;
  538. background-repeat: no-repeat;
  539. overflow: hidden;
  540. cursor: pointer; }
  541. .M_wrap .btn.btn_apply {
  542. background-image: url(../img/talent/slice/btn_apply.png);
  543. margin-bottom: 4px; }
  544. .M_wrap .btn.btn_apply:hover {
  545. background-image: url(../img/talent/slice/btn_apply_h.png); }
  546. .M_wrap .btn.btn_check {
  547. background-image: url(../img/talent/slice/btn_check.png); }
  548. .M_wrap .btn.btn_check:hover {
  549. background-image: url(../img/talent/slice/btn_check_h.png); }
  550. .M_wrap .btn .arrow {
  551. display: inline-block;
  552. width: 9px;
  553. height: 5px;
  554. margin-left: 6px;
  555. vertical-align: middle;
  556. background-repeat: none;
  557. background-image: url(../img/talent/slice/i_arrow_d.png); }
  558. .M_wrap .close {
  559. position: absolute;
  560. right: 0;
  561. top: 0;
  562. width: 29px;
  563. height: 29px;
  564. background: url(../img/talent/close.png) no-repeat;
  565. cursor: pointer;
  566. zoom: 1; }
  567. .M_wrap .close:hover {
  568. background-image: url(../img/talent/close_h.png); }
  569. .M_wrap .wrap_bg {
  570. height: 400px;
  571. overflow: hidden;
  572. position: relative;
  573. text-align: left; }
  574. .M_wrap .title {
  575. font-size: 14px;
  576. font-weight: bold;
  577. color: #bca16b;
  578. margin-left: 15px; }
  579. .M_wrap #talentList {
  580. height: 390px; }
  581. .M_wrap .talentList {
  582. width: 516px;
  583. padding: 0 15px;
  584. margin-top: 10px;
  585. outline: none; }
  586. .M_wrap .talentItem {
  587. position: relative;
  588. z-index: 1000;
  589. margin-bottom: 10px;
  590. width: 498px;
  591. background: #F1F1F1;
  592. border: 1px solid #F1F1F1; }
  593. .M_wrap .talentItem:hover, .M_wrap .talentItem.active {
  594. border-color: #ECF3F9;
  595. background: #ECF3F9; }
  596. .M_wrap .talentItem .itemCont {
  597. padding: 16px; }
  598. .M_wrap .talentItem .name {
  599. color: #666;
  600. font-size: 14px;
  601. font-weight: bold; }
  602. .M_wrap .talentItem .medalList {
  603. margin-top: 10px; }
  604. .M_wrap .talentItem .optPanel {
  605. position: absolute;
  606. top: 10px;
  607. right: 15px;
  608. width: 98px; }
  609. .M_wrap .talentItem .spreadArea {
  610. display: none;
  611. border-top: 1px solid #2e6880; }
  612. .M_wrap .active {
  613. z-index: 1001; }
  614. .M_wrap .active .arrow {
  615. background-image: url(../img/talent/slice/i_arrow_up.png); }
  616. .M_layer_tips {
  617. display: none;
  618. position: absolute;
  619. top: 150px;
  620. left: 50%;
  621. z-index: 10001;
  622. width: 150px;
  623. margin: 0 0 0 -75px;
  624. text-align: center;
  625. background: #000;
  626. opacity: 0.6;
  627. filter: alpha(opacity=60);
  628. font-size: 14px;
  629. color: #ccc;
  630. padding: 24px 0; }
  631. .M_layer_tips .ico_success {
  632. display: inline-block;
  633. width: 16px;
  634. height: 16px;
  635. background-repeat: no-repeat;
  636. background-image: url(../img/talent/slice/ico_success.png);
  637. overflow: hidden;
  638. vertical-align: middle;
  639. margin-right: 5px; }
  640. .nicescroll-rails-vr {
  641. background: #04151c !important; }
  642. .nicescroll-cursors {
  643. background: #254a63 !important;
  644. border-color: #254a63 !important; }
  645. .tips {
  646. display: none;
  647. font-size: 14px;
  648. color: #333;
  649. text-align: center;
  650. padding-top: 15px; }
  651. .tips a {
  652. text-decoration: underline;
  653. color: #C00;
  654. margin-left: 4px; }