C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

229 line
3.5 KiB

  1. @import "../../app.wxss";
  2. .coupons {
  3. flex-direction: row;
  4. display: flex;
  5. padding: 30rpx;
  6. position: relative;
  7. height: 184rpx;
  8. }
  9. .coupons-border {
  10. height: 1rpx;
  11. /* width: 100%; */
  12. left: 30rpx;
  13. right: 30rpx;
  14. background: #f5f5f5;
  15. position: absolute;
  16. bottom: 0;
  17. }
  18. .coupons-img {
  19. width: 180rpx;
  20. height: 180rpx;
  21. border: 1px solid #f8f8f8;
  22. border-radius: 10rpx;
  23. }
  24. .coupons-img image {
  25. display: block;
  26. width: 180rpx;
  27. height: 180rpx;
  28. border-radius: 10rpx;
  29. }
  30. .coupons-info {
  31. padding-left: 20rpx;
  32. }
  33. .coupons-info-name {
  34. font-size: 30rpx;
  35. color: #343434;
  36. letter-spacing: 0;
  37. line-height: 38rpx;
  38. }
  39. .coupons-info-price {
  40. padding: 16rpx 0 0;
  41. }
  42. .i {
  43. font-size: 24rpx;
  44. font-style: normal;
  45. }
  46. .coupons-info-price-p {
  47. display: inline-block;
  48. font-size: 40rpx;
  49. color: #FF4949;
  50. line-height: 56rpx;
  51. }
  52. .tit {
  53. overflow: hidden;
  54. white-space: nowrap;
  55. text-overflow: ellipsis;
  56. width: 300rpx;
  57. height: 42rpx;
  58. font-size: 30rpx;
  59. color: #000;
  60. letter-spacing: 0;
  61. font-family: PingFangSC-Medium;
  62. }
  63. .coupons-info-price-o {
  64. display: block;
  65. text-align: center;
  66. font-size: 26rpx;
  67. color: #b4b4b4;
  68. letter-spacing: 0.96rpx;
  69. text-decoration: line-through;
  70. line-height: 24rpx;
  71. }
  72. .coupons-info-distance {
  73. font-size: 22rpx;
  74. color: #c0c0c0;
  75. letter-spacing: 0;
  76. padding-bottom: 10rpx;
  77. line-height: 30rpx;
  78. }
  79. .coupons-info-address {
  80. font-size: 22rpx;
  81. color: #585858;
  82. letter-spacing: 0;
  83. line-height: 30rpx;
  84. }
  85. .coupons-btn {
  86. position: absolute;
  87. top: 83rpx;
  88. right: 30rpx;
  89. }
  90. .coupons-btn-gm {
  91. background: #00c0ff !important;
  92. border-radius: 50rpx !important;
  93. margin: 0 !important;
  94. padding: 0 !important;
  95. font-family: PingFangSC-Semibold;
  96. font-size: 26rpx;
  97. color: #fff !important;
  98. letter-spacing: 0;
  99. height: 48rpx !important;
  100. width: 120rpx !important;
  101. line-height: 48rpx !important;
  102. }
  103. .coupons-btn-gms {
  104. background: #999 !important;
  105. border-radius: 10rpx !important;
  106. opacity: 0.6;
  107. margin: 0 !important;
  108. padding: 0 !important;
  109. font-family: PingFangSC-Semibold;
  110. font-size: 26rpx;
  111. color: #fff !important;
  112. letter-spacing: 0;
  113. height: 48rpx !important;
  114. width: 120rpx !important;
  115. line-height: 48rpx !important;
  116. }
  117. .subtitle {
  118. font-size: 24rpx;
  119. color: #919191;
  120. text-align: left;
  121. overflow: hidden;
  122. white-space: nowrap;
  123. text-overflow: ellipsis;
  124. width: 300rpx;
  125. height: 33rpx;
  126. line-height: 33rpx;
  127. }
  128. .coupons-info-manjian {
  129. font-weight: normal;
  130. font-size: 24rpx;
  131. line-height: 34rpx;
  132. display: inline-block;
  133. color: #FF4949;
  134. letter-spacing: 0;
  135. }
  136. .coupons-info-manjian1 {
  137. font-weight: normal;
  138. line-height: 28rpx;
  139. font-size: 20rpx;
  140. color: #919191;
  141. letter-spacing: 0;
  142. display: inline-block;
  143. overflow: hidden;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. width: 300rpx;
  147. }
  148. /**上拉加载更多**/
  149. .userinfo {
  150. display: flex;
  151. flex-direction: column;
  152. align-items: center;
  153. }
  154. .userinfo-avatar {
  155. width: 128rpx;
  156. height: 128rpx;
  157. margin: 20rpx;
  158. border-radius: 50%;
  159. }
  160. .userinfo-nickname {
  161. color: #aaa;
  162. }
  163. .sy {
  164. display: block;
  165. text-align: center;
  166. width: 181rpx;
  167. font-size: 24rpx;
  168. color: #999;
  169. height: 40rpx;
  170. margin-top: 106rpx;
  171. }
  172. .usermotto {
  173. margin-top: 200px;
  174. }
  175. scroll-view {
  176. width: 100%;
  177. }
  178. .item {
  179. width: 90%;
  180. height: 300rpx;
  181. margin: 20rpx auto;
  182. background: brown;
  183. overflow: hidden;
  184. }
  185. .item .img {
  186. width: 430rpx;
  187. margin-right: 20rpx;
  188. float: left;
  189. }
  190. .title {
  191. font-size: 30rpx;
  192. display: block;
  193. margin: 30rpx auto;
  194. }
  195. .description {
  196. font-size: 26rpx;
  197. line-height: 15rpx;
  198. }