doubleElevenActivity.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. margin-bottom: 0.2rem;
  269. background: #FFFFFF;
  270. border-radius: 0.2rem;
  271. border: 0.02rem solid #FFE4E3;
  272. padding: 0.3rem 0.3rem 0 0.3rem;
  273. overflow-y: scroll;
  274. display: none;
  275. }
  276. .user-item{
  277. display: flex;
  278. justify-content: space-between;
  279. align-items: center;
  280. margin-bottom: 0.28rem;
  281. }
  282. .user-left{
  283. display: flex;
  284. }
  285. .head-img{
  286. width: 0.68rem;
  287. height: 0.68rem;
  288. padding-top: 0.06rem;
  289. border-radius: 50%;
  290. }
  291. .user-info{
  292. margin-left: 0.14rem;
  293. font-size: 0.24rem;
  294. }
  295. .user-name{
  296. color: #272624;
  297. }
  298. .user-time{
  299. color: #999999;
  300. }
  301. .meal{
  302. font-size: 0.24rem;
  303. color: #FD2B1B;
  304. max-width: 1.72rem;
  305. }
  306. .receive{
  307. width: 1.14rem;
  308. height: 0.52rem;
  309. line-height: 0.52rem;
  310. font-size: 0.24rem;
  311. color: #ffffff;
  312. background-color: #3B7FFF;
  313. border-radius: 0.08rem;
  314. text-align: center;
  315. }
  316. .pop {
  317. width: 6.22rem;
  318. height: 8.5rem;
  319. position: absolute;
  320. left: 50%;
  321. transform: translate(-50%, -50%);
  322. top: -6.96rem;
  323. z-index: 999;
  324. }
  325. .pop-bg{
  326. width: 100%;
  327. height: 100%;
  328. }
  329. .mask {
  330. width: 100%;
  331. height: 100vh;
  332. position: fixed;
  333. top: 0;
  334. left: 0;
  335. z-index: 9999;
  336. background: rgba(0, 0, 0, 0.8);
  337. display: none;
  338. }
  339. .top-title{
  340. position: absolute;
  341. top: 3.14rem;
  342. left: 50%;
  343. transform: translateX(-50%);
  344. font-size: 0.32rem;
  345. color: #ffffff;
  346. }
  347. .share-num-text{
  348. position: absolute;
  349. top: 4.94rem;
  350. left: 50%;
  351. transform: translateX(-50%);
  352. font-size: 0.4rem;
  353. color: #F23200;
  354. letter-spacing: 0.06rem;
  355. font-weight: 600;
  356. line-height: 0.56rem;
  357. text-align: center;
  358. }
  359. .bottom{
  360. position: absolute;
  361. bottom: 0.46rem;
  362. left: 50%;
  363. transform: translateX(-50%);
  364. }
  365. .bottom-title-row{
  366. width: 5.16rem;
  367. display: flex;
  368. justify-content: space-between;
  369. align-items: center;
  370. }
  371. .line{
  372. width: 1.5rem;
  373. height: 0.02rem;
  374. background-color: #ffffff;
  375. }
  376. .bottom-title{
  377. font-size: 0.24rem;
  378. color: #ffffff;
  379. }
  380. .bottom-share-row{
  381. display: flex;
  382. justify-content: center;
  383. align-items: center;
  384. padding-top: 0.18rem;
  385. margin: 0 0.2rem;
  386. }
  387. .left-friend_share,.right-wechat{
  388. display: flex;
  389. align-items: center;
  390. font-size: 0.28rem;
  391. color: #ffffff;
  392. }
  393. .friend_share,.wechat{
  394. width: 0.68rem;
  395. height: 0.68rem;
  396. margin-right: 0.2rem;
  397. }
  398. .share-text{
  399. opacity: 0.8;
  400. }
  401. .del{
  402. width: 0.56rem;
  403. height: 0.56rem;
  404. position: absolute;
  405. bottom: -0.8rem;
  406. left: 50%;
  407. transform: translateX(-50%);
  408. }
  409. .del-img{
  410. width: 100%;
  411. height: 100%;
  412. position: absolute;
  413. top: 0;
  414. }
  415. #toast-container>.toast-error {
  416. background-image: none !important;
  417. }
  418. .toast-error {
  419. background-color: rgba(0, 0, 0, 0.8);
  420. }
  421. #toast-container>div {
  422. font-size: 14px;
  423. min-width: 80px !important;
  424. padding: 12px !important;
  425. box-shadow: none;
  426. }
  427. .toast-center-center {
  428. min-width: 100px;
  429. top: 50%;
  430. left: 50%;
  431. text-align: center;
  432. transform: translateX(-50%);
  433. }
  434. @media (max-width: 480px) and (min-width: 241px) {
  435. #toast-container>div {
  436. min-width: 80px !important;
  437. width: auto;
  438. }
  439. }
  440. .no-user{
  441. background-color: #F16902;
  442. }
  443. .usered{
  444. background-color: #E3E7EE;
  445. color: #AAADB3;
  446. }
  447. .gray{
  448. color: #F5E7E7;
  449. }