qqActivity.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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. .imgs-block{
  262. width: 100%;
  263. display: flex;
  264. justify-content: center;
  265. align-items: center;
  266. position: relative;
  267. margin-top: 0.5rem;
  268. }
  269. .copy-tip{
  270. display: flex;
  271. justify-content: center;
  272. font-size: 0.28rem;
  273. margin-top: 0.32rem;
  274. color: #333333;
  275. }
  276. .my{
  277. color: #000000;
  278. font-weight: 600;
  279. }
  280. .point1{
  281. font-size: 0.26rem;
  282. margin-top: 0.16rem;
  283. color: #666666;
  284. }
  285. .point-img{
  286. width: 5.42rem;
  287. height: 1.7rem;
  288. margin: auto;
  289. margin-top: 0.2rem;
  290. }
  291. .point2{
  292. margin-top: 0.32rem;
  293. }
  294. .imgs{
  295. width: 0.38rem;
  296. height: 0.38rem;
  297. }
  298. .imgs-text{
  299. font-size: 0.36rem;
  300. color: #3B7FFF;
  301. }
  302. .get-success-block{
  303. display: flex;
  304. justify-content: center;
  305. margin-top: 0.3rem;
  306. }
  307. .get-success{
  308. width: 4.6rem;
  309. height: 0.9rem;
  310. line-height: 0.9rem;
  311. text-align: center;
  312. color: #FFFFFF;
  313. font-size: 0.25rem;
  314. background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
  315. border-radius: 0.2rem;
  316. }
  317. .close{
  318. width: 0.48rem;
  319. height: 0.48rem;
  320. position: absolute;
  321. bottom: -0.8rem;
  322. left: 50%;
  323. margin-left: -0.24rem;
  324. z-index: 999;
  325. }
  326. #toast-container>.toast-error {
  327. background-image: none !important;
  328. border-radius: 0.2rem;
  329. }
  330. .toast-error {
  331. background-color: rgba(0, 0, 0, 0.8);
  332. border-radius: 0.2rem;
  333. }
  334. #toast-container>div {
  335. font-size: 14px;
  336. min-width: 80px !important;
  337. padding: 12px !important;
  338. box-shadow: none;
  339. border-radius: 0.2rem;
  340. }
  341. .toast-center-center {
  342. position: fixed;
  343. min-width: 220px;
  344. top: 50%;
  345. left: 50%;
  346. text-align: center;
  347. transform: translateX(-50%);
  348. color: #FFFFFF;
  349. border-radius: 0.2rem;
  350. }
  351. @media (max-width: 480px) and (min-width: 241px) {
  352. #toast-container>div {
  353. min-width: 80px !important;
  354. width: auto;
  355. }
  356. }