exchangePhoneActivity.css 8.2 KB

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