user.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  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;background:#171a25;}
  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. input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
  14. box-shadow: 0px 0px 4px 0px #0090ff;
  15. -moz-transition:border ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  16. -webkit-transition:border ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  17. }
  18. input::-webkit-input-placeholder { font-size: 13px;color: #8b97ab;}
  19. input:-moz-placeholder { font-size: 13px;color: #8b97ab;}
  20. input:-ms-input-placeholder { font-size: 13px;color: #8b97ab;}
  21. /* Currency */
  22. .UserBox {
  23. margin: 0 auto;
  24. width: 1200px;
  25. overflow: hidden;
  26. height: 100%;
  27. }
  28. /* infoBox */
  29. .infoBox{
  30. margin-top: 20px;
  31. align-items: center;
  32. padding: 25px 0;
  33. background-color: #1f2636;
  34. border-bottom: 1px solid #e8e8e800;
  35. }
  36. .infoBox .marbox{
  37. margin: 0 auto;
  38. padding: 0 40px;
  39. width: 1200px;
  40. overflow: hidden;
  41. box-sizing: border-box;
  42. color: #fff;
  43. }
  44. .infoBox .marbox h3{
  45. font-size: 24px;
  46. font-weight: 500;
  47. padding-bottom: 18px;
  48. }
  49. .infoBox .marbox .username{
  50. font-size: 18px;
  51. }
  52. .infoBox .marbox .username a{
  53. margin-left: 20px;
  54. font-size: 14px;
  55. color: #6378f1;
  56. }
  57. .infoBox .marbox .btns_cz{
  58. display: block;
  59. padding: 0 15px;
  60. min-width: 70px;
  61. height: 35px;
  62. line-height: 35px;
  63. text-align: center;
  64. font-size: 16px;
  65. color: #fff;
  66. background-color: #4f64dc;
  67. border: 1px solid #6378f1;
  68. border-radius: 1000px;
  69. 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;
  70. cursor: pointer;
  71. }
  72. .infoBox .marbox .btns_cz:hover{
  73. color: #fff;
  74. background-color: #6378f1;
  75. border: 1px solid #6378f1;
  76. }
  77. .infoBox .marbox .btns_tx{
  78. margin-left: 15px;
  79. display: block;
  80. padding: 0 15px;
  81. min-width: 70px;
  82. height: 35px;
  83. line-height: 35px;
  84. text-align: center;
  85. font-size: 16px;
  86. color: #666;
  87. background-color: #fff;
  88. border: 1px solid #DEDEDE;
  89. border-radius: 1000px;
  90. 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;
  91. cursor: pointer;
  92. }
  93. .infoBox .marbox .btns_tx:hover{
  94. background-color: #ececec;
  95. border: 1px solid #6378f1;
  96. }
  97. .titles .TotalAssets{
  98. font-size: 14px;
  99. font-weight: 500;
  100. color: #333;
  101. }
  102. .titles .TotalAssets b{
  103. margin: 0 5px 0 10px;
  104. font-size: 18px;
  105. color: #118fff;
  106. }
  107. /* Setting */
  108. .SettingLeft {
  109. padding: 15px 19px;
  110. padding-bottom: 32px;
  111. width: 245px;
  112. min-height: 100px;
  113. height: 100%;
  114. background-color: #1f2636;
  115. border: 1px solid #e8e8e800;
  116. box-sizing: border-box
  117. }
  118. .SettingRight {
  119. width: 78%;
  120. min-height: 600px;
  121. height: 100%;
  122. background-color: #1f2636;
  123. border: 1px solid #e8e8e800;
  124. box-sizing: border-box;
  125. }
  126. /** SettingLeft **/
  127. .SettingLeft ul{
  128. overflow: hidden;
  129. }
  130. .SettingLeft ul li{
  131. margin-top: 15px;
  132. }
  133. .SettingLeft ul li i{
  134. position: absolute;
  135. top: 41%;
  136. right: 10px;
  137. width: 5px;
  138. height: 8px;
  139. background: url(../ecshe_img/arrow2.png) no-repeat;
  140. background-size: 100% 100%;
  141. }
  142. .SettingLeft ul li a.on i,.SettingLeft ul li a:hover i{
  143. background: url(../ecshe_img/arrow.png) no-repeat;
  144. background-size: 100% 100%;
  145. }
  146. .SettingLeft ul li a{
  147. display: block;
  148. padding-left: 25px;
  149. padding-right: 25px;
  150. height: 46px;
  151. line-height: 46px;
  152. color: #f9f0f0;
  153. font-size: 16px;
  154. border-radius: 4px;
  155. background-color: #1f2636;
  156. position: relative;
  157. }
  158. .SettingLeft ul li a:hover{
  159. background-color: #242c40;
  160. border-left: 4px solid #5f8ed4;
  161. color: #5f8ed4;
  162. transition: all,.3s;
  163. }
  164. .SettingLeft ul li a.on{
  165. background-color: #242c40;
  166. border-left: 4px solid #5f8ed4;
  167. color: #5f8ed4;
  168. }
  169. /** SettingRight **/
  170. .SettingRight{
  171. overflow: hidden;
  172. padding: 10px;
  173. }
  174. .SettingRight .titles{
  175. margin: 20px 7px;
  176. height: 20px;
  177. line-height: 20px;
  178. text-align: left;
  179. }
  180. .SettingRight .titles h3{
  181. min-width: 100px;
  182. padding-left: 10px;
  183. font-size: 18px;
  184. font-weight: 500;
  185. color: #f9f0f0;
  186. border-left: 3px solid #5f8ed4;
  187. }
  188. .SettingRight .titles .btns{
  189. margin-top: -7px;
  190. display: block;
  191. width: 85px;
  192. height: 30px;
  193. line-height: 30px;
  194. text-align: center;
  195. font-size: 13px;
  196. color: #fff;
  197. background-color: #4f64dc;
  198. border: 1px solid #6378f1;
  199. border-radius: 1000px;
  200. text-transform: uppercase;
  201. 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;
  202. cursor: pointer;
  203. }
  204. .SettingRight .titles .btns:hover{
  205. color: #fff;
  206. background-color: #6378f1;
  207. border: 1px solid #6378f1;
  208. }
  209. .SettingRight .Column_Security{
  210. margin-bottom: 15px;
  211. overflow: hidden;
  212. text-align: center;
  213. }
  214. .SettingRight .Column_Security .sc_status{
  215. margin: 0 7px;
  216. padding: 30px 0;
  217. width: 31.5%;
  218. border: 1px solid #2c3958;
  219. background-color: #283046;
  220. border-radius: 6px;
  221. }
  222. .SettingRight .Column_Security .sc_status h3{
  223. line-height: 35px;
  224. font-size: 16px;
  225. color: #fff;
  226. }
  227. .SettingRight .Column_Security .sc_status p{
  228. line-height: 25px;
  229. font-size: 13px;
  230. color: #888;
  231. }
  232. .SettingRight .Column_Security .sc_status .btns{
  233. margin:0 auto;
  234. margin-top: 15px;
  235. display: block;
  236. width: 112px;
  237. height: 40px;
  238. line-height: 40px;
  239. font-size: 15px;
  240. color: #666;
  241. background-color: #fff;
  242. border: 1px solid #DEDEDE;
  243. border-radius: 1000px;
  244. 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;
  245. cursor: pointer;
  246. }
  247. .SettingRight .Column_Security .sc_status .btnson{
  248. margin:0 auto;
  249. margin-top: 15px;
  250. display: block;
  251. width: 112px;
  252. height: 40px;
  253. line-height: 40px;
  254. font-size: 15px;
  255. color: #fff;
  256. background-color: #4f64dc;
  257. border: 1px solid #6378f1;
  258. border-radius: 1000px;
  259. text-transform: uppercase;
  260. 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;
  261. cursor: pointer;
  262. }
  263. .SettingRight .Column_Security .sc_status .btnson:hover,.SettingRight .Column_Security .sc_status .btns:hover{
  264. color: #fff;
  265. background-color: #6378f1;
  266. border: 1px solid #6378f1;
  267. }
  268. .SettingRight .Column_Security .sc_status .btnjz{
  269. margin:0 auto;
  270. margin-top: 15px;
  271. display: block;
  272. width: 112px;
  273. height: 40px;
  274. line-height: 40px;
  275. font-size: 15px;
  276. color: #666;
  277. background-color: #DEDEDE;
  278. border: 1px solid #DEDEDE;
  279. border-radius: 1000px;
  280. 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;
  281. cursor:not-allowed;
  282. }
  283. /* LogonLog */
  284. .SettingRight .Column_LogonLog{
  285. margin: 0 7px;
  286. margin-bottom: 20px;
  287. }
  288. .SettingRight .Column_LogonLog table{
  289. width: 100%;
  290. border: 1px solid #283046;
  291. border-bottom: none;
  292. font-size: 13px;
  293. color: #fff;
  294. }
  295. .SettingRight .Column_LogonLog table .title{
  296. background-color: #283046;
  297. }
  298. .SettingRight .Column_LogonLog table th,.SettingRight .Column_LogonLog table td{
  299. border-bottom: 1px solid #283046;
  300. }
  301. .SettingRight .Column_LogonLog table th{
  302. height: 38px;
  303. }
  304. .SettingRight .Column_LogonLog table td{
  305. height: 38px;
  306. text-align: center;
  307. }
  308. .SettingRight .Column_LogonLog table .btns{
  309. margin: 25px auto;
  310. display: block;
  311. width: 180px;
  312. height: 40px;
  313. line-height: 40px;
  314. color: #fff;
  315. font-size: 14px;
  316. border: 1px solid #CDCDCD;
  317. border-radius: 1000px;
  318. }
  319. .SettingRight .Column_LogonLog table .btns:hover{
  320. color: #fff;
  321. background-color: #6378f1;
  322. border: 1px solid #6378f1;
  323. }
  324. .SettingRight .select {
  325. margin-top: -12px;
  326. margin-right: 15px;
  327. display: inline-block;
  328. width: 188px;
  329. padding-left: 10px;
  330. height: 38px;
  331. line-height: 38px;
  332. border: 1px solid #283046;
  333. border-radius: 10px;
  334. position: relative;
  335. }
  336. .SettingRight .select img {
  337. width: 22px;
  338. vertical-align: middle;
  339. }
  340. .SettingRight .selul {
  341. width: 160px;
  342. height: 38px;
  343. border: none;
  344. background: #242c40;
  345. outline: none;
  346. font-size: 14px;
  347. color: #666;
  348. }
  349. .SettingRight .howmuch {
  350. margin-left: 10px;
  351. font-size: 14px;
  352. color: #666;
  353. line-height: 40px;
  354. vertical-align: top;
  355. }
  356. .SettingRight .howleft {
  357. font-size: 18px;
  358. color: #333;
  359. font-weight: 900;
  360. line-height: 40px;
  361. vertical-align: top;
  362. }
  363. /* Floating window */
  364. .float_win_pay {
  365. margin: 0 auto;
  366. min-height: 200px;
  367. padding-bottom: 15px;
  368. background: #fff;
  369. border-radius: 10px;
  370. }
  371. .float_win_pay .tan_title {
  372. padding: 0 40px;
  373. height: 60px;
  374. background-color: #394aa9;
  375. border-radius: 10px 10px 0 0;
  376. }
  377. .float_win_pay .tan_title h4 {
  378. font-weight: normal;
  379. color: #fff;
  380. font-size: 20px;
  381. line-height: 60px;
  382. float: left;
  383. }
  384. .float_win_pay .tan_title .close-btn {
  385. display: block;
  386. float: right;
  387. line-height: 60px;
  388. color: #fff;
  389. font-size: 1.2rem;
  390. font-weight: 600;
  391. cursor: pointer;
  392. border-radius: 1rem;
  393. transition: all 0.2s ease-in-out;
  394. }
  395. .float_win_pay .payment_content{
  396. min-width: 450px;
  397. margin: 30px 0 0 0;
  398. padding: 0 40px;
  399. }
  400. .float_win_pay .payment_content ul li{
  401. margin-bottom: 17px;
  402. }
  403. .float_win_pay .payment_content ul li .label-1{
  404. display: inline-block;
  405. padding-right: 15px;
  406. width: 30%;
  407. height: 42px;
  408. line-height: 42px;
  409. font-size: 14px;
  410. text-align: right;
  411. box-sizing: border-box;
  412. }
  413. .float_win_pay .payment_content ul li .input-1{
  414. padding-left: 10px;
  415. padding-right: 10px;
  416. width: 65.5%;
  417. height: 42px;
  418. line-height: 42px;
  419. font-size: 16px;
  420. color: #333;
  421. border:1px solid #D4D4D4;
  422. border-radius: 3px;
  423. transition: all,.3s;
  424. box-sizing: border-box;
  425. }
  426. .float_win_pay .payment_content ul li .input-2{
  427. padding-left: 10px;
  428. padding-right: 10px;
  429. width: 65.5%;
  430. height: 42px;
  431. line-height: 42px;
  432. font-size: 16px;
  433. color: #333;
  434. border: none;
  435. border-radius: 3px;
  436. transition: all,.3s;
  437. box-sizing: border-box;
  438. cursor: default;
  439. }
  440. .float_win_pay .payment_content ul li .vcode-1{
  441. display: inline-block;
  442. padding-left: 10px;
  443. padding-right: 10px;
  444. width: 35%;
  445. height: 42px;
  446. line-height: 42px;
  447. font-size: 16px;
  448. color: #333;
  449. border:1px solid #D4D4D4;
  450. border-radius: 3px;
  451. transition: all,.3s;
  452. }
  453. .float_win_pay .payment_content ul li .btns{
  454. margin: 0 auto;
  455. display: block;
  456. width: 200px;
  457. height: 50px;
  458. line-height: 50px;
  459. text-align: center;
  460. font-size: 16px;
  461. color: #fff;
  462. background-color: #4f64dc;
  463. border: 1px solid #6378f1;
  464. border-radius: 1000px;
  465. 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;
  466. cursor: pointer;
  467. }
  468. .float_win_pay .payment_content ul li .btns:hover{
  469. color: #fff;
  470. background-color: #6378f1;
  471. border: 1px solid #6378f1;
  472. }
  473. .float_win_pay .payment_content ul li .code-num{
  474. display: inline-block;
  475. margin-left: 10px;
  476. width: 26%;
  477. height: 40px;
  478. line-height: 40px;
  479. text-align: center;
  480. font-size: 13px;
  481. color: #fff;
  482. background-color: #4f64dc;
  483. border: none;
  484. outline: none;
  485. border-radius: 4px;
  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. .float_win_pay .payment_content ul li .code-num:hover{
  490. color: #fff;
  491. background-color: #6378f1;
  492. }
  493. .float_win_pay .payment_content ul li p.forget{
  494. font-size: 14px;
  495. }
  496. .float_win_pay .payment_content ul li p.forget a{
  497. color: #0093ff;
  498. }
  499. /* Google */
  500. .payment_ga p{
  501. line-height: 30px;
  502. font-size: 16px !important;
  503. color: #000;
  504. }
  505. .payment_ga .CodeContent{
  506. overflow: hidden;
  507. margin-bottom: 20px;
  508. }
  509. .payment_ga .CodeContent div{
  510. display: inline-block;
  511. vertical-align:middle;
  512. color: #394aa9;
  513. font-size: 15px;
  514. }
  515. /* KYC_identity */
  516. .SettingRight .Column_identity{
  517. overflow: hidden;
  518. font-size: 16px;
  519. }
  520. .SettingRight .Column_identity th{
  521. width: 120px;
  522. height: 70px;
  523. padding-left: 35px;
  524. text-align: left;
  525. }
  526. .SettingRight .Column_identity .select-1{
  527. padding: 0 10px;
  528. width: 270px;
  529. height: 40px;
  530. border: 1px solid #D4D4D4;
  531. border-radius: 3px;
  532. color: #333;
  533. font-size: 16px;
  534. transition: all,.3s;
  535. box-sizing: border-box;
  536. }
  537. .SettingRight .Column_identity .btns{
  538. display: block;
  539. width: 95%;
  540. height: 50px;
  541. line-height: 50px;
  542. text-align: center;
  543. font-size: 18px;
  544. color: #fff;
  545. background-color: #4f64dc;
  546. border: 1px solid #6378f1;
  547. border-radius: 1000px;
  548. 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;
  549. cursor: pointer;
  550. }
  551. .SettingRight .Column_identity .btns:hover{
  552. color: #fff;
  553. background-color: #6378f1;
  554. border: 1px solid #6378f1;
  555. }
  556. .SettingRight .Column_identity .upload-img{
  557. display: inline-block;
  558. width: 200px;
  559. overflow: hidden;
  560. margin-right: 20px;
  561. }
  562. .SettingRight .Column_identity .upload-img p{
  563. line-height: 25px;
  564. text-align: center;
  565. font-size: 14px;
  566. }
  567. .SettingRight .Column_identity .upload-img .upload-box{
  568. position: relative;
  569. overflow: hidden;
  570. border: 1px dashed #c3c3c3;
  571. border-radius: 5px;
  572. padding: 10px;
  573. margin-bottom: 10px;
  574. }
  575. .SettingRight .Column_identity .upload-img .upload-box .imgs{
  576. }
  577. .SettingRight .Column_identity .upload-img .upload-box .imgs img {
  578. display: inline-block;
  579. max-width: 100%;
  580. max-height: 100%;
  581. vertical-align: middle;
  582. }
  583. .SettingRight .Column_identity .upload-img .upload-box input{
  584. position: absolute;
  585. top: 0;
  586. left: 0;
  587. width: 100%;
  588. height: 100%;
  589. cursor: pointer;
  590. -webkit-appearance: none;
  591. opacity: 0;
  592. }
  593. .SettingRight .Column_identity .Tips{
  594. overflow: hidden;
  595. margin-bottom: 30px;
  596. }
  597. .SettingRight .Column_identity .Tips .icons{
  598. display: inline-block;
  599. width: 100px;
  600. overflow: hidden;
  601. }
  602. .SettingRight .Column_identity .Tips .icons h3{
  603. line-height: 100px;
  604. font-size: 18px;
  605. }
  606. .SettingRight .Column_identity .Tips .TextContent{
  607. display: inline-block;
  608. line-height: 28px;
  609. font-size: 15px;
  610. }
  611. /** Issue **/
  612. .IssueDetails {
  613. width: 100%;
  614. height: 333px;
  615. overflow: hidden;
  616. background-color: #fff;
  617. border: 1px solid #e8e8e8;
  618. box-sizing: border-box;
  619. }
  620. .IssueDetails .isde-img {
  621. width: 28%;
  622. text-align: center;
  623. }
  624. .IssueDetails .isde-img img {
  625. margin-top: 15px;
  626. }
  627. .IssueDetails .isde-info-1 {
  628. padding: 10px;
  629. margin-top: 15px;
  630. margin-left: 15px;
  631. width: 500px;
  632. height: 100%;
  633. box-sizing: border-box;
  634. }
  635. .IssueDetails .isde-info-2 {
  636. padding: 15px;
  637. width: 315px;
  638. height: 100%;
  639. overflow: hidden;
  640. background-color: #f7f9fa;
  641. box-sizing: border-box;
  642. }
  643. .IssueDetails .isde-info-1 .box {
  644. }
  645. .IssueDetails .isde-info-1 .box .title {
  646. line-height: 35px;
  647. font-size: 28px;
  648. color: #333;
  649. }
  650. .IssueDetails .isde-info-1 .box .title b {
  651. text-transform: uppercase;
  652. }
  653. .IssueDetails .isde-info-1 .box .title span {
  654. margin: 0 15px;
  655. }
  656. .IssueDetails .isde-info-1 .box .projectIntro {
  657. margin-top: 10px;
  658. font-size: 16px;
  659. font-weight: 500;
  660. color: #666;
  661. }
  662. .IssueDetails .isde-info-1 .box .price {
  663. margin: 25px 0;
  664. padding: 0 25px;
  665. line-height: 45px;
  666. font-size: 16px;
  667. font-weight: 550;
  668. color: #333;
  669. background-color: #f1f1f3;
  670. box-sizing: border-box;
  671. }
  672. .IssueDetails .isde-info-1 .box .price .dh1 {
  673. margin-left: 15px;
  674. font-size: 16px;
  675. text-transform: uppercase;
  676. }
  677. .IssueDetails .isde-info-1 .box .price .dh2 {
  678. font-size: 21px;
  679. font-weight: 550;
  680. color: #3b83ff;
  681. text-transform: uppercase;
  682. }
  683. .IssueDetails .isde-info-1 .box .attribute {
  684. overflow: hidden;
  685. }
  686. .IssueDetails .isde-info-1 .box .attribute li {
  687. float: left;
  688. margin-bottom: 20px;
  689. width: 25%;
  690. text-align: center;
  691. }
  692. .IssueDetails .isde-info-1 .box .attribute li p {
  693. font-size: 13px;
  694. font-weight: 600;
  695. color: #333;
  696. text-transform: uppercase;
  697. }
  698. .IssueDetails .isde-info-1 .box .attribute li p.ab-title {
  699. margin-bottom: 5px;
  700. font-size: 17px;
  701. font-weight: 500;
  702. color: #999;
  703. text-transform: none;
  704. }
  705. /* Progress bar */
  706. .IssueDetails .isde-info-1 .box .process-bar {
  707. margin-bottom: 10px;
  708. width: 100%;
  709. height: 13px;
  710. background-color: #f1f1f3;
  711. border-radius: 10px;
  712. }
  713. .IssueDetails .isde-info-1 .box .process-bar .process-bar-hover {
  714. height: 13px;
  715. background: linear-gradient(to right, #1fb6c7, #02d5a8);
  716. border-radius: 10px;
  717. transition: width 2s;
  718. }
  719. .IssueDetails .isde-info-1 .box .part {
  720. font-size: 14px;
  721. }
  722. .IssueDetails .isde-info-2 .title {
  723. margin-bottom: 5px;
  724. font-size: 14px;
  725. color: #181818;
  726. text-transform: uppercase;
  727. }
  728. .IssueDetails .isde-info-2 .title span {
  729. font-size: 14px;
  730. color: #3dc18e;
  731. margin-left: 5px;
  732. font-weight: 600;
  733. }
  734. .IssueDetails .isde-info-2 .isde-input {
  735. position: relative;
  736. }
  737. .IssueDetails .isde-info-2 .isde-input label {
  738. position: absolute;
  739. right: 18px;
  740. top: 50%;
  741. z-index: 1;
  742. padding-left: 5px;
  743. font-size: 16px;
  744. color: #878787;
  745. background-color: #fff;
  746. text-transform: uppercase;
  747. pointer-events: none;
  748. -webkit-transform: translateY(-50%);
  749. transform: translateY(-50%);
  750. }
  751. .IssueDetails .isde-info-2 .isde-input input {
  752. width: 100%;
  753. height: 50px;
  754. border: solid #e8e8e8 1px;
  755. border-radius: 5px;
  756. margin: 10px 0;
  757. box-sizing: border-box;
  758. text-align: center;
  759. font-size: 18px;
  760. font-weight: 600;
  761. }
  762. .IssueDetails .isde-info-2 .isde-input-pass input {
  763. width: 100%;
  764. height: 50px;
  765. border: solid #e8e8e8 1px;
  766. border-radius: 5px;
  767. padding: 0 5%;
  768. margin: 10px 0;
  769. box-sizing: border-box;
  770. font-size: 18px;
  771. }
  772. .IssueDetails .isde-info-2 .isde-btn {
  773. margin-top: 10px;
  774. width: 100%;
  775. height: 50px;
  776. font-size: 20px;
  777. color: #fff;
  778. outline: none;
  779. border-radius: 4px;
  780. background-color: #4f64dc;
  781. border: 1px solid #6378f1;
  782. 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;
  783. cursor: pointer;
  784. }
  785. .IssueDetails .isde-info-2 .isde-btn:hover {
  786. color: #fff;
  787. background-color: #6378f1;
  788. border: 1px solid #6378f1;
  789. }
  790. .IssueDetails .isde-info-2 .total {
  791. font-size: 15px;
  792. color: #b4b4b4;
  793. text-transform: uppercase;
  794. }
  795. .IssueDetails .isde-info-2 .times {
  796. margin-top: 10px;
  797. font-size: 13px;
  798. color: #b4b4b4;
  799. }
  800. .IssueDetails .isde-info-2 .isde-local {
  801. margin-top: 50px;
  802. font-size: 22px;
  803. font-weight: 600;
  804. text-align: center;
  805. }
  806. .IssueDetails .isde-img img {
  807. border-radius: 15px;
  808. }
  809. .UserBox .contents {
  810. width: 100%;
  811. min-height: 300px;
  812. height: 100%;
  813. padding: 30px;
  814. background-color: #fff;
  815. border: 1px solid #e8e8e8;
  816. box-sizing: border-box;
  817. }
  818. .UserBox .contents {
  819. font-size: 16px;
  820. line-height: 35px;
  821. }