Geen omschrijving

oldUsers.css 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. body{
  2. width: 100%;min-height: 100vh;background: #f4f4f4;
  3. box-sizing: border-box;
  4. font-family: 'PingFang SC','Microsoft YaHei',SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
  5. background: #F61912;
  6. }
  7. .loading {
  8. position: fixed;
  9. top: 0;
  10. left: 0;
  11. display: none;
  12. width: 100%;
  13. height: 100vh;
  14. }
  15. .loading img {
  16. position: absolute;
  17. top: 0;
  18. bottom: 0;
  19. left: 0;
  20. right: 0;
  21. margin: auto;
  22. width: 0.3rem;
  23. height: 0.3rem;
  24. }
  25. .alert-info {
  26. position: fixed;
  27. top: 1.74rem;
  28. right: 0;
  29. left: 0;
  30. bottom: 0;
  31. text-align: center;
  32. z-index: 9;
  33. }
  34. .alert-info p {
  35. display: inline-block;
  36. height: 0.38rem;
  37. color: #fff;
  38. font-size: 0.14rem;
  39. line-height: 0.38rem;
  40. padding: 0 0.10rem;
  41. background-color: rgba(0, 0, 0, 0.7);
  42. border-radius: 5px;
  43. }
  44. .assistanceCon{
  45. background: url('https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/H5-liedou/redEnvelopes/v3-bgImg.png') no-repeat;
  46. background-size:100%;
  47. padding-top: 0.18rem;
  48. min-height: 100vh;
  49. box-sizing: border-box;
  50. }
  51. .assistanceCon .swiper{
  52. display: flex;align-items: center;width: 3.4rem;height: 0.49rem;background: rgba(255, 255, 255, 0.25);border-radius: 0.08rem;padding: 0 0.08rem;box-sizing: border-box;overflow: hidden;margin: auto;
  53. }
  54. .assistanceCon .swiper .icon{
  55. width: 0.35rem;height: 0.35rem;margin-right: 0.08rem;
  56. }
  57. .swiper-container{
  58. height: 100%;flex: 1;line-height: 0.49rem;color: #fff;font-size: 0.15rem;
  59. }
  60. .swiper-container .swiper-slide{
  61. display: flex;align-items: center;
  62. }
  63. .swiper-container .swiper-slide span{
  64. color: #FDFC49;font-size: 0.17rem;
  65. }
  66. .swiper-container .swiper-slide em{
  67. display: inline-block;
  68. width: 0.6rem;
  69. overflow: hidden;
  70. text-overflow: ellipsis;
  71. white-space: nowrap;
  72. padding-left: 0.03rem;
  73. color: #FDFA55;
  74. text-align: center;
  75. }
  76. .assistanceCon .assistanceDetail{
  77. width:3.40rem;
  78. height:4.63rem;
  79. background:rgba(255,255,255,1);
  80. box-shadow:0px 0.02rem 0.04rem 0px rgba(175,21,16,1);
  81. border-radius:0.08rem;
  82. margin: 0.49rem auto 0;
  83. position: relative;
  84. }
  85. .assistanceCon .assistanceDetail .topImg{
  86. position: absolute;left: 0;right: 0;top:-0.32rem;margin: auto; width: 0.65rem;height: 0.65rem;
  87. }
  88. .assistanceCon .assistanceDetail .redEnvelopesTitle{
  89. padding-top: 0.61rem;text-align: center;color: #262626;font-size: 0.18rem;line-height: 0.25rem;
  90. }
  91. .assistanceCon .assistanceDetail .redEnvelopesTitle h3{
  92. color: #F72419;font-size: 0.18rem;line-height: 0.25rem;padding-top: 0.13rem;
  93. }
  94. .assistanceCon .assistanceDetail .redEnvelopesTitle .hintImg{
  95. height: 0.28rem;margin: auto;
  96. }
  97. .assistanceCon .assistanceDetail .redEnvelopesTitle .hint{
  98. color: #F20015;font-size: 0.28rem;line-height: 0.4rem;
  99. }
  100. .assistanceCon .assistanceDetail .redEnvelopesTitle .hint span{
  101. font-size: 0.32rem;
  102. }
  103. .assistanceCon .register-success{
  104. /* display: none; */
  105. }
  106. .assistanceCon .register-success .hintUl{
  107. margin-left: 0.36rem;
  108. }
  109. .assistanceCon .register-success .hintUl li{
  110. display: flex;align-items: center;margin-top: 0.28rem;
  111. }
  112. .assistanceCon .register-success .hintUl li img{
  113. width: 0.34rem;height:0.34rem;margin-right: 0.17rem;
  114. }
  115. .assistanceCon .register-success .hintUl li .liHint p:nth-of-type(1){
  116. color: #333333;font-size: 0.18rem;line-height: 0.25rem;
  117. }
  118. .assistanceCon .register-success .hintUl li .liHint p:nth-of-type(2){
  119. color: #6A6969;font-size: 0.14rem;line-height: 0.2rem;
  120. }
  121. .assistanceCon .register-success .hintUl li .liHint p span{
  122. color: #F50F2A;
  123. }
  124. .assistanceCon .assistanceDetail .assistanceButton{
  125. display: block;
  126. width:3.09rem;
  127. height:0.52rem;
  128. background:linear-gradient(90deg,rgba(253,103,7,1) 0%,rgba(253,30,0,1) 100%);
  129. box-shadow:0px 0.02rem 0.04rem 0px rgba(182,9,9,0.5);
  130. border-radius:0.26rem;
  131. border: none;
  132. margin: 0.23rem auto 0;
  133. color: #FFFFFF;
  134. font-size: 0.22rem;line-height: 0.52rem;
  135. }
  136. #v3-icon-06{
  137. width: 2rem;
  138. height: 1.3rem;
  139. box-shadow: 0px 0px 0px 0px;
  140. border: none;
  141. border-radius: 0;
  142. top: -0.6rem;
  143. }
  144. .advertisement{
  145. width: 3.21rem;height: 0.85rem;background:url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/H5-liedou/redEnvelopes/v3-bg-advertisement.png) no-repeat;
  146. background-size:100%;display: flex;align-items: center;margin: 0.2rem auto 0;
  147. }
  148. .advertisement .advertisement-content{
  149. padding-left: 0.79rem;
  150. }
  151. .advertisement .advertisement-content .one{
  152. color: #262626;font-size: 0.16rem;line-height: 0.22rem;
  153. }
  154. .advertisement .advertisement-content .one span{
  155. color: #F50F2A;
  156. }
  157. .advertisement .advertisement-content .two{
  158. color: #9B9B9B;font-size: 0.14rem;line-height: 0.2rem;
  159. }