apps.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei",Arial;-webkit-text-size-adjust:none;}
  4. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
  5. input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
  6. a{color:#333;text-decoration:none;}
  7. .tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
  8. .dis{display:block;}.undis{display:none;}
  9. .fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
  10. .hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
  11. .hr_1{height:1px;}.hr_10{height:10px;}
  12. input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
  13. .banner {
  14. height: 320px;
  15. }
  16. .banner .boxs {
  17. position: relative;
  18. margin: 0 auto;
  19. width: 1200px;
  20. height: 320px;
  21. overflow: hidden;
  22. color: #fff;
  23. }
  24. .banner .boxs .font_title {
  25. position: absolute;
  26. top: 50%;
  27. left: 50%;
  28. margin: 0 auto;
  29. width: 1000px;
  30. height: 100px;
  31. margin-left: -500px;
  32. margin-top: -50px;
  33. text-align: center;
  34. }
  35. .banner .boxs h3 {
  36. margin-bottom: 26px;
  37. line-height: 40px;
  38. font-size: 40px;
  39. font-weight: 500;
  40. }
  41. .banner .boxs p {
  42. font-size: 16px;
  43. }
  44. .main_boxs {
  45. margin: 0 auto;
  46. width: 1200px;
  47. }
  48. .introduce {
  49. margin-top: 30px;
  50. height: 100px;
  51. overflow: hidden;
  52. background-color: #fff;
  53. }
  54. .introduce a.btn {
  55. display: inline-block;
  56. margin-left: 25px;
  57. width: 150px;
  58. height: 45px;
  59. line-height: 45px;
  60. font-size: 15px;
  61. text-align: center;
  62. border-radius: 6px;
  63. border: #d9d9d9 solid 1px;
  64. }
  65. .list_financing {
  66. padding: 30px 0;
  67. overflow: hidden;
  68. }
  69. .list_financing li {
  70. position: relative;
  71. margin-bottom: 20px;
  72. width: 100%;
  73. height: 190px;
  74. background-color: #fff;
  75. box-sizing: border-box;
  76. transition:All 0.2s ease-in-out;
  77. -webkit-transition:All 0.2s ease-in-out;
  78. -moz-transition:All 0.2s ease-in-out;
  79. -o-transition:All 0.2s ease-in-out;
  80. }
  81. .list_financing li:hover {
  82. transform:translate(0,-5px);
  83. -webkit-transform:translate(0,-5px);
  84. -moz-transform:translate(0,-5px);
  85. -o-transform:translate(0,-5px);
  86. -ms-transform:translate(0,-5px);
  87. -webkit-box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  88. -moz-box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  89. box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  90. }
  91. .list_financing .fin-title {
  92. width: 100%;
  93. height: 80px;
  94. line-height: 80px;
  95. overflow: hidden;
  96. font-size: 25px;
  97. border-bottom: 1px dashed #dadada;
  98. text-align: center;
  99. }
  100. .list_financing .fin-title b {
  101. font-weight: 500;
  102. }
  103. .list_financing .fin-box {
  104. padding-top: 25px;
  105. width: 1000px;
  106. box-sizing: border-box;
  107. }
  108. .list_financing .fin-box .fin-box-li {
  109. float: left;
  110. width: 20%;
  111. text-align: center;
  112. }
  113. .list_financing .fin-box .fin-box-li b {
  114. display: block;
  115. margin-bottom: 6px;
  116. height: 22px;
  117. font-size: 22px;
  118. font-weight: 500;
  119. color: #333;
  120. text-transform:uppercase;
  121. }
  122. .list_financing .fin-box .fin-box-li b.orange {
  123. color: #ff6c03;
  124. }
  125. .list_financing .fin-box .fin-box-li b .unit {
  126. font-size: 16px;
  127. }
  128. .list_financing .fin-box .fin-box-li p {
  129. font-size: 14px;
  130. color: #888;
  131. }
  132. .list_financing .fin-box .fin-sort-li {
  133. float: left;
  134. width: 100px;
  135. height: 45px;
  136. line-height: 45px;
  137. font-size:1.3rem;
  138. text-align: center;
  139. }
  140. .list_financing .fin-box .fin-sort-li span {
  141. display: block;
  142. margin-left: 25px;
  143. width: 50px;
  144. background-color: #efefef;
  145. box-sizing: border-box;
  146. }
  147. .list_financing .fin-box .fin-title-li {
  148. float: left;
  149. width: 30%;
  150. line-height: 45px;
  151. }
  152. .list_financing .fin-box .fin-title-li img {
  153. margin-right: 10px;
  154. height: 35px;
  155. vertical-align: middle;
  156. }
  157. .list_financing .fin-box .fin-title-li p {
  158. display: inline-block;
  159. }
  160. .list_financing .fin-box .fin-title-li h3 {
  161. display: inline-block;
  162. vertical-align: middle;
  163. margin-right: 10px;
  164. font-size: 1.3rem;
  165. text-transform: uppercase;
  166. }
  167. .list_financing .fin-box .fin-title-li span {
  168. vertical-align: middle;
  169. font-size: 0.8rem;
  170. }
  171. .list_issue {
  172. padding: 30px 0;
  173. overflow: hidden;
  174. }
  175. .list_issue li {
  176. float: left;
  177. position: relative;
  178. margin-bottom: 20px;
  179. width: 23.75%;
  180. height: 300px;
  181. background-color: #fff;
  182. box-sizing: border-box;
  183. text-align: center;
  184. transition:All 0.2s ease-in-out;
  185. -webkit-transition:All 0.2s ease-in-out;
  186. -moz-transition:All 0.2s ease-in-out;
  187. -o-transition:All 0.2s ease-in-out;
  188. }
  189. .list_issue li a {
  190. display: block;
  191. padding: 15px;
  192. width: 100%;
  193. height: 300px;
  194. box-sizing: border-box;
  195. }
  196. .list_issue li:hover {
  197. transform:translate(0,-5px);
  198. -webkit-transform:translate(0,-5px);
  199. -moz-transform:translate(0,-5px);
  200. -o-transform:translate(0,-5px);
  201. -ms-transform:translate(0,-5px);
  202. -webkit-box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  203. -moz-box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  204. box-shadow:0px 5px 15px rgba(0,0,0,0.06);
  205. }
  206. .list_issue li:not(:nth-of-type(4n)) {
  207. margin-right: 20px;
  208. }
  209. .list_issue li .is-state {
  210. position: absolute;
  211. top: 15px;
  212. right: 15px;
  213. font-size: 16px;
  214. }
  215. .list_issue li .is-state .jxz {color: #14c1bb;}
  216. .list_issue li .is-state .yjs {color: #d9d9d9;}
  217. .list_issue li .is-state .lyzs {color: #57b5fd;}
  218. .list_issue li .coinimg {
  219. margin-top: 23px;
  220. margin-bottom: 5px;
  221. }
  222. .list_issue li .title {
  223. line-height: 35px;
  224. font-size: 18px;
  225. font-weight: 550;
  226. color: #333;
  227. }
  228. .list_issue li p {
  229. font-size: 14px;
  230. color: #333;
  231. }
  232. .list_issue li .describe {
  233. }
  234. .list_issue li .part {
  235. }
  236. .list_issue li .times {
  237. margin-top: 20px;
  238. font-size: 13px;
  239. color: #57b5fd;
  240. }
  241. .list_issue .process-bar {
  242. margin: 15px 0 10px;
  243. width: 100%;
  244. height: 8px;
  245. background-color: #dadada;
  246. }
  247. .list_issue .process-bar .process-bar-hover {
  248. height: 8px;
  249. background: linear-gradient(to right, #1fb6c7, #02d5a8);
  250. transition:width 2s;
  251. }
  252. .list_financing .fin-btn a {
  253. display: block;
  254. margin-top: 28px;
  255. margin-right: 25px;
  256. width: 150px;
  257. height: 45px;
  258. line-height: 45px;
  259. font-size: 15px;
  260. color: #fff;
  261. background: #bab9b9;
  262. border: none;
  263. outline: none;
  264. border-radius: 6px;
  265. text-align: center;
  266. cursor: auto;
  267. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  268. }
  269. .list_financing .fin-btn .opens {
  270. cursor: pointer;
  271. background: linear-gradient(to right, #4286da, #01abab);
  272. }
  273. .list_financing .fin-btn .opens:hover {
  274. background: linear-gradient(to right, #5094e8, #07bbbb);
  275. transition:width 2s;
  276. }
  277. /* Progress bar */
  278. .list_financing .process-bar {
  279. position: absolute;
  280. bottom: 0;
  281. width: 100%;
  282. height: 5px;
  283. background-color: #dadada;
  284. }
  285. .list_financing .process-bar .process-bar-hover {
  286. height: 5px;
  287. background-color: #3bbee4;
  288. }
  289. /* Floating window */
  290. .float_win_pay {
  291. margin: 0 auto;
  292. min-height: 200px;
  293. padding-bottom: 15px;
  294. background: #fff;
  295. border-radius: 10px;
  296. }
  297. .float_win_pay .tan_title {
  298. padding: 0 40px;
  299. height: 60px;
  300. background-color: #394aa9;
  301. border-radius: 10px 10px 0 0;
  302. }
  303. .float_win_pay .tan_title h4 {
  304. font-weight: normal;
  305. color: #fff;
  306. font-size: 20px;
  307. line-height: 60px;
  308. float: left;
  309. }
  310. .float_win_pay .tan_title .close-btn {
  311. display: block;
  312. float: right;
  313. line-height: 60px;
  314. color: #fff;
  315. font-size: 1.2rem;
  316. font-weight: 600;
  317. cursor: pointer;
  318. border-radius: 1rem;
  319. transition: all 0.2s ease-in-out;
  320. }
  321. .float_win_pay .payment_content{
  322. min-width: 450px;
  323. margin: 30px 0 0 0;
  324. padding: 0 40px;
  325. box-sizing: border-box;
  326. }
  327. .float_win_pay .payment_content ul li{
  328. margin-bottom: 17px;
  329. }
  330. .float_win_pay .payment_content ul li .label-1{
  331. display: inline-block;
  332. padding-right: 15px;
  333. width: 30%;
  334. height: 42px;
  335. line-height: 42px;
  336. font-size: 14px;
  337. text-align: right;
  338. box-sizing: border-box;
  339. }
  340. .float_win_pay .payment_content ul li .input-1{
  341. padding-left: 10px;
  342. padding-right: 10px;
  343. width: 65.5%;
  344. height: 42px;
  345. line-height: 42px;
  346. font-size: 16px;
  347. color: #333;
  348. border:1px solid #D4D4D4;
  349. border-radius: 3px;
  350. transition: all,.3s;
  351. box-sizing: border-box;
  352. }
  353. .float_win_pay .payment_content ul li .input-2{
  354. padding-left: 10px;
  355. padding-right: 10px;
  356. width: 65.5%;
  357. height: 42px;
  358. line-height: 42px;
  359. font-size: 16px;
  360. color: #333;
  361. border: none;
  362. border-radius: 3px;
  363. transition: all,.3s;
  364. box-sizing: border-box;
  365. cursor: default;
  366. }
  367. .float_win_pay .payment_content ul li .vcode-1{
  368. display: inline-block;
  369. padding-left: 10px;
  370. padding-right: 10px;
  371. width: 35%;
  372. height: 42px;
  373. line-height: 42px;
  374. font-size: 16px;
  375. color: #333;
  376. border:1px solid #D4D4D4;
  377. border-radius: 3px;
  378. transition: all,.3s;
  379. }
  380. .float_win_pay .payment_content ul li .btns{
  381. margin: 0 auto;
  382. display: block;
  383. width: 200px;
  384. height: 50px;
  385. line-height: 50px;
  386. text-align: center;
  387. font-size: 16px;
  388. color: #fff;
  389. background-color: #4f64dc;
  390. border: 1px solid #6378f1;
  391. border-radius: 1000px;
  392. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  393. cursor: pointer;
  394. }
  395. .float_win_pay .payment_content ul li .btns:hover{
  396. color: #fff;
  397. background-color: #6378f1;
  398. border: 1px solid #6378f1;
  399. }
  400. .float_win_pay .payment_content ul li .code-num{
  401. display: inline-block;
  402. margin-left: 10px;
  403. width: 26%;
  404. height: 40px;
  405. line-height: 40px;
  406. text-align: center;
  407. font-size: 13px;
  408. color: #fff;
  409. background-color: #4f64dc;
  410. border: none;
  411. outline: none;
  412. border-radius: 4px;
  413. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  414. cursor: pointer;
  415. }
  416. .float_win_pay .payment_content ul li .code-num:hover{
  417. color: #fff;
  418. background-color: #6378f1;
  419. }
  420. .float_win_pay .payment_content ul li p.forget{
  421. font-size: 14px;
  422. }
  423. .float_win_pay .payment_content ul li p.forget a{
  424. color: #0093ff;
  425. }
  426. .white_style .tan_title{
  427. padding: 0 25px;
  428. background-color: #fff;
  429. }
  430. .white_style .tan_title h4{
  431. color: #333;
  432. }
  433. .white_style .tan_title .close-btn{
  434. color: #a5adb8;
  435. }
  436. .white_style .payment_content{
  437. margin-top: 10px;
  438. padding: 0 40px;
  439. }
  440. .white_style .imgname{
  441. text-align: center;
  442. }
  443. .white_style .imgname img{
  444. vertical-align: middle;
  445. }
  446. .white_style .imgname div h3{
  447. display: inline-block;
  448. margin-right: 5px;
  449. font-size: 16px;
  450. color: #333;
  451. vertical-align: middle;
  452. text-transform: uppercase;
  453. }
  454. .white_style .imgname div span{
  455. font-size: 12px;
  456. color: #8a9099;
  457. vertical-align: middle;
  458. }
  459. .white_style .input100{
  460. position: relative;
  461. }
  462. .white_style .input100 .input-1{
  463. width: 100%!important;
  464. text-align: center;
  465. }
  466. .white_style .input100 label{
  467. position: absolute;
  468. top: 50%;
  469. right: 16px;
  470. z-index: 1;
  471. padding-left: 5px;
  472. font-size: 16px;
  473. color: #999;
  474. background-color: #fff;
  475. pointer-events: none;
  476. -webkit-transform: translateY(-50%);
  477. transform: translateY(-50%);
  478. }
  479. .white_style .explain p{
  480. color: #8a9099;
  481. text-transform: uppercase;
  482. }
  483. .white_style .explain p b{
  484. font-size: 13px;
  485. color: #000;
  486. margin-right: 5px;
  487. }
  488. .white_style .explain p b.bx{
  489. color: red;
  490. }
  491. .white_style .xzbank{
  492. padding-left: 20px;
  493. width: 100%;
  494. height: 42px;
  495. line-height: 42px;
  496. font-size: 16px;
  497. color: #333;
  498. border:1px solid #D4D4D4;
  499. border-radius: 3px;
  500. transition: all,.3s;
  501. box-sizing: border-box;
  502. text-align: center;
  503. text-align-last: center;
  504. }
  505. /* Currency */
  506. .UserBox {
  507. margin: 0 auto;
  508. width: 1200px;
  509. overflow: hidden;
  510. height: 100%;
  511. }
  512. /** SettingRight **/
  513. .SettingRight {
  514. overflow: hidden;
  515. padding: 10px;
  516. width: 78%;
  517. min-height: 300px;
  518. height: 100%;
  519. background-color: #fff;
  520. border: 1px solid #e8e8e8;
  521. box-sizing: border-box;
  522. }
  523. .SettingRight .titles{
  524. margin: 20px 7px;
  525. height: 20px;
  526. line-height: 20px;
  527. text-align: left;
  528. }
  529. .SettingRight .titles h3{
  530. min-width: 100px;
  531. padding-left: 10px;
  532. font-size: 18px;
  533. font-weight: 500;
  534. border-left: 3px solid #ffad0e;
  535. }
  536. .SettingRight .titles .btns{
  537. margin-top: -7px;
  538. display: block;
  539. width: 85px;
  540. height: 30px;
  541. line-height: 30px;
  542. text-align: center;
  543. font-size: 13px;
  544. color: #fff;
  545. background-color: #4f64dc;
  546. border: 1px solid #6378f1;
  547. border-radius: 1000px;
  548. text-transform: uppercase;
  549. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  550. cursor: pointer;
  551. }
  552. .SettingRight .titles .btns:hover{
  553. color: #fff;
  554. background-color: #6378f1;
  555. border: 1px solid #6378f1;
  556. }
  557. .SettingRight .Column_Security{
  558. margin-bottom: 15px;
  559. overflow: hidden;
  560. text-align: center;
  561. }
  562. .SettingRight .Column_Security .sc_status{
  563. margin: 0 7px;
  564. padding: 30px 0;
  565. width: 31.5%;
  566. border: 1px solid #DEDEDE;
  567. border-radius: 6px;
  568. }
  569. .SettingRight .Column_Security .sc_status h3{
  570. line-height: 35px;
  571. font-size: 16px;
  572. color: #333;
  573. }
  574. .SettingRight .Column_Security .sc_status p{
  575. line-height: 25px;
  576. font-size: 13px;
  577. color: #888;
  578. }
  579. .SettingRight .Column_Security .sc_status .btns{
  580. margin:0 auto;
  581. margin-top: 15px;
  582. display: block;
  583. width: 112px;
  584. height: 40px;
  585. line-height: 40px;
  586. font-size: 15px;
  587. color: #666;
  588. background-color: #fff;
  589. border: 1px solid #DEDEDE;
  590. border-radius: 1000px;
  591. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  592. cursor: pointer;
  593. }
  594. .SettingRight .Column_Security .sc_status .btnson{
  595. margin:0 auto;
  596. margin-top: 15px;
  597. display: block;
  598. width: 112px;
  599. height: 40px;
  600. line-height: 40px;
  601. font-size: 15px;
  602. color: #fff;
  603. background-color: #4f64dc;
  604. border: 1px solid #6378f1;
  605. border-radius: 1000px;
  606. text-transform: uppercase;
  607. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  608. cursor: pointer;
  609. }
  610. .SettingRight .Column_Security .sc_status .btnson:hover,.SettingRight .Column_Security .sc_status .btns:hover{
  611. color: #fff;
  612. background-color: #6378f1;
  613. border: 1px solid #6378f1;
  614. }
  615. .SettingRight .Column_Security .sc_status .btnjz{
  616. margin:0 auto;
  617. margin-top: 15px;
  618. display: block;
  619. width: 112px;
  620. height: 40px;
  621. line-height: 40px;
  622. font-size: 15px;
  623. color: #666;
  624. background-color: #DEDEDE;
  625. border: 1px solid #DEDEDE;
  626. border-radius: 1000px;
  627. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  628. cursor:not-allowed;
  629. }
  630. /* LogonLog */
  631. .SettingRight .Column_LogonLog{
  632. margin: 0 7px;
  633. margin-bottom: 20px;
  634. }
  635. .SettingRight .Column_LogonLog table{
  636. width: 100%;
  637. border: 1px solid #DEDEDE;
  638. border-bottom: none;
  639. font-size: 13px;
  640. color: #666;
  641. }
  642. .SettingRight .Column_LogonLog table .title{
  643. background-color: #f6f6f6;
  644. }
  645. .SettingRight .Column_LogonLog table th,.SettingRight .Column_LogonLog table td{
  646. border-bottom: 1px solid #DEDEDE;
  647. }
  648. .SettingRight .Column_LogonLog table th{
  649. height: 38px;
  650. }
  651. .SettingRight .Column_LogonLog table td{
  652. height: 38px;
  653. text-align: center;
  654. }
  655. .SettingRight .Column_LogonLog table .btns{
  656. margin: 25px auto;
  657. display: block;
  658. width: 180px;
  659. height: 40px;
  660. line-height: 40px;
  661. color: #666;
  662. font-size: 14px;
  663. border: 1px solid #CDCDCD;
  664. border-radius: 1000px;
  665. }
  666. .SettingRight .Column_LogonLog table .btns:hover{
  667. color: #fff;
  668. background-color: #6378f1;
  669. border: 1px solid #6378f1;
  670. }
  671. .SettingRight .select {
  672. margin-top: -12px;
  673. margin-right: 15px;
  674. display: inline-block;
  675. *display: inline;
  676. *zoom: 1;
  677. width: 188px;
  678. padding-left: 10px;
  679. height: 38px;
  680. line-height: 38px;
  681. border: 1px solid #ccc;
  682. position: relative;
  683. background: url(../images/selbut.png) 175px center no-repeat;
  684. }
  685. .SettingRight .select img {
  686. width: 22px;
  687. vertical-align: middle;
  688. }
  689. .SettingRight .selul {
  690. width: 160px;
  691. height: 38px;
  692. border: none;
  693. background: #fff;
  694. outline: none;
  695. font-size: 14px;
  696. color: #666;
  697. }
  698. .SettingRight .howmuch {
  699. margin-left: 10px;
  700. font-size: 14px;
  701. color: #666;
  702. line-height: 40px;
  703. vertical-align: top;
  704. }
  705. .SettingRight .howleft {
  706. font-size: 18px;
  707. color: #333;
  708. font-weight: 900;
  709. line-height: 40px;
  710. vertical-align: top;
  711. }
  712. /* Pages */
  713. .pages {
  714. clear: both;
  715. margin: 15px 15px 0px;
  716. text-align: center;
  717. font-size: 13px;
  718. }
  719. .pages a {
  720. background-color: #fff;
  721. padding: 5px 12px;
  722. border-radius: 3px;
  723. border: 1px solid #646464;
  724. margin: 0 2px;
  725. color: #646464;
  726. font-size: 13px;
  727. }
  728. .pages a:hover {
  729. background-color: #ececec;
  730. text-decoration: none;
  731. }
  732. .pages .current {
  733. background-color: #106cde;
  734. color: #fff;
  735. padding: 5px 12px;
  736. border-radius: 3px;
  737. margin: 0 2px;
  738. }
  739. .pages a.arr {
  740. width: 19px;
  741. height: 19px;
  742. display: inline-block;
  743. border-radius: 0;
  744. border: 0;
  745. }
  746. .pages a.arr.prev {
  747. background-position: -182px -286px;
  748. }
  749. .pages a:hover.arr.prev {
  750. background-position: -182px -265px;
  751. }
  752. .pages a.arr.next {
  753. background-position: -206px -265px;
  754. }
  755. .pages a:hover.arr.next {
  756. background-position: -206px -286px;
  757. }