changePhoneActivity.css 6.6 KB

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