changePhoneActivity.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  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: 1.9rem;
  52. position: absolute;
  53. top: 2.94rem;
  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. width: 0.84rem;
  165. font-size: 0.28rem;
  166. margin-left: 0.16rem;
  167. }
  168. .login-row-plc{
  169. position: absolute;
  170. top: 0.1rem;
  171. left: 1.14rem;
  172. font-size: 0.28rem;
  173. }
  174. .login-row-ipt{
  175. width: 3.2rem;
  176. border: none;
  177. outline: none;
  178. margin-top: 0.06rem;
  179. }
  180. .icon-down-img{
  181. width: 0.32rem;
  182. height: 0.18rem;
  183. position: absolute;
  184. top: 0.26rem;
  185. right: 0.2rem;
  186. }
  187. .login-btn{
  188. width: 2.75rem;
  189. height: 0.75rem;
  190. position: absolute;
  191. bottom: 0.22rem;
  192. left: 1.76rem;
  193. }
  194. .login-btn-text{
  195. width: 1.81rem;
  196. height: 0.48rem;
  197. position: absolute;
  198. bottom: 0.39rem;
  199. left: 2.21rem;
  200. }
  201. .read-rule{
  202. position: absolute;
  203. top: 11.58rem;
  204. left: 2.02rem;
  205. }
  206. .selected{
  207. width: 0.14rem;
  208. height: 0.14rem;
  209. position: absolute;
  210. top: 0.84rem;
  211. left: 0.15rem;
  212. }
  213. .no-selected{
  214. width: 0.2rem;
  215. height: 0.2rem;
  216. position: absolute;
  217. top: 0.82rem;
  218. left: 0.12rem;
  219. }
  220. .rule-text{
  221. width: 3.11rem;
  222. height: 0.23rem;
  223. position: absolute;
  224. top: 0.8rem;
  225. left: 0.42rem;
  226. }
  227. .entry-QQ{
  228. width: 5.84rem;
  229. height: 0.6rem;
  230. position: absolute;
  231. bottom: -0.2rem;
  232. left: 0.83rem;
  233. z-index: 9;
  234. }
  235. .entry-QQ-btn{
  236. width: 5.84rem;
  237. height: 0.6rem;
  238. position: absolute;
  239. bottom: 0;
  240. left: 0;
  241. }
  242. .middle{
  243. width: 7.5rem;
  244. height: 13.34rem;
  245. margin: 0 auto;
  246. position: relative;
  247. top: -0.02rem;
  248. }
  249. .middle_bg_img{
  250. width: 100%;
  251. height: 100%;
  252. }
  253. .activity-rule{
  254. width: 5.36rem;
  255. height: 0.97rem;
  256. position: absolute;
  257. top: 0.42rem;
  258. left: 1.07rem;
  259. }
  260. .activity-rule-btn{
  261. width: 5.36rem;
  262. height: 0.97rem;
  263. position: absolute;
  264. top: 0.04rem;
  265. left: 0;
  266. }
  267. .activity-rule-text{
  268. width: 1.56rem;
  269. height: 0.37rem;
  270. position: absolute;
  271. top: 0.3rem;
  272. left: 1.9rem;
  273. }
  274. .rule1{
  275. width: 6.2rem;
  276. height: 3.27rem;
  277. position: absolute;
  278. top: 1.75rem;
  279. left: 0.65rem;
  280. }
  281. .rule6{
  282. width: 5.28rem;
  283. height: 0.9rem;
  284. position: absolute;
  285. top: 5.62rem;
  286. left: 1.11rem;
  287. }
  288. .rule2{
  289. width: 6.2rem;
  290. height: 4.25rem;
  291. position: absolute;
  292. top: 6.9rem;
  293. left: 0.65rem;
  294. }
  295. .rule3{
  296. width: 6.2rem;
  297. height: 4.2rem;
  298. position: absolute;
  299. top: 11.56rem;
  300. left: 0.65rem;
  301. z-index: 999;
  302. }
  303. .footer{
  304. width: 7.5rem;
  305. height: 13.34rem;
  306. margin: 0 auto;
  307. position: relative;
  308. top: -0.05rem;
  309. }
  310. .footer_bg_img{
  311. width: 100%;
  312. height: 106%;
  313. }
  314. .rule4{
  315. width: 6.2rem;
  316. height: 5rem;
  317. position: absolute;
  318. top: 2.81rem;
  319. left: 0.65rem;
  320. }
  321. .rule5{
  322. width: 6.2rem;
  323. height: 5.38rem;
  324. position: absolute;
  325. top: 8.17rem;
  326. left: 0.65rem;
  327. }
  328. #toast-container>.toast-error {
  329. background-image: none !important;
  330. }
  331. .toast-error {
  332. background-color: rgba(0, 0, 0, 0.8);
  333. }
  334. #toast-container>div {
  335. font-size: 14px;
  336. min-width: 80px !important;
  337. padding: 12px !important;
  338. box-shadow: none;
  339. }
  340. .toast-center-center {
  341. min-width: 100px;
  342. top: 50%;
  343. left: 50%;
  344. text-align: center;
  345. transform: translateX(-50%);
  346. }
  347. @media (max-width: 480px) and (min-width: 241px) {
  348. #toast-container>div {
  349. min-width: 80px !important;
  350. width: auto;
  351. }
  352. }
  353. .mask1 {
  354. width: 100%;
  355. height: 100vh;
  356. position: fixed;
  357. top: 0;
  358. left: 0;
  359. z-index: 9999;
  360. background: rgba(0, 0, 0, 0.24);
  361. display: none;
  362. }
  363. .dialog1 {
  364. width: 4.96rem;
  365. height: 5.08rem;
  366. position: absolute;
  367. left: 50%;
  368. transform: translate(-50%, -50%);
  369. top: -6.96rem;
  370. z-index: 999;
  371. }
  372. .dialog1-bg{
  373. width: 4.96rem;
  374. height: 5.08rem;
  375. }
  376. .title{
  377. width: 2.75rem;
  378. height: 0.38rem;
  379. position: absolute;
  380. top: 1.22rem;
  381. left: 1.1rem;
  382. }
  383. .content{
  384. width: 3.55rem;
  385. height: 1.11rem;
  386. position: absolute;
  387. top: 2.01rem;
  388. left: 0.72rem;
  389. }
  390. .register-btn{
  391. width: 2.29rem;
  392. height: 0.64rem;
  393. position: absolute;
  394. bottom: 0.88rem;
  395. left: 1.35rem;
  396. }
  397. .register-text{
  398. width: 1.44rem;
  399. height: 0.39rem;
  400. position: absolute;
  401. bottom: 1.01rem;
  402. left: 1.78rem;
  403. }
  404. .tip {
  405. width: 4.88rem;
  406. height: 2.8rem;
  407. position: absolute;
  408. left: 50%;
  409. transform: translate(-50%, -50%);
  410. top: -6.96rem;
  411. z-index: 999;
  412. }
  413. .tip-bg{
  414. width: 4.88rem;
  415. height: 2.8rem;
  416. }
  417. .tip-title{
  418. width: 4.08rem;
  419. text-align: center;
  420. font-size: 14px;
  421. margin-left: 0.4rem;
  422. position: absolute;
  423. bottom: 1.38rem;
  424. }
  425. .sure-btn{
  426. width: 1.43rem;
  427. height: 0.66rem;
  428. position: absolute;
  429. bottom: 0.53rem;
  430. left: 1.76rem;
  431. }
  432. .sure-text{
  433. width: 0.78rem;
  434. height: 0.34rem;
  435. position: absolute;
  436. bottom: 0.73rem;
  437. left: 2.05rem;
  438. }
  439. .hidden{
  440. display: none;
  441. }
  442. .show{
  443. display: block;
  444. }
  445. input{
  446. -webkit-box-shadow: 0 0 0 1000px white inset;
  447. }