doubleElevenActivity.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  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. border-radius: 0.1rem;
  195. background-color: #ffffff;
  196. overflow-y: scroll;
  197. position: relative;
  198. z-index: 99;
  199. }
  200. .rule-point{
  201. margin: 0.2rem;
  202. font-size: 0.24rem;
  203. line-height: 0.4rem;
  204. }
  205. .packet-block{
  206. width: 6.9rem;
  207. min-height: 2.16rem;
  208. max-height: 9.16rem;
  209. border-radius: 0.1rem;
  210. background-color: #ffffff;
  211. overflow-y: scroll;
  212. position: relative;
  213. z-index: 99;
  214. }
  215. .packet-titles{
  216. position: absolute;
  217. top: 0.14rem;
  218. left: 2.32rem;
  219. font-size: 0.36rem;
  220. color: #FEF1C4;
  221. }
  222. .packet-times{
  223. position: absolute;
  224. top: 0.64rem;
  225. right: 1.68rem;
  226. font-size: 0.24rem;
  227. color: #FEF1C4;
  228. }
  229. .packet-info{
  230. position: absolute;
  231. bottom: 0.1rem;
  232. right: 0.88rem;
  233. font-size: 0.24rem;
  234. color: #FEF1C4;
  235. }
  236. .share-btn{
  237. width: 1.04rem;
  238. height: 0.48rem;
  239. position: absolute;
  240. top: 0.24rem;
  241. right: 0.34rem;
  242. }
  243. .share-num{
  244. position: absolute;
  245. top: 0.08rem;
  246. left: 0.12rem;
  247. font-size: 0.24rem;
  248. color: #FD1C15;
  249. }
  250. .share{
  251. width: 100%;
  252. height: 100%;
  253. position: absolute;
  254. top: 0;
  255. }
  256. .icon{
  257. width: 0.2rem;
  258. height: 0.16rem;
  259. position: absolute;
  260. bottom: 0.2rem;
  261. right: 0.34rem;
  262. }
  263. .user-list{
  264. width: 5.72rem;
  265. max-height: 5.68rem;
  266. margin: 0 auto;
  267. background: #FFFFFF;
  268. border-radius: 0.2rem;
  269. border: 0.02rem solid #FFE4E3;
  270. padding: 0.3rem 0.3rem 0 0.3rem;
  271. overflow-y: scroll;
  272. display: none;
  273. }
  274. .user-item{
  275. display: flex;
  276. justify-content: space-between;
  277. align-items: center;
  278. margin-bottom: 0.28rem;
  279. }
  280. .user-left{
  281. display: flex;
  282. }
  283. .head-img{
  284. width: 0.68rem;
  285. height: 0.68rem;
  286. padding-top: 0.06rem;
  287. border-radius: 50%;
  288. }
  289. .user-info{
  290. margin-left: 0.14rem;
  291. font-size: 0.24rem;
  292. }
  293. .user-name{
  294. color: #272624;
  295. }
  296. .user-time{
  297. color: #999999;
  298. }
  299. .meal{
  300. font-size: 0.24rem;
  301. color: #FD2B1B;
  302. max-width: 1.72rem;
  303. }
  304. .receive{
  305. width: 1.14rem;
  306. height: 0.52rem;
  307. line-height: 0.52rem;
  308. font-size: 0.24rem;
  309. color: #ffffff;
  310. background-color: #3B7FFF;
  311. border-radius: 0.08rem;
  312. text-align: center;
  313. }
  314. .pop {
  315. width: 6.22rem;
  316. height: 8.5rem;
  317. position: absolute;
  318. left: 50%;
  319. transform: translate(-50%, -50%);
  320. top: -6.96rem;
  321. z-index: 999;
  322. }
  323. .pop-bg{
  324. width: 100%;
  325. height: 100%;
  326. }
  327. .mask {
  328. width: 100%;
  329. height: 100vh;
  330. position: fixed;
  331. top: 0;
  332. left: 0;
  333. z-index: 9999;
  334. background: rgba(0, 0, 0, 0.8);
  335. display: none;
  336. }
  337. .top-title{
  338. position: absolute;
  339. top: 3.14rem;
  340. left: 50%;
  341. transform: translateX(-50%);
  342. font-size: 0.32rem;
  343. color: #ffffff;
  344. }
  345. .share-num-text{
  346. position: absolute;
  347. top: 4.94rem;
  348. left: 50%;
  349. transform: translateX(-50%);
  350. font-size: 0.4rem;
  351. color: #F23200;
  352. letter-spacing: 0.06rem;
  353. font-weight: 600;
  354. line-height: 0.56rem;
  355. text-align: center;
  356. }
  357. .bottom{
  358. position: absolute;
  359. bottom: 0.46rem;
  360. left: 50%;
  361. transform: translateX(-50%);
  362. }
  363. .bottom-title-row{
  364. width: 5.16rem;
  365. display: flex;
  366. justify-content: space-between;
  367. align-items: center;
  368. }
  369. .line{
  370. width: 1.5rem;
  371. height: 0.02rem;
  372. background-color: #ffffff;
  373. }
  374. .bottom-title{
  375. font-size: 0.24rem;
  376. color: #ffffff;
  377. }
  378. .bottom-share-row{
  379. display: flex;
  380. justify-content: center;
  381. align-items: center;
  382. padding-top: 0.18rem;
  383. margin: 0 0.2rem;
  384. }
  385. .left-friend_share,.right-wechat{
  386. display: flex;
  387. align-items: center;
  388. font-size: 0.28rem;
  389. color: #ffffff;
  390. }
  391. .friend_share,.wechat{
  392. width: 0.68rem;
  393. height: 0.68rem;
  394. margin-right: 0.2rem;
  395. }
  396. .share-text{
  397. opacity: 0.8;
  398. }
  399. .del{
  400. width: 0.56rem;
  401. height: 0.56rem;
  402. position: absolute;
  403. bottom: -0.8rem;
  404. left: 50%;
  405. transform: translateX(-50%);
  406. }
  407. .del-img{
  408. width: 100%;
  409. height: 100%;
  410. position: absolute;
  411. top: 0;
  412. }
  413. #toast-container>.toast-error {
  414. background-image: none !important;
  415. }
  416. .toast-error {
  417. background-color: rgba(0, 0, 0, 0.8);
  418. }
  419. #toast-container>div {
  420. font-size: 14px;
  421. min-width: 80px !important;
  422. padding: 12px !important;
  423. box-shadow: none;
  424. }
  425. .toast-center-center {
  426. min-width: 100px;
  427. top: 50%;
  428. left: 50%;
  429. text-align: center;
  430. transform: translateX(-50%);
  431. }
  432. @media (max-width: 480px) and (min-width: 241px) {
  433. #toast-container>div {
  434. min-width: 80px !important;
  435. width: auto;
  436. }
  437. }
  438. .no-user{
  439. background-color: #F16902;
  440. }
  441. .usered{
  442. background-color: #E3E7EE;
  443. color: #AAADB3;
  444. }
  445. .gray{
  446. color: #F5E7E7;
  447. }