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.

438 lines
6.3 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: 10;
  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. z-index: 100;
  237. }
  238. .buy {
  239. position: relative;
  240. background: #00c0ff;
  241. height: 94rpx;
  242. width: 670rpx;
  243. margin: 0 auto 30rpx;
  244. color: #fff;
  245. font-size: 36rpx;
  246. line-height: 94rpx;
  247. border-radius: 61rpx;
  248. }
  249. .tel {
  250. position: absolute;
  251. right: 0;
  252. top: 0;
  253. bottom: 0;
  254. margin: auto;
  255. width: 50rpx;
  256. height: 50rpx;
  257. z-index: 10;
  258. }
  259. .txt {
  260. margin-right: 30rpx;
  261. }
  262. .distance{
  263. border: none;
  264. border-radius:16rpx;
  265. width: 600rpx;
  266. padding: 16rpx 6rpx 0 0;
  267. }
  268. .distance .txt01{
  269. display: block;
  270. font-size: 26rpx;
  271. color: #ff4949;
  272. }
  273. .clock{
  274. width: 116rpx!important;
  275. vertical-align: middle;
  276. margin-right: 10rpx;
  277. margin-top: -4rpx;
  278. }
  279. .qiang{
  280. position: inline-block;
  281. width: 60rpx;
  282. height: 40rpx;
  283. line-height: 40rpx;
  284. color: #ff4949;
  285. text-align: center;
  286. font-size: 28rpx;
  287. margin-right: 10rpx;
  288. }
  289. .times{
  290. display: inline-block;
  291. color: #ff4949;
  292. font-weight:bold;
  293. font-size: 26rpx;
  294. text-align:center;
  295. }
  296. .times text{
  297. display: inline-block;
  298. margin: 6rpx;
  299. width: 46rpx;
  300. height: 56rpx;
  301. text-align: center;
  302. font-size: 28rpx;
  303. line-height: 60rpx;
  304. border-radius:12rpx;
  305. color: #fff;
  306. font-weight:bold;
  307. background: #ff4949;
  308. }
  309. .ques{
  310. display: none;
  311. }
  312. .b1 {
  313. position: fixed;
  314. top: 0px;
  315. bottom: 0px;
  316. left: 0px;
  317. right: 0px;
  318. background: rgba(0, 0, 0, 0.8);
  319. overflow: hidden;
  320. z-index: 100;
  321. }
  322. .con {
  323. position: absolute;
  324. top: 35rpx;
  325. right: 0;
  326. bottom: 0;
  327. left: 0;
  328. margin: auto;
  329. width: 587rpx;
  330. }
  331. .con .image{
  332. display: block;
  333. width: 100%;
  334. }
  335. .img {
  336. margin-top: -50rpx;
  337. }
  338. .question {
  339. display: block;
  340. width: 587rpx;
  341. background: #fff;
  342. border-bottom-left-radius: 22rpx;
  343. border-bottom-right-radius: 22rpx;
  344. overflow: hidden;
  345. }
  346. .ques {
  347. display: block;
  348. width: 511rpx;
  349. margin: 0 auto;
  350. height: 95rpx;
  351. line-height: 95rpx;
  352. font-size: 30rpx;
  353. color: #333;
  354. border-bottom: 1rpx solid #eee;
  355. }
  356. .titles {
  357. width: 511rpx;
  358. display: block;
  359. text-align: center;
  360. height: 50rpx;
  361. margin: 0 auto;
  362. padding-top:10rpx;
  363. padding-bottom:20rpx;
  364. font-size: 32rpx;
  365. font-weight: bold;
  366. line-height: 41rpx;
  367. border-bottom: 1rpx solid #eee;
  368. }
  369. .quessss >view:last-child{
  370. border-bottom:0;
  371. }
  372. .close{
  373. position: relative;
  374. z-index: 10000;
  375. display: block;
  376. width: 70rpx;
  377. }
  378. .ques_gou{
  379. position: absolute;
  380. width: 20rpx;
  381. top: 160rpx;
  382. left: 23rpx;
  383. }
  384. .btns{
  385. color: #f8755b;
  386. font-weight: bold;
  387. font-size: 30rpx!important;
  388. text-align: center!important;
  389. }