exchangePhoneActivity.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .containers{
  19. width: 7.5rem;
  20. margin: auto;
  21. }
  22. .banner-wrap{
  23. width: 7.5rem;
  24. height: 12.62rem;
  25. position: relative;
  26. }
  27. .logo-wrap{
  28. position: absolute;
  29. top: 0.3rem;
  30. left: 0.2rem;
  31. }
  32. .logo{
  33. width: 0.6rem;
  34. height: 0.6rem;
  35. }
  36. .title-wrap{
  37. position: absolute;
  38. top: 1.2rem;
  39. left: 1.12rem;
  40. }
  41. .titles{
  42. width: 5.3rem;
  43. height: 0.94rem;
  44. }
  45. .tip-wrap{
  46. position: absolute;
  47. top: 2.3rem;
  48. left: 1.2rem;
  49. }
  50. .tips{
  51. width: 5.2rem;
  52. height: 0.72rem;
  53. }
  54. .banner-img{
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .rule-mask{
  59. width: 100%;
  60. height: 100vh;
  61. position: fixed;
  62. top: 0;
  63. left: 0;
  64. background: rgba(0, 0, 0, 0.5);
  65. display: none;
  66. }
  67. .dialogs {
  68. width: 7.5rem;
  69. height: 8.7rem;
  70. border-radius: 0.2rem;
  71. position: absolute;
  72. left: 50%;
  73. transform: translateX(-50%);
  74. bottom: -10.96rem;
  75. z-index: 999;
  76. }
  77. .rule-dialog-wrap{
  78. width: 7.5rem;
  79. height: 6.2rem;
  80. background: #FFFFFF;
  81. border-radius: 0.2rem 0.2rem 0 0;
  82. padding: 0.3rem 0.35rem;
  83. }
  84. .rule-title-wrap{
  85. display: flex;
  86. justify-content: space-between;
  87. padding-bottom: 0.2rem;
  88. border-bottom: 0.01rem solid rgba(238,238,238,1);
  89. }
  90. .rule-text{
  91. font-size: 0.3rem;
  92. font-weight: bold;
  93. color: #333333;
  94. }
  95. .rule-close{
  96. width: 0.28rem;
  97. height: 0.28rem;
  98. }
  99. .rule-list{
  100. position: absolute;
  101. top: 0.48rem;
  102. padding: 0 0.33rem;
  103. margin-top: 0.2rem;
  104. font-size: 0.24rem;
  105. color: #4D4D4D;
  106. }
  107. .rule-point{
  108. margin-top: 0.12rem;
  109. }
  110. .main-wrap{
  111. position: absolute;
  112. bottom: 0.4rem;
  113. left: 0.65rem;
  114. padding-bottom: 0.2rem;
  115. }
  116. .middle-wrap{
  117. position: relative;
  118. margin: auto;
  119. padding-top: 0.1rem;
  120. }
  121. .ipt-row{
  122. width: 6.2rem;
  123. height: 0.88rem;
  124. background: #FFFFFF;
  125. border: 0.01rem solid #CCCCCC;
  126. border-radius: 0.2rem;
  127. display: flex;
  128. align-items: center;
  129. margin-top: 0.36rem;
  130. }
  131. .img{
  132. width: 0.3rem;
  133. height: 0.36rem;
  134. margin: 0 0.22rem 0 0.3rem;
  135. }
  136. .ipt{
  137. width: 4.14rem;
  138. height: 0.4rem;
  139. outline: none;
  140. border: none;
  141. padding-left: 0.24rem;
  142. border-left: 0.01rem solid rgba(238,238,238,1);
  143. box-sizing: border-box;
  144. font-size: 0.24rem;
  145. margin-right: 0.3rem;
  146. }
  147. .code-ipt{
  148. width: 3rem;
  149. }
  150. .phone-tip{
  151. position: absolute;
  152. top: 1.36rem;
  153. left: 1.4rem;
  154. font-size: 0.24rem;
  155. color: #FB5030;
  156. display: none;
  157. }
  158. .code-tip{
  159. position: absolute;
  160. top: 2.58rem;
  161. left: 1.4rem;
  162. font-size: 0.24rem;
  163. color: #FB5030;
  164. display: none;
  165. }
  166. .get-code{
  167. font-size: 0.3rem;
  168. color: #F19026;
  169. margin-left: 0.2rem;
  170. }
  171. .get-code-active{
  172. width: 1.4rem;
  173. height: 0.6rem;
  174. line-height: 0.6rem;
  175. text-align: center;
  176. color: #489DFF;
  177. border-radius: 0.1rem;
  178. background-color: rgba(238,238,238,1);
  179. }
  180. .btns{
  181. display: flex;
  182. justify-content: center;
  183. align-items: center;
  184. margin-top: 0.4rem;
  185. }
  186. .btn-img{
  187. width: 4rem;
  188. height: 1rem;
  189. }
  190. .bottom-wrap{
  191. background-color: rgba(135, 211, 255, 1);
  192. padding-bottom: 0.8rem;
  193. }
  194. .title{
  195. width: 3.2rem;
  196. height: 0.56rem;
  197. margin: auto;
  198. }
  199. .icon-title{
  200. width: 100%;
  201. height: 100%;
  202. }
  203. .icon-wrap{
  204. width: 6.8rem;
  205. height: 6.2rem;
  206. margin: auto;
  207. margin-top: 0.2rem;
  208. background: #F1FEFF;
  209. box-shadow: 0 0 0.49rem 0 #FFFFFF;
  210. border-radius: 0.2rem;
  211. display: flex;
  212. justify-content: space-between;
  213. flex-wrap: wrap;
  214. padding: 0.34rem;
  215. }
  216. .icon-item{
  217. display: flex;
  218. flex-direction: column;
  219. justify-content: center;
  220. align-items: center;
  221. }
  222. .icon-item-img{
  223. width: 1.5rem;
  224. height: 1.5rem;
  225. }
  226. .icon-item-text{
  227. margin-top: 0.24rem;
  228. font-weight: 600;
  229. color: rgba(51, 51, 51, 1);
  230. font-size: 0.3rem;
  231. }
  232. .icon-item-tip{
  233. color: rgba(153, 153, 153, 1);
  234. font-size: 0.24rem;
  235. }
  236. .copy-mask {
  237. width: 100%;
  238. height: 100vh;
  239. position: fixed;
  240. top: 0;
  241. left: 0;
  242. background: rgba(0, 0, 0, 0.6);
  243. display: none;
  244. }
  245. .copy-dialog {
  246. width: 6.22rem;
  247. height: 8.56rem;
  248. background: #FFFFFF;
  249. border-radius: 0.2rem;
  250. position: absolute;
  251. left:50%;
  252. transform: translateX(-50%);
  253. padding: 0 0.4rem;
  254. top: -6.96rem;
  255. /* overflow: hidden; */
  256. }
  257. .ios-mask {
  258. width: 100%;
  259. height: 100vh;
  260. position: fixed;
  261. top: 0;
  262. left: 0;
  263. background: rgba(0, 0, 0, 0.6);
  264. display: none;
  265. }
  266. .ios-dialog {
  267. width: 6.24rem;
  268. height: 3.5rem;
  269. background: #FFFFFF;
  270. border-radius: 0.2rem;
  271. position: absolute;
  272. left:50%;
  273. transform: translateX(-50%);
  274. padding: 0.6rem 0;
  275. box-sizing: border-box;
  276. top: -6.24rem;
  277. }
  278. .txt1 {
  279. font-size: 0.36rem;
  280. color: #333333;
  281. line-height: 0.48rem;
  282. text-align: center;
  283. }
  284. .btn2, .btn3 {
  285. width: 2.41rem;
  286. height: 0.89rem;
  287. }
  288. .ios-btnlist {
  289. margin-top: 0.6rem;
  290. text-align: center;
  291. }
  292. .imgs-block{
  293. width: 100%;
  294. display: flex;
  295. justify-content: center;
  296. align-items: center;
  297. position: relative;
  298. margin-top: 0.5rem;
  299. }
  300. .copy-tip{
  301. display: flex;
  302. justify-content: center;
  303. font-size: 0.28rem;
  304. margin-top: 0.32rem;
  305. color: #333333;
  306. }
  307. .my{
  308. color: #000000;
  309. font-weight: 600;
  310. }
  311. .point1{
  312. font-size: 0.26rem;
  313. margin-top: 0.16rem;
  314. color: #666666;
  315. }
  316. .point-img{
  317. width: 5.42rem;
  318. height: 1.7rem;
  319. margin: auto;
  320. margin-top: 0.2rem;
  321. }
  322. .point2{
  323. margin-top: 0.32rem;
  324. }
  325. .imgs{
  326. width: 0.38rem;
  327. height: 0.38rem;
  328. }
  329. .imgs-text{
  330. font-size: 0.36rem;
  331. color: #3B7FFF;
  332. }
  333. .get-success-block{
  334. display: flex;
  335. justify-content: center;
  336. margin-top: 0.3rem;
  337. }
  338. .get-success{
  339. width: 4.6rem;
  340. height: 0.9rem;
  341. line-height: 0.9rem;
  342. text-align: center;
  343. color: #FFFFFF;
  344. font-size: 0.25rem;
  345. background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
  346. border-radius: 0.2rem;
  347. }
  348. .close{
  349. width: 0.48rem;
  350. height: 0.48rem;
  351. position: absolute;
  352. bottom: -0.8rem;
  353. left: 50%;
  354. margin-left: -0.24rem;
  355. z-index: 999;
  356. }
  357. .close1{
  358. width: 0.48rem;
  359. height: 0.48rem;
  360. position: absolute;
  361. bottom: -0.8rem;
  362. left: 50%;
  363. margin-left: -0.24rem;
  364. z-index: 999;
  365. }
  366. input:disabled {
  367. background-color: #FFFFFF;
  368. }
  369. .right_icon{
  370. width: 0.2rem;
  371. height: 0.32rem;
  372. margin-left: 0.3rem;
  373. }
  374. .bottom-wrap{
  375. padding-top: 0.46rem;
  376. background-color: #1F2A44;
  377. }
  378. .procedure-wrap{
  379. width: 6.8rem;
  380. height: 2.87rem;
  381. margin: auto;
  382. }
  383. .procedure-img{
  384. width: 100%;
  385. height: 100%;
  386. }
  387. .rule-wrap{
  388. position: relative;
  389. width: 6.8rem;
  390. height: 3.87rem;
  391. margin: auto;
  392. margin-top: 0.46rem;
  393. }
  394. .rule-img{
  395. width: 100%;
  396. height: 100%;
  397. }
  398. .time_lines{
  399. position: absolute;
  400. top: 0.6rem;
  401. left: 50%;
  402. transform: translateX(-50%);
  403. display: flex;
  404. align-items: center;
  405. color: #FFFFFF;
  406. }
  407. .time-text{
  408. width: 3.9rem;
  409. font-size: 0.24rem;
  410. padding: 0 0.15rem;
  411. }
  412. .time_line{
  413. width: 0.5rem;
  414. height: 0.01rem;
  415. }
  416. .selectNode{
  417. position: relative;
  418. }
  419. .select-wrap{
  420. position: absolute;
  421. top: 0.8rem;
  422. right: 0;
  423. width: 5.4rem;
  424. height: 1.5rem;
  425. background: #FFFFFF;
  426. border: 0.01rem solid #CCCCCC;
  427. border-radius: 0.1rem;
  428. opacity: 0;
  429. }
  430. .select{
  431. line-height: 0.75rem;
  432. text-align: center;
  433. }
  434. .selected{
  435. height: 0.75rem;
  436. line-height: 0.75rem;
  437. text-align: center;
  438. background: rgba(53, 63, 86, 0.08);
  439. color: #333333;
  440. }
  441. .down_icon{
  442. width: 0.38rem;
  443. height: 0.2rem;
  444. }
  445. #toast-container>.toast-error {
  446. background-image: none !important;
  447. border-radius: 0.2rem;
  448. }
  449. .toast-error {
  450. background-color: rgba(0, 0, 0, 0.8);
  451. border-radius: 0.2rem;
  452. }
  453. #toast-container>div {
  454. font-size: 14px;
  455. min-width: 80px !important;
  456. padding: 12px !important;
  457. box-shadow: none;
  458. border-radius: 0.2rem;
  459. }
  460. .toast-center-center {
  461. position: fixed;
  462. min-width: 220px;
  463. top: 50%;
  464. left: 50%;
  465. text-align: center;
  466. transform: translateX(-50%);
  467. color: #FFFFFF;
  468. border-radius: 0.2rem;
  469. }
  470. @media (max-width: 480px) and (min-width: 241px) {
  471. #toast-container>div {
  472. min-width: 80px !important;
  473. width: auto;
  474. }
  475. }