couponList.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* page{
  2. background-color: #F8F8F8;
  3. } */
  4. .container .logo {
  5. height: 400rpx;
  6. position: relative;
  7. }
  8. .container .logo > .logo-img {
  9. width: 200rpx;
  10. height: 200rpx;
  11. border-radius: 50%;
  12. position: absolute;
  13. bottom: 100rpx;
  14. left: 50%;
  15. transform: translateX(-50%);
  16. }
  17. .container .logo > .info {
  18. width: 100%;
  19. height: 50rpx;
  20. text-align: center;
  21. letter-spacing: 3rpx;
  22. position: absolute;
  23. bottom: 10rpx;
  24. font-size: 22px;
  25. }
  26. .container .desc {
  27. width: 90%;
  28. margin: 50rpx auto;
  29. }
  30. .container .desc .text-h {
  31. height: 50rpx;
  32. padding: 0 20rpx 20rpx 20rpx;
  33. }
  34. .container .desc .text-f {
  35. padding: 0 50rpx;
  36. color: #999;
  37. font-size: 13px;
  38. position: relative;
  39. }
  40. .container .desc .text-f::before {
  41. content: "";
  42. width: 6rpx;
  43. height: 6rpx;
  44. background-color: #999;
  45. position: absolute;
  46. top: 15rpx;
  47. left: 25rpx;
  48. border-radius: 50%;
  49. }
  50. .container .confirm {
  51. width: 80%;
  52. margin: 80rpx auto;
  53. }
  54. .container .confirm > button {
  55. width: 100%;
  56. font-weight: 400;
  57. }
  58. .cash{
  59. /* padding: 10px 10px; */
  60. box-sizing: border-box;
  61. /* background-color:#fff; */
  62. margin-top: 260px;
  63. }
  64. .cash-img{
  65. background-image: url("https://dy.shpr.top/xcxActivity/activityList_orange.png");
  66. }
  67. .discount-img{
  68. background-image: url("https://dy.shpr.top/xcxActivity/activityList_skyblue.png");
  69. }
  70. .coupon-list {
  71. padding: 10px 10px;
  72. box-sizing: border-box;
  73. background-image: url(https://dy.shpr.top/images/bg-red-3.jpg);
  74. background-repeat: no-repeat;
  75. background-size: 100% 100%;
  76. -moz-background-size: 100% 100%;
  77. }
  78. .gray {
  79. filter: grayscale(100%);
  80. }
  81. .discuss {
  82. position: relative;
  83. /* bottom: 100rpx; */
  84. font-size: 38rpx;
  85. color: #9E9E9E;
  86. letter-spacing: 5rpx;
  87. }
  88. .discuss-info {
  89. text-align: center;
  90. position: absolute;
  91. top: 13%;
  92. left: 22%;
  93. }
  94. .coupon-img{
  95. width: 100%;
  96. height: 105px;
  97. background-repeat: no-repeat;
  98. background-size: 100% 100%;
  99. -moz-background-size: 100% 100%;
  100. color: #fff;
  101. display: flex;
  102. flex-flow: row nowrap;
  103. justify-content: space-between;
  104. /* margin-bottom: 20px; */
  105. }
  106. .discount{
  107. padding: 10px 10px;
  108. box-sizing: border-box;
  109. background-color:#fff;
  110. margin-top: 14px;
  111. }
  112. .cash-img-left{
  113. display: flex;
  114. flex-direction: column;
  115. /* flex-flow: row nowrap; */
  116. justify-content: center;
  117. align-items: center;
  118. width: 220px;
  119. }
  120. .cil-1{
  121. /* align-self: flex-start; */
  122. /* margin-left: 18px; */
  123. /* margin-top: 25px; */
  124. font-size: 18px;
  125. font-weight: bold;
  126. }
  127. .cil-2{
  128. /* align-self: flex-start; */
  129. /* margin-left: 2px; */
  130. /* margin-top: 8px; */
  131. font-size: 30px;
  132. font-weight: bold;
  133. }
  134. .coupon-center{
  135. margin-left: 9px;
  136. width: 360px;
  137. display: flex;
  138. flex-flow: column nowrap;
  139. justify-content: center;
  140. }
  141. .coupon-center-date{
  142. height: 25px;
  143. font-size: 15rpx;
  144. font-weight: 400;
  145. line-height: 25px;
  146. color: #FFFFFF;
  147. }
  148. .cash-img-right{
  149. width: 15px;
  150. height: 70px;
  151. font-size: 15px;
  152. font-weight: 400;
  153. line-height: 18px;
  154. color: #FFFFFF;
  155. margin:auto 0px;
  156. margin-right: 29px;
  157. }
  158. page{
  159. width: 100%;
  160. height: 100%;
  161. background-image: url(https://dy.shpr.top/images/bg-red-2.jpg);
  162. background-repeat: no-repeat;
  163. background-size: 100% 100%;
  164. -moz-background-size: 100% 100%;
  165. box-sizing: border-box;
  166. }