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.

227 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: 248rpx;
  20. height: 184rpx;
  21. overflow: hidden;
  22. border: 1px solid #f8f8f8;
  23. border-radius: 10rpx;
  24. }
  25. .coupons-img image {
  26. width: 100%;
  27. height: 100%;
  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: 36rpx;
  49. color: #f96563;
  50. line-height: 27rpx;
  51. font-weight: 600;
  52. }
  53. .tit {
  54. margin-top: 14rpx;
  55. overflow: hidden;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. width: 300rpx;
  59. height: 40rpx;
  60. font-weight: 600;
  61. font-size: 30rpx;
  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: 40rpx;
  88. right: 30rpx;
  89. }
  90. .coupons-btn-gm {
  91. background: #00c0ff !important;
  92. border-radius: 10rpx !important;
  93. margin: 0 !important;
  94. padding: 0 !important;
  95. font-family: PingFangSC-Semibold;
  96. font-size: 28rpx;
  97. color: #fff !important;
  98. letter-spacing: 0;
  99. height: 50rpx !important;
  100. width: 138rpx !important;
  101. line-height: 50rpx !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: 28rpx;
  111. color: #fff !important;
  112. letter-spacing: 0;
  113. height: 50rpx !important;
  114. width: 138rpx !important;
  115. line-height: 50rpx !important;
  116. }
  117. .subtitle {
  118. font-size: 24rpx;
  119. color: #6f6f6f;
  120. text-align: left;
  121. overflow: hidden;
  122. white-space: nowrap;
  123. text-overflow: ellipsis;
  124. width: 300rpx;
  125. height: 40rpx;
  126. margin-top: 8rpx;
  127. }
  128. .coupons-info-manjian {
  129. color: #6f6f6f !important;
  130. font-weight: normal;
  131. font-size: 20rpx;
  132. line-height: 34rpx;
  133. display: inline-block;
  134. }
  135. .coupons-info-manjian1 {
  136. color: #ccc !important;
  137. font-weight: normal;
  138. font-size: 20rpx;
  139. line-height: 20rpx;
  140. display: inline-block;
  141. overflow: hidden;
  142. white-space: nowrap;
  143. text-overflow: ellipsis;
  144. width: 300rpx;
  145. }
  146. /**上拉加载更多**/
  147. .userinfo {
  148. display: flex;
  149. flex-direction: column;
  150. align-items: center;
  151. }
  152. .userinfo-avatar {
  153. width: 128rpx;
  154. height: 128rpx;
  155. margin: 20rpx;
  156. border-radius: 50%;
  157. }
  158. .userinfo-nickname {
  159. color: #aaa;
  160. }
  161. .sy {
  162. display: block;
  163. text-align: left;
  164. width: 136rpx;
  165. font-size: 24rpx;
  166. color: #6f6f6f;
  167. height: 40rpx;
  168. margin-top: 8rpx;
  169. }
  170. .usermotto {
  171. margin-top: 200px;
  172. }
  173. scroll-view {
  174. width: 100%;
  175. }
  176. .item {
  177. width: 90%;
  178. height: 300rpx;
  179. margin: 20rpx auto;
  180. background: brown;
  181. overflow: hidden;
  182. }
  183. .item .img {
  184. width: 430rpx;
  185. margin-right: 20rpx;
  186. float: left;
  187. }
  188. .title {
  189. font-size: 30rpx;
  190. display: block;
  191. margin: 30rpx auto;
  192. }
  193. .description {
  194. font-size: 26rpx;
  195. line-height: 15rpx;
  196. }