1
0

activity.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. page, .container {
  2. width: 750rpx;
  3. height: 100%;
  4. overflow: hidden;
  5. background: #f4f4f4;
  6. }
  7. .form-box {
  8. width: 100%;
  9. height: 100%;
  10. overflow: hidden;
  11. padding: 0 40rpx;
  12. margin-top: 36rpx;
  13. background: rgb(240, 78, 76);
  14. }
  15. .wrapper {
  16. max-width: 20rem;
  17. overflow: hidden;
  18. margin: 0 auto;
  19. padding-bottom: 1rem;
  20. }
  21. .t-banner {
  22. position: relative;
  23. /* width: 100%; *//* height: 50%; */
  24. }
  25. .content-bg {
  26. width: 91%;
  27. padding-right: 30rpx;
  28. background: rgba(255, 255, 255, 0.6);
  29. height: auto;
  30. overflow: hidden;
  31. padding-bottom: 1rem;
  32. }
  33. .margin-gap {
  34. margin-top: 0.3rem;
  35. }
  36. .coupon-list {
  37. width: 95%;
  38. height: auto;
  39. overflow: hidden;
  40. padding-right: 30rpx;
  41. }
  42. .item {
  43. position: relative;
  44. height: 200rpx;
  45. width: 100%;
  46. background: linear-gradient(to right, #cfa568, #e3bf79);
  47. margin-bottom: 25rpx;
  48. padding-top: 25rpx;
  49. }
  50. .tag {
  51. height: 32rpx;
  52. background: #a48143;
  53. padding-left: 16rpx;
  54. padding-right: 16rpx;
  55. position: absolute;
  56. left: 20rpx;
  57. color: #fff;
  58. top: 20rpx;
  59. font-size: 20rpx;
  60. text-align: center;
  61. line-height: 32rpx;
  62. }
  63. .content {
  64. margin-top: 24rpx;
  65. margin-left: 40rpx;
  66. display: flex;
  67. margin-right: 40rpx;
  68. flex-direction: row;
  69. align-items: center;
  70. }
  71. .content .left {
  72. flex: 1;
  73. }
  74. .name {
  75. font-size: 44rpx;
  76. color: #fff;
  77. margin-bottom: 14rpx;
  78. }
  79. .time {
  80. font-size: 24rpx;
  81. color: rgba(255, 255, 255, 0.8);
  82. line-height: 30rpx;
  83. }
  84. .content .right {
  85. width: 162rpx;
  86. }
  87. .go {
  88. height: 48rpx;
  89. border: none;
  90. width: 162rpx;
  91. background: rgba(255, 255, 255, 0.8);
  92. border-radius: 4rpx;
  93. line-height: 48rpx;
  94. color: #b69150;
  95. font-size: 24rpx;
  96. }
  97. .condition {
  98. position: absolute;
  99. width: 100%;
  100. bottom: 0;
  101. left: 0;
  102. height: 78rpx;
  103. background: rgba(0, 0, 0, 0.08);
  104. padding: 24rpx 40rpx;
  105. display: flex;
  106. flex-direction: row;
  107. }
  108. .condition .txt {
  109. display: block;
  110. height: 30rpx;
  111. flex: 1;
  112. overflow: hidden;
  113. font-size: 24rpx;
  114. line-height: 30rpx;
  115. color: #fff;
  116. }
  117. .condition .icon {
  118. margin-left: 30rpx;
  119. width: 24rpx;
  120. height: 24rpx;
  121. }
  122. .rule {
  123. width: 95%;
  124. margin: 0 auto;
  125. }
  126. .sec-sub-title {
  127. line-height: 1rem;
  128. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgkAAAABAQMAAABuYK//AAAABlBMV…RSTlMzAIL4qAgAAAAVSURBVAjXY2hgQAfy/3GDAwwYoAEAySocxUiGKqkAAAAASUVORK5CYII=) no-repeat;
  129. background-size: 100% auto;
  130. background-position: 0px;
  131. font-size: 0.8rem;
  132. color: #333;
  133. text-align: center;
  134. font-weight: normal;
  135. margin: 0 auto;
  136. margin-top: 0.25rem;
  137. width: 93%;
  138. display: block;
  139. -webkit-margin-before: 0.9em;
  140. -webkit-margin-after: 0.9em;
  141. -webkit-margin-start: 0px;
  142. -webkit-margin-end: 0px;
  143. }
  144. .rule ul {
  145. width: 95%;
  146. margin: 0 auto;
  147. padding-left: 0;
  148. list-style-type: none;
  149. }
  150. .rule li {
  151. font-size: 0.8rem;
  152. line-height: 0.78rem;
  153. margin-bottom: 0.28rem;
  154. color: #333;
  155. list-style-type: none;
  156. }
  157. li {
  158. display: list-item;
  159. text-align: -webkit-match-parent;
  160. }
  161. .blank {
  162. margin-top: 30rpx;
  163. margin-bottom: 30rpx;
  164. }