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.

260 line
4.1 KiB

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