wapmain.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. 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;}
  2. img{border:0;}ul,li{list-style-type:none;}
  3. .tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
  4. .fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
  5. .bg-fff{background-color:#fff!important;}
  6. .buy{color:#f1280f;}.sell{color:#3dc18e;}
  7. .btn-up{background:#f1280f;}.btn-down{background:#3dc18e;}
  8. .red{color:#f1280f;}.green{color:#3dc18e;}.blue{color:#1273f8;}
  9. /* MUI弹窗 : toast控件重写div样式 */
  10. .mui-toast-container {
  11. bottom: 50%;
  12. }
  13. .mui-toast-message {
  14. background: url(../rh_img/tips001.png) no-repeat center 10px #000; /*toast的背景图片*/
  15. opacity: 0.7;/*toast中背景色的透明度*/
  16. color: #FFFFFF; /*toast中字体颜色*/
  17. width: 180px; /*toast宽度*/
  18. padding: 55px 10px 10px 10px;/*toast中文字的位置*/
  19. }
  20. .cur-padding-bottom {
  21. padding-bottom: 100px;
  22. }
  23. .cur-box {
  24. padding: 0 10px;
  25. box-sizing: border-box;
  26. }
  27. .mui-bar {
  28. box-shadow: 0 0 1px #494949d9;
  29. }
  30. .mui-bar-box {
  31. position: fixed;
  32. z-index: 10;
  33. right: 0;
  34. left: 0;
  35. padding-right: 10px;
  36. padding-left: 10px;
  37. border-bottom: 0;
  38. }
  39. .mui-bar-bg {
  40. background-color: #313e51;
  41. box-shadow: 0 0 0 #fff;
  42. }
  43. .mui-bar-bg h1 {
  44. color: #fff;
  45. }
  46. .mui-bar-bg h1 i.icons {
  47. margin-left: 0.375rem;
  48. font-size: 0.75rem;
  49. vertical-align: middle;
  50. }
  51. .mui-bar-bg a {
  52. color: #fff;
  53. }
  54. .mui-content {
  55. background-color: #fff;
  56. }
  57. .mui-content .mui-bar {
  58. height: auto;
  59. }
  60. .mui-content .mui-bar .mui-segmented-control {
  61. top: 0;
  62. }
  63. .mui-content .mui-scroll-wrapper {
  64. height: 38px;
  65. }
  66. .mui-content .mui-scroll{
  67. height: auto!important;
  68. }
  69. .mui-content .mui-scroll a.mui-control-item {
  70. line-height: 30px;
  71. font-size: 0.9375rem;
  72. font-weight: 500;
  73. color: #96a1b6;
  74. }
  75. .mui-content .mui-scroll a.mui-active {
  76. color: #fff!important;
  77. background: #43516b!important;
  78. border-radius: 1.25rem;
  79. }
  80. /** 通用:底部导航条 **/
  81. .mui-bar-tab {
  82. height: 55px;
  83. background: #fff;
  84. border-top: 1px solid #e8e8e8;
  85. box-shadow: 0 -2px 10px -3px #d6d6d6;
  86. }
  87. .mui-bar-tab a {
  88. color: #8f9eab;
  89. }
  90. .mui-bar-tab a .mui-icon {
  91. color: #d2d7dc;
  92. font-size:22px;
  93. }
  94. .mui-bar-tab a.mui-active {
  95. color: #4088e1;
  96. }
  97. .mui-bar-tab a.mui-active .mui-icon {
  98. color: #5397eb;
  99. }
  100. .mui-bar-tab a .mui-tab-label {
  101. margin-top: 2px;
  102. }
  103. /** 行情:币种列表 **/
  104. .coins_list:before {
  105. background-color: #ededed;
  106. }
  107. .coins_list:after {
  108. background-color: #ededed;
  109. }
  110. .coins_list .mui-table-view-cell:after {
  111. left: 0;
  112. background-color: #ededed;
  113. }
  114. .table-head {
  115. width: 100%;
  116. height: 35px;
  117. line-height: 35px;
  118. overflow: hidden;
  119. }
  120. .table-head li {
  121. float: left;
  122. font-size: 0.875rem;
  123. color: #6d7379;
  124. box-sizing: border-box;
  125. }
  126. .coins_list li dt{
  127. box-sizing: border-box;
  128. }
  129. .coins_list li dt.market {
  130. text-align: left;
  131. line-height: 20px;
  132. }
  133. .coins_list li dt.market .imgs {
  134. line-height: 2.2rem;
  135. margin-right: 8px;
  136. }
  137. .coins_list li dt.market .imgs img {
  138. vertical-align: middle;
  139. }
  140. .coins_list li dt.market .cname {
  141. overflow: hidden;
  142. }
  143. .coins_list li dt.market .cname p {
  144. font-weight: 500;
  145. }
  146. .coins_list li dt.market .cname p .coin_name {
  147. font-size: 1rem;
  148. color: #273e57;
  149. }
  150. .coins_list li dt.market .cname p span:last-child {
  151. font-size: 0.75rem;
  152. color: #a7a9b7;
  153. }
  154. .coins_list li dt.market .cname p:last-child {
  155. font-size: 0.75rem;
  156. color: #8f9eab;
  157. }
  158. .coins_list li dt.deal {
  159. text-align: right;
  160. line-height: 20px;
  161. }
  162. .coins_list li dt.deal div {}
  163. .coins_list li dt.deal p:first-child {
  164. font-size: 1rem;
  165. font-weight: 550;
  166. color: #273e57;
  167. }
  168. .coins_list li dt.deal p:last-child {
  169. font-size: 0.75rem;
  170. color: #8f9eab;
  171. }
  172. .coins_list li dt.float {
  173. margin-top: 2.5px;
  174. margin-left: 10px;
  175. }
  176. .coins_list li dt.float span {
  177. display: inline-block;
  178. width: 4.7rem;
  179. height: 2.125rem;
  180. line-height: 2.125rem;
  181. text-align: center;
  182. font-size: 0.8rem;
  183. font-weight: 500;
  184. color: #fff;
  185. border-radius: 0.3125rem;
  186. transition-duration: 0.5s;
  187. -moz-transition-duration: 0.5s; /* Firefox 4 */
  188. -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
  189. -o-transition-duration: 0.5s; /* Opera */
  190. }
  191. /** 交易:风格一 **/
  192. .marketinfo {
  193. margin-top: 15px;
  194. }
  195. .marketinfo .price-show {
  196. overflow: hidden;
  197. margin-bottom: 15px;
  198. }
  199. .marketinfo .price-show h3 {
  200. display: inline-block;
  201. margin-right: 0.1875rem;
  202. font-size: 1.1875rem;
  203. font-weight: 600;
  204. color: #273e57;
  205. }
  206. .marketinfo .price-show span {
  207. display: inline-block;
  208. font-size: 0.75rem;
  209. color: #636a76;
  210. }
  211. .marketinfo .float {
  212. font-size: 1rem;
  213. font-weight: 600;
  214. }
  215. .table-entrust {
  216. padding-bottom: 15px;
  217. border-bottom: 1px solid #e3e3e3;
  218. }
  219. .table-entrust ul.table-head li {
  220. width: 33.33%;
  221. font-size: 0.75rem;
  222. }
  223. .table-entrust .table-list {
  224. overflow: hidden;
  225. }
  226. .table-entrust .table-list dl.coinlist-left {
  227. width: 50%;
  228. overflow: hidden;
  229. font-size: 0.75rem;
  230. box-sizing: border-box;
  231. }
  232. .table-entrust .table-list dl.coinlist-left .fr {
  233. padding-right: 8px;
  234. }
  235. .table-entrust .table-list dl.coinlist-right {
  236. width: 50%;
  237. overflow: hidden;
  238. font-size: 0.75rem;
  239. box-sizing: border-box;
  240. }
  241. .table-entrust .table-list dl.coinlist-right .fl {
  242. padding-left: 8px;
  243. }
  244. .table-entrust .table-list dl dd {
  245. position: relative;
  246. margin-bottom: 3px;
  247. height: 30px;
  248. line-height: 30px;
  249. }
  250. i.turntable_bg_red{
  251. position: absolute;
  252. top: 0;
  253. right: 0px;
  254. display: block;
  255. height: 30px;
  256. background: rgba(255,59,59,0.1);
  257. }
  258. i.turntable_bg_green{
  259. position: absolute;
  260. top: 0;
  261. left: 0px;
  262. display: block;
  263. height: 30px;
  264. background: rgba(41,194,120,0.1);
  265. }
  266. .form-box {
  267. }
  268. .form-box .form-info {
  269. overflow: hidden;
  270. margin: 15px 0 10px 0;
  271. }
  272. .form-box .form-info .form-tab {
  273. width: 100%;
  274. height: 40px;
  275. line-height: 40px;
  276. }
  277. .form-box .form-info .form-tab a {
  278. width: 50%;
  279. text-align: center;
  280. color: #313e51;
  281. font-size: 1rem;
  282. font-weight: 500;
  283. background-color: #e0e0e0;
  284. }
  285. .form-box .form-info .form-tab a:first-child {
  286. border-top-left-radius: 10px;
  287. border-bottom-left-radius: 10px;
  288. }
  289. .form-box .form-info .form-tab a:last-child {
  290. border-top-right-radius: 10px;
  291. border-bottom-right-radius: 10px;
  292. }
  293. .form-box .form-info .form-tab a.mui-active {
  294. color: #fff;
  295. background-color: #5397eb;
  296. }
  297. .form-box .form-trade .info {
  298. margin-top: -5px;
  299. margin-bottom: 5px;
  300. height: 35px;
  301. line-height: 35px;
  302. font-size: 14px;
  303. color: #313e51;
  304. }
  305. .form-box .form-trade .info .fr {
  306. font-weight: 500;
  307. }
  308. .form-box .form-trade .mui-numbox {
  309. margin-bottom: 10px;
  310. width: 100%;
  311. height: 45px;
  312. line-height: 45px;
  313. border: 1px solid #e1e1e1;
  314. background: inherit;
  315. }
  316. .form-box .form-trade .mui-numbox .mui-numbox-input {
  317. height: 45px;
  318. line-height: 45px;
  319. border-left: 1px solid #e1e1e1!important;
  320. border-right: 1px solid #e1e1e1!important;
  321. }
  322. .form-box .form-trade .mui-numbox .num-left {
  323. position: absolute;
  324. left: 50px;
  325. z-index: 1;
  326. padding-right: 15px;
  327. font-size: 14px;
  328. font-weight: 500;
  329. color: #c7c7c7;
  330. background-color: #fff;
  331. }
  332. .form-box .form-trade .mui-numbox .unit-right {
  333. position: absolute;
  334. right: 50px;
  335. z-index: 1;
  336. padding-left: 15px;
  337. font-size: 14px;
  338. font-weight: 500;
  339. color: #c7c7c7;
  340. background-color: #fff;
  341. }
  342. .mui-input-row-g {
  343. margin-bottom: 10px;
  344. border: 1px solid #e1e1e1;
  345. border-radius: 3px;
  346. }
  347. .mui-input-row-g input::-webkit-input-placeholder {
  348. color: #c7c7c7;
  349. }
  350. .mui-input-row-g label,.mui-input-row-g input {
  351. height: 45px;
  352. line-height: 25px;
  353. font-size: 14px;
  354. }
  355. .form-box .form-trade .mui-btn-red {
  356. width: 100%;
  357. height: 50px;
  358. font-size: 1rem;
  359. color: #fff;
  360. background: #ff4932;
  361. border-color: #ff4932;
  362. }
  363. .form-box .form-trade .mui-btn-red:active {
  364. background: #d22d18;
  365. }
  366. .form-box .form-trade .mui-btn-green {
  367. width: 100%;
  368. height: 50px;
  369. font-size: 1rem;
  370. color: #fff;
  371. background: #28c475;
  372. border-color: #1ca560;
  373. }
  374. .form-box .form-trade .mui-btn-green:active {
  375. background: #1ca560;
  376. }
  377. .trade_entrust {
  378. margin-top: 25px;
  379. height: 40px;
  380. line-height: 40px;
  381. font-size: 14px;
  382. font-weight: 500;
  383. background: #eee;
  384. }
  385. .trade_entrust .fr {
  386. color: #007aff;
  387. }
  388. .trade_entrust_list {
  389. width: 100%;
  390. font-size: 0.75rem;
  391. border-bottom: 1px solid #eee;
  392. box-sizing: border-box;
  393. }
  394. .trade_entrust_list .title {
  395. color: #a7a7a7 ;
  396. }
  397. .trade_entrust_list dl {
  398. width: 100%;
  399. }
  400. .trade_entrust_list dt{
  401. height: 40px;
  402. line-height: 40px;
  403. }
  404. .trade_entrust_list dt span {
  405. display: inline-block;
  406. }
  407. /** 发现 **/
  408. .valuation {
  409. margin: 0 10px;
  410. height: 120px;
  411. border-radius: 8px;
  412. background: linear-gradient(to right, #4286da, #4e66b5);
  413. text-align: center;
  414. }
  415. .valuation p {
  416. color: #fff;
  417. }
  418. .valuation .title {
  419. padding-top: 25px;
  420. }
  421. .valuation .title,.valuation .pricecny {
  422. font-size: 14px;
  423. font-weight: 500;
  424. color: #afc9f9;
  425. }
  426. .valuation .price {
  427. padding: 3px 0 6px 0;
  428. font-size: 25px;
  429. font-weight: 500;
  430. }
  431. .mui-content .mui-grid-9 {
  432. background-color: #fff;
  433. }
  434. .mui-content .mui-grid-9 a .mui-media-body {
  435. font-weight: 450;
  436. }
  437. /** 我的 **/
  438. .myinfo {
  439. padding: 0 15px;
  440. overflow: hidden;
  441. background-color: #313e51;
  442. }
  443. .myinfo .accounts {
  444. margin-top: 15px;
  445. margin-bottom: 20px;
  446. overflow: hidden;
  447. }
  448. .myinfo .accounts .name-min {
  449. font-size: 0.875rem;
  450. color: #96a1b6;
  451. }
  452. .myinfo .accounts .name-max {
  453. line-height: 30px;
  454. padding-top: 5px;
  455. font-size: 1.75rem;
  456. font-weight: 400;
  457. color: #fff;
  458. }
  459. .myinfo .accounts .name-max .btn{
  460. display: block;
  461. margin-top: -3px;
  462. padding: 2px 10px;
  463. line-height: 30px;
  464. font-size: 0.8125rem;
  465. color: #3193ff;
  466. border: 1px solid #3193ff;
  467. }
  468. .coins_list_my:before {
  469. background-color: #dbdddf;
  470. }
  471. .coins_list_my:after {
  472. background-color: #dbdddf;
  473. }
  474. .coins_list_my .mui-table-view-cell:after {
  475. background-color: #dbdddf;
  476. }
  477. .coins_list_my li {
  478. line-height: 30px;
  479. }
  480. .coins_list_my li a {
  481. font-size: 0.95rem;
  482. font-weight: 450;
  483. color: #273e57!important;
  484. }
  485. /** 我的资产 **/
  486. .valuation_assets {
  487. margin: 0 10px;
  488. height: 100px;
  489. border-radius: 8px;
  490. text-align: center;
  491. }
  492. .valuation_assets p {
  493. color: #fff;
  494. }
  495. .valuation_assets .title {
  496. padding-top: 10px;
  497. }
  498. .valuation_assets .title,.valuation_assets .pricecny {
  499. font-size: 16px;
  500. font-weight: 500;
  501. color: #9ea1ab;
  502. }
  503. .valuation_assets .pricecny {
  504. font-size: 14px;
  505. color: #f0b043;
  506. }
  507. .valuation_assets .price {
  508. padding: 15px 0 6px 0;
  509. font-size: 25px;
  510. font-weight: 500;
  511. }
  512. .myassets-coinlist {}
  513. .myassets-coinlist li {
  514. margin-bottom: 20px;
  515. }
  516. .myassets-coinlist li a {
  517. display: block;
  518. position: relative;
  519. height: 100px;
  520. margin: 0 15px;
  521. padding: 0 15px;
  522. box-sizing: border-box;
  523. background-color: #fff;
  524. border-radius: 5px;
  525. -moz-box-shadow:0px 0px 12px #d9d9d9;
  526. -webkit-box-shadow:0px 0px 12px #d9d9d9;
  527. box-shadow:0px 0px 12px #d9d9d9;
  528. }
  529. .myassets-coinlist li .coinname {
  530. line-height: 100px;
  531. vertical-align: middle;
  532. }
  533. .myassets-coinlist li .coinname .imgs img {
  534. margin-right: 8px;
  535. vertical-align: middle;
  536. }
  537. .myassets-coinlist li .coinname .name {
  538. font-size: 18px;
  539. font-weight: 500;
  540. color: #353a3f;
  541. }
  542. .myassets-coinlist li .coinname .smallicon {
  543. position: absolute;
  544. top: 54px;
  545. left: 44px;
  546. border-radius: 50%;
  547. border: 3px solid #fff;
  548. }
  549. .myassets-coinlist li .coinnum {
  550. padding-top: 12px;
  551. }
  552. .myassets-coinlist li .coinnum p {
  553. font-size: 0.8125rem;
  554. color: #9d9da1;
  555. }
  556. .myassets-coinlist li .coinnum p.price {
  557. line-height: 30px;
  558. font-size: 1.25rem;
  559. font-weight: 500;
  560. color: #353a3f;
  561. }
  562. /** C2C **/
  563. .form-exchange {
  564. padding: 0 15px;
  565. }
  566. .form-exchange .mui-input-row {
  567. margin-top: 10px;
  568. width: 100%;
  569. height: 45px;
  570. line-height: 45px;
  571. border: 1px solid #e1e1e1;
  572. background: inherit;
  573. }
  574. .form-exchange .mui-input-row .unit-right {
  575. position: absolute;
  576. right: 0;
  577. z-index: 1;
  578. padding: 0 15px;
  579. background-color: #fff;
  580. }
  581. .form-exchange .mui-input-row input {
  582. font-size: 15px;
  583. font-weight: 500;
  584. }
  585. .form-exchange .mui-input-row label, .form-exchange .mui-input-row .unit-right {
  586. font-size: 14px;
  587. font-weight: 500;
  588. color: #454545;
  589. }
  590. .form-exchange .buy-count {
  591. margin-top: -10px;
  592. height: 45px;
  593. line-height: 45px;
  594. font-size: 14px;
  595. color: #181818;
  596. }
  597. .form-exchange .buy-count b {
  598. font-size: 15px;
  599. margin-left: 5px;
  600. font-weight: 600;
  601. }
  602. .form-exchange .mui-btn-red {
  603. width: 100%;
  604. height: 50px;
  605. font-size: 1rem;
  606. color: #fff;
  607. background: #ff4932;
  608. border-color: #ff4932;
  609. }
  610. .form-exchange .mui-btn-red:active {
  611. background: #d22d18;
  612. }
  613. .form-exchange .mui-btn-green {
  614. width: 100%;
  615. height: 50px;
  616. font-size: 1rem;
  617. color: #fff;
  618. background: #28c475;
  619. border-color: #1ca560;
  620. }
  621. .form-exchange .mui-btn-green:active {
  622. background: #1ca560;
  623. }
  624. .trade_record {
  625. margin-top: 30px;
  626. overflow: hidden;
  627. border-top: 8px solid #efefef;
  628. }
  629. .trade_record .titlehead {
  630. height: 45px;
  631. line-height: 45px;
  632. padding: 0 15px;
  633. font-size: 16px;
  634. font-weight: 500;
  635. box-shadow: 0 0 1px #494949d9;
  636. }
  637. .trade_record .titlehead a.fr {
  638. font-size: 14px;
  639. }
  640. .trade_record .titlehead a.fr i {
  641. margin-right: 2.5px;
  642. vertical-align: middle;
  643. }
  644. .trade_record .list-exchange {
  645. padding: 0 15px;
  646. }
  647. .trade_record .list-exchange li {
  648. padding: 15px 0;
  649. width: 100%;
  650. overflow: hidden;
  651. border-bottom: 1px solid #e2e2e2;
  652. }
  653. .trade_record .list-exchange li .column-info {
  654. overflow: hidden;
  655. height: 35px;
  656. line-height: 35px;
  657. font-weight: 500;
  658. }
  659. .trade_record .list-exchange li .column-info h3 {
  660. display: inline-block;
  661. font-size: 0.9375rem;
  662. font-weight: 500;
  663. }
  664. .trade_record .list-exchange li .column-info span {
  665. display: inline-block;
  666. font-weight: 500;
  667. }
  668. .trade_record .list-exchange li .column-info span.time {
  669. margin-left: 5px;
  670. font-size: 0.75rem;
  671. color: #b5b5b5;
  672. }
  673. .trade_record .list-exchange li .column-info span.state {
  674. font-size: 0.875rem;
  675. }
  676. .trade_record .list-exchange li .column-info span.state i {
  677. margin-right: 5px;
  678. font-size: 0.8125rem;
  679. }
  680. .trade_record .list-exchange li .column-info span.state s {
  681. margin:0 5px;
  682. text-decoration: none;
  683. }
  684. .trade_record .list-exchange li .stream-info {
  685. overflow: hidden;
  686. }
  687. .trade_record .list-exchange li .stream-info div {
  688. float: left;
  689. width: 33.33%;
  690. font-weight: 500;
  691. }
  692. .trade_record .list-exchange li .stream-info div p {
  693. font-size: 13px;
  694. color: #000;
  695. }
  696. .trade_record .list-exchange li .stream-info div p.title {
  697. color: #b5b5b5;
  698. }
  699. /** 银行卡 **/
  700. .form-bank {
  701. padding: 0 15px;
  702. }
  703. .form-bank .mui-btn-default {
  704. margin-top: 20px;
  705. width: 100%;
  706. height: 40px;
  707. font-size: 1rem;
  708. color: #fff;
  709. background: #28c475;
  710. border-color: #1ca560;
  711. }
  712. .form-bank .mui-btn-default:active {
  713. background: #1ca560;
  714. }
  715. .form-bank .tips {
  716. margin-top:-10px;line-height:35px;
  717. }
  718. .myuser-banklist {}
  719. .myuser-banklist li {
  720. position: relative;
  721. margin: 0 15px;
  722. margin-bottom: 20px;
  723. height: 145px;
  724. padding: 0 15px;
  725. box-sizing: border-box;
  726. border-radius:15px;
  727. background-color: #fff;
  728. background: linear-gradient(to right bottom, #3f46af 5%, #79c5f9 80%);
  729. -moz-box-shadow:0px 0px 12px #a9a9a9;
  730. -webkit-box-shadow:0px 0px 12px #a9a9a9;
  731. box-shadow:0px 0px 12px #a9a9a9;
  732. }
  733. .myuser-banklist li .btn-delete {
  734. position: absolute;
  735. right: 0;
  736. bottom: 0;
  737. width: 50px;
  738. height: 50px;
  739. line-height: 50px;
  740. color: #fff;
  741. text-align: center;
  742. }
  743. .myuser-banklist li p {
  744. padding-left: 10px;
  745. line-height: 35px;
  746. font-size: 0.8125rem;
  747. color: #fff;
  748. box-sizing: border-box;
  749. }
  750. .myuser-banklist li h3 {
  751. padding-left: 10px;
  752. line-height: 35px;
  753. font-size: 1.375rem;
  754. letter-spacing: 0.0625rem;
  755. color: #fff;
  756. }
  757. .myuser-banklist li h3.title {
  758. padding-top: 20px;
  759. font-weight: 500;
  760. }
  761. .myuser-banklist li h3.number {
  762. font-weight: 550;
  763. }
  764. /** C2C付款信息页面 **/
  765. .payinfo-head {
  766. margin: 30px 0 20px 0;
  767. text-align: center;
  768. }
  769. .payinfo-head i {
  770. font-size: 50px;
  771. color: #eec104;
  772. }
  773. .payinfo-head p {
  774. line-height: 35px;
  775. font-size: 15px;
  776. color: #000;
  777. }
  778. .payinfo-head p.money {
  779. margin-top: 10px;
  780. font-size: 30px;
  781. font-weight: 500;
  782. }
  783. .form-payinfo {
  784. padding: 0 15px;
  785. }
  786. .form-payinfo .mui-btn-default {
  787. margin-top: 20px;
  788. width: 100%;
  789. height: 40px;
  790. font-size: 1rem;
  791. color: #fff;
  792. background: #28c475;
  793. border-color: #1ca560;
  794. }
  795. .form-payinfo .mui-btn-default:active {
  796. background: #1ca560;
  797. }
  798. .form-payinfo .tips {
  799. margin-top:-10px;line-height:35px;
  800. }
  801. .form-payinfo .mui-input-row-g {
  802. background-color: #f2f2f2;
  803. }
  804. .form-payinfo .mui-input-row-g label {
  805. width: 32%;
  806. padding: 11px 10px;
  807. color: #7f7f7f;
  808. }
  809. .form-payinfo .mui-input-row-g .inputs {
  810. height: 40px;
  811. line-height: 25px;
  812. font-size: 12px;
  813. padding: 10px 0;
  814. }
  815. .form-payinfo .mui-input-row-g .btn {
  816. position: absolute;
  817. top: 7px;
  818. right: 7px;
  819. z-index: 1;
  820. height: 30px;
  821. line-height: 15px;
  822. }
  823. .form-payinfo .mui-input-row-h {
  824. margin-bottom: 0px;
  825. border-radius: 3px;
  826. }
  827. .form-payinfo .mui-input-row-h input::-webkit-input-placeholder {
  828. color: #c7c7c7;
  829. }
  830. .form-payinfo .mui-input-row-h label,.form-payinfo .mui-input-row-h input {
  831. height: 30px;
  832. font-size: 14px;
  833. }
  834. .form-payinfo .mui-input-row-h label {
  835. width: 32%;
  836. padding: 11px 10px;
  837. }
  838. .form-payinfo .mui-input-row-h .inputs {
  839. height: 30px;
  840. line-height: 15px;
  841. font-size: 14px;
  842. padding: 10px 0;
  843. }
  844. .payinfo_record {
  845. margin-top: 30px;
  846. overflow: hidden;
  847. border-top: 8px solid #efefef;
  848. }
  849. .payinfo_record .titlehead {
  850. height: 45px;
  851. line-height: 45px;
  852. padding: 0 15px;
  853. font-size: 16px;
  854. font-weight: 500;
  855. box-shadow: 0 0 1px #494949d9;
  856. }
  857. .payinfo_record .titlehead a.fr {
  858. font-size: 14px;
  859. }
  860. .payinfo_record .titlehead a.fr i {
  861. margin-right: 2.5px;
  862. vertical-align: middle;
  863. }
  864. .payinfo_record .content {
  865. margin: 20px 0 50px 0;
  866. padding: 0 15px;
  867. }
  868. .payinfo_record .content p {
  869. line-height: 25px;
  870. font-size: 15px;
  871. font-weight: 400;
  872. color: #212121;
  873. }
  874. /** 我的资产详情页 **/
  875. .coin-show-info {
  876. padding: 0 15px;
  877. overflow: hidden;
  878. }
  879. .coin-show-info div {
  880. float: left;
  881. width: 33.33%;
  882. font-weight: 500;
  883. }
  884. .coin-show-info div p {
  885. font-size: 13px;
  886. font-weight: 500;
  887. color: #000;
  888. }
  889. .coin-show-info div p.title {
  890. color: #b5b5b5;
  891. }
  892. /** 登录 **/
  893. .mui-content .mylogin {
  894. padding: 0 20px;
  895. overflow: hidden;
  896. }
  897. .mui-content .mylogin p.title {
  898. margin-top: 35px;
  899. }
  900. .mui-content .mylogin p.title b {
  901. height: 30px;
  902. font-size: 28px;
  903. font-weight: 400;
  904. color: #fff;
  905. }
  906. .mui-content .mylogin .text-s {
  907. font-size: 17px;
  908. color: #9daabe;
  909. }
  910. .mui-content .mylogin .text-s a {
  911. color: #6184cc;
  912. }
  913. .mui-content .mylogin .login-input-group {
  914. margin-top: 30px;
  915. }
  916. .mui-content .mylogin .login-input-group label {
  917. display: block;
  918. float: none;
  919. padding-left: 0;
  920. color: #fff;
  921. }
  922. .mui-content .mylogin .login-input-group input.mui-input-clear {
  923. float: none;
  924. width: 100%;
  925. height: 60px;
  926. padding-left: 0;
  927. font-size: 1.0625rem;
  928. font-weight: 500;
  929. color: #fff;
  930. background: inherit;
  931. border: none;
  932. border-bottom: 2px solid #65758c;
  933. border-radius: 0;
  934. }
  935. .mui-content .mylogin .login-input-group input::-webkit-input-placeholder {
  936. font-size: 1.0625rem;
  937. font-weight: 500;
  938. color: #596474;
  939. }
  940. .mui-content .mylogin .login-input-group input.mui-input-clear:focus {
  941. border-bottom: 2px solid #6184cc;
  942. transition-duration: 0.5s;
  943. -moz-transition-duration: 0.5s; /* Firefox 4 */
  944. -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
  945. -o-transition-duration: 0.5s; /* Opera */
  946. }
  947. .mui-content .mylogin .login-input-group .mui-icon {
  948. top: 20px;
  949. color: #778496;
  950. }
  951. .mui-content .mylogin .login-input-group .mui-icon-clear {
  952. display: none;
  953. }
  954. .mui-content .mylogin .login-input-group .mui-button-row .mui-btn {
  955. width: 100%;
  956. height: 50px;
  957. font-size: 1rem;
  958. font-weight: 600;
  959. color: #fff;
  960. background: #6184cc;
  961. border-color: #6184cc;
  962. border-radius: 25px;
  963. }
  964. .mui-content .mylogin .login-input-group .mui-button-row .mui-btn:active {
  965. border-color: #7197e5;
  966. }
  967. .mui-content .mylogin .btn-right {
  968. position: absolute;
  969. top: 10px;
  970. right: 0;
  971. z-index: 2;
  972. }
  973. .mui-content .mylogin .btn-right .mui-btn {
  974. width:inherit;
  975. background-color: #313e51;
  976. }
  977. .mui-content .mylogin .mui-input-row label {
  978. position: absolute;
  979. top: 10px;
  980. width:inherit;
  981. font-size: 1.0625rem;
  982. font-weight: 500;
  983. color: #596474;
  984. cursor: default;
  985. pointer-events: none;
  986. }
  987. .mui-content .mylogin .input--label--akira {
  988. -webkit-transition: -webkit-transform 0.3s;
  989. transition: transform 0.3s;
  990. }
  991. .mui-content .mylogin .input--filled .input--label--akira {
  992. -webkit-transform: translate3d(0, -20px, 0);
  993. transform: translate3d(0, -20px, 0);
  994. font-size: 0.8125rem;
  995. }
  996. .mui-content .mylogin .login-input-group .mui-button-row .protocol {
  997. margin-top: 8px;
  998. line-height: 35px;
  999. font-size: 0.75rem;
  1000. color: #9daabe;
  1001. }
  1002. .mui-content .mylogin .login-input-group .mui-button-row .protocol a {
  1003. color: #6184cc;
  1004. }
  1005. .mui-content .mylogin .login-input-group .tel-tel input[type="tel"] {
  1006. padding-left: 115px;
  1007. }
  1008. .mui-content .mylogin .login-input-group .tel-tel label {
  1009. left: 115px;
  1010. }
  1011. .flag-container {
  1012. position:absolute;top:0;bottom:0;left:0;padding:1px;
  1013. box-sizing: border-box;
  1014. cursor: pointer;
  1015. }
  1016. .flag-container .selected-flag {
  1017. position: relative;
  1018. display: table;
  1019. padding: 0 0 0 8px;
  1020. width: 100px;
  1021. height: 80%;
  1022. color: #ffff;
  1023. z-index: 1;
  1024. text-align: center;
  1025. }
  1026. .flag-container .iti-flag {
  1027. position: absolute;
  1028. top: 0;
  1029. bottom: 0;
  1030. margin: auto;
  1031. width: 20px;
  1032. box-shadow: 0px 0px 1px 0px #888;
  1033. background-repeat: no-repeat;
  1034. background-color: #DBDBDB;
  1035. }
  1036. .flag-container .selected-dial-code {
  1037. display: table-cell;
  1038. vertical-align: middle;
  1039. padding-left: 10px;
  1040. }
  1041. .flag-container .iti-arrow{
  1042. position: absolute;
  1043. top: 50%;
  1044. margin-top: -2px;
  1045. right: 0;
  1046. width: 0;
  1047. height: 0;
  1048. border-left: 3px solid transparent;
  1049. border-right: 3px solid transparent;
  1050. border-top: 4px solid #fff;
  1051. }
  1052. /** 通用提示 **/
  1053. .TipsInfo {
  1054. margin: 60px 0 20px 0;
  1055. text-align: center;
  1056. }
  1057. .TipsInfo i {
  1058. font-size: 50px;
  1059. color: #28c475;
  1060. }
  1061. .TipsInfo p {
  1062. line-height: 35px;
  1063. font-size: 15px;
  1064. color: #000;
  1065. }
  1066. .TipsInfo p.money {
  1067. margin-top: 25px;
  1068. font-size: 25px;
  1069. font-weight: 600;
  1070. }
  1071. .TipsInfo .mui-btn {
  1072. position:absolute;
  1073. left: 50%;
  1074. bottom: 100px;
  1075. margin-left: -100px;
  1076. width: 200px;
  1077. line-height: 40px;
  1078. font-size: 1rem;
  1079. color: #fff;
  1080. background: #28c475;
  1081. border-color: #1ca560;
  1082. }
  1083. .TipsInfo .mui-btn:active {
  1084. background: #1ca560;
  1085. }