exchangePhoneActivity.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. min-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: 4.4rem;
  257. position: absolute;
  258. bottom: 0.8rem;
  259. left: 50%;
  260. transform: translateX(-50%);
  261. text-align: center;
  262. font-size: 0.24rem;
  263. color: #666666;
  264. }
  265. .mask-card{
  266. font-size: 0.24rem;
  267. font-weight: 600;
  268. color: #666666;
  269. }
  270. .ios-mask {
  271. width: 100%;
  272. height: 100vh;
  273. position: fixed;
  274. top: 0;
  275. left: 0;
  276. background: rgba(0, 0, 0, 0.6);
  277. display: none;
  278. }
  279. .ios-dialog {
  280. width: 6.27rem;
  281. height: 5.84rem;
  282. border-radius: 0.2rem;
  283. position: absolute;
  284. left:50%;
  285. transform: translateX(-50%);
  286. padding: 0 0.4rem;
  287. top: -6.96rem;
  288. background: url(../../static/img/exchangePhoneActivity/success.png) no-repeat;
  289. background-size: 100% auto,100% auto;
  290. }
  291. .txt1 {
  292. font-size: 0.36rem;
  293. color: #333333;
  294. line-height: 0.48rem;
  295. text-align: center;
  296. }
  297. .btn2, .btn3 {
  298. width: 2.41rem;
  299. height: 0.89rem;
  300. }
  301. .ios-btnlist {
  302. margin-top: 0.6rem;
  303. text-align: center;
  304. }
  305. .imgs-block{
  306. width: 100%;
  307. display: flex;
  308. justify-content: center;
  309. align-items: center;
  310. position: relative;
  311. margin-top: 0.5rem;
  312. }
  313. .copy-tip{
  314. display: flex;
  315. justify-content: center;
  316. font-size: 0.28rem;
  317. margin-top: 0.32rem;
  318. color: #333333;
  319. }
  320. .my{
  321. color: #000000;
  322. font-weight: 600;
  323. }
  324. .point1{
  325. font-size: 0.26rem;
  326. margin-top: 0.16rem;
  327. color: #666666;
  328. }
  329. .point-img{
  330. width: 5.42rem;
  331. height: 1.7rem;
  332. margin: auto;
  333. margin-top: 0.2rem;
  334. }
  335. .point2{
  336. margin-top: 0.32rem;
  337. }
  338. .imgs{
  339. width: 0.38rem;
  340. height: 0.38rem;
  341. }
  342. .imgs-text{
  343. font-size: 0.36rem;
  344. color: #3B7FFF;
  345. }
  346. .get-success-block{
  347. display: flex;
  348. justify-content: center;
  349. margin-top: 0.3rem;
  350. }
  351. .get-success{
  352. width: 4.6rem;
  353. height: 0.9rem;
  354. line-height: 0.9rem;
  355. text-align: center;
  356. color: #FFFFFF;
  357. font-size: 0.25rem;
  358. background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
  359. border-radius: 0.2rem;
  360. }
  361. .close{
  362. width: 0.48rem;
  363. height: 0.48rem;
  364. position: absolute;
  365. bottom: -0.8rem;
  366. left: 50%;
  367. margin-left: -0.24rem;
  368. z-index: 999;
  369. }
  370. .close1{
  371. width: 0.48rem;
  372. height: 0.48rem;
  373. position: absolute;
  374. bottom: -0.8rem;
  375. left: 50%;
  376. margin-left: -0.24rem;
  377. z-index: 999;
  378. }
  379. input:disabled {
  380. background-color: #FFFFFF;
  381. }
  382. .right_icon{
  383. width: 0.2rem;
  384. height: 0.32rem;
  385. margin-left: 0.3rem;
  386. }
  387. .bottom-wrap{
  388. padding-top: 0.46rem;
  389. background-color: #1F2A44;
  390. }
  391. .procedure-wrap{
  392. width: 6.8rem;
  393. height: 2.87rem;
  394. margin: auto;
  395. }
  396. .procedure-img{
  397. width: 100%;
  398. height: 100%;
  399. }
  400. .rule-wrap{
  401. position: relative;
  402. width: 6.8rem;
  403. height: 3.87rem;
  404. margin: auto;
  405. margin-top: 0.46rem;
  406. }
  407. .rule-img{
  408. width: 100%;
  409. height: 100%;
  410. }
  411. .time_lines{
  412. position: absolute;
  413. top: 0.6rem;
  414. left: 50%;
  415. transform: translateX(-50%);
  416. display: flex;
  417. align-items: center;
  418. color: #FFFFFF;
  419. }
  420. .time-text{
  421. width: 3.5rem;
  422. font-size: 0.24rem;
  423. text-align: center;
  424. padding: 0 0.15rem;
  425. }
  426. .time_line{
  427. width: 0.5rem;
  428. height: 0.01rem;
  429. }
  430. .select-wrap{
  431. width: 100%;
  432. position: absolute;
  433. top: -0.5rem;
  434. right: 0;
  435. display: flex;
  436. justify-content: center;
  437. }
  438. .select{
  439. display: flex;
  440. align-items: center;
  441. color: #FFFFFF;
  442. font-size: 0.36rem;
  443. }
  444. .selected{
  445. width: 0.4rem;
  446. height: 0.4rem;
  447. margin-right: 0.2rem;
  448. }
  449. .right-select{
  450. margin-left: 1.05rem;
  451. }
  452. .down_icon{
  453. width: 0.38rem;
  454. height: 0.2rem;
  455. }
  456. .mask-title-wrap2{
  457. top: 1.8rem;
  458. }
  459. .mask-tips2{
  460. bottom: 2.8rem;
  461. text-align: center;
  462. }
  463. .mask-tips3{
  464. bottom: 2.4rem;
  465. text-align: center;
  466. }
  467. .mask-btn-wrap2{
  468. bottom: 1rem;
  469. }
  470. .plc-clss{
  471. color: #CCCCCC;
  472. }
  473. .phone-img{
  474. width: 0.35rem;
  475. height: 0.4rem;
  476. }
  477. .code-img{
  478. width: 0.3rem;
  479. height: 0.47rem;
  480. }
  481. /*谷歌*/
  482. input::-webkit-outer-spin-button,
  483. input::-webkit-inner-spin-button {
  484. -webkit-appearance: none;
  485. }
  486. /*火狐*/
  487. input[type="number"] {
  488. -moz-appearance: textfield;
  489. }
  490. #toast-container>.toast-error {
  491. background-image: none !important;
  492. border-radius: 0.2rem;
  493. }
  494. .toast-error {
  495. background-color: rgba(0, 0, 0, 0.8);
  496. border-radius: 0.2rem;
  497. }
  498. #toast-container>div {
  499. font-size: 14px;
  500. min-width: 80px !important;
  501. padding: 12px !important;
  502. box-shadow: none;
  503. border-radius: 0.2rem;
  504. }
  505. .toast-center-center {
  506. position: fixed;
  507. min-width: 220px;
  508. top: 50%;
  509. left: 50%;
  510. text-align: center;
  511. transform: translateX(-50%);
  512. color: #FFFFFF;
  513. border-radius: 0.2rem;
  514. }
  515. @media (max-width: 480px) and (min-width: 241px) {
  516. #toast-container>div {
  517. min-width: 88px !important;
  518. width: auto;
  519. }
  520. }