exchange.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. @charset "utf-8";
  2. /* CSS Document */
  3. input::-webkit-input-placeholder { font-size: 13px;color: #8b97ab;}
  4. input:-moz-placeholder { font-size: 13px;color: #8b97ab;}
  5. input:-ms-input-placeholder { font-size: 13px;color: #8b97ab;}
  6. .trade-box {
  7. float: left;
  8. margin-top: 20px;
  9. }
  10. .buy-box {
  11. position: relative;
  12. float: left;
  13. background: #283046;
  14. width: 280px;
  15. padding: 24px 14px 20px 14px;
  16. }
  17. .buy-box .buy-title {
  18. font-size: 14px;
  19. color: #ffffff;
  20. }
  21. .buy-box .buy-title span {
  22. font-size: 14px;
  23. color: #f1280f;
  24. margin-left: 5px;
  25. font-weight: 600;
  26. }
  27. .sell-box .buy-title span {
  28. font-size: 14px;
  29. color: #3dc18e;
  30. margin-left: 5px;
  31. font-weight: 600;
  32. }
  33. .buy-box input {
  34. width: 67%;
  35. height: 40px;
  36. border: solid #e8e8e8 1px;
  37. border-radius: 5px;
  38. padding-left: 3%;
  39. padding-right: 30%;
  40. margin: 10px 0;
  41. }
  42. .buy-box .buy-count {
  43. font-size: 14px;
  44. color: #ffffff;
  45. margin-top: 10px
  46. }
  47. .buy-box .buy-count b {
  48. font-size: 14px;
  49. color: #f1280f;
  50. margin-left: 5px;
  51. font-weight: 600;
  52. }
  53. .buy-box .buy-count span:first-child {
  54. float: left;
  55. }
  56. .buy-box .buy-count span:last-child {
  57. float: right;
  58. }
  59. .buy-box .btn-buy {
  60. width: 100%;
  61. height: 40px;
  62. font-size: 15px;
  63. color: #fff;
  64. background: #319e5c;
  65. border: none;
  66. outline: none;
  67. border-radius: 6px;
  68. margin-top: 15px;
  69. cursor: pointer;
  70. }
  71. .buy-box .chain-name1 {
  72. color: #ffffff;
  73. position: absolute;
  74. right: 30px;
  75. top: 65px;
  76. }
  77. .buy-box .chain-name2 {
  78. color: #878787;
  79. position: absolute;
  80. right: 30px;
  81. top: 130px;
  82. }
  83. /*Buy*/
  84. .sell-box .buy-title b {
  85. color: #3dc18e!important;
  86. }
  87. .sell-box .buy-count b {
  88. color: #3dc18e!important;
  89. }
  90. .sell-box .btn-buy {
  91. background: #b83a3a!important;
  92. }
  93. .C2C_mian_box{
  94. margin: 0 auto;
  95. margin-top: 53px;
  96. margin-bottom: 20px;
  97. padding-bottom: 20px;
  98. width: 1200px;
  99. overflow: hidden;
  100. background-color: #1f2636;
  101. }
  102. .C2C_mian_box .column{
  103. height: 60px;
  104. line-height: 60px;
  105. padding: 0 25px;
  106. border-bottom: #283046 1px solid;
  107. }
  108. .C2C_mian_box .column h2{
  109. float: left;
  110. min-width: 100px;
  111. padding: 0 10px;
  112. color: #424ec5;
  113. font-size: 20px;
  114. font-weight: 500;
  115. text-align: center;
  116. border-bottom: #424ec5 2px solid;
  117. }
  118. .C2C_mian_box .column .navs{
  119. display: inline-block;
  120. float: right;
  121. }
  122. .C2C_mian_box .column .navs a{
  123. color: #f1280f;
  124. font-size: 14px;
  125. margin-left: 25px;
  126. }
  127. .C2C_mian_box .clear{
  128. padding: 0 25px;
  129. margin-top: 10px;
  130. }
  131. .C2C_mian_box .clear .buy-box{
  132. width: 50%;
  133. box-sizing: border-box;
  134. }
  135. .C2C_mian_box .clear .buy-box .chain-name1{
  136. top: 70px;
  137. left: 40px;
  138. width: 120px;
  139. font-size: 14px;
  140. }
  141. .C2C_mian_box .clear .buy-box .chain-name2{
  142. top: 140px;
  143. left: 40px;
  144. width: 120px;
  145. font-size: 14px;
  146. }
  147. .C2C_mian_box .clear .buy-box input{
  148. width: 100%;
  149. height: 50px;
  150. font-size: 16px;
  151. font-weight: bold;
  152. border: solid #1f2636 1px;
  153. background-color: #232c40;
  154. border-radius: 5px;
  155. padding-right: 22px;
  156. margin: 10px 0;
  157. text-align: right;
  158. color: #f1280f;
  159. box-sizing: border-box;
  160. }
  161. .C2C_mian_box .clear .sell-box input{
  162. color: #3dc18e;
  163. }
  164. .C2C_mian_box .clear .buy-box input.prohibit{
  165. background-color: #313a56;
  166. cursor: not-allowed;
  167. }
  168. .C2C_hint{
  169. padding: 25px 40px;
  170. margin: 0 auto;
  171. margin-bottom: 20px;
  172. width: 1200px;
  173. overflow: hidden;
  174. background-color: #1f2636;
  175. box-sizing: border-box;
  176. }
  177. .C2C_hint p{
  178. line-height: 30px;
  179. font-size: 14px;
  180. color: #ffffff;
  181. }
  182. .C2C_hint .title{
  183. line-height: 40px;
  184. font-size: 16px;
  185. color: #424ec5;
  186. }
  187. .C2C_order_list{
  188. padding: 0 40px;
  189. margin: 0 auto;
  190. margin-bottom: 53px;
  191. width: 1200px;
  192. overflow: hidden;
  193. background-color: #1f2636;
  194. box-sizing: border-box;
  195. }
  196. .C2C_order_list .table-head{
  197. height: 60px;
  198. line-height: 60px;
  199. border-bottom: solid 1px #eceff0;
  200. }
  201. .C2C_order_list .table-head li {
  202. float: left;
  203. font-size: 14px;
  204. color: #ffffff;
  205. }
  206. .C2C_order_list .table-head li i{
  207. margin: auto 7px;
  208. }
  209. .C2C_order_list .table-list{
  210. overflow: hidden;
  211. padding-top: 10px;
  212. padding-bottom: 10px;
  213. color: #ffffff;
  214. }
  215. .C2C_order_list .table-list li{
  216. line-height: 60px;
  217. overflow: hidden;
  218. font-size: 13px;
  219. }
  220. .C2C_order_list .table-list li:nth-of-type(odd){
  221. background: #283046;
  222. }
  223. .C2C_order_list .table-list li:hover{
  224. background: #2a3040;
  225. }
  226. .C2C_order_list .table-list li i {
  227. margin: auto 7px;
  228. }
  229. .C2C_order_list .table-list .otype{
  230. margin-top: 5px;
  231. line-height: 25px;
  232. font-size: 12px;
  233. color: #adbbc1;
  234. }
  235. .C2C_order_list .table-list .otype b{
  236. color: #6d7b82;
  237. font-weight: 500;
  238. }
  239. .icon_yhk{
  240. background: url("../ecshe_img/icon_yhk.jpg") no-repeat;
  241. background-size: 17px 100%;
  242. padding-left: 22px;
  243. }
  244. .icon_yhkqx{
  245. background: url("../ecshe_img/icon_yhkqx.jpg") no-repeat;
  246. background-size: 17px 100%;
  247. padding-left: 22px;
  248. }
  249. .icon_time{
  250. background: url("../ecshe_img/icon_time.jpg") no-repeat;
  251. background-size: 17px 100%;
  252. padding-left: 22px;
  253. color: #1273f8!important;
  254. }
  255. /* Bank */
  256. .bank_list{margin-top: 10px;overflow: hidden;}
  257. .bank_list ul{
  258. overflow: hidden;
  259. min-height: 500px;
  260. padding: 2rem;
  261. box-sizing: border-box;
  262. }
  263. .bank_list ul li{
  264. position: relative;
  265. display: inline-block;
  266. width: 265px;
  267. margin: 0 1rem 1rem 0;
  268. height: 9rem;
  269. text-align: center;
  270. background: #fff4de;
  271. border-radius: 1rem;
  272. }
  273. .bank_list ul li h3{
  274. margin-top: 2.5rem;
  275. font-size: 1.3rem;
  276. font-weight: 500;
  277. }
  278. .bank_list ul li p{
  279. margin-top: 1.3rem;
  280. font-size: 1rem;
  281. }
  282. .bank_list .deletes {
  283. position: absolute;
  284. display: block;
  285. width: 15px;
  286. height: 15px;
  287. bottom: 15px;
  288. right: 10px;
  289. background: url(../ecshe_img/icon_delete.png) no-repeat;
  290. background-size: 100% 100%;
  291. }
  292. .bank_list ul li.newbtn{
  293. background-color: #f1f1f1;
  294. color: #7b808c;
  295. }
  296. .bank_list ul li.newbtn p{
  297. margin-top: 0.8rem;
  298. font-size: 1.2rem;
  299. font-weight: 300;
  300. }
  301. /* Floating window */
  302. .float_win_pay {
  303. margin: 0 auto;
  304. min-width: 450px;
  305. min-height: 200px;
  306. padding-bottom: 15px;
  307. background: #fff;
  308. border-radius: 10px;
  309. }
  310. .float_win_pay .tan_title {
  311. padding: 0 40px;
  312. height: 60px;
  313. background-color: #394aa9;
  314. border-radius: 10px 10px 0 0;
  315. }
  316. .float_win_pay .tan_title h4 {
  317. font-weight: normal;
  318. color: #fff;
  319. font-size: 20px;
  320. line-height: 60px;
  321. float: left;
  322. }
  323. .float_win_pay .tan_title .close-btn {
  324. display: block;
  325. float: right;
  326. line-height: 60px;
  327. color: #fff;
  328. font-size: 1.2rem;
  329. font-weight: 600;
  330. cursor: pointer;
  331. border-radius: 1rem;
  332. transition: all 0.2s ease-in-out;
  333. }
  334. .float_win_pay .payment_content{
  335. min-width: 450px;
  336. margin: 30px 0 0 0;
  337. padding: 0 40px;
  338. }
  339. .float_win_pay .payment_content ul li{
  340. margin-bottom: 17px;
  341. }
  342. .float_win_pay .payment_content ul li .label-1{
  343. display: inline-block;
  344. padding-right: 15px;
  345. width: 30%;
  346. height: 42px;
  347. line-height: 42px;
  348. font-size: 14px;
  349. text-align: right;
  350. box-sizing: border-box;
  351. }
  352. .float_win_pay .payment_content ul li .input-1{
  353. padding-left: 10px;
  354. padding-right: 10px;
  355. width: 65.5%;
  356. height: 42px;
  357. line-height: 42px;
  358. font-size: 16px;
  359. color: #333;
  360. border:1px solid #D4D4D4;
  361. border-radius: 3px;
  362. transition: all,.3s;
  363. box-sizing: border-box;
  364. }
  365. .float_win_pay .payment_content ul li .input-2{
  366. padding-left: 10px;
  367. padding-right: 10px;
  368. width: 65.5%;
  369. height: 42px;
  370. line-height: 42px;
  371. font-size: 16px;
  372. color: #8c8c8c;
  373. background-color: #f1f1f1;
  374. border:1px solid #D4D4D4;
  375. border-radius: 3px;
  376. transition: all,.3s;
  377. box-sizing: border-box;
  378. cursor: not-allowed;
  379. }
  380. .float_win_pay .payment_content ul li .vcode-1{
  381. display: inline-block;
  382. padding-left: 10px;
  383. padding-right: 10px;
  384. width: 35%;
  385. height: 42px;
  386. line-height: 42px;
  387. font-size: 16px;
  388. color: #333;
  389. border:1px solid #D4D4D4;
  390. border-radius: 3px;
  391. transition: all,.3s;
  392. }
  393. .float_win_pay .payment_content ul li .btns{
  394. margin: 0 auto;
  395. display: block;
  396. width: 200px;
  397. height: 50px;
  398. line-height: 50px;
  399. text-align: center;
  400. font-size: 16px;
  401. color: #fff;
  402. background-color: #4f64dc;
  403. border: 1px solid #6378f1;
  404. border-radius: 1000px;
  405. 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;
  406. cursor: pointer;
  407. }
  408. .float_win_pay .payment_content ul li .btns:hover{
  409. color: #fff;
  410. background-color: #6378f1;
  411. border: 1px solid #6378f1;
  412. }
  413. .float_win_pay .payment_content ul li .code-num{
  414. display: inline-block;
  415. margin-left: 10px;
  416. width: 26%;
  417. height: 40px;
  418. line-height: 40px;
  419. text-align: center;
  420. font-size: 13px;
  421. color: #fff;
  422. background-color: #4f64dc;
  423. border: none;
  424. outline: none;
  425. border-radius: 4px;
  426. 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;
  427. cursor: pointer;
  428. }
  429. .float_win_pay .payment_content ul li .code-num:hover{
  430. color: #fff;
  431. background-color: #6378f1;
  432. }
  433. .float_win_pay .payment_content ul li p.forget{
  434. font-size: 14px;
  435. }
  436. .float_win_pay .payment_content ul li p.forget a{
  437. color: #0093ff;
  438. }
  439. .float_win_table .payment_content{
  440. margin-top: 20px;
  441. }
  442. .float_win_table .payment_content p {
  443. font-size: 14px;
  444. line-height: 25px;
  445. }
  446. .float_win_table .payment_content table{
  447. font-size: 14px;
  448. border-spacing: 0;
  449. border-collapse: collapse;
  450. margin: 15px 0;
  451. }
  452. .float_win_table .payment_content table td{
  453. border: 1px solid #f3da91;
  454. background-color: #fff;
  455. text-align: left;
  456. height: 40px;
  457. line-height: 40px;
  458. padding-left: 15px;
  459. color: #666;
  460. }
  461. .float_win_table .payment_content table th{
  462. border: 1px solid #f3da91;
  463. background-color: #fffbef;
  464. text-align: right;
  465. height: 40px;
  466. line-height: 40px;
  467. padding-right: 15px;
  468. color: #666;
  469. }
  470. #withdrawCnyAddress {
  471. padding: 0 20px;
  472. width: 760px;
  473. height: 530px;
  474. background: #fff;
  475. margin: 0 auto;
  476. border-radius: 5px;
  477. }
  478. #withdrawCnyAddress .tan_title {
  479. width: 760px;
  480. height: 60px;
  481. border-bottom: 1px solid #eee;
  482. }
  483. #withdrawCnyAddress .tan_title h4 {
  484. font-weight: normal;
  485. color: #666;
  486. line-height: 60px;
  487. float: left;
  488. }
  489. #withdrawCnyAddress .tan_title .closebut {
  490. display: block;
  491. float: right;
  492. line-height: 60px;
  493. cursor: pointer;
  494. }
  495. #withdrawCnyAddress .tan_title .closebut img {
  496. vertical-align: middle;
  497. }
  498. #withdrawCnyAddress .PopLayer {
  499. margin-top: 20px;
  500. }
  501. #withdrawCnyAddress .PopLayer li {
  502. margin-bottom: 10px;
  503. }
  504. #withdrawCnyAddress .PopLayer li span {
  505. font-size: 14px;
  506. color: #666;
  507. line-height: 35px;
  508. vertical-align: top;
  509. margin-right: 5px;
  510. display: inline-block;
  511. *display: inline;
  512. *zoom: 1;
  513. width: 90px;
  514. text-align: right;
  515. }
  516. #withdrawCnyAddress .PopLayer li .cztxinput {
  517. width: 340px;
  518. height: 33px;
  519. border: 1px solid #ccc;
  520. text-indent: 10px;
  521. font-size: 14px;
  522. color: #999;
  523. }
  524. #withdrawCnyAddress .PopLayer li #bank_bank {
  525. width: 342px;
  526. height: 35px;
  527. border: 1px solid #ccc;
  528. font-size: 14px;
  529. color: #999;
  530. text-indent: 10px;
  531. outline: none;
  532. }
  533. #withdrawCnyAddress .PopLayer li #bank_bankprov {
  534. width: 169px;
  535. height: 35px;
  536. border: 1px solid #ccc;
  537. font-size: 14px;
  538. color: #999;
  539. text-indent: 10px;
  540. outline: none;
  541. }
  542. #withdrawCnyAddress .PopLayer li #bank_bankcity {
  543. width: 169px;
  544. height: 35px;
  545. border: 1px solid #ccc;
  546. font-size: 14px;
  547. color: #999;
  548. text-indent: 10px;
  549. outline: none;
  550. }
  551. #withdrawCnyAddress .PopLayer li .reg_floatr {
  552. color: #73bee4;
  553. }
  554. #withdrawCnyAddress .PopLayer li #btn {
  555. display: block;
  556. width: 342px;
  557. height: 40px;
  558. background: #73bee4;
  559. margin-left: 98px;
  560. line-height: 40px;
  561. text-align: center;
  562. font-size: 16px;
  563. color: #fff;
  564. }
  565. #withdrawCnyAddress .PopLayer li .khname {
  566. font-size: 14px;
  567. color: #73bee4;
  568. font-weight: 900;
  569. }
  570. .float_win_bank {
  571. padding: 0 40px;
  572. width: 500px;
  573. min-height: 200px;
  574. padding-bottom: 20px;
  575. background: #1c2231;
  576. margin: 0 auto;
  577. border-radius: 10px;
  578. }
  579. .float_win_bank .tan_title {
  580. display: block;
  581. min-height: 2rem;
  582. padding: 2rem 3rem;
  583. text-align: center;
  584. font-weight: 500;
  585. color: #fff;
  586. }
  587. .float_win_bank .btn {
  588. display: block;
  589. width: 100%;
  590. text-align: center;
  591. height: 3rem;
  592. line-height: 3rem;
  593. margin: 0 0 1rem;
  594. color: #fff;
  595. font-size: 1rem;
  596. }
  597. .float_win_bank .btn_1 {
  598. background-color:#059aff;
  599. }
  600. .float_win_bank .btn_1:hover {
  601. background-color:#0d93ef;
  602. }
  603. .float_win_bank .btn_2 {
  604. background-color:#DBDBDB;
  605. color: #000;
  606. }
  607. .float_win_bank .btn_2:hover {
  608. background-color:#c5c4c4;
  609. }