Açıklama Yok

second.css 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. body{
  2. width: 100%;
  3. min-height: 100vh;
  4. background: #F9F9F9;
  5. }
  6. .alert-info {
  7. position: fixed;
  8. top: 3.48rem;
  9. right: 0;
  10. left: 0;
  11. bottom: 0;
  12. text-align: center;
  13. }
  14. .alert-info p {
  15. display: inline-block;
  16. height: 0.76rem;
  17. color: #fff;
  18. font-size: 0.28rem;
  19. line-height: 0.76rem;
  20. padding: 0 0.20rem;
  21. background-color: rgba(0, 0, 0, 0.7);
  22. border-radius: 0.1rem;
  23. }
  24. .redEnvelopes{
  25. width: 100%;
  26. background: #fff;
  27. padding-top: .52rem;
  28. padding-bottom:.34rem;
  29. text-align: center;
  30. }
  31. .redEnvelopes .userImg{
  32. width: 1.00rem;
  33. height: 1.00rem;
  34. border-radius: 50%;
  35. margin: auto;
  36. }
  37. .redEnvelopes #count{
  38. font-size: .26rem;
  39. color: #020202;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. margin: .20rem auto;
  44. }
  45. .redEnvelopes #count span{
  46. width: .34rem;
  47. height: .34rem;
  48. border-radius:.04rem;
  49. display: inline-block;
  50. background: #020202;
  51. color: #fff;
  52. font-size: .26rem;
  53. text-align: center;
  54. line-height: .34rem;
  55. margin: 0 .07rem;
  56. }
  57. /* .redEnvelopes #count span:last-child {
  58. background: #EE0000;
  59. } */
  60. .redEnvelopes .cashWithdrawalPrice {
  61. font-size: .26rem;
  62. color: #020202;
  63. }
  64. .redEnvelopes .cashWithdrawalPrice span{
  65. color: #DC0009;
  66. font-size: .36rem;
  67. padding-left: .10rem;
  68. }
  69. .redEnvelopes .cashWithdrawalPrice span span{
  70. font-size: .66rem;
  71. padding-left:.02rem;
  72. }
  73. .loading {
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. display: none;
  78. width: 100%;
  79. height: 100vh;
  80. z-index: 99;
  81. }
  82. .loading img {
  83. position: absolute;
  84. top: 0;
  85. bottom: 0;
  86. left: 0;
  87. right: 0;
  88. margin: auto;
  89. width: 0.6rem;
  90. height: 0.6rem;
  91. }
  92. .redEnvelopes .progressView{
  93. width: 6.34rem;
  94. height: .56rem;
  95. margin: auto;
  96. margin-top: .2rem;
  97. position: relative;
  98. }
  99. .redEnvelopes .progress{
  100. width: 100%;
  101. height: .14rem;
  102. background: #FFDCD3;
  103. border-radius: .20rem;
  104. position: absolute;
  105. top: 0;
  106. bottom: 0;
  107. margin: auto;
  108. }
  109. .redEnvelopes .progress .progress_bar{
  110. height: .14rem;
  111. border-radius: .20rem;
  112. background: rgba(252,106,37,1);
  113. position: absolute;
  114. top: 0;
  115. left: 0;
  116. bottom: 0;
  117. margin: auto;
  118. width:0%;
  119. }
  120. .redEnvelopes .progress .progress_bar .progress_con{
  121. min-width: .88rem;
  122. height: .56rem;
  123. padding: 0 .12rem;
  124. background:linear-gradient(90deg,rgba(252,106,37,1) 0%,rgba(250,44,54,1) 100%);
  125. border-radius: .28rem;
  126. position: absolute;
  127. top: 0;
  128. bottom: 0;
  129. right: -0.88rem;
  130. margin: auto;
  131. color: #FFFFFF;
  132. font-size: .28rem;
  133. line-height: .56rem;
  134. }
  135. .redEnvelopes .progress .progressBar .bar span{
  136. font-size: .36rem;
  137. }
  138. .redEnvelopes .share{
  139. width: 6.98rem;
  140. height: .96rem;
  141. background:linear-gradient(151deg,rgba(154,230,80,1) 0%,rgba(114,214,62,1) 100%);
  142. border-radius: .12rem;
  143. margin-top: .38rem;
  144. color: #FFFFFF;
  145. font-size: .36rem;
  146. line-height: .96rem;
  147. border: 0;
  148. }
  149. .redEnvelopes .hint{
  150. font-size: .24rem;
  151. line-height: .34rem;
  152. color: #4D4D4D;
  153. margin-top: .34rem;
  154. }
  155. /* 他们提现了 */
  156. .presentingFriendsList{
  157. background: #fff;
  158. margin-top: .20rem;
  159. display: none;
  160. }
  161. .presentingFriendsList .title{
  162. font-size: .32rem;
  163. line-height: .44rem;
  164. color: #333333;
  165. padding-top: .30rem;
  166. text-align: center;
  167. font-weight: bold;
  168. }
  169. .presentingFriendsList .list {
  170. padding-bottom: .24rem;
  171. position: relative;
  172. }
  173. .friendHelp .listItem:first-child::before {
  174. content: "";
  175. width: .72rem;
  176. height: .46rem;
  177. background-image: url("../img/huangguaner@2x.png");
  178. background-repeat: no-repeat;
  179. background-size: 100% 100%;
  180. position: absolute;
  181. left: .1rem;
  182. top: -.02rem;
  183. z-index: 1;
  184. }
  185. .presentingFriendsList .list .listItem{
  186. display: flex;
  187. align-items: center;
  188. justify-content: space-between;
  189. padding: .24rem .24rem 0;
  190. }
  191. .presentingFriendsList .list .listItem .left{
  192. display: flex;
  193. align-items: center;
  194. }
  195. .presentingFriendsList .list .listItem .left .info{
  196. font-size: .28rem;
  197. line-height: .40rem;
  198. color: #222222;
  199. width: 2.30rem;
  200. overflow:hidden;
  201. text-overflow:ellipsis;
  202. white-space:nowrap;
  203. }
  204. .presentingFriendsList .list .listItem .left img{
  205. width: 1rem;
  206. height: 1rem;
  207. border-radius: 50%;
  208. vertical-align: middle;
  209. margin-right: .24rem;
  210. z-index: 9;
  211. }
  212. .presentingFriendsList .list .listItem .right{
  213. color: #4D4D4D;
  214. font-size: .24rem;
  215. line-height: .34rem;
  216. }
  217. .presentingFriendsList .list .listItem .right span{
  218. color: #DC0009;
  219. }
  220. /* 好友助力团 */
  221. .friendHelp .list .listItem .left .friendInfo .info{
  222. font-size: .28rem;
  223. line-height: .32rem;
  224. margin-bottom: .06rem;
  225. }
  226. .friendHelp .list .listItem .left .friendInfo span{
  227. color: #666666;
  228. font-size: .24rem;
  229. line-height: .28rem;
  230. margin-top: .12rem;
  231. }
  232. .friendHelp .list .listItem .right{
  233. font-size: .28rem;
  234. color: #262626;
  235. }
  236. .friendHelp .list .listItem .right span{
  237. color: #FA3633;
  238. font-size: .36rem;
  239. line-height: .50rem;
  240. }
  241. .friendHelp .list .listItem .left{
  242. position: relative;
  243. }
  244. .friendHelp .list .listItem .left .corwn{
  245. width: .71rem;
  246. height: .46rem;
  247. border-radius: 0;
  248. position: absolute;
  249. top: -.30rem;
  250. }
  251. /* 微信分享弹框 */
  252. .share_wechat_mask{
  253. width: 100%;
  254. height: 100vh;
  255. background: rgba(0, 0, 0, 0.5);
  256. position: fixed;
  257. top: 0;
  258. left: 0;
  259. display: none;
  260. z-index: 99;
  261. }
  262. .share_wechat_mask .share_wechat_con{
  263. width:5.1rem;
  264. height: 7.16rem;
  265. position: absolute;
  266. top: 2.6rem;
  267. left: 0;
  268. right: 0;
  269. margin: auto;
  270. background: url(../img/red_share_wechat_bg.png) no-repeat;
  271. background-size:100%;
  272. }
  273. .share_wechat_mask .share_wechat_con .share_wechat_title{
  274. width: 2.58rem;
  275. height: 0.98rem;
  276. margin: auto;
  277. margin-top: 2.88rem;
  278. padding-left: 0.28rem;
  279. }
  280. .share_wechat_mask .share_wechat_con .jiantou{
  281. position: absolute;
  282. right: -0.74rem;
  283. top: -1.8rem;
  284. width: 1.92rem;
  285. height: 1.6rem;
  286. }
  287. .share_wechat_mask .share_wechat_con p{
  288. color: #fff;
  289. font-size: 0.28rem;
  290. line-height: 0.4rem;
  291. margin-top: 0.4rem;
  292. text-align: center;
  293. }
  294. .share_wechat_mask .share_wechat_con .price{
  295. font-size: 0.66rem;
  296. position: absolute;
  297. color: #fff;
  298. top: 3.32rem;
  299. right: 2.7rem;
  300. }
  301. .share_wechat_mask .share_wechat_con .close{
  302. width: 0.6rem;
  303. height: 0.6rem;
  304. position: absolute;
  305. left: 0;
  306. right: 0;
  307. bottom: -0.1rem;
  308. margin: auto;
  309. }
  310. /* 分享到微信还是朋友圈 */
  311. .shareMask{
  312. display: none;
  313. width: 100%;height: 100vh;background: rgba(0,0,0,0.5036);position: fixed;top: 0;left: 0;z-index: 99;
  314. }
  315. .shareMask .weixin{
  316. position: absolute;;bottom: 0;background: #ffffff;width: 100%;
  317. }
  318. .shareMask .weixin h3{
  319. color: #333333;font-size: 0.34rem;line-height: 0.48rem;text-align: center;padding-top: 0.28rem;
  320. }
  321. .shareMask .weixin h3 span{
  322. color: #F50F2A;
  323. }
  324. .shareMask .weixin .friends{
  325. width: 100%;overflow-x:auto;margin-top: 0.6rem;overflow-y:hidden; margin-bottom: 0.48rem;
  326. }
  327. .shareMask .weixin .shareFriends{
  328. display: none;
  329. }
  330. .shareMask .weixin .friends ul{
  331. display: flex;align-items: center; padding: 0 0.1rem;
  332. }
  333. .shareMask .weixin .friends ul li{
  334. text-align: center;
  335. }
  336. .shareMask .weixin .friends ul li img{
  337. width: 1rem;height: 1rem;border-radius: 50%;margin: auto;
  338. }
  339. .shareMask .weixin .friends ul li span{
  340. font-size: 0.28rem;line-height: 0.32rem;color: #222222;margin-top: 0.2rem;display: inline-block;
  341. width: 1.25rem;
  342. overflow:hidden;
  343. text-overflow:ellipsis;
  344. white-space:nowrap;
  345. padding: 0 0.05rem;
  346. }
  347. .shareMask .weixins{
  348. background: #fff;
  349. width: 100%;
  350. display: -webkit-flex;
  351. display: -webkit-box;
  352. display: -moz-box;
  353. display: -ms-flexbox;
  354. display: flex;
  355. justify-content: space-around;
  356. border-top: 0.02rem solid #DDDDDD;
  357. }
  358. .shareMask .weixins div{
  359. text-align: center;
  360. }
  361. .shareMask .weixins div img{
  362. display: block;
  363. width: 0.9rem;
  364. height: 0.9rem;
  365. margin: auto;
  366. margin-top: 0.42rem;
  367. margin-bottom: 0.26rem;
  368. }
  369. .shareMask .weixins div span{
  370. font-size: 0.26rem;
  371. line-height: 0.36rem;
  372. color: #222;
  373. margin-bottom: 0.34rem;
  374. display: inline-block;
  375. }
  376. .redEnvelopes .hint a{
  377. color: #FA2C37;
  378. /* text-decoration: underline; */
  379. padding-left: 0.06rem;
  380. }
  381. .swiperAdvertisement .swiper-slide{
  382. width: 5.32rem;height: 1.4rem;
  383. background:url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/H5-liedou/redEnvelopes/v3-bg-advertisement.png) no-repeat;
  384. background-size:100%;
  385. border-radius:0.12rem;display: flex;align-items: center;box-sizing: border-box;
  386. }
  387. .swiperAdvertisement{
  388. width: 100%;height: 2rem;background: #fff;margin-top: 0.2rem;display: flex;align-items: center;
  389. }
  390. .swiperAdvertisement .swiper-slide .img{
  391. width: 1.04rem;height: 0.84rem;margin-right: 0.08rem;
  392. }
  393. .swiperAdvertisement .swiper-slide .slide-content .one{
  394. color: #262626;font-size: 0.28rem;line-height: 0.44rem;display: flex;align-items: center;
  395. }
  396. .swiperAdvertisement .swiper-slide .slide-content .one span{
  397. color: #F50F2A;
  398. }
  399. .swiperAdvertisement .swiper-slide .slide-content .one em{
  400. display: inline-block;width: 1.4rem;text-align: center;overflow:hidden;
  401. text-overflow:ellipsis;
  402. white-space:nowrap
  403. }
  404. .swiperAdvertisement .swiper-slide .slide-content .two{
  405. color: #9B9B9B;font-size: 0.24rem;line-height: 0.34rem;margin-top: 0.08rem;
  406. }