couponList.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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: 14px;
  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. }
  72. .gray {
  73. filter: grayscale(100%);
  74. }
  75. .discuss {
  76. position: relative;
  77. /* bottom: 100rpx; */
  78. font-size: 38rpx;
  79. color: #9E9E9E;
  80. letter-spacing: 5rpx;
  81. }
  82. .discuss-info {
  83. text-align: center;
  84. position: absolute;
  85. top: 13%;
  86. left: 22%;
  87. }
  88. .coupon-img{
  89. width: 100%;
  90. height: 105px;
  91. background-repeat: no-repeat;
  92. background-size: 100% 100%;
  93. -moz-background-size: 100% 100%;
  94. color: #fff;
  95. display: flex;
  96. flex-flow: row nowrap;
  97. justify-content: space-between;
  98. margin-bottom: 20px;
  99. }
  100. .discount{
  101. padding: 10px 10px;
  102. box-sizing: border-box;
  103. background-color:#fff;
  104. margin-top: 14px;
  105. }
  106. .cash-img-left{
  107. display: flex;
  108. flex-direction: column;
  109. /* flex-flow: row nowrap; */
  110. justify-content: center;
  111. align-items: center;
  112. width: 220px;
  113. }
  114. .cil-1{
  115. /* align-self: flex-start; */
  116. /* margin-left: 18px; */
  117. /* margin-top: 25px; */
  118. font-size: 18px;
  119. font-weight: bold;
  120. }
  121. .cil-2{
  122. /* align-self: flex-start; */
  123. /* margin-left: 2px; */
  124. /* margin-top: 8px; */
  125. font-size: 30px;
  126. font-weight: bold;
  127. }
  128. .coupon-center{
  129. margin-left: 9px;
  130. width: 360px;
  131. display: flex;
  132. flex-flow: column nowrap;
  133. justify-content: center;
  134. }
  135. .coupon-center-date{
  136. height: 25px;
  137. font-size: 15rpx;
  138. font-weight: 400;
  139. line-height: 25px;
  140. color: #FFFFFF;
  141. }
  142. .cash-img-right{
  143. width: 15px;
  144. height: 70px;
  145. font-size: 15px;
  146. font-weight: 400;
  147. line-height: 18px;
  148. color: #FFFFFF;
  149. margin:auto 0px;
  150. margin-right: 29px;
  151. }