changePhoneActivity.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  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. }
  246. .middle_bg_img{
  247. width: 100%;
  248. height: 100%;
  249. }
  250. .activity-rule{
  251. width: 5.36rem;
  252. height: 0.97rem;
  253. position: absolute;
  254. top: 0.42rem;
  255. left: 1.07rem;
  256. }
  257. .activity-rule-btn{
  258. width: 5.36rem;
  259. height: 0.97rem;
  260. position: absolute;
  261. top: 0.04rem;
  262. left: 0;
  263. }
  264. .activity-rule-text{
  265. width: 1.56rem;
  266. height: 0.37rem;
  267. position: absolute;
  268. top: 0.3rem;
  269. left: 1.9rem;
  270. }
  271. .rule1{
  272. width: 6.2rem;
  273. height: 3.98rem;
  274. position: absolute;
  275. top: 1.75rem;
  276. left: 0.65rem;
  277. }
  278. .rule2{
  279. width: 6.2rem;
  280. height: 4.7rem;
  281. position: absolute;
  282. top: 6.14rem;
  283. left: 0.65rem;
  284. }
  285. .rule3{
  286. width: 6.2rem;
  287. height: 3.13rem;
  288. position: absolute;
  289. top: 11.24rem;
  290. left: 0.65rem;
  291. z-index: 999;
  292. }
  293. .footer{
  294. width: 7.5rem;
  295. height: 9.83rem;
  296. margin: 0 auto;
  297. position: relative;
  298. top: -0.02rem;
  299. }
  300. .footer_bg_img{
  301. width: 100%;
  302. height: 100%;
  303. }
  304. .rule4{
  305. width: 6.2rem;
  306. height: 6.68rem;
  307. position: absolute;
  308. top: 1.75rem;
  309. left: 0.65rem;
  310. }
  311. #toast-container>.toast-error {
  312. background-image: none !important;
  313. }
  314. .toast-error {
  315. background-color: rgba(0, 0, 0, 0.8);
  316. }
  317. #toast-container>div {
  318. font-size: 14px;
  319. min-width: 80px !important;
  320. padding: 12px !important;
  321. box-shadow: none;
  322. }
  323. .toast-center-center {
  324. min-width: 100px;
  325. top: 50%;
  326. left: 50%;
  327. text-align: center;
  328. transform: translateX(-50%);
  329. }
  330. @media (max-width: 480px) and (min-width: 241px) {
  331. #toast-container>div {
  332. min-width: 80px !important;
  333. width: auto;
  334. }
  335. }
  336. .mask {
  337. width: 100%;
  338. height: 100vh;
  339. position: fixed;
  340. top: 0;
  341. left: 0;
  342. z-index: 9999;
  343. background: rgba(0, 0, 0, 0.24);
  344. display: none;
  345. }
  346. .dialog {
  347. width: 4.96rem;
  348. height: 5.08rem;
  349. position: absolute;
  350. left: 50%;
  351. transform: translate(-50%, -50%);
  352. top: -6.96rem;
  353. z-index: 999;
  354. }
  355. .dialog-bg{
  356. width: 4.96rem;
  357. height: 5.08rem;
  358. }
  359. .title{
  360. width: 2.75rem;
  361. height: 0.38rem;
  362. position: absolute;
  363. top: 1.22rem;
  364. left: 1.1rem;
  365. }
  366. .content{
  367. width: 3.55rem;
  368. height: 1.11rem;
  369. position: absolute;
  370. top: 2.01rem;
  371. left: 0.72rem;
  372. }
  373. .register-btn{
  374. width: 2.29rem;
  375. height: 0.64rem;
  376. position: absolute;
  377. bottom: 0.88rem;
  378. left: 1.35rem;
  379. }
  380. .register-text{
  381. width: 1.44rem;
  382. height: 0.39rem;
  383. position: absolute;
  384. bottom: 1.01rem;
  385. left: 1.78rem;
  386. }
  387. .tip {
  388. width: 4.88rem;
  389. height: 2.8rem;
  390. position: absolute;
  391. left: 50%;
  392. transform: translate(-50%, -50%);
  393. top: -6.96rem;
  394. z-index: 999;
  395. }
  396. .tip-bg{
  397. width: 4.88rem;
  398. height: 2.8rem;
  399. }
  400. .tip-title{
  401. width: 4.88rem;
  402. text-align: center;
  403. font-size: 14px;
  404. position: absolute;
  405. top: 0.95rem;
  406. }
  407. .sure-btn{
  408. width: 1.43rem;
  409. height: 0.66rem;
  410. position: absolute;
  411. bottom: 0.53rem;
  412. left: 1.76rem;
  413. }
  414. .sure-text{
  415. width: 0.78rem;
  416. height: 0.34rem;
  417. position: absolute;
  418. bottom: 0.73rem;
  419. left: 2.05rem;
  420. }
  421. .hidden{
  422. display: none;
  423. }
  424. .show{
  425. display: block;
  426. }
  427. input{
  428. -webkit-box-shadow: 0 0 0 1000px white inset;
  429. }