qqActivity.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. .containers{
  19. width: 7.5rem;
  20. margin: auto;
  21. }
  22. .banner-wrap{
  23. width: 7.5rem;
  24. height: 9rem;
  25. position: relative;
  26. }
  27. .title-wrap{
  28. position: absolute;
  29. top: 0.3rem;
  30. left: 0.2rem;
  31. display: flex;
  32. align-items: center;
  33. display: none;
  34. }
  35. .title-img{
  36. width: 0.2rem;
  37. height: 0.35rem;
  38. }
  39. .title-text{
  40. width: 7.2rem;
  41. text-align: center;
  42. font-size: 0.36rem;
  43. font-weight: 600;
  44. color: #FFFFFF;
  45. }
  46. .banner-img{
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .rule-wrap{
  51. width: 1rem;
  52. height: 0.6rem;
  53. position: absolute;
  54. top: 1.5rem;
  55. right: 0;
  56. }
  57. .rule-img{
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .rule-mask{
  62. width: 100%;
  63. height: 100vh;
  64. position: fixed;
  65. top: 0;
  66. left: 0;
  67. background: rgba(0, 0, 0, 0.5);
  68. display: none;
  69. }
  70. .dialogs {
  71. width: 7.5rem;
  72. height: 8.7rem;
  73. border-radius: 0.2rem;
  74. position: absolute;
  75. left: 50%;
  76. transform: translateX(-50%);
  77. bottom: -10.96rem;
  78. z-index: 999;
  79. }
  80. .rule-dialog-wrap{
  81. width: 7.5rem;
  82. height: 6.2rem;
  83. background: #FFFFFF;
  84. border-radius: 0.2rem 0.2rem 0 0;
  85. padding: 0.3rem 0.35rem;
  86. }
  87. .rule-title-wrap{
  88. display: flex;
  89. justify-content: space-between;
  90. padding-bottom: 0.2rem;
  91. border-bottom: 0.01rem solid rgba(238,238,238,1);
  92. }
  93. .rule-text{
  94. font-size: 0.3rem;
  95. font-weight: bold;
  96. color: #333333;
  97. }
  98. .rule-close{
  99. width: 0.28rem;
  100. height: 0.28rem;
  101. }
  102. .rule-list{
  103. margin-top: 0.2rem;
  104. font-size: 0.24rem;
  105. color: #4D4D4D;
  106. }
  107. .rule-point{
  108. margin-top: 0.2rem;
  109. }
  110. .main-wrap{
  111. margin-top: -0.55rem;
  112. background-color: rgba(135, 211, 255, 1);
  113. padding-bottom: 0.6rem;
  114. }
  115. .middle-wrap{
  116. position: relative;
  117. width: 6.8rem;
  118. height: 4.4rem;
  119. margin: auto;
  120. padding-top: 0.1rem;
  121. background: #F1FEFF;
  122. box-shadow: 0 0 0.49rem 0 #FFFFFF;
  123. border-radius: 0.2rem;
  124. }
  125. .ipt-row{
  126. width: 6rem;
  127. height: 0.88rem;
  128. border: 0.02rem solid #489DFF;
  129. border-radius: 0.44rem;
  130. display: flex;
  131. align-items: center;
  132. margin: auto;
  133. margin-top: 0.36rem;
  134. }
  135. .img{
  136. width: 0.3rem;
  137. height: 0.36rem;
  138. margin: 0 0.22rem 0 0.3rem;
  139. }
  140. .ipt{
  141. width: 4.14rem;
  142. height: 0.4rem;
  143. outline: none;
  144. border: none;
  145. background-color: rgba(241, 254, 255, 1);
  146. padding-left: 0.24rem;
  147. border-left: 0.01rem solid rgba(238,238,238,1);
  148. box-sizing: border-box;
  149. font-size: 0.24rem;
  150. margin-right: 0.3rem;
  151. }
  152. .code-ipt{
  153. width: 3rem;
  154. }
  155. .phone-tip{
  156. position: absolute;
  157. top: 1.36rem;
  158. left: 1.4rem;
  159. font-size: 0.24rem;
  160. color: #FB5030;
  161. display: none;
  162. }
  163. .code-tip{
  164. position: absolute;
  165. top: 2.58rem;
  166. left: 1.4rem;
  167. font-size: 0.24rem;
  168. color: #FB5030;
  169. display: none;
  170. }
  171. .get-code{
  172. font-size: 0.3rem;
  173. color: #489DFF;
  174. }
  175. .get-code-active{
  176. width: 1.4rem;
  177. height: 0.6rem;
  178. line-height: 0.6rem;
  179. text-align: center;
  180. color: #489DFF;
  181. border-radius: 0.1rem;
  182. background-color: rgba(238,238,238,1);
  183. }
  184. .btns{
  185. display: flex;
  186. justify-content: center;
  187. align-items: center;
  188. margin-top: 0.4rem;
  189. }
  190. .btn-img{
  191. width: 6rem;
  192. height: 1.2rem;
  193. }
  194. .bottom-wrap{
  195. background-color: rgba(135, 211, 255, 1);
  196. padding-bottom: 0.8rem;
  197. }
  198. .title{
  199. width: 3.2rem;
  200. height: 0.56rem;
  201. margin: auto;
  202. }
  203. .icon-title{
  204. width: 100%;
  205. height: 100%;
  206. }
  207. .icon-wrap{
  208. width: 6.8rem;
  209. height: 6.2rem;
  210. margin: auto;
  211. margin-top: 0.2rem;
  212. background: #F1FEFF;
  213. box-shadow: 0 0 0.49rem 0 #FFFFFF;
  214. border-radius: 0.2rem;
  215. display: flex;
  216. justify-content: space-between;
  217. flex-wrap: wrap;
  218. padding: 0.34rem;
  219. }
  220. .icon-item{
  221. display: flex;
  222. flex-direction: column;
  223. justify-content: center;
  224. align-items: center;
  225. }
  226. .icon-item-img{
  227. width: 1.5rem;
  228. height: 1.5rem;
  229. }
  230. .icon-item-text{
  231. margin-top: 0.24rem;
  232. font-weight: 600;
  233. color: rgba(51, 51, 51, 1);
  234. font-size: 0.3rem;
  235. }
  236. .icon-item-tip{
  237. color: rgba(153, 153, 153, 1);
  238. font-size: 0.24rem;
  239. }
  240. .copy-mask {
  241. width: 100%;
  242. height: 100vh;
  243. position: fixed;
  244. top: 0;
  245. left: 0;
  246. background: rgba(0, 0, 0, 0.6);
  247. display: none;
  248. }
  249. .copy-dialog {
  250. width: 6.22rem;
  251. height: 8.56rem;
  252. background: #FFFFFF;
  253. border-radius: 0.2rem;
  254. position: absolute;
  255. left:50%;
  256. transform: translateX(-50%);
  257. padding: 0 0.4rem;
  258. top: -6.96rem;
  259. /* overflow: hidden; */
  260. }
  261. .ios-mask {
  262. width: 100%;
  263. height: 100vh;
  264. position: fixed;
  265. top: 0;
  266. left: 0;
  267. background: rgba(0, 0, 0, 0.6);
  268. display: none;
  269. }
  270. .ios-dialog {
  271. width: 6.24rem;
  272. height: 3.5rem;
  273. background: #FFFFFF;
  274. border-radius: 0.2rem;
  275. position: absolute;
  276. left:50%;
  277. transform: translateX(-50%);
  278. padding: 0.6rem 0;
  279. box-sizing: border-box;
  280. top: -6.24rem;
  281. }
  282. .txt1 {
  283. font-size: 0.36rem;
  284. color: #333333;
  285. line-height: 0.48rem;
  286. text-align: center;
  287. }
  288. .btn2, .btn3 {
  289. width: 2.41rem;
  290. height: 0.89rem;
  291. }
  292. .ios-btnlist {
  293. margin-top: 0.6rem;
  294. text-align: center;
  295. }
  296. .imgs-block{
  297. width: 100%;
  298. display: flex;
  299. justify-content: center;
  300. align-items: center;
  301. position: relative;
  302. margin-top: 0.5rem;
  303. }
  304. .copy-tip{
  305. display: flex;
  306. justify-content: center;
  307. font-size: 0.28rem;
  308. margin-top: 0.32rem;
  309. color: #333333;
  310. }
  311. .my{
  312. color: #000000;
  313. font-weight: 600;
  314. }
  315. .point1{
  316. font-size: 0.26rem;
  317. margin-top: 0.16rem;
  318. color: #666666;
  319. }
  320. .point-img{
  321. width: 5.42rem;
  322. height: 1.7rem;
  323. margin: auto;
  324. margin-top: 0.2rem;
  325. }
  326. .point2{
  327. margin-top: 0.32rem;
  328. }
  329. .imgs{
  330. width: 0.38rem;
  331. height: 0.38rem;
  332. }
  333. .imgs-text{
  334. font-size: 0.36rem;
  335. color: #3B7FFF;
  336. }
  337. .get-success-block{
  338. display: flex;
  339. justify-content: center;
  340. margin-top: 0.3rem;
  341. }
  342. .get-success{
  343. width: 4.6rem;
  344. height: 0.9rem;
  345. line-height: 0.9rem;
  346. text-align: center;
  347. color: #FFFFFF;
  348. font-size: 0.25rem;
  349. background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
  350. border-radius: 0.2rem;
  351. }
  352. .close{
  353. width: 0.48rem;
  354. height: 0.48rem;
  355. position: absolute;
  356. bottom: -0.8rem;
  357. left: 50%;
  358. margin-left: -0.24rem;
  359. z-index: 999;
  360. }
  361. .close1{
  362. width: 0.48rem;
  363. height: 0.48rem;
  364. position: absolute;
  365. bottom: -0.8rem;
  366. left: 50%;
  367. margin-left: -0.24rem;
  368. z-index: 999;
  369. }
  370. #toast-container>.toast-error {
  371. background-image: none !important;
  372. border-radius: 0.2rem;
  373. }
  374. .toast-error {
  375. background-color: rgba(0, 0, 0, 0.8);
  376. border-radius: 0.2rem;
  377. }
  378. #toast-container>div {
  379. font-size: 14px;
  380. min-width: 80px !important;
  381. padding: 12px !important;
  382. box-shadow: none;
  383. border-radius: 0.2rem;
  384. }
  385. .toast-center-center {
  386. position: fixed;
  387. min-width: 220px;
  388. top: 50%;
  389. left: 50%;
  390. text-align: center;
  391. transform: translateX(-50%);
  392. color: #FFFFFF;
  393. border-radius: 0.2rem;
  394. }
  395. @media (max-width: 480px) and (min-width: 241px) {
  396. #toast-container>div {
  397. min-width: 80px !important;
  398. width: auto;
  399. }
  400. }