C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

275 líneas
3.9 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. background: #fff;
  4. }
  5. .coupons {
  6. width: 100%;
  7. position: relative;
  8. overflow: hidden;
  9. padding-bottom: 170rpx;
  10. }
  11. .banner {
  12. width: 750rpx;
  13. height: 534.5rpx;
  14. }
  15. .banner image {
  16. width: 100%;
  17. height: 100%;
  18. }
  19. .coupons_info {
  20. width: 92%;
  21. padding: 0 4%;
  22. background: #fff;
  23. border-top-left-radius: 20rpx;
  24. border-top-right-radius: 20rpx;
  25. margin-top: -25rpx;
  26. position: relative;
  27. z-index: 100000000;
  28. }
  29. .title {
  30. display: block;
  31. font-size: 32rpx;
  32. color: #000;
  33. letter-spacing: 1.09rpx;
  34. line-height: 45rpx;
  35. width: 542rpx;
  36. overflow: hidden;
  37. white-space: nowrap;
  38. text-overflow: ellipsis;
  39. padding-top: 30rpx;
  40. }
  41. .subTitle {
  42. display: block;
  43. width: 588rpx;
  44. height: 37rpx;
  45. font-size: 26rpx;
  46. color: #999;
  47. letter-spacing: 1.16rpx;
  48. overflow: hidden;
  49. white-space: nowrap;
  50. text-overflow: ellipsis;
  51. padding: 6rpx 0;
  52. }
  53. .rest {
  54. font-size: 24rpx;
  55. color: #919191;
  56. letter-spacing: 0;
  57. height: 70rpx;
  58. line-height: 70rpx;
  59. /* border-bottom: 1px solid #eee; */
  60. border-bottom: 1px solid #f9f9f9;
  61. }
  62. .restNum {
  63. font-size: 24rpx;
  64. color: #999;
  65. letter-spacing: 1.16rpx;
  66. text-align: right;
  67. }
  68. .time {
  69. font-size: 24rpx;
  70. color: #333;
  71. letter-spacing: 0;
  72. line-height: 33rpx;
  73. display: inline-block;
  74. }
  75. .txt01 {
  76. font-size: 24rpx;
  77. color: #919191;
  78. letter-spacing: 0;
  79. }
  80. .price {
  81. font-size: 24rpx;
  82. color: #999;
  83. letter-spacing: 0;
  84. }
  85. .salePriceStr {
  86. font-size: 24rpx;
  87. color: #999;
  88. letter-spacing: 0;
  89. }
  90. .salePriceStr .pri01 {
  91. font-size: 40rpx;
  92. color: #ff4949;
  93. letter-spacing: 0;
  94. margin-left: 10rpx;
  95. }
  96. .salePriceStr .yuan {
  97. font-size: 24rpx;
  98. color: #ff4949;
  99. letter-spacing: 0;
  100. }
  101. .price text {
  102. font-size: 24rpx;
  103. color: #333;
  104. letter-spacing: 0;
  105. }
  106. .throgh {
  107. text-decoration: line-through;
  108. margin-left: 10rpx;
  109. }
  110. .posi {
  111. position: relative;
  112. width: 92%;
  113. margin: 0 auto;
  114. }
  115. .fl {
  116. float: left;
  117. }
  118. .fr {
  119. float: right;
  120. }
  121. .posi>view:nth-child(2) {
  122. width: 100%;
  123. height: 87rpx;
  124. display: flex;
  125. justify-content: space-between;
  126. border-top: 1px solid #f6f6f6;
  127. line-height: 87rpx;
  128. }
  129. .posi>view:nth-child(2) text:nth-child(1) {
  130. font-size: 30rpx;
  131. color: #a9a9a9;
  132. }
  133. .posi>view:nth-child(2) text:nth-child(2) {
  134. font-size: 30rpx;
  135. color: #a9a9a9;
  136. }
  137. .posi_logo {
  138. width: 100%;
  139. display: flex;
  140. padding: 20rpx 0;
  141. background: #fff;
  142. height: 100rpx;
  143. border-bottom: 1px solid #f9f9f9;
  144. }
  145. .posi_logo view:nth-child(1) {
  146. width: 100rpx;
  147. height: 100rpx;
  148. border-radius: 16rpx;
  149. }
  150. .posi_logo view:nth-child(1) image {
  151. display: block;
  152. width: 100rpx;
  153. height: 100rpx;
  154. border-radius: 16rpx;
  155. border: 1px solid #e5e5e5;
  156. }
  157. .posi_logo view:nth-child(2) {
  158. display: flex;
  159. flex-direction: column;
  160. flex: 8;
  161. padding-left: 30rpx;
  162. }
  163. .posi_logo view:nth-child(2) text:nth-child(1) {
  164. font-size: 32rpx;
  165. color: #333;
  166. letter-spacing: 0;
  167. }
  168. .posi_logo view:nth-child(2) text:nth-child(2) {
  169. font-size: 24rpx;
  170. color: #b8b8b8;
  171. padding-top: 3rpx;
  172. width: 450rpx;
  173. height: 36rpx;
  174. overflow: hidden;
  175. }
  176. .notes view:nth-child(1) {
  177. width: 92%;
  178. height: 87rpx;
  179. padding: 0 4%;
  180. line-height: 87rpx;
  181. background: #fff;
  182. }
  183. .active {
  184. opacity: 0.6;
  185. }
  186. .notes view:nth-child(1) text {
  187. font-size: 24rpx;
  188. color: #333;
  189. letter-spacing: 0;
  190. }
  191. .notes view:nth-child(2) {
  192. width: 92%;
  193. padding: 0 4%;
  194. background: #fff;
  195. display: flex;
  196. flex-direction: column;
  197. }
  198. .notes view:nth-child(2)>text {
  199. font-size: 24rpx;
  200. color: #919191;
  201. letter-spacing: 0;
  202. line-height: 42rpx;
  203. }
  204. .buy-view {
  205. background: #fff;
  206. position: fixed;
  207. height: 96rpx;
  208. bottom: 0;
  209. left: 0;
  210. right: 0;
  211. padding-bottom: 22rpx;
  212. padding-top: 22rpx;
  213. }
  214. .buy {
  215. background: #00c0ff;
  216. height: 94rpx;
  217. width: 670rpx;
  218. margin: 0 auto 30rpx;
  219. color: #fff;
  220. font-size: 36rpx;
  221. line-height: 94rpx;
  222. border-radius: 61rpx;
  223. }
  224. .tel {
  225. position: absolute;
  226. right: 0;
  227. top: 0;
  228. bottom: 0;
  229. margin: auto;
  230. width: 50rpx;
  231. height: 50rpx;
  232. z-index: 1000000;
  233. }
  234. .txt {
  235. margin-right: 30rpx;
  236. }