changePhoneActivity.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. .header{
  19. width: 7.5rem;
  20. height: 13.34rem;
  21. margin: 0 auto;
  22. position: relative;
  23. }
  24. .bg_img{
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .share{
  29. width: 0.88rem;
  30. height: 0.45rem;
  31. position: absolute;
  32. top: 0.7rem;
  33. right: 0;
  34. }
  35. .logo{
  36. width: 2.36rem;
  37. height: 0.73rem;
  38. position: absolute;
  39. top: 1.44rem;
  40. left: 2.52rem;
  41. }
  42. .theme{
  43. width: 5.43rem;
  44. height: 2.44rem;
  45. position: absolute;
  46. top: 2.5rem;
  47. left: 1.11rem;
  48. }
  49. .activity-bg{
  50. width: 4.91rem;
  51. height: 0.98rem;
  52. position: absolute;
  53. top: 5.08rem;
  54. left: 1.28rem;
  55. }
  56. .time{
  57. width: 4.25rem;
  58. height: 0.63rem;
  59. position: absolute;
  60. top: 5.21rem;
  61. left: 1.62rem;
  62. }
  63. .login-container{
  64. width: 6.44rem;
  65. height: 5.88rem;
  66. position: absolute;
  67. top: 6.26rem;
  68. left: 0.65rem;
  69. }
  70. .login-bg{
  71. width: 100%;
  72. height: 100%;
  73. position: absolute;
  74. top: 0;
  75. left: 0;
  76. }
  77. .login-row-select{
  78. width: 5.04rem;
  79. height: 0.72rem;
  80. position: absolute;
  81. top: 1.14rem;
  82. left: 0.63rem;
  83. background-color: #FFFFFF;
  84. border-radius: 5px;
  85. }
  86. .options{
  87. width: 2.92rem;
  88. height: 1.2rem;
  89. position: absolute;
  90. top: 1.68rem;
  91. left: 1.73rem;
  92. display: none;
  93. }
  94. .show{
  95. display: block;
  96. }
  97. .first{
  98. width: 2.92rem;
  99. height: 0.57rem;
  100. position: absolute;
  101. top: 0;
  102. left: 0;
  103. z-index: 99;
  104. }
  105. .second{
  106. width: 2.92rem;
  107. height: 0.57rem;
  108. position: absolute;
  109. top: 0.66rem;
  110. left: 0;
  111. z-index: 99;
  112. }
  113. .first-text{
  114. font-size: 14px;
  115. color: #FFFFFF;
  116. position: absolute;
  117. top: 0.1rem;
  118. left: 0.84rem;
  119. z-index: 999;
  120. }
  121. .second-text{
  122. font-size: 14px;
  123. color: #FFFFFF;
  124. position: absolute;
  125. top: 0.81rem;
  126. left: 0.84rem;
  127. z-index: 999;
  128. }
  129. .login-row-account{
  130. width: 5.04rem;
  131. height: 0.72rem;
  132. position: absolute;
  133. top: 2.1rem;
  134. left: 0.63rem;
  135. background-color: #FFFFFF;
  136. border-radius: 5px;
  137. }
  138. .login-row-password{
  139. width: 5.04rem;
  140. height: 0.72rem;
  141. position: absolute;
  142. top: 3.06rem;
  143. left: 0.63rem;
  144. background-color: #FFFFFF;
  145. border-radius: 5px;
  146. }
  147. .login-row-title{
  148. position: absolute;
  149. top: 0.14rem;
  150. left: 0.14rem;
  151. font-size: 16px;
  152. }
  153. .login-row-plc{
  154. position: absolute;
  155. top: 0.1rem;
  156. left: 1.14rem;
  157. font-size: 16px;
  158. }
  159. .login-row-ipt{
  160. border: none;
  161. outline: none;
  162. position: absolute;
  163. top: 0.2rem;
  164. left: 1.2rem;
  165. }
  166. .icon-down-img{
  167. width: 0.32rem;
  168. height: 0.18rem;
  169. position: absolute;
  170. top: 0.26rem;
  171. right: 0.2rem;
  172. }
  173. .login-btn{
  174. width: 2.75rem;
  175. height: 0.75rem;
  176. position: absolute;
  177. bottom: 0.22rem;
  178. left: 1.76rem;
  179. }
  180. .login-btn-text{
  181. width: 1.81rem;
  182. height: 0.48rem;
  183. position: absolute;
  184. bottom: 0.39rem;
  185. left: 2.21rem;
  186. }
  187. .read-rule{
  188. position: absolute;
  189. top: 11.58rem;
  190. left: 2.02rem;
  191. }
  192. .selected{
  193. width: 0.2rem;
  194. height: 0.2rem;
  195. position: absolute;
  196. top: 0.82rem;
  197. left: 0.12rem;
  198. }
  199. .no-selected{
  200. width: 0.2rem;
  201. height: 0.2rem;
  202. position: absolute;
  203. top: 0.82rem;
  204. left: 0.12rem;
  205. display: none;
  206. }
  207. .rule-text{
  208. width: 3.11rem;
  209. height: 0.23rem;
  210. position: absolute;
  211. top: 0.8rem;
  212. left: 0.42rem;
  213. }
  214. .entry-QQ{
  215. width: 5.84rem;
  216. height: 0.6rem;
  217. position: absolute;
  218. bottom: -0.2rem;
  219. left: 0.83rem;
  220. z-index: 9;
  221. }
  222. .entry-QQ-btn{
  223. width: 5.84rem;
  224. height: 0.6rem;
  225. position: absolute;
  226. bottom: 0;
  227. left: 0;
  228. }
  229. .middle{
  230. width: 7.5rem;
  231. height: 13.34rem;
  232. margin: 0 auto;
  233. position: relative;
  234. }
  235. .middle_bg_img{
  236. width: 100%;
  237. height: 100%;
  238. }
  239. .activity-rule{
  240. width: 5.36rem;
  241. height: 0.97rem;
  242. position: absolute;
  243. top: 0.42rem;
  244. left: 1.07rem;
  245. }
  246. .activity-rule-btn{
  247. width: 5.36rem;
  248. height: 0.97rem;
  249. position: absolute;
  250. top: 0.04rem;
  251. left: 0;
  252. }
  253. .activity-rule-text{
  254. width: 1.56rem;
  255. height: 0.37rem;
  256. position: absolute;
  257. top: 0.3rem;
  258. left: 1.9rem;
  259. }
  260. .rule1{
  261. width: 6.2rem;
  262. height: 3.98rem;
  263. position: absolute;
  264. top: 1.75rem;
  265. left: 0.65rem;
  266. }
  267. .rule2{
  268. width: 6.2rem;
  269. height: 4.7rem;
  270. position: absolute;
  271. top: 6.14rem;
  272. left: 0.65rem;
  273. }
  274. .rule3{
  275. width: 6.2rem;
  276. height: 3.13rem;
  277. position: absolute;
  278. top: 11.24rem;
  279. left: 0.65rem;
  280. z-index: 999;
  281. }
  282. .footer{
  283. width: 7.5rem;
  284. height: 9.83rem;
  285. margin: 0 auto;
  286. position: relative;
  287. }
  288. .footer_bg_img{
  289. width: 100%;
  290. height: 100%;
  291. }
  292. .rule4{
  293. width: 6.2rem;
  294. height: 6.68rem;
  295. position: absolute;
  296. top: 1.75rem;
  297. left: 0.65rem;
  298. }
  299. #toast-container>.toast-error {
  300. background-image: none !important;
  301. }
  302. .toast-error {
  303. background-color: rgba(0, 0, 0, 0.8);
  304. }
  305. #toast-container>div {
  306. font-size: 14px;
  307. min-width: 80px !important;
  308. padding: 12px !important;
  309. box-shadow: none;
  310. }
  311. .toast-center-center {
  312. min-width: 100px;
  313. top: 50%;
  314. left: 50%;
  315. text-align: center;
  316. transform: translateX(-50%);
  317. }
  318. @media (max-width: 480px) and (min-width: 241px) {
  319. #toast-container>div {
  320. min-width: 80px !important;
  321. width: auto;
  322. }
  323. }
  324. .mask {
  325. width: 100%;
  326. height: 100vh;
  327. position: fixed;
  328. top: 0;
  329. left: 0;
  330. z-index: 9999;
  331. background: rgba(0, 0, 0, 0.24);
  332. display: none;
  333. }
  334. .dialog {
  335. width: 100%;
  336. height: 100%;
  337. position: absolute;
  338. left: 50%;
  339. transform: translate(-50%, -50%);
  340. top: -6.96rem;
  341. z-index: 999;
  342. }
  343. .dialog-bg{
  344. width: 4.96rem;
  345. height: 5.08rem;
  346. }
  347. .title{
  348. width: 2.75rem;
  349. height: 0.38rem;
  350. position: absolute;
  351. top: 1.22rem;
  352. left: 1.1rem;
  353. }
  354. .content{
  355. width: 3.55rem;
  356. height: 1.11rem;
  357. position: absolute;
  358. top: 2.01rem;
  359. left: 0.72rem;
  360. }
  361. .register-btn{
  362. width: 2.29rem;
  363. height: 0.64rem;
  364. position: absolute;
  365. bottom: 0.88rem;
  366. left: 1.35rem;
  367. }
  368. .register-text{
  369. width: 1.44rem;
  370. height: 0.39rem;
  371. position: absolute;
  372. bottom: 1.01rem;
  373. left: 1.78rem;
  374. }
  375. .tip {
  376. width: 4.88rem;
  377. height: 2.8rem;
  378. position: absolute;
  379. left: 50%;
  380. transform: translate(-50%, -50%);
  381. top: -6.96rem;
  382. z-index: 999;
  383. }
  384. .tip-bg{
  385. width: 4.88rem;
  386. height: 2.8rem;
  387. }
  388. .tip-title{
  389. width: 4.88rem;
  390. text-align: center;
  391. font-size: 14px;
  392. position: absolute;
  393. top: 0.95rem;
  394. }
  395. .sure-btn{
  396. width: 1.43rem;
  397. height: 0.66rem;
  398. position: absolute;
  399. bottom: 0.53rem;
  400. left: 1.76rem;
  401. }
  402. .sure-text{
  403. width: 0.78rem;
  404. height: 0.34rem;
  405. position: absolute;
  406. bottom: 0.73rem;
  407. left: 2.05rem;
  408. }
  409. .hidden{
  410. display: none;
  411. }
  412. .show{
  413. display: block;
  414. }