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.

471 rivejä
6.6 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. width: 92%;
  22. padding: 0 4%;
  23. background: #fff;
  24. border-top-left-radius: 20rpx;
  25. border-top-right-radius: 20rpx;
  26. margin-top: -25rpx;
  27. }
  28. .fenxiang {
  29. position: absolute;
  30. right: 28rpx;
  31. top: 27rpx;
  32. width: 108rpx;
  33. }
  34. .fenxiang image {
  35. width: 108rpx;
  36. position: absolute;
  37. top: 0;
  38. right: 0;
  39. }
  40. .user-motto {
  41. width: 118rpx;
  42. border: 0;
  43. background: none;
  44. height: 60rpx;
  45. color: #fff;
  46. }
  47. .user-motto::after {
  48. border: none;
  49. }
  50. .title {
  51. display: block;
  52. font-size: 32rpx;
  53. color: #000;
  54. letter-spacing: 1.09rpx;
  55. line-height: 45rpx;
  56. width: 542rpx;
  57. overflow: hidden;
  58. white-space: nowrap;
  59. text-overflow: ellipsis;
  60. padding-top: 30rpx;
  61. }
  62. .subTitle {
  63. display: block;
  64. width: 588rpx;
  65. /* height: 37rpx; */
  66. font-size: 26rpx;
  67. color: #999;
  68. letter-spacing: 1.16rpx;
  69. overflow: hidden;
  70. white-space: nowrap;
  71. text-overflow: ellipsis;
  72. padding: 6rpx 0;
  73. }
  74. .rest {
  75. font-size: 24rpx;
  76. color: #919191;
  77. letter-spacing: 0;
  78. height: 70rpx;
  79. line-height: 70rpx;
  80. /* border-bottom: 1px solid #eee; */
  81. border-bottom: 1px solid #f9f9f9;
  82. }
  83. .restNum {
  84. font-size: 24rpx;
  85. color: #999;
  86. letter-spacing: 1.16rpx;
  87. text-align: right;
  88. }
  89. .time {
  90. font-size: 24rpx;
  91. color: #333;
  92. letter-spacing: 0;
  93. line-height: 33rpx;
  94. display: inline-block;
  95. }
  96. .txt01 {
  97. font-size: 24rpx;
  98. color: #919191;
  99. letter-spacing: 0;
  100. }
  101. .price {
  102. font-size: 24rpx;
  103. color: #999;
  104. letter-spacing: 0;
  105. }
  106. .salePriceStr {
  107. font-size: 24rpx;
  108. color: #999;
  109. letter-spacing: 0;
  110. }
  111. .salePriceStr .pri01 {
  112. font-size: 40rpx;
  113. color: #ff4949;
  114. letter-spacing: 0;
  115. margin-left: 10rpx;
  116. }
  117. .salePriceStr .yuan {
  118. font-size: 24rpx;
  119. color: #ff4949;
  120. letter-spacing: 0;
  121. }
  122. .price text {
  123. font-size: 24rpx;
  124. color: #333;
  125. letter-spacing: 0;
  126. }
  127. .throgh {
  128. text-decoration: line-through;
  129. margin-left: 10rpx;
  130. }
  131. .fl {
  132. float: left;
  133. }
  134. .fr {
  135. float: right;
  136. }
  137. .posi {
  138. position: relative;
  139. width: 92%;
  140. margin: 0 auto;
  141. }
  142. .posi>view:nth-child(2) {
  143. width: 100%;
  144. height: 87rpx;
  145. display: flex;
  146. justify-content: space-between;
  147. line-height: 87rpx;
  148. }
  149. .posi>view:nth-child(2) text:nth-child(1) {
  150. font-size: 30rpx;
  151. color: #a9a9a9;
  152. }
  153. .posi>view:nth-child(2) text:nth-child(2) {
  154. font-size: 30rpx;
  155. color: #a9a9a9;
  156. }
  157. .posi_logo {
  158. width: 100%;
  159. display: flex;
  160. padding: 20rpx 0;
  161. background: #fff;
  162. height: 100rpx;
  163. margin-bottom: 20rpx;
  164. }
  165. .posi_logo view:nth-child(1) {
  166. width: 100rpx;
  167. height: 100rpx;
  168. border-radius: 16rpx;
  169. }
  170. .posi_logo view:nth-child(1) image {
  171. display: block;
  172. width: 100rpx;
  173. height: 100rpx;
  174. border-radius: 16rpx;
  175. border: 1px solid #e5e5e5;
  176. }
  177. .posi_logo view:nth-child(2) {
  178. display: flex;
  179. flex-direction: column;
  180. flex: 8;
  181. padding-left: 30rpx;
  182. }
  183. .posi_logo view:nth-child(2) text:nth-child(1) {
  184. font-size: 32rpx;
  185. color: #333;
  186. letter-spacing: 0;
  187. }
  188. .posi_logo view:nth-child(2) text:nth-child(2) {
  189. font-size: 24rpx;
  190. color: #b8b8b8;
  191. padding-top: 3rpx;
  192. width: 450rpx;
  193. height: 36rpx;
  194. overflow: hidden;
  195. }
  196. .notes view:nth-child(1) {
  197. height: 87rpx;
  198. line-height: 87rpx;
  199. background: #fff;
  200. border-top: 1px solid #f9f9f9;
  201. }
  202. .notes {
  203. width: 92%;
  204. margin: 0 auto;
  205. }
  206. .active {
  207. opacity: 0.6;
  208. }
  209. .notes view:nth-child(1) text {
  210. color: #333;
  211. letter-spacing: 0;
  212. font-size: 30rpx;
  213. height: 70rpx;
  214. line-height: 70rpx;
  215. }
  216. .notes view:nth-child(2) {
  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. height: 96rpx;
  230. bottom: 0;
  231. left: 0;
  232. right: 0;
  233. padding-bottom: 22rpx;
  234. padding-top: 22rpx;
  235. }
  236. .buy {
  237. position: relative;
  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. right: 0;
  249. top: 0;
  250. bottom: 0;
  251. margin: auto;
  252. width: 50rpx;
  253. height: 50rpx;
  254. }
  255. .txt {
  256. margin-right: 30rpx;
  257. }
  258. .distance {
  259. border: none;
  260. border-radius: 16rpx;
  261. width: 600rpx;
  262. padding: 16rpx 6rpx 0 0;
  263. }
  264. .distance .txt01 {
  265. display: block;
  266. font-size: 26rpx;
  267. color: #ff4949;
  268. }
  269. .clock {
  270. width: 116rpx !important;
  271. vertical-align: middle;
  272. margin-right: 10rpx;
  273. margin-top: -4rpx;
  274. }
  275. .qiang {
  276. position: inline-block;
  277. width: 60rpx;
  278. height: 40rpx;
  279. line-height: 40rpx;
  280. color: #ff4949;
  281. text-align: center;
  282. font-size: 28rpx;
  283. margin-right: 10rpx;
  284. }
  285. .times {
  286. display: inline-block;
  287. color: #ff4949;
  288. font-weight: bold;
  289. font-size: 26rpx;
  290. text-align: center;
  291. }
  292. .times text {
  293. display: inline-block;
  294. margin: 6rpx;
  295. width: 46rpx;
  296. height: 56rpx;
  297. text-align: center;
  298. font-size: 28rpx;
  299. line-height: 60rpx;
  300. border-radius: 12rpx;
  301. color: #fff;
  302. font-weight: bold;
  303. background: #ff4949;
  304. }
  305. .b1 {
  306. position: fixed;
  307. top: 0px;
  308. bottom: 0px;
  309. left: 0px;
  310. right: 0px;
  311. background: rgba(0, 0, 0, 0.8);
  312. overflow: hidden;
  313. z-index: 10;
  314. }
  315. .con {
  316. position: absolute;
  317. top: 35rpx;
  318. right: 0;
  319. bottom: 0;
  320. left: 0;
  321. margin: auto;
  322. width: 587rpx;
  323. }
  324. .con .image {
  325. display: block;
  326. width: 100%;
  327. }
  328. .img {
  329. margin-top: -50rpx;
  330. }
  331. .question {
  332. display: block;
  333. width: 587rpx;
  334. background: #fff;
  335. border-bottom-left-radius: 22rpx;
  336. border-bottom-right-radius: 22rpx;
  337. overflow: hidden;
  338. }
  339. .ques {
  340. display: block;
  341. width: 511rpx;
  342. margin: 0 auto;
  343. height: 95rpx;
  344. line-height: 95rpx;
  345. font-size: 30rpx;
  346. color: #333;
  347. border-bottom: 1rpx solid #eee;
  348. }
  349. .titles {
  350. width: 511rpx;
  351. display: block;
  352. text-align: center;
  353. height: 50rpx;
  354. margin: 0 auto;
  355. padding-top: 10rpx;
  356. padding-bottom: 20rpx;
  357. font-size: 32rpx;
  358. font-weight: bold;
  359. line-height: 41rpx;
  360. border-bottom: 1rpx solid #eee;
  361. }
  362. .quessss >view:last-child {
  363. border-bottom: 0;
  364. }
  365. .close {
  366. position: relative;
  367. z-index: 10000;
  368. display: block;
  369. width: 70rpx;
  370. }
  371. .ques_gou {
  372. position: absolute;
  373. width: 20rpx;
  374. top: 160rpx;
  375. left: 23rpx;
  376. }
  377. .btns {
  378. color: #f8755b;
  379. font-weight: bold;
  380. font-size: 30rpx !important;
  381. text-align: center !important;
  382. }
  383. .radios {
  384. display: block;
  385. font-size: 28rpx;
  386. height: 95rpx;
  387. line-height: 95rpx;
  388. color: #333;
  389. text-indent: 0.5em;
  390. }
  391. .elecard {
  392. display: inline-block;
  393. margin-left: 6rpx;
  394. color: #00c0ff;
  395. border: 1px solid #00c0ff;
  396. border-radius: 8rpx;
  397. font-style: normal;
  398. font-size: 30rpx;
  399. line-height: 40rpx;
  400. padding: 0 6rpx;
  401. }
  402. .applyshop {
  403. font-size: 30rpx;
  404. height: 70rpx;
  405. line-height: 70rpx;
  406. color: #333;
  407. }