changePhoneActivity.css 6.5 KB

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