changePhoneActivity.css 6.7 KB

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