sendFriend.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* 背景图 */
  2. page{
  3. padding-bottom: 80rpx;
  4. }
  5. .bgc {
  6. height: 498rpx;
  7. background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220922/%E7%BC%96%E7%BB%84%204%402x.png');
  8. background-size: 750rpx 498rpx;
  9. position: relative;
  10. }
  11. /* 体验券 */
  12. .coupon {
  13. height: 268rpx;
  14. width: 670rpx;
  15. background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220922/%E7%BC%96%E7%BB%84%209%402x%20%281%29.png');
  16. background-size: 670rpx 268rpx;
  17. position: absolute;
  18. top: 370rpx;
  19. left: 42rpx;
  20. }
  21. .coupon-top{
  22. height: 150rpx;
  23. }
  24. .coupon-title {
  25. font-size: 56rpx;
  26. color: #333333;
  27. margin-top: 40rpx;
  28. margin-left: 40rpx;
  29. }
  30. .coupon-desp {
  31. font-size: 20rpx;
  32. margin-left: 42rpx;
  33. margin-top: 20rpx;
  34. color: #333333;
  35. }
  36. .coupon-bottom {
  37. display: flex;
  38. margin-top: 28rpx;
  39. /* justify-content: space-around; */
  40. }
  41. .coupon-bottom .coupon-bottom-item {
  42. font-size: 20rpx;
  43. color: #999999;
  44. }
  45. .coupon-bottom .coupon-bottom-item:first-child {
  46. margin-left: 54rpx;
  47. }
  48. .coupon-bottom .coupon-bottom-item:nth-child(2) {
  49. margin-left: 162rpx;
  50. }
  51. .coupon-bottom .coupon-bottom-item:nth-child(3) {
  52. margin-left: 164rpx;
  53. }
  54. /* 送一次按钮 */
  55. .send {
  56. width: 670rpx;
  57. height: 84rpx;
  58. background-color: #FA7D22;
  59. color: #FFFFFF;
  60. font-size: 32rpx;
  61. text-align: center;
  62. border-radius: 21px;
  63. line-height: 84rpx;
  64. margin: 0 auto;
  65. margin-top: 200rpx;
  66. }
  67. /* 活动说明 */
  68. .actExplain {
  69. width: 670rpx;
  70. height: 444rpx;
  71. background-color: #FFFFFF;
  72. margin: 0 auto;
  73. border-radius: 10px;
  74. margin-top: 40rpx;
  75. }
  76. .actExplain-title{
  77. color: #333333;
  78. margin: 0 auto;
  79. margin-top: 40rpx;
  80. font-weight: 600;
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. }
  85. .actExplain-title view{
  86. width: 72rpx;
  87. height: 2rpx;
  88. background-color: #FA7D22;
  89. margin-top: 40rpx;
  90. }
  91. .actExplain-title text{
  92. font-size: 36rpx;
  93. margin: 0 26rpx;
  94. margin-top: 40rpx;
  95. }
  96. .actExplain-content{
  97. padding-left: 40rpx;
  98. }
  99. .actExplain-content view{
  100. margin-top: 20rpx;
  101. font-size: 24rpx;
  102. color: #333333;
  103. }
  104. .actExplain-content view text{
  105. color: #FA7D22;
  106. font-size: 24rpx;
  107. }
  108. .sendCoupenTimes{
  109. color: FA7D22;
  110. }
  111. /* 赠送记录 */
  112. .sendRecord{
  113. width: 670rpx;
  114. height: 466rpx;
  115. background-color: #FFFFFF;
  116. margin: 0 auto;
  117. border-radius: 10px;
  118. margin-top: 40rpx;
  119. }
  120. .sendRecord-title{
  121. color: #333333;
  122. margin: 0 auto;
  123. margin-top: 40rpx;
  124. font-weight: 600;
  125. display: flex;
  126. justify-content: center;
  127. align-items: center;
  128. }
  129. .sendRecord-title view{
  130. width: 72rpx;
  131. height: 1rpx;
  132. background-color: #FA7D22;
  133. margin-top: 40rpx;
  134. }
  135. .sendRecord-title text{
  136. font-size: 36rpx;
  137. margin: 0 26rpx;
  138. margin-top: 40rpx;
  139. }
  140. .sendRecord-subfield{
  141. display: flex;
  142. margin-top: 40rpx;
  143. font-size: 28rpx;
  144. color: #333333;
  145. font-weight: 600;
  146. }
  147. .sendRecord-subfield view:first-child{
  148. margin-left: 40rpx;
  149. }
  150. .sendRecord-subfield view:nth-child(2){
  151. margin-left: 128rpx;
  152. }
  153. .sendRecord-subfield view:nth-child(3){
  154. margin-left: 128rpx;
  155. }
  156. .sendRecord-content{
  157. padding-left: 40rpx;
  158. margin-top: 20rpx;
  159. height:280rpx;
  160. overflow-y: scroll;
  161. width:630rpx;
  162. }
  163. .sendRecord-content-item{
  164. display: flex;
  165. align-items: center;
  166. margin-top: 20rpx;
  167. width:670rpx;
  168. }
  169. .sendRecord-content-item .item-image{
  170. width: 64rpx;
  171. height: 64rpx;
  172. }
  173. .sendRecord-content-item .item-name{
  174. font-size: 24rpx;
  175. color: #333333;
  176. margin-left: 16rpx;
  177. }
  178. .sendRecord-content-item .item-time{
  179. font-size: 24rpx;
  180. color: #333333;
  181. margin-left: 62rpx;
  182. }
  183. .sendRecord-content-item .item-status{
  184. font-size: 24rpx;
  185. color: #333333;
  186. margin-left: 70rpx;
  187. }