qqActivity.css 5.9 KB

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