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.

509 line
7.4 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. }
  116. .salePriceStr .yuan {
  117. font-size: 24rpx;
  118. color: #ff4949;
  119. letter-spacing: 0;
  120. }
  121. .price text {
  122. font-size: 24rpx;
  123. color: #333;
  124. letter-spacing: 0;
  125. }
  126. .throgh {
  127. text-decoration: line-through;
  128. margin-left: 10rpx;
  129. color: #999!important;
  130. }
  131. .fl {
  132. float: left;
  133. color: red;
  134. }
  135. .fr {
  136. float: right;
  137. }
  138. .posi {
  139. position: relative;
  140. width: 92%;
  141. margin: 0 auto;
  142. }
  143. .posi>view:nth-child(2) {
  144. width: 100%;
  145. height: 87rpx;
  146. display: flex;
  147. justify-content: space-between;
  148. line-height: 87rpx;
  149. }
  150. .posi>view:nth-child(2) text:nth-child(1) {
  151. font-size: 30rpx;
  152. color: #a9a9a9;
  153. }
  154. .posi>view:nth-child(2) text:nth-child(2) {
  155. font-size: 30rpx;
  156. color: #a9a9a9;
  157. }
  158. .posi_logo {
  159. width: 100%;
  160. display: flex;
  161. padding: 20rpx 0;
  162. background: #fff;
  163. height: 100rpx;
  164. margin-bottom: 20rpx;
  165. }
  166. .posi_logo view:nth-child(1) {
  167. width: 100rpx;
  168. height: 100rpx;
  169. border-radius: 16rpx;
  170. }
  171. .posi_logo view:nth-child(1) image {
  172. display: block;
  173. width: 100rpx;
  174. height: 100rpx;
  175. border-radius: 16rpx;
  176. border: 1px solid #e5e5e5;
  177. }
  178. .posi_logo view:nth-child(2) {
  179. display: flex;
  180. flex-direction: column;
  181. flex: 8;
  182. padding-left: 30rpx;
  183. }
  184. .posi_logo view:nth-child(2) text:nth-child(1) {
  185. font-size: 32rpx;
  186. color: #333;
  187. letter-spacing: 0;
  188. }
  189. .posi_logo view:nth-child(2) text:nth-child(2) {
  190. font-size: 24rpx;
  191. color: #b8b8b8;
  192. padding-top: 3rpx;
  193. width: 450rpx;
  194. height: 36rpx;
  195. overflow: hidden;
  196. }
  197. .notes view:nth-child(1) {
  198. height: 87rpx;
  199. line-height: 87rpx;
  200. background: #fff;
  201. border-top: 1px solid #f9f9f9;
  202. }
  203. .notes {
  204. width: 92%;
  205. margin: 0 auto;
  206. }
  207. .active {
  208. opacity: 0.6;
  209. }
  210. .notes view:nth-child(1) text {
  211. color: #333;
  212. letter-spacing: 0;
  213. font-size: 30rpx;
  214. height: 70rpx;
  215. line-height: 70rpx;
  216. }
  217. .notes view:nth-child(2) {
  218. background: #fff;
  219. display: flex;
  220. flex-direction: column;
  221. }
  222. .notes view:nth-child(2)>text {
  223. font-size: 24rpx;
  224. color: #919191;
  225. letter-spacing: 0;
  226. line-height: 42rpx;
  227. }
  228. .buy-view {
  229. background: #fff;
  230. height: 96rpx;
  231. bottom: 0;
  232. left: 0;
  233. right: 0;
  234. padding-bottom: 22rpx;
  235. padding-top: 22rpx;
  236. }
  237. .buy {
  238. position: relative;
  239. background: #00c0ff;
  240. height: 94rpx;
  241. width: 670rpx;
  242. margin: 0 auto 30rpx;
  243. color: #fff;
  244. font-size: 36rpx;
  245. line-height: 94rpx;
  246. border-radius: 61rpx;
  247. }
  248. .tel {
  249. right: 0;
  250. top: 0;
  251. bottom: 0;
  252. margin: auto;
  253. width: 50rpx;
  254. height: 50rpx;
  255. }
  256. .txt {
  257. margin-right: 30rpx;
  258. }
  259. .distance {
  260. border: none;
  261. border-radius: 16rpx;
  262. width: 600rpx;
  263. padding: 16rpx 6rpx 0 0;
  264. }
  265. .distance .txt01 {
  266. display: block;
  267. font-size: 26rpx;
  268. color: #ff4949;
  269. }
  270. .clock {
  271. width: 116rpx !important;
  272. vertical-align: middle;
  273. margin-right: 10rpx;
  274. margin-top: -4rpx;
  275. }
  276. .qiang {
  277. position: inline-block;
  278. width: 60rpx;
  279. height: 40rpx;
  280. line-height: 40rpx;
  281. color: #ff4949;
  282. text-align: center;
  283. font-size: 28rpx;
  284. margin-right: 10rpx;
  285. }
  286. .times {
  287. display: inline-block;
  288. color: #ff4949;
  289. font-weight: bold;
  290. font-size: 26rpx;
  291. text-align: center;
  292. }
  293. .times text {
  294. display: inline-block;
  295. margin: 6rpx;
  296. width: 46rpx;
  297. height: 56rpx;
  298. text-align: center;
  299. font-size: 28rpx;
  300. line-height: 60rpx;
  301. border-radius: 12rpx;
  302. color: #fff;
  303. font-weight: bold;
  304. background: #ff4949;
  305. }
  306. .b1 {
  307. position: fixed;
  308. top: 0px;
  309. bottom: 0px;
  310. left: 0px;
  311. right: 0px;
  312. background: rgba(0, 0, 0, 0.8);
  313. overflow: hidden;
  314. z-index: 10;
  315. }
  316. .con {
  317. position: absolute;
  318. top: 35rpx;
  319. right: 0;
  320. bottom: 0;
  321. left: 0;
  322. margin: auto;
  323. width: 587rpx;
  324. }
  325. .con .image {
  326. display: block;
  327. width: 100%;
  328. }
  329. .img {
  330. margin-top: -50rpx;
  331. }
  332. .question {
  333. display: block;
  334. width: 587rpx;
  335. background: #fff;
  336. border-bottom-left-radius: 22rpx;
  337. border-bottom-right-radius: 22rpx;
  338. overflow: hidden;
  339. }
  340. .ques {
  341. display: block;
  342. width: 511rpx;
  343. margin: 0 auto;
  344. height: 95rpx;
  345. line-height: 95rpx;
  346. font-size: 30rpx;
  347. color: #333;
  348. border-bottom: 1rpx solid #eee;
  349. }
  350. .titles {
  351. width: 511rpx;
  352. display: block;
  353. text-align: center;
  354. height: 50rpx;
  355. margin: 0 auto;
  356. padding-top: 10rpx;
  357. padding-bottom: 20rpx;
  358. font-size: 32rpx;
  359. font-weight: bold;
  360. line-height: 41rpx;
  361. border-bottom: 1rpx solid #eee;
  362. }
  363. .quessss >view:last-child {
  364. border-bottom: 0;
  365. }
  366. .close {
  367. position: relative;
  368. z-index: 10000;
  369. display: block;
  370. width: 70rpx;
  371. }
  372. .ques_gou {
  373. position: absolute;
  374. width: 20rpx;
  375. top: 160rpx;
  376. left: 23rpx;
  377. }
  378. .btnss {
  379. color: #f8755b;
  380. font-weight: bold;
  381. font-size: 30rpx !important;
  382. text-align: center !important;
  383. }
  384. .radios {
  385. display: block;
  386. font-size: 28rpx;
  387. height: 95rpx;
  388. line-height: 95rpx;
  389. color: #333;
  390. text-indent: 0.5em;
  391. }
  392. .elecard {
  393. display: inline-block;
  394. margin-left: 6rpx;
  395. color: #00c0ff;
  396. border: 1px solid #00c0ff;
  397. border-radius: 8rpx;
  398. font-style: normal;
  399. font-size: 30rpx;
  400. line-height: 40rpx;
  401. padding: 0 6rpx;
  402. }
  403. .applyshop {
  404. font-size: 30rpx;
  405. height: 70rpx;
  406. line-height: 70rpx;
  407. color: #333;
  408. }
  409. .btns{
  410. padding: 0 33rpx;
  411. position: fixed;
  412. left: 0;
  413. right: 0;
  414. bottom: 0;
  415. padding-bottom: 37rpx;
  416. padding-top:37rpx;
  417. z-index: 100;
  418. background: #fff;
  419. }
  420. .btns > button{
  421. width: 330rpx;
  422. height: 95rpx;
  423. border-radius:48rpx;
  424. text-align: center;
  425. }
  426. .btns .fl{
  427. color: #fff;
  428. background:rgba(255,169,2,1);
  429. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  430. }
  431. .btns .fl text{
  432. display: block;
  433. font-size: 30rpx;
  434. line-height: 34rpx;
  435. }
  436. .btns .fl text:nth-of-type(1){
  437. margin-top: 12rpx;
  438. }
  439. .btns .fr{
  440. font-size: 30rpx;
  441. color: #fff;
  442. line-height: 95rpx;
  443. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  444. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  445. }