doubleElevenActivity.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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% auto,100% auto;
  35. margin-top: -2.46rem;
  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. width: 2rem;
  97. position: absolute;
  98. top: 0.34rem;
  99. text-align: center;
  100. font-size: 0.14rem;
  101. color: #AC6C23;
  102. }
  103. .money-mark{
  104. font-size: 0.36rem;
  105. }
  106. .money-val{
  107. font-size: 0.64rem;
  108. }
  109. .packet-title{
  110. position: absolute;
  111. top: 0.36rem;
  112. right: 0.82rem;
  113. font-size: 0.36rem;
  114. color: #FEF1C4;
  115. }
  116. .packet-time{
  117. position: absolute;
  118. bottom: 0.1rem;
  119. right: 1.58rem;
  120. font-size: 0.24rem;
  121. color: #FEF1C4;
  122. }
  123. .account{
  124. font-size: 0.28rem;
  125. text-align: center;
  126. padding-bottom: 0.2rem;
  127. }
  128. .step-item{
  129. display: flex;
  130. flex-direction: column;
  131. align-items: center;
  132. }
  133. .step-text{
  134. font-size: 0.24rem;
  135. }
  136. .join-activity-btn{
  137. width: 6.6rem;
  138. height: 1.8rem;
  139. line-height: 1.4rem;
  140. position: absolute;
  141. bottom: -0.74rem;
  142. left: 0.15rem;
  143. z-index: 99;
  144. }
  145. .join-activity{
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .activity-btn-content{
  150. width: 5.2rem;
  151. font-size: 0.44rem;
  152. position: absolute;
  153. left: 1.06rem;
  154. top: 0;
  155. }
  156. .activity-btn-text{
  157. font-size: 0.44rem;
  158. color: #BB3804;
  159. }
  160. .icon-left{
  161. width: 0.2rem;
  162. height: 0.32rem;
  163. }
  164. .invite-text{
  165. margin-top: 0.6rem;
  166. font-size: 0.28rem;
  167. text-align: center;
  168. color: #ffffff;
  169. display: none;
  170. }
  171. .packet-container{
  172. width: 6.9rem;
  173. position: relative;
  174. margin-top: 1.6rem;
  175. margin-left: 0.3rem;
  176. display: none;
  177. }
  178. .rule-container{
  179. width: 6.9rem;
  180. position: relative;
  181. margin-top: 1.6rem;
  182. margin-left: 0.3rem;
  183. }
  184. .rule-tips{
  185. width: 6.9rem;
  186. height: 1.76rem;
  187. position: absolute;
  188. top: -1rem;
  189. left: 0;
  190. }
  191. .rule-content{
  192. width: 6.9rem;
  193. height: 6.2rem;
  194. padding: 0.2rem 0;
  195. border-radius: 0.1rem;
  196. background-color: #ffffff;
  197. overflow-y: scroll;
  198. position: relative;
  199. z-index: 99;
  200. }
  201. .rule-point{
  202. margin: 0 0.2rem;
  203. font-size: 0.24rem;
  204. line-height: 0.48rem;
  205. }
  206. .packet-block{
  207. width: 6.9rem;
  208. min-height: 2.16rem;
  209. max-height: 9.16rem;
  210. border-radius: 0.1rem;
  211. background-color: #ffffff;
  212. overflow-y: scroll;
  213. position: relative;
  214. z-index: 99;
  215. }
  216. .packet-titles{
  217. position: absolute;
  218. top: 0.14rem;
  219. left: 2.32rem;
  220. font-size: 0.36rem;
  221. color: #FEF1C4;
  222. }
  223. .packet-times{
  224. position: absolute;
  225. top: 0.64rem;
  226. right: 1.68rem;
  227. font-size: 0.24rem;
  228. color: #FEF1C4;
  229. }
  230. .packet-info{
  231. position: absolute;
  232. bottom: 0.1rem;
  233. right: 0.88rem;
  234. font-size: 0.24rem;
  235. color: #FEF1C4;
  236. }
  237. .share-btn{
  238. width: 1.04rem;
  239. height: 0.48rem;
  240. position: absolute;
  241. top: 0.24rem;
  242. right: 0.34rem;
  243. }
  244. .share-num{
  245. position: absolute;
  246. top: 0.08rem;
  247. left: 0.12rem;
  248. font-size: 0.24rem;
  249. color: #FD1C15;
  250. }
  251. .share{
  252. width: 100%;
  253. height: 100%;
  254. position: absolute;
  255. top: 0;
  256. }
  257. .icon{
  258. width: 0.2rem;
  259. height: 0.16rem;
  260. position: absolute;
  261. bottom: 0.2rem;
  262. right: 0.34rem;
  263. }
  264. .user-list{
  265. width: 5.72rem;
  266. max-height: 5.68rem;
  267. margin: 0 auto;
  268. background: #FFFFFF;
  269. border-radius: 0.2rem;
  270. border: 0.02rem solid #FFE4E3;
  271. padding: 0.3rem 0.3rem 0 0.3rem;
  272. overflow-y: scroll;
  273. display: none;
  274. }
  275. .user-item{
  276. display: flex;
  277. justify-content: space-between;
  278. align-items: center;
  279. margin-bottom: 0.28rem;
  280. }
  281. .user-left{
  282. display: flex;
  283. }
  284. .head-img{
  285. width: 0.68rem;
  286. height: 0.68rem;
  287. padding-top: 0.06rem;
  288. border-radius: 50%;
  289. }
  290. .user-info{
  291. margin-left: 0.14rem;
  292. font-size: 0.24rem;
  293. }
  294. .user-name{
  295. color: #272624;
  296. }
  297. .user-time{
  298. color: #999999;
  299. }
  300. .meal{
  301. font-size: 0.24rem;
  302. color: #FD2B1B;
  303. max-width: 1.72rem;
  304. }
  305. .receive{
  306. width: 1.14rem;
  307. height: 0.52rem;
  308. line-height: 0.52rem;
  309. font-size: 0.24rem;
  310. color: #ffffff;
  311. background-color: #3B7FFF;
  312. border-radius: 0.08rem;
  313. text-align: center;
  314. }
  315. .pop {
  316. width: 6.22rem;
  317. height: 8.5rem;
  318. position: absolute;
  319. left: 50%;
  320. transform: translate(-50%, -50%);
  321. top: -6.96rem;
  322. z-index: 999;
  323. }
  324. .pop-bg{
  325. width: 100%;
  326. height: 100%;
  327. }
  328. .mask {
  329. width: 100%;
  330. height: 100vh;
  331. position: fixed;
  332. top: 0;
  333. left: 0;
  334. z-index: 9999;
  335. background: rgba(0, 0, 0, 0.8);
  336. display: none;
  337. }
  338. .top-title{
  339. position: absolute;
  340. top: 3.14rem;
  341. left: 50%;
  342. transform: translateX(-50%);
  343. font-size: 0.32rem;
  344. color: #ffffff;
  345. }
  346. .share-num-text{
  347. position: absolute;
  348. top: 4.94rem;
  349. left: 50%;
  350. transform: translateX(-50%);
  351. font-size: 0.4rem;
  352. color: #F23200;
  353. letter-spacing: 0.06rem;
  354. font-weight: 600;
  355. line-height: 0.56rem;
  356. text-align: center;
  357. }
  358. .bottom{
  359. position: absolute;
  360. bottom: 0.46rem;
  361. left: 50%;
  362. transform: translateX(-50%);
  363. }
  364. .bottom-title-row{
  365. width: 5.16rem;
  366. display: flex;
  367. justify-content: space-between;
  368. align-items: center;
  369. }
  370. .line{
  371. width: 1.5rem;
  372. height: 0.02rem;
  373. background-color: #ffffff;
  374. }
  375. .bottom-title{
  376. font-size: 0.24rem;
  377. color: #ffffff;
  378. }
  379. .bottom-share-row{
  380. display: flex;
  381. justify-content: center;
  382. align-items: center;
  383. padding-top: 0.18rem;
  384. margin: 0 0.2rem;
  385. }
  386. .left-friend_share,.right-wechat{
  387. display: flex;
  388. align-items: center;
  389. font-size: 0.28rem;
  390. color: #ffffff;
  391. }
  392. .friend_share,.wechat{
  393. width: 0.68rem;
  394. height: 0.68rem;
  395. margin-right: 0.2rem;
  396. }
  397. .share-text{
  398. opacity: 0.8;
  399. }
  400. .del{
  401. width: 0.56rem;
  402. height: 0.56rem;
  403. position: absolute;
  404. bottom: -0.8rem;
  405. left: 50%;
  406. transform: translateX(-50%);
  407. }
  408. .del-img{
  409. width: 100%;
  410. height: 100%;
  411. position: absolute;
  412. top: 0;
  413. }
  414. #toast-container>.toast-error {
  415. background-image: none !important;
  416. }
  417. .toast-error {
  418. background-color: rgba(0, 0, 0, 0.8);
  419. }
  420. #toast-container>div {
  421. font-size: 14px;
  422. min-width: 80px !important;
  423. padding: 12px !important;
  424. box-shadow: none;
  425. }
  426. .toast-center-center {
  427. min-width: 100px;
  428. top: 50%;
  429. left: 50%;
  430. text-align: center;
  431. transform: translateX(-50%);
  432. }
  433. @media (max-width: 480px) and (min-width: 241px) {
  434. #toast-container>div {
  435. min-width: 80px !important;
  436. width: auto;
  437. }
  438. }
  439. .no-user{
  440. background-color: #F16902;
  441. }
  442. .usered{
  443. background-color: #E3E7EE;
  444. color: #AAADB3;
  445. }
  446. .gray{
  447. color: #F5E7E7;
  448. }