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.

348 line
5.0 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. position: relative;
  13. width: 750rpx;
  14. height: 534.5rpx;
  15. }
  16. .banner image {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .coupons_info {
  21. position: relative;
  22. width: 92%;
  23. padding: 0 4%;
  24. background: #fff;
  25. border-top-left-radius: 20rpx;
  26. border-top-right-radius: 20rpx;
  27. margin-top: -25rpx;
  28. z-index: 100000000;
  29. }
  30. .fenxiang {
  31. position: absolute;
  32. right: 36rpx;
  33. top: 27rpx;
  34. width: 77rpx;
  35. }
  36. .fenxiang image {
  37. width: 50rpx;
  38. position: absolute;
  39. top: 0;
  40. right: 0;
  41. }
  42. .user-motto {
  43. width: 100%;
  44. border: 0;
  45. background: none;
  46. height: 60rpx;
  47. color: #fff;
  48. }
  49. .user-motto::after {
  50. border: none;
  51. }
  52. .title {
  53. display: block;
  54. font-size: 32rpx;
  55. color: #000;
  56. letter-spacing: 1.09rpx;
  57. line-height: 45rpx;
  58. width: 542rpx;
  59. overflow: hidden;
  60. white-space: nowrap;
  61. text-overflow: ellipsis;
  62. padding-top: 30rpx;
  63. }
  64. .subTitle {
  65. display: block;
  66. width: 588rpx;
  67. /* height: 37rpx; */
  68. font-size: 26rpx;
  69. color: #999;
  70. letter-spacing: 1.16rpx;
  71. overflow: hidden;
  72. white-space: nowrap;
  73. text-overflow: ellipsis;
  74. padding: 6rpx 0;
  75. }
  76. .rest {
  77. font-size: 24rpx;
  78. color: #919191;
  79. letter-spacing: 0;
  80. height: 70rpx;
  81. line-height: 70rpx;
  82. /* border-bottom: 1px solid #eee; */
  83. border-bottom: 1px solid #f9f9f9;
  84. }
  85. .restNum {
  86. font-size: 24rpx;
  87. color: #999;
  88. letter-spacing: 1.16rpx;
  89. text-align: right;
  90. }
  91. .time {
  92. font-size: 24rpx;
  93. color: #333;
  94. letter-spacing: 0;
  95. line-height: 33rpx;
  96. display: inline-block;
  97. }
  98. .txt01 {
  99. font-size: 24rpx;
  100. color: #919191;
  101. letter-spacing: 0;
  102. }
  103. .price {
  104. font-size: 24rpx;
  105. color: #999;
  106. letter-spacing: 0;
  107. }
  108. .salePriceStr {
  109. font-size: 24rpx;
  110. color: #999;
  111. letter-spacing: 0;
  112. }
  113. .salePriceStr .pri01 {
  114. font-size: 40rpx;
  115. color: #ff4949;
  116. letter-spacing: 0;
  117. margin-left: 10rpx;
  118. }
  119. .salePriceStr .yuan {
  120. font-size: 24rpx;
  121. color: #ff4949;
  122. letter-spacing: 0;
  123. }
  124. .price text {
  125. font-size: 24rpx;
  126. color: #333;
  127. letter-spacing: 0;
  128. }
  129. .throgh {
  130. text-decoration: line-through;
  131. margin-left: 10rpx;
  132. }
  133. .posi {
  134. position: relative;
  135. width: 92%;
  136. margin: 0 auto;
  137. }
  138. .fl {
  139. float: left;
  140. }
  141. .fr {
  142. float: right;
  143. }
  144. .posi>view:nth-child(2) {
  145. width: 100%;
  146. height: 87rpx;
  147. display: flex;
  148. justify-content: space-between;
  149. border-top: 1px solid #f6f6f6;
  150. line-height: 87rpx;
  151. }
  152. .posi>view:nth-child(2) text:nth-child(1) {
  153. font-size: 30rpx;
  154. color: #a9a9a9;
  155. }
  156. .posi>view:nth-child(2) text:nth-child(2) {
  157. font-size: 30rpx;
  158. color: #a9a9a9;
  159. }
  160. .posi_logo {
  161. width: 100%;
  162. display: flex;
  163. padding: 20rpx 0;
  164. background: #fff;
  165. height: 100rpx;
  166. border-bottom: 1px solid #f9f9f9;
  167. }
  168. .posi_logo view:nth-child(1) {
  169. width: 100rpx;
  170. height: 100rpx;
  171. border-radius: 16rpx;
  172. }
  173. .posi_logo view:nth-child(1) image {
  174. display: block;
  175. width: 100rpx;
  176. height: 100rpx;
  177. border-radius: 16rpx;
  178. border: 1px solid #e5e5e5;
  179. }
  180. .posi_logo view:nth-child(2) {
  181. display: flex;
  182. flex-direction: column;
  183. flex: 8;
  184. padding-left: 30rpx;
  185. }
  186. .posi_logo view:nth-child(2) text:nth-child(1) {
  187. font-size: 32rpx;
  188. color: #333;
  189. letter-spacing: 0;
  190. }
  191. .posi_logo view:nth-child(2) text:nth-child(2) {
  192. font-size: 24rpx;
  193. color: #b8b8b8;
  194. padding-top: 3rpx;
  195. width: 450rpx;
  196. height: 36rpx;
  197. overflow: hidden;
  198. }
  199. .notes view:nth-child(1) {
  200. width: 92%;
  201. height: 87rpx;
  202. padding: 0 4%;
  203. line-height: 87rpx;
  204. background: #fff;
  205. }
  206. .active {
  207. opacity: 0.6;
  208. }
  209. .notes view:nth-child(1) text {
  210. font-size: 24rpx;
  211. color: #333;
  212. letter-spacing: 0;
  213. }
  214. .notes view:nth-child(2) {
  215. width: 92%;
  216. padding: 0 4%;
  217. background: #fff;
  218. display: flex;
  219. flex-direction: column;
  220. }
  221. .notes view:nth-child(2)>text {
  222. font-size: 24rpx;
  223. color: #919191;
  224. letter-spacing: 0;
  225. line-height: 42rpx;
  226. }
  227. .buy-view {
  228. background: #fff;
  229. position: fixed;
  230. height: 96rpx;
  231. bottom: 0;
  232. left: 0;
  233. right: 0;
  234. padding-bottom: 22rpx;
  235. padding-top: 22rpx;
  236. }
  237. .buy {
  238. background: #00c0ff;
  239. height: 94rpx;
  240. width: 670rpx;
  241. margin: 0 auto 30rpx;
  242. color: #fff;
  243. font-size: 36rpx;
  244. line-height: 94rpx;
  245. border-radius: 61rpx;
  246. }
  247. .tel {
  248. position: absolute;
  249. right: 0;
  250. top: 0;
  251. bottom: 0;
  252. margin: auto;
  253. width: 50rpx;
  254. height: 50rpx;
  255. z-index: 1000000;
  256. }
  257. .txt {
  258. margin-right: 30rpx;
  259. }
  260. .distance{
  261. border: none;
  262. border-radius:16rpx;
  263. width: 600rpx;
  264. padding: 16rpx 6rpx 0 0;
  265. }
  266. .distance .txt01{
  267. display: block;
  268. font-size: 26rpx;
  269. color: #ff4949;
  270. }
  271. .clock{
  272. width: 116rpx!important;
  273. vertical-align: middle;
  274. margin-right: 10rpx;
  275. margin-top: -4rpx;
  276. }
  277. .qiang{
  278. position: inline-block;
  279. width: 60rpx;
  280. height: 40rpx;
  281. line-height: 40rpx;
  282. color: #ff4949;
  283. text-align: center;
  284. font-size: 28rpx;
  285. margin-right: 10rpx;
  286. }
  287. .times{
  288. display: inline-block;
  289. color: #ff4949;
  290. font-weight:bold;
  291. font-size: 26rpx;
  292. text-align:center;
  293. }
  294. .times text{
  295. display: inline-block;
  296. margin: 6rpx;
  297. width: 46rpx;
  298. height: 56rpx;
  299. text-align: center;
  300. font-size: 28rpx;
  301. line-height: 60rpx;
  302. border-radius:12rpx;
  303. color: #fff;
  304. font-weight:bold;
  305. background: #ff4949;
  306. }