vote.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  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. margin: 30px 0;
  67. }
  68. .list_financing li {
  69. position: relative;
  70. margin-bottom: 20px;
  71. width: 100%;
  72. height: 100px;
  73. background-color: #fff;
  74. box-sizing: border-box;
  75. }
  76. .list_financing li:hover {
  77. -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.03);
  78. box-shadow: 0 15px 30px rgba(0,0,0,0.03);
  79. -webkit-transform: translate3d(0, -2px, 0);
  80. transform: translate3d(0, -2px, 0);
  81. }
  82. .list_financing .fin-title {
  83. width: 100%;
  84. height: 80px;
  85. line-height: 80px;
  86. overflow: hidden;
  87. font-size: 25px;
  88. border-bottom: 1px dashed #dadada;
  89. text-align: center;
  90. }
  91. .list_financing .fin-title b {
  92. font-weight: 500;
  93. }
  94. .list_financing .fin-box {
  95. padding-top: 25px;
  96. width: 1000px;
  97. box-sizing: border-box;
  98. }
  99. .list_financing .fin-box .fin-sort-li {
  100. float: left;
  101. width: 100px;
  102. height: 45px;
  103. line-height: 45px;
  104. font-size:1.3rem;
  105. text-align: center;
  106. }
  107. .list_financing .fin-box .fin-sort-li span {
  108. display: block;
  109. margin-left: 25px;
  110. width: 50px;
  111. background-color: #efefef;
  112. box-sizing: border-box;
  113. }
  114. .list_financing .fin-box .fin-title-li {
  115. float: left;
  116. width: 30%;
  117. line-height: 45px;
  118. }
  119. .list_financing .fin-box .fin-title-li img {
  120. margin-right: 10px;
  121. height: 35px;
  122. vertical-align: middle;
  123. }
  124. .list_financing .fin-box .fin-title-li p {
  125. display: inline-block;
  126. }
  127. .list_financing .fin-box .fin-title-li h3 {
  128. display: inline-block;
  129. vertical-align: middle;
  130. margin-right: 10px;
  131. font-size: 1.3rem;
  132. text-transform: uppercase;
  133. }
  134. .list_financing .fin-box .fin-title-li span {
  135. vertical-align: middle;
  136. font-size: 0.8rem;
  137. }
  138. .list_financing .fin-box .fin-box-li {
  139. float: left;
  140. width: 20%;
  141. text-align:center;
  142. }
  143. .list_financing .fin-box .fin-box-li b {
  144. display: block;
  145. margin-bottom: 6px;
  146. height: 22px;
  147. font-size: 22px;
  148. font-weight: 500;
  149. color: #333;
  150. text-transform: uppercase;
  151. }
  152. .list_financing .fin-box .fin-box-li b.orange {
  153. color: #ff6c03;
  154. }
  155. .list_financing .fin-box .fin-box-li b .unit {
  156. font-size: 16px;
  157. }
  158. .list_financing .fin-box .fin-box-li p {
  159. font-size: 14px;
  160. color: #888;
  161. }
  162. .list_financing .fin-btn a {
  163. display: block;
  164. margin-top: 28px;
  165. margin-right: 25px;
  166. width: 150px;
  167. height: 45px;
  168. line-height: 45px;
  169. font-size: 15px;
  170. color: #fff;
  171. background: #bab9b9;
  172. border: none;
  173. outline: none;
  174. border-radius: 6px;
  175. text-align: center;
  176. cursor: auto;
  177. 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;
  178. }
  179. .list_financing .fin-btn .opens {
  180. cursor: pointer;
  181. background: linear-gradient(to right, #4286da, #01abab);
  182. }
  183. .list_financing .fin-btn .opens:hover {
  184. background: linear-gradient(to right, #5094e8, #07bbbb);
  185. }
  186. /* Floating window */
  187. .float_win_pay {
  188. margin: 0 auto;
  189. min-height: 200px;
  190. padding-bottom: 15px;
  191. background: #fff;
  192. border-radius: 10px;
  193. }
  194. .float_win_pay .tan_title {
  195. padding: 0 40px;
  196. height: 60px;
  197. background-color: #394aa9;
  198. border-radius: 10px 10px 0 0;
  199. }
  200. .float_win_pay .tan_title h4 {
  201. font-weight: normal;
  202. color: #fff;
  203. font-size: 20px;
  204. line-height: 60px;
  205. float: left;
  206. }
  207. .float_win_pay .tan_title .close-btn {
  208. display: block;
  209. float: right;
  210. line-height: 60px;
  211. color: #fff;
  212. font-size: 1.2rem;
  213. font-weight: 600;
  214. cursor: pointer;
  215. border-radius: 1rem;
  216. transition: all 0.2s ease-in-out;
  217. }
  218. .float_win_pay .payment_content{
  219. min-width: 450px;
  220. margin: 30px 0 0 0;
  221. padding: 0 40px;
  222. box-sizing: border-box;
  223. }
  224. .float_win_pay .payment_content ul li{
  225. margin-bottom: 17px;
  226. }
  227. .float_win_pay .payment_content ul li .label-1{
  228. display: inline-block;
  229. padding-right: 15px;
  230. width: 30%;
  231. height: 42px;
  232. line-height: 42px;
  233. font-size: 14px;
  234. text-align: right;
  235. box-sizing: border-box;
  236. }
  237. .float_win_pay .payment_content ul li .input-1{
  238. padding-left: 10px;
  239. padding-right: 10px;
  240. width: 65.5%;
  241. height: 42px;
  242. line-height: 42px;
  243. font-size: 16px;
  244. color: #333;
  245. border:1px solid #D4D4D4;
  246. border-radius: 3px;
  247. transition: all,.3s;
  248. box-sizing: border-box;
  249. }
  250. .float_win_pay .payment_content ul li .input-2{
  251. padding-left: 10px;
  252. padding-right: 10px;
  253. width: 65.5%;
  254. height: 42px;
  255. line-height: 42px;
  256. font-size: 16px;
  257. color: #333;
  258. border: none;
  259. border-radius: 3px;
  260. transition: all,.3s;
  261. box-sizing: border-box;
  262. cursor: default;
  263. }
  264. .float_win_pay .payment_content ul li .vcode-1{
  265. display: inline-block;
  266. padding-left: 10px;
  267. padding-right: 10px;
  268. width: 35%;
  269. height: 42px;
  270. line-height: 42px;
  271. font-size: 16px;
  272. color: #333;
  273. border:1px solid #D4D4D4;
  274. border-radius: 3px;
  275. transition: all,.3s;
  276. }
  277. .float_win_pay .payment_content ul li .btns{
  278. margin: 0 auto;
  279. display: block;
  280. width: 200px;
  281. height: 50px;
  282. line-height: 50px;
  283. text-align: center;
  284. font-size: 16px;
  285. color: #fff;
  286. background-color: #4f64dc;
  287. border: 1px solid #6378f1;
  288. border-radius: 1000px;
  289. 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;
  290. cursor: pointer;
  291. }
  292. .float_win_pay .payment_content ul li .btns:hover{
  293. color: #fff;
  294. background-color: #6378f1;
  295. border: 1px solid #6378f1;
  296. }
  297. .float_win_pay .payment_content ul li .code-num{
  298. display: inline-block;
  299. margin-left: 10px;
  300. width: 26%;
  301. height: 40px;
  302. line-height: 40px;
  303. text-align: center;
  304. font-size: 13px;
  305. color: #fff;
  306. background-color: #4f64dc;
  307. border: none;
  308. outline: none;
  309. border-radius: 4px;
  310. 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;
  311. cursor: pointer;
  312. }
  313. .float_win_pay .payment_content ul li .code-num:hover{
  314. color: #fff;
  315. background-color: #6378f1;
  316. }
  317. .float_win_pay .payment_content ul li p.forget{
  318. font-size: 14px;
  319. }
  320. .float_win_pay .payment_content ul li p.forget a{
  321. color: #0093ff;
  322. }
  323. .white_style .tan_title{
  324. padding: 0 25px;
  325. background-color: #fff;
  326. }
  327. .white_style .tan_title h4{
  328. color: #333;
  329. }
  330. .white_style .tan_title .close-btn{
  331. color: #a5adb8;
  332. }
  333. .white_style .payment_content{
  334. margin-top: 10px;
  335. padding: 0 40px;
  336. }
  337. .white_style .imgname{
  338. text-align: center;
  339. }
  340. .white_style .imgname img{
  341. vertical-align: middle;
  342. }
  343. .white_style .imgname div h3{
  344. display: inline-block;
  345. margin-right: 5px;
  346. font-size: 16px;
  347. color: #333;
  348. vertical-align: middle;
  349. text-transform: uppercase;
  350. }
  351. .white_style .imgname div span{
  352. font-size: 12px;
  353. color: #8a9099;
  354. vertical-align: middle;
  355. }
  356. .white_style .input100{
  357. position: relative;
  358. }
  359. .white_style .input100 .input-1{
  360. width: 100%!important;
  361. text-align: center;
  362. }
  363. .white_style .input100 label{
  364. position: absolute;
  365. top: 50%;
  366. right: 0;
  367. -webkit-transform: translateY(-50%);
  368. transform: translateY(-50%);
  369. z-index: 1;
  370. font-size: 16px;
  371. color: #999;
  372. padding-right: 16px;
  373. }
  374. .white_style .explain p{
  375. color: #8a9099;
  376. text-transform: uppercase;
  377. }
  378. .white_style .explain p b{
  379. font-size: 13px;
  380. color: #000;
  381. margin-right: 5px;
  382. }
  383. .white_style .explain p b.bx{
  384. color: red;
  385. }
  386. .white_style .xzbank{
  387. padding-left: 20px;
  388. width: 100%;
  389. height: 42px;
  390. line-height: 42px;
  391. font-size: 16px;
  392. color: #333;
  393. border:1px solid #D4D4D4;
  394. border-radius: 3px;
  395. transition: all,.3s;
  396. box-sizing: border-box;
  397. text-align: center;
  398. text-align-last: center;
  399. }
  400. /* Currency */
  401. .UserBox {
  402. margin: 0 auto;
  403. width: 1200px;
  404. overflow: hidden;
  405. height: 100%;
  406. }
  407. /** SettingRight **/
  408. .SettingRight {
  409. overflow: hidden;
  410. padding: 10px;
  411. width: 78%;
  412. min-height: 300px;
  413. height: 100%;
  414. background-color: #fff;
  415. border: 1px solid #e8e8e8;
  416. box-sizing: border-box;
  417. }
  418. .SettingRight .titles{
  419. margin: 20px 7px;
  420. height: 20px;
  421. line-height: 20px;
  422. text-align: left;
  423. }
  424. .SettingRight .titles h3{
  425. min-width: 100px;
  426. padding-left: 10px;
  427. font-size: 18px;
  428. font-weight: 500;
  429. border-left: 3px solid #ffad0e;
  430. }
  431. .SettingRight .titles .btns{
  432. margin-top: -7px;
  433. display: block;
  434. width: 85px;
  435. height: 30px;
  436. line-height: 30px;
  437. text-align: center;
  438. font-size: 13px;
  439. color: #fff;
  440. background-color: #4f64dc;
  441. border: 1px solid #6378f1;
  442. border-radius: 1000px;
  443. text-transform: uppercase;
  444. 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;
  445. cursor: pointer;
  446. }
  447. .SettingRight .titles .btns:hover{
  448. color: #fff;
  449. background-color: #6378f1;
  450. border: 1px solid #6378f1;
  451. }
  452. .SettingRight .Column_Security{
  453. margin-bottom: 15px;
  454. overflow: hidden;
  455. text-align: center;
  456. }
  457. .SettingRight .Column_Security .sc_status{
  458. margin: 0 7px;
  459. padding: 30px 0;
  460. width: 31.5%;
  461. border: 1px solid #DEDEDE;
  462. border-radius: 6px;
  463. }
  464. .SettingRight .Column_Security .sc_status h3{
  465. line-height: 35px;
  466. font-size: 16px;
  467. color: #333;
  468. }
  469. .SettingRight .Column_Security .sc_status p{
  470. line-height: 25px;
  471. font-size: 13px;
  472. color: #888;
  473. }
  474. .SettingRight .Column_Security .sc_status .btns{
  475. margin:0 auto;
  476. margin-top: 15px;
  477. display: block;
  478. width: 112px;
  479. height: 40px;
  480. line-height: 40px;
  481. font-size: 15px;
  482. color: #666;
  483. background-color: #fff;
  484. border: 1px solid #DEDEDE;
  485. border-radius: 1000px;
  486. 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;
  487. cursor: pointer;
  488. }
  489. .SettingRight .Column_Security .sc_status .btnson{
  490. margin:0 auto;
  491. margin-top: 15px;
  492. display: block;
  493. width: 112px;
  494. height: 40px;
  495. line-height: 40px;
  496. font-size: 15px;
  497. color: #fff;
  498. background-color: #4f64dc;
  499. border: 1px solid #6378f1;
  500. border-radius: 1000px;
  501. text-transform: uppercase;
  502. 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;
  503. cursor: pointer;
  504. }
  505. .SettingRight .Column_Security .sc_status .btnson:hover,.SettingRight .Column_Security .sc_status .btns:hover{
  506. color: #fff;
  507. background-color: #6378f1;
  508. border: 1px solid #6378f1;
  509. }
  510. .SettingRight .Column_Security .sc_status .btnjz{
  511. margin:0 auto;
  512. margin-top: 15px;
  513. display: block;
  514. width: 112px;
  515. height: 40px;
  516. line-height: 40px;
  517. font-size: 15px;
  518. color: #666;
  519. background-color: #DEDEDE;
  520. border: 1px solid #DEDEDE;
  521. border-radius: 1000px;
  522. 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;
  523. cursor:not-allowed;
  524. }
  525. /* LogonLog */
  526. .SettingRight .Column_LogonLog{
  527. margin: 0 7px;
  528. margin-bottom: 20px;
  529. }
  530. .SettingRight .Column_LogonLog table{
  531. width: 100%;
  532. border: 1px solid #DEDEDE;
  533. border-bottom: none;
  534. font-size: 13px;
  535. color: #666;
  536. }
  537. .SettingRight .Column_LogonLog table .title{
  538. background-color: #f6f6f6;
  539. }
  540. .SettingRight .Column_LogonLog table th,.SettingRight .Column_LogonLog table td{
  541. border-bottom: 1px solid #DEDEDE;
  542. }
  543. .SettingRight .Column_LogonLog table th{
  544. height: 38px;
  545. }
  546. .SettingRight .Column_LogonLog table td{
  547. height: 38px;
  548. text-align: center;
  549. }
  550. .SettingRight .Column_LogonLog table .btns{
  551. margin: 25px auto;
  552. display: block;
  553. width: 180px;
  554. height: 40px;
  555. line-height: 40px;
  556. color: #666;
  557. font-size: 14px;
  558. border: 1px solid #CDCDCD;
  559. border-radius: 1000px;
  560. }
  561. .SettingRight .Column_LogonLog table .btns:hover{
  562. color: #fff;
  563. background-color: #6378f1;
  564. border: 1px solid #6378f1;
  565. }
  566. .SettingRight .select {
  567. margin-top: -12px;
  568. margin-right: 15px;
  569. display: inline-block;
  570. *display: inline;
  571. *zoom: 1;
  572. width: 188px;
  573. padding-left: 10px;
  574. height: 38px;
  575. line-height: 38px;
  576. border: 1px solid #ccc;
  577. position: relative;
  578. background: url(../images/selbut.png) 175px center no-repeat;
  579. }
  580. .SettingRight .select img {
  581. width: 22px;
  582. vertical-align: middle;
  583. }
  584. .SettingRight .selul {
  585. width: 160px;
  586. height: 38px;
  587. border: none;
  588. background: #fff;
  589. outline: none;
  590. font-size: 14px;
  591. color: #666;
  592. }
  593. .SettingRight .howmuch {
  594. margin-left: 10px;
  595. font-size: 14px;
  596. color: #666;
  597. line-height: 40px;
  598. vertical-align: top;
  599. }
  600. .SettingRight .howleft {
  601. font-size: 18px;
  602. color: #333;
  603. font-weight: 900;
  604. line-height: 40px;
  605. vertical-align: top;
  606. }