doubleElevenActivity.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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-container{
  19. width: 7.5rem;
  20. height: 6.64rem;
  21. margin: 0 auto;
  22. position: relative;
  23. overflow: hidden;
  24. }
  25. .top-banner{
  26. width: 101%;
  27. height: 6.64rem;
  28. }
  29. .middle-container{
  30. width: 7.5rem;
  31. margin: 0 auto;
  32. position: relative;
  33. background: url(../../static/img/doubleElevenActivity/bg.png) no-repeat;
  34. background-size: 100% 100%;
  35. margin-top: -2.06rem;
  36. padding-bottom: 0.5rem;
  37. }
  38. .tips{
  39. width: 6.9rem;
  40. height: 1.76rem;
  41. position: absolute;
  42. top: 1.82rem;
  43. left: 0;
  44. z-index: 9;
  45. }
  46. .step-container{
  47. width: 6.9rem;
  48. position: relative;
  49. padding-top: 2.82rem;
  50. margin-left: 0.3rem;
  51. }
  52. .main-step-content{
  53. width: 6.9rem;
  54. position: relative;
  55. z-index: 9;
  56. border-radius: 0.1rem;
  57. background-color: #ffffff;
  58. padding-bottom: 1.18rem;
  59. }
  60. .top-step{
  61. display: flex;
  62. justify-content: space-between;
  63. }
  64. .hongbao{
  65. width: 1.44rem;
  66. height: 1.5rem;
  67. margin-top: 0.4rem;
  68. }
  69. .step{
  70. width: 0.52rem;
  71. height: 0.24rem;
  72. margin-top: 0.76rem;
  73. }
  74. .buyphone{
  75. width: 1.44rem;
  76. height: 1.5rem;
  77. margin-top: 0.4rem;
  78. }
  79. .red-packet{
  80. margin: 0.3rem 0.3rem 0 0.3rem;
  81. }
  82. .red-packet-next{
  83. margin: 0.3rem;
  84. }
  85. .packet{
  86. position: relative;
  87. width: 6.32rem;
  88. height: 1.56rem;
  89. margin-bottom: 0.3rem;
  90. }
  91. .fxhb{
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .money{
  96. position: absolute;
  97. top: 0.34rem;
  98. left: 0.3rem;
  99. font-size: 0.14rem;
  100. color: #AC6C23;
  101. }
  102. .money-mark{
  103. font-size: 0.36rem;
  104. }
  105. .money-val{
  106. font-size: 0.64rem;
  107. }
  108. .packet-title{
  109. position: absolute;
  110. top: 0.36rem;
  111. right: 0.82rem;
  112. font-size: 0.36rem;
  113. color: #FEF1C4;
  114. }
  115. .packet-time{
  116. position: absolute;
  117. bottom: 0.1rem;
  118. right: 1.58rem;
  119. font-size: 0.24rem;
  120. color: #FEF1C4;
  121. }
  122. .account{
  123. font-size: 0.28rem;
  124. text-align: center;
  125. padding-bottom: 0.2rem;
  126. }
  127. .step-item{
  128. display: flex;
  129. flex-direction: column;
  130. align-items: center;
  131. }
  132. .step-text{
  133. font-size: 0.24rem;
  134. }
  135. .join-activity-btn{
  136. width: 6.6rem;
  137. height: 1.8rem;
  138. line-height: 1.4rem;
  139. position: absolute;
  140. bottom: -0.74rem;
  141. left: 0.15rem;
  142. z-index: 99;
  143. }
  144. .join-activity{
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .activity-btn-content{
  149. width: 5.2rem;
  150. font-size: 0.44rem;
  151. position: absolute;
  152. left: 1.06rem;
  153. top: 0;
  154. }
  155. .activity-btn-text{
  156. font-size: 0.44rem;
  157. color: #BB3804;
  158. }
  159. .icon-left{
  160. width: 0.2rem;
  161. height: 0.32rem;
  162. }
  163. .invite-text{
  164. margin-top: 0.6rem;
  165. font-size: 0.28rem;
  166. text-align: center;
  167. color: #ffffff;
  168. }
  169. .rule-container{
  170. width: 6.9rem;
  171. position: relative;
  172. margin-top: 1.6rem;
  173. margin-left: 0.3rem;
  174. }
  175. .rule-tips{
  176. width: 6.9rem;
  177. height: 1.76rem;
  178. position: absolute;
  179. top: -1rem;
  180. left: 0;
  181. }
  182. .rule-content{
  183. width: 6.9rem;
  184. height: 6.2rem;
  185. border-radius: 0.1rem;
  186. background-color: #ffffff;
  187. overflow-y: scroll;
  188. position: relative;
  189. z-index: 99;
  190. }
  191. .rule-point{
  192. margin: 0.2rem;
  193. font-size: 0.24rem;
  194. line-height: 0.4rem;
  195. }
  196. .packet-block{
  197. width: 6.9rem;
  198. min-height: 2.16rem;
  199. max-height: 9.16rem;
  200. border-radius: 0.1rem;
  201. background-color: #ffffff;
  202. overflow-y: scroll;
  203. position: relative;
  204. z-index: 99;
  205. }
  206. .packet-titles{
  207. position: absolute;
  208. top: 0.14rem;
  209. left: 2.32rem;
  210. font-size: 0.36rem;
  211. color: #FEF1C4;
  212. }
  213. .packet-times{
  214. position: absolute;
  215. top: 0.64rem;
  216. right: 1.58rem;
  217. font-size: 0.24rem;
  218. color: #FEF1C4;
  219. }
  220. .packet-info{
  221. position: absolute;
  222. bottom: 0.1rem;
  223. right: 0.88rem;
  224. font-size: 0.24rem;
  225. color: #FEF1C4;
  226. }
  227. .share-btn{
  228. width: 1.04rem;
  229. height: 0.48rem;
  230. position: absolute;
  231. top: 0.24rem;
  232. right: 0.34rem;
  233. }
  234. .share-num{
  235. position: absolute;
  236. top: 0.08rem;
  237. left: 0.12rem;
  238. font-size: 0.24rem;
  239. color: #FD1C15;
  240. }
  241. .share{
  242. width: 100%;
  243. height: 100%;
  244. position: absolute;
  245. top: 0;
  246. }
  247. .icon{
  248. width: 0.2rem;
  249. height: 0.16rem;
  250. position: absolute;
  251. bottom: 0.2rem;
  252. right: 0.34rem;
  253. }
  254. .user-list{
  255. width: 5.72rem;
  256. max-height: 5.68rem;
  257. margin: 0 auto;
  258. /* background: #FFFFFF; */
  259. border-radius: 0.2rem;
  260. border: 0.02rem solid #FFE4E3;
  261. background-color: #FEF1C4;
  262. padding: 0.3rem 0.3rem 0 0.3rem;
  263. overflow-y: scroll;
  264. display: block;
  265. }
  266. .user-item{
  267. display: flex;
  268. justify-content: space-between;
  269. align-items: center;
  270. margin-bottom: 0.28rem;
  271. }
  272. .user-left{
  273. display: flex;
  274. }
  275. .head-img{
  276. width: 0.52rem;
  277. height: 0.52rem;
  278. padding-top: 0.06rem;
  279. border-radius: 50%;
  280. }
  281. .user-info{
  282. margin-left: 0.14rem;
  283. font-size: 0.24rem;
  284. }
  285. .user-name{
  286. color: #272624;
  287. }
  288. .user-time{
  289. color: #999999;
  290. }
  291. .meal{
  292. font-size: 0.24rem;
  293. color: #FD2B1B;
  294. max-width: 1.72rem;
  295. }
  296. .receive{
  297. width: 1.14rem;
  298. height: 0.52rem;
  299. line-height: 0.52rem;
  300. font-size: 0.24rem;
  301. color: #ffffff;
  302. background-color: #3B7FFF;
  303. border-radius: 0.08rem;
  304. text-align: center;
  305. }
  306. .pop {
  307. width: 6.22rem;
  308. height: 8.5rem;
  309. position: absolute;
  310. left: 50%;
  311. transform: translate(-50%, -50%);
  312. top: -6.96rem;
  313. z-index: 999;
  314. }
  315. .pop-bg{
  316. width: 100%;
  317. height: 100%;
  318. }
  319. .mask {
  320. width: 100%;
  321. height: 100vh;
  322. position: fixed;
  323. top: 0;
  324. left: 0;
  325. z-index: 9999;
  326. background: rgba(0, 0, 0, 0.8);
  327. display: none;
  328. }
  329. .top-title{
  330. position: absolute;
  331. top: 3.14rem;
  332. left: 50%;
  333. transform: translateX(-50%);
  334. font-size: 0.32rem;
  335. color: #ffffff;
  336. }
  337. .share-num-text{
  338. position: absolute;
  339. top: 4.94rem;
  340. left: 50%;
  341. transform: translateX(-50%);
  342. font-size: 0.4rem;
  343. color: #F23200;
  344. letter-spacing: 0.06rem;
  345. font-weight: 600;
  346. line-height: 0.56rem;
  347. text-align: center;
  348. }
  349. .bottom{
  350. position: absolute;
  351. bottom: 0.46rem;
  352. left: 50%;
  353. transform: translateX(-50%);
  354. }
  355. .bottom-title-row{
  356. width: 5.16rem;
  357. display: flex;
  358. justify-content: space-between;
  359. align-items: center;
  360. }
  361. .line{
  362. width: 1.5rem;
  363. height: 0.02rem;
  364. background-color: #ffffff;
  365. }
  366. .bottom-title{
  367. font-size: 0.24rem;
  368. color: #ffffff;
  369. }
  370. .bottom-share-row{
  371. display: flex;
  372. justify-content: space-between;
  373. align-items: center;
  374. padding-top: 0.18rem;
  375. margin: 0 0.2rem;
  376. }
  377. .left-friend_share,.right-wechat{
  378. display: flex;
  379. align-items: center;
  380. font-size: 0.28rem;
  381. color: #ffffff;
  382. }
  383. .friend_share,.wechat{
  384. width: 0.68rem;
  385. height: 0.68rem;
  386. margin-right: 0.2rem;
  387. }
  388. .share-text{
  389. opacity: 0.8;
  390. }
  391. .del{
  392. width: 0.56rem;
  393. height: 0.56rem;
  394. position: absolute;
  395. bottom: -0.3rem;
  396. left: 50%;
  397. transform: translateX(-50%);
  398. }
  399. .del-img{
  400. width: 100%;
  401. height: 100%;
  402. }