dataMap.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. .bgBalck #header {
  2. padding: 10px 3% 0;
  3. background: #131f30;
  4. }
  5. #header div {
  6. overflow: hidden;
  7. }
  8. .bgBalck .header {
  9. width: 100%;
  10. background: #131f30;
  11. z-index: 99;
  12. }
  13. .insure-header{
  14. margin-right: 10px
  15. }
  16. .insure div{
  17. font-size: 10px;
  18. }
  19. /* .insure div p{
  20. width: 30px;
  21. } */
  22. .insure span{
  23. display: block;
  24. margin-left: 6px;
  25. border: 1px solid #f1f1f1;
  26. border-radius: 2px;
  27. padding: 0 5px;
  28. line-height: 20px;
  29. height: 20px;
  30. margin-top: 10px;
  31. color: #7d818a;
  32. }
  33. .bgBalck .insure span{
  34. border: 1px solid #2c313c;
  35. }
  36. .bgBalck .bg_active{
  37. background-color: #12151c;
  38. }
  39. .bgBalck #sideColumn ul li{
  40. border-bottom: 1px solid #12151c;
  41. }
  42. #header div p img {
  43. width: 30px;
  44. margin: -6px 1px 0 0;
  45. }
  46. .bgBalck #sideColumn ul li strong{
  47. color: #fff;
  48. }
  49. #header div P span {
  50. font-size: 18px;
  51. font-weight: bold;
  52. }
  53. .CNY {
  54. margin-top: 45px;
  55. padding: 5px 15px 10px;
  56. }
  57. .CNY div h2,
  58. .CNY div h4 {
  59. margin: 0;
  60. }
  61. .CNY div h2 {
  62. color: #4f986f;
  63. line-height: 40px;
  64. text-align: left;
  65. font-size: 28px;
  66. font-weight: bold;
  67. }
  68. .CNY div h4 {
  69. color: #5a718e;
  70. font-size: 1.7rem;
  71. }
  72. .CNY div h4 span {
  73. color: #4f986f;
  74. }
  75. .CNY ul {
  76. list-style: none;
  77. width: 30%;
  78. }
  79. .CNY ul li {
  80. line-height: 20px;
  81. text-align: right;
  82. /* color: #5a718e; */
  83. }
  84. .CNY ul li span {
  85. padding: 0 6px;
  86. /* color: #cfd3e9; */
  87. font-size: 1.3rem;
  88. }
  89. .p {
  90. color: #c15a58;
  91. }
  92. .g {
  93. color: #03bd87;
  94. }
  95. .bgBalck #bottom {
  96. position: fixed;
  97. bottom: 0;
  98. width: 100%;
  99. padding: 0 1.5%;
  100. height: 70px;
  101. background: #152741;
  102. font-size: 14px;
  103. }
  104. #bottom {
  105. position: fixed;
  106. bottom: 0;
  107. width: 100%;
  108. padding: 0 1.5%;
  109. height: 70px;
  110. background: #fff;
  111. font-size: 14px;
  112. z-index: 99999;
  113. }
  114. #bottom button {
  115. width: calc(48.50vw - 12px);
  116. height: 50px;
  117. font-size: 18px;
  118. color: #fff;
  119. outline: none;
  120. border: none;
  121. border-radius: 2px;
  122. margin-top: 10px;
  123. }
  124. #bottom button:nth-child(2) {
  125. margin-left: 0;
  126. }
  127. div#bottom button:nth-child(1) {
  128. background: #4f986f;
  129. }
  130. #bottom button:nth-child(2) {
  131. background: #c15a58;
  132. }
  133. /* 买入卖出弹窗 */
  134. .data-modal {
  135. display: none;
  136. width: 100%;
  137. margin: 0 auto;
  138. padding: 10px 15px;
  139. }
  140. .modals {
  141. background-color: #303032 !important;
  142. }
  143. .modals .layui-layer-btn a {
  144. display: block;
  145. width: 100%;
  146. text-align: center;
  147. margin: 0;
  148. padding: 0;
  149. line-height: 40px;
  150. height: 40px;
  151. }
  152. .tab p {
  153. width: 50%;
  154. }
  155. .tab span {
  156. display: block;
  157. padding: 0 10px 5px;
  158. }
  159. .tab .active {
  160. border-bottom: 1px solid #1E9FFF;
  161. }
  162. .control {
  163. line-height: 30px;
  164. border: 1px solid #f1f1f1;
  165. padding: 0 10px;
  166. width: 100%;
  167. border-radius: 2px;
  168. }
  169. .modals select {
  170. background-color: #303032;
  171. width: 100%;
  172. }
  173. .modals #share {
  174. width: 40%;
  175. }
  176. .share-num {
  177. width: 50%;
  178. line-height: 30px;
  179. border: 1px solid #f1f1f1;
  180. padding: 0 10px;
  181. border-radius: 2px;
  182. }
  183. .new-price {
  184. color: #4f986f;
  185. }
  186. #sideColumn h4 img {
  187. width: 20px;
  188. margin: -6px 5px 0 0;
  189. }
  190. #sideColumn {
  191. z-index: 101;
  192. position: fixed;
  193. top: 0;
  194. left: -70%;
  195. width: 70%;
  196. height: 100%;
  197. }
  198. #sideColumn h4 span {
  199. margin: 0 10px;
  200. color: #ccc;
  201. border: none;
  202. }
  203. .insure .active{
  204. color: #1f6bfd!important;
  205. border: 1px solid #1f6bfd;
  206. }
  207. #sideColumn ol,
  208. #sideColumn ul {
  209. list-style: none;
  210. }
  211. #sideColumn ol {
  212. display: flex;
  213. }
  214. #sideColumn ol li {
  215. float: left;
  216. flex: 1;
  217. text-align: center;
  218. line-height: 35px;
  219. color: #ccc;
  220. }
  221. #mask1 {
  222. position: fixed;
  223. left: 0px;
  224. top: 0px;
  225. right: 0px;
  226. bottom: 0px;
  227. display: none;
  228. background: rgba(130, 129, 129, 0.5);
  229. width: 100%;
  230. height: 100%;
  231. z-index: 100;
  232. }
  233. #sideColumn ul {
  234. overflow-y: scroll;
  235. height: calc(100.0vh - 70px)
  236. }
  237. #sideColumn ul li {
  238. height: 60px;
  239. line-height: 60px;
  240. text-indent: 15px;
  241. font-size: 1.2rem;
  242. }
  243. #sideColumn ul li strong {
  244. padding: 0 20px 0 0;
  245. float: left;
  246. font-size: 16px;
  247. font-weight: bold;
  248. color: #1A384A;
  249. }
  250. #sideColumn ul li strong b {
  251. color: #7d818a;
  252. font-size: 14px;
  253. font-weight: bold;
  254. }
  255. #sideColumn ul li p {
  256. float: right;
  257. /* width: 72%; */
  258. padding: 0 10px;
  259. margin: 0;
  260. }
  261. .texts-lever {
  262. margin-top: 10px;
  263. line-height: 35px;
  264. padding-left: 15px;
  265. padding-bottom: 10px;
  266. }
  267. #sideColumn ul li {
  268. border-bottom: 1px solid #f1f1f1;
  269. }
  270. .bdbs {
  271. border-bottom: 1px solid #12151c;
  272. }
  273. .fontC {
  274. color: #c15a58;
  275. font-size: 16px;
  276. font-weight: bold;
  277. }
  278. .gre {
  279. color: #4f986f;
  280. font-size: 16px;
  281. font-weight: bold;
  282. }
  283. .tab_list {
  284. display: none;
  285. padding-bottom: 20px;
  286. }
  287. .CNY ul {
  288. list-style: none;
  289. width: 40%;
  290. margin-top: 5px;
  291. }
  292. .CNY div h4 span.red {
  293. color: #c15a58;
  294. }
  295. .red {
  296. color: #c15a58 !important;
  297. }
  298. .return {
  299. width: 20px;
  300. }
  301. select {
  302. background-color: #fff;
  303. color: #333;
  304. border: 1px solid #f1f1f1;
  305. padding: 5px 10px;
  306. border-radius: 2px;
  307. }
  308. .tabs-data-map {
  309. border: none;
  310. }
  311. .tabs-data-map img {
  312. width: 20px !important;
  313. position: relative;
  314. top: 3px;
  315. margin: -10px 5px 0 0 !important;
  316. }
  317. .bg_active {
  318. background: #f4f8fb;
  319. }
  320. /* 倒计时下单弹窗 */
  321. .time-modal {
  322. display: none;
  323. padding: 0 15px 20px;
  324. margin-top: 15px;
  325. overflow-x: hidden;
  326. }
  327. .time-list {
  328. margin-top: 10px;
  329. width: 100%;
  330. }
  331. .lists {
  332. width: 100%;
  333. overflow-x: scroll;
  334. }
  335. .lists .fl {
  336. width: calc(29.33vw - 15px);
  337. height: calc(29.33vw - 15px);
  338. margin-right: 10px;
  339. position: relative;
  340. }
  341. .lists-child {
  342. width: calc(29.33vw - 15px);
  343. height: calc(29.33vw - 15px);
  344. box-sizing: border-box;
  345. text-align: center;
  346. background: url(../images/clock.png) no-repeat;
  347. background-size: cover;
  348. background-color: #2c2d31;
  349. border-radius: 5px;
  350. box-sizing: border-box;
  351. color: #6d6d6d;
  352. }
  353. .title {
  354. width: calc(29.33vw - 15px);
  355. line-height: 30px;
  356. }
  357. .lists-child div {
  358. color: #fdbe19;
  359. margin-top: 6px;
  360. }
  361. .lists-child div p {
  362. position: relative;
  363. top: -3px;
  364. margin-right: 5px;
  365. }
  366. .profit {
  367. color: #fa2e42;
  368. background-color: #232227;
  369. width: 100%;
  370. height: 24px;
  371. line-height: 24px;
  372. border-bottom-left-radius: 5px;
  373. border-bottom-right-radius: 5px;
  374. margin-top: 16px;
  375. }
  376. .bgBlackColor {
  377. background-color: #202833;
  378. }
  379. .bgBalck .lists .active .profit {
  380. margin-top: 13px;
  381. }
  382. .bgBalck .currency-list p {
  383. border: 1px solid #12151c;
  384. }
  385. .bgBalck .time-num ul li {
  386. border: 1px solid #12151c;
  387. }
  388. .bgBalck .balances {
  389. border-bottom: 1px solid #12151c;
  390. }
  391. .bgBalck .time-num input {
  392. color: #fff;
  393. background-color: #12151c;
  394. }
  395. .time-num {
  396. width: 100%;
  397. margin-top: 10px;
  398. }
  399. ul,li{
  400. list-style: none;
  401. }
  402. .time-num ul {
  403. width: 100%;
  404. }
  405. .time-num ul li {
  406. height: 29px;
  407. font-size: 12px;
  408. height: 30px;
  409. line-height: 30px;
  410. width: 22.7%;
  411. text-align: center;
  412. margin: 0 1.5%;
  413. border: 1px solid #f1f1f1;
  414. margin-bottom: 10px;
  415. }
  416. .time-num ul li:nth-child(4n +1){
  417. margin: 0 1.5% 0 0;
  418. }
  419. .time-num ul li:nth-child(4n){
  420. margin: 0 0 0 1.5%;
  421. }
  422. .time-num .active {
  423. background: url(../../../static/image/selects.png) no-repeat right bottom;
  424. background-size: 35px 30px;
  425. }
  426. .time-num input {
  427. height: 29px;
  428. font-size: 12px;
  429. height: 30px;
  430. line-height: 30px;
  431. text-align: center;
  432. background-color: #fff;
  433. padding: 0 2px;
  434. border: 1px solid #f1f1f1;
  435. }
  436. .balances {
  437. width: 100%;
  438. margin-top: 15px;
  439. padding-bottom: 5px;
  440. border-bottom: 1px solid #f1f1f1;
  441. }
  442. .time-bottom span {
  443. display: block;
  444. margin-top: 5px;
  445. font-size: 14px;
  446. }
  447. .yellowColor {
  448. color: #fdbe19;
  449. }
  450. .time-btn {
  451. width: 100%;
  452. line-height: 40px;
  453. height: 40px;
  454. border-radius: 6px;
  455. margin: 20px 0 10px;
  456. }
  457. .time-btn button {
  458. width: 49%;
  459. height: 100%;
  460. border: none;
  461. outline: none;
  462. color: #fff;
  463. border-radius: 6px;
  464. }
  465. .lists .active {
  466. border: 1px solid #fdbe19;
  467. background-size: contain;
  468. background-position: right top;
  469. background-repeat: no-repeat;
  470. }
  471. .currency-list p {
  472. border: 1px solid #f1f1f1;
  473. font-size: 14px;
  474. text-align: center;
  475. width: 22.7%;
  476. height: 30px;
  477. line-height: 30px;
  478. text-align: center;
  479. margin: 0 1.5% 10px;
  480. }
  481. .currency-list p:first-child{
  482. margin: 0 1.5% 10px 0;
  483. }
  484. .currency-list p:nth-child(4n){
  485. margin: 0 0 10px 1.5%;
  486. }
  487. .currency-list .active {
  488. background: url(../../../static/image/selects.png) no-repeat right bottom;
  489. background-size: 35px 30px;
  490. }
  491. .orders {
  492. display: none;
  493. text-align: center;
  494. padding: 20px 20px 30px;
  495. }
  496. .orders-list {
  497. margin-top: 20px;
  498. }
  499. .orders-list span {
  500. margin-top: 10px;
  501. display: inline-block;
  502. width: 40%;
  503. text-align: left;
  504. }
  505. .orders-list p span:first-child{
  506. text-align: right;
  507. width: 80px;
  508. }
  509. .order-list {
  510. width: 100%;
  511. padding-bottom: 20px;
  512. }
  513. .order-list-header {
  514. width: 100%;
  515. line-height: 40px;
  516. background-color: #fff;
  517. }
  518. .order-list-header p {
  519. width: 50%;
  520. }
  521. .order-list-header .active {
  522. border-bottom: 2px solid #1f6bfd;
  523. }
  524. #bottom .second-buy {
  525. width: 21.0vw;
  526. /* padding: 0 20px; */
  527. margin-right: 5px;
  528. }
  529. #bottom .second-sell {
  530. width: 21.0vw;
  531. /* padding: 0 20px; */
  532. }
  533. .bottom-left {
  534. width: 52.0vw;
  535. }
  536. .logo-down {
  537. width: 15px;
  538. margin-top: 8px;
  539. }
  540. .logo-down img {
  541. width: 100%;
  542. }
  543. .bottom-left {
  544. height: 50px;
  545. margin-top: 10px;
  546. border: 1px solid #f1f1f1;
  547. border-radius: 4px;
  548. padding: 6px 5px;
  549. }
  550. #sideColumn ul li p b{
  551. font-weight: normal;
  552. color: #7d818a;
  553. }
  554. .btn-text .layui-layer-btn{
  555. text-align: center;
  556. }
  557. .btn-text .layui-layer-btn .layui-layer-btn0 {
  558. width: calc(50% - 8px);
  559. }
  560. .btn-text .layui-layer-btn a {
  561. padding: 0;
  562. margin: 0;
  563. line-height: 44px;
  564. height: 44px;
  565. border: none;
  566. font-size: 16px;
  567. }
  568. .second-modal .layui-layer-btn0 {
  569. background-color: #4f986f!important;
  570. color: #fff!important;
  571. }
  572. .btn-text .layui-layer-btn .layui-layer-btn1 {
  573. width: calc(50% - 8px);
  574. color: #fff;
  575. background: #1f6bfd;
  576. margin-left: 15px;
  577. }
  578. .second-modal .layui-layer-btn{
  579. padding: 0!important;
  580. }
  581. .second-modal .layui-layer-btn0{
  582. background-color: #4f986f!important;
  583. color: #fff!important;
  584. }
  585. .second-modal .layui-layer-btn1{
  586. background-color: #c15a58!important;
  587. }
  588. .buys .layui-layer-btn1{
  589. background-color: #4f986f!important;
  590. }
  591. .sells .layui-layer-btn1{
  592. background-color: #c15a58!important;
  593. }
  594. .order-list li{
  595. /* line-height: 30px; */
  596. border-bottom: 1px solid #f1f1f1;
  597. padding: 10px 0;
  598. }
  599. .lists li p{
  600. width: 15.0vw;
  601. text-align: center;
  602. }
  603. .lists li p:nth-child(2){
  604. width: 25%;
  605. }
  606. .lists li p:nth-child(3){
  607. width: 25%;
  608. }
  609. .bgBalck .order-list-header{
  610. background-color: #131f30;
  611. }
  612. .bgBalck .order-list{
  613. background-color: #131f30;
  614. }
  615. .bgBalck .order-list li{
  616. border-bottom: 1px solid #12151c;
  617. }
  618. .bgBalck .bottom-left{
  619. border: 1px solid #12151c;
  620. }
  621. .bgBalck .time-num input{
  622. border: 1px solid #12151c;
  623. background-color: #202833;
  624. }
  625. .buys,.sells{
  626. top: auto!important;
  627. bottom: 10.0vh;
  628. }
  629. .buys .layui-layer-title{
  630. background-color: #4f986f!important;
  631. color: #fff;
  632. }
  633. .sells .layui-layer-title{
  634. background-color: #c15a58!important;
  635. color: #fff;
  636. }
  637. .buys .orders,.sells .orders{
  638. padding: 0 20px 10px;
  639. }
  640. .buys .layui-layer-btn,.sells .layui-layer-btn{
  641. padding: 0 15px 10px;
  642. }
  643. .buys .orders-list span,.sells .orders-list span{
  644. margin-top: 0;
  645. }
  646. .bgBalck .btn-text {
  647. background-color: #202833;
  648. }