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.

185 line
2.8 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: 32rpx 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: 50rpx;
  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: #ffffff !important;
  98. letter-spacing: 0;
  99. height: 50rpx !important;
  100. width: 138rpx !important;
  101. line-height: 50rpx !important;
  102. }
  103. .subtitle {
  104. font-size: 24rpx;
  105. color: #6f6f6f;
  106. text-align: left;
  107. overflow: hidden;
  108. white-space: nowrap;
  109. text-overflow: ellipsis;
  110. width: 300rpx;
  111. height: 40rpx;
  112. margin-top: 8rpx;
  113. }
  114. .coupons-info-manjian {
  115. color: #6f6f6f!important;
  116. font-weight: normal;
  117. font-size: 20rpx;
  118. line-height: 34rpx;
  119. display: inline-block;
  120. }
  121. /**上拉加载更多**/
  122. .userinfo {
  123. display: flex;
  124. flex-direction: column;
  125. align-items: center;
  126. }
  127. .userinfo-avatar {
  128. width: 128rpx;
  129. height: 128rpx;
  130. margin: 20rpx;
  131. border-radius: 50%;
  132. }
  133. .userinfo-nickname {
  134. color: #aaa;
  135. }
  136. .sy{
  137. display: block;
  138. text-align: center;
  139. width: 120rpx;
  140. }
  141. .usermotto {
  142. margin-top: 200px;
  143. }
  144. /**/
  145. scroll-view {
  146. width: 100%;
  147. }
  148. .item {
  149. width: 90%;
  150. height: 300rpx;
  151. margin: 20rpx auto;
  152. background: brown;
  153. overflow: hidden;
  154. }
  155. .item .img {
  156. width: 430rpx;
  157. margin-right: 20rpx;
  158. float: left;
  159. }
  160. .title {
  161. font-size: 30rpx;
  162. display: block;
  163. margin: 30rpx auto;
  164. }
  165. .description {
  166. font-size: 26rpx;
  167. line-height: 15rpx;
  168. }