C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

509 行
7.3 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. background: #fff;
  4. }
  5. button::after{ border: none; }
  6. .coupons {
  7. width: 100%;
  8. position: relative;
  9. overflow: hidden;
  10. padding-bottom: 170rpx;
  11. }
  12. .banner {
  13. position: relative;
  14. width: 750rpx;
  15. height: 534.5rpx;
  16. }
  17. .banner image {
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .coupons_info {
  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. }
  29. .fenxiang {
  30. position: absolute;
  31. right: 28rpx;
  32. top: 27rpx;
  33. width: 108rpx;
  34. }
  35. .fenxiang image {
  36. width: 108rpx;
  37. position: absolute;
  38. top: 0;
  39. right: 0;
  40. }
  41. .user-motto {
  42. width: 118rpx;
  43. border: 0;
  44. background: none;
  45. height: 60rpx;
  46. color: #fff;
  47. }
  48. .user-motto::after {
  49. border: none;
  50. }
  51. .title {
  52. display: block;
  53. font-size: 32rpx;
  54. color: #000;
  55. letter-spacing: 1.09rpx;
  56. line-height: 45rpx;
  57. width: 542rpx;
  58. overflow: hidden;
  59. white-space: nowrap;
  60. text-overflow: ellipsis;
  61. padding-top: 30rpx;
  62. }
  63. .subTitle {
  64. display: block;
  65. width: 588rpx;
  66. /* height: 37rpx; */
  67. font-size: 26rpx;
  68. color: #999;
  69. letter-spacing: 1.16rpx;
  70. overflow: hidden;
  71. white-space: nowrap;
  72. text-overflow: ellipsis;
  73. padding: 6rpx 0;
  74. }
  75. .rest {
  76. font-size: 24rpx;
  77. color: #919191;
  78. letter-spacing: 0;
  79. height: 70rpx;
  80. line-height: 70rpx;
  81. /* border-bottom: 1px solid #eee; */
  82. border-bottom: 1px solid #f9f9f9;
  83. }
  84. .restNum {
  85. font-size: 24rpx;
  86. color: #999;
  87. letter-spacing: 1.16rpx;
  88. text-align: right;
  89. }
  90. .time {
  91. font-size: 24rpx;
  92. color: #333;
  93. letter-spacing: 0;
  94. line-height: 33rpx;
  95. display: inline-block;
  96. }
  97. .txt01 {
  98. font-size: 24rpx;
  99. color: #919191;
  100. letter-spacing: 0;
  101. }
  102. .price {
  103. font-size: 24rpx;
  104. color: #999;
  105. letter-spacing: 0;
  106. }
  107. .salePriceStr {
  108. font-size: 24rpx;
  109. color: #999;
  110. letter-spacing: 0;
  111. }
  112. .salePriceStr .pri01 {
  113. font-size: 40rpx;
  114. color: #ff4949;
  115. letter-spacing: 0;
  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. color: #999!important;
  131. }
  132. .fl {
  133. float: left;
  134. color: red;
  135. }
  136. .fr {
  137. float: right;
  138. }
  139. .posi {
  140. position: relative;
  141. width: 92%;
  142. margin: 0 auto;
  143. }
  144. .posi>view:nth-child(2) {
  145. width: 100%;
  146. height: 87rpx;
  147. display: flex;
  148. justify-content: space-between;
  149. line-height: 87rpx;
  150. }
  151. .posi>view:nth-child(2) text:nth-child(1) {
  152. font-size: 30rpx;
  153. color: #a9a9a9;
  154. }
  155. .posi>view:nth-child(2) text:nth-child(2) {
  156. font-size: 30rpx;
  157. color: #a9a9a9;
  158. }
  159. .posi_logo {
  160. width: 100%;
  161. display: flex;
  162. padding: 20rpx 0;
  163. background: #fff;
  164. height: 100rpx;
  165. margin-bottom: 20rpx;
  166. }
  167. .posi_logo view:nth-child(1) {
  168. width: 100rpx;
  169. height: 100rpx;
  170. border-radius: 16rpx;
  171. }
  172. .posi_logo view:nth-child(1) image {
  173. display: block;
  174. width: 100rpx;
  175. height: 100rpx;
  176. border-radius: 16rpx;
  177. border: 1px solid #e5e5e5;
  178. }
  179. .posi_logo view:nth-child(2) {
  180. display: flex;
  181. flex-direction: column;
  182. flex: 8;
  183. padding-left: 30rpx;
  184. }
  185. .posi_logo view:nth-child(2) text:nth-child(1) {
  186. font-size: 32rpx;
  187. color: #333;
  188. letter-spacing: 0;
  189. }
  190. .posi_logo view:nth-child(2) text:nth-child(2) {
  191. font-size: 24rpx;
  192. color: #b8b8b8;
  193. padding-top: 3rpx;
  194. width: 450rpx;
  195. height: 36rpx;
  196. overflow: hidden;
  197. }
  198. .notes view:nth-child(1) {
  199. height: 87rpx;
  200. line-height: 87rpx;
  201. background: #fff;
  202. border-top: 1px solid #f9f9f9;
  203. }
  204. .notes {
  205. width: 92%;
  206. margin: 0 auto;
  207. }
  208. .active {
  209. opacity: 0.6;
  210. }
  211. .notes view:nth-child(1) text {
  212. color: #333;
  213. letter-spacing: 0;
  214. font-size: 30rpx;
  215. height: 70rpx;
  216. line-height: 70rpx;
  217. }
  218. .notes view:nth-child(2) {
  219. background: #fff;
  220. display: flex;
  221. flex-direction: column;
  222. }
  223. .notes view:nth-child(2)>text {
  224. font-size: 24rpx;
  225. color: #919191;
  226. letter-spacing: 0;
  227. line-height: 42rpx;
  228. }
  229. .buy-view {
  230. background: #fff;
  231. height: 96rpx;
  232. bottom: 0;
  233. left: 0;
  234. right: 0;
  235. padding-bottom: 22rpx;
  236. padding-top: 22rpx;
  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. right: 0;
  251. top: 0;
  252. bottom: 0;
  253. margin: auto;
  254. width: 50rpx;
  255. height: 50rpx;
  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. }
  307. .b1 {
  308. position: fixed;
  309. top: 0px;
  310. bottom: 0px;
  311. left: 0px;
  312. right: 0px;
  313. background: rgba(0, 0, 0, 0.8);
  314. overflow: hidden;
  315. z-index: 10;
  316. }
  317. .con {
  318. position: absolute;
  319. top: 35rpx;
  320. right: 0;
  321. bottom: 0;
  322. left: 0;
  323. margin: auto;
  324. width: 587rpx;
  325. }
  326. .con .image {
  327. display: block;
  328. width: 100%;
  329. }
  330. .img {
  331. margin-top: -50rpx;
  332. }
  333. .question {
  334. display: block;
  335. width: 587rpx;
  336. background: #fff;
  337. border-bottom-left-radius: 22rpx;
  338. border-bottom-right-radius: 22rpx;
  339. overflow: hidden;
  340. }
  341. .ques {
  342. display: block;
  343. width: 511rpx;
  344. margin: 0 auto;
  345. height: 95rpx;
  346. line-height: 95rpx;
  347. font-size: 30rpx;
  348. color: #333;
  349. border-bottom: 1rpx solid #eee;
  350. }
  351. .titles {
  352. width: 511rpx;
  353. display: block;
  354. text-align: center;
  355. height: 50rpx;
  356. margin: 0 auto;
  357. padding-top: 10rpx;
  358. padding-bottom: 20rpx;
  359. font-size: 32rpx;
  360. font-weight: bold;
  361. line-height: 41rpx;
  362. border-bottom: 1rpx solid #eee;
  363. }
  364. .quessss >view:last-child {
  365. border-bottom: 0;
  366. }
  367. .close {
  368. position: relative;
  369. z-index: 10000;
  370. display: block;
  371. width: 70rpx;
  372. }
  373. .ques_gou {
  374. position: absolute;
  375. width: 20rpx;
  376. top: 160rpx;
  377. left: 23rpx;
  378. }
  379. .btnss {
  380. color: #f8755b;
  381. font-weight: bold;
  382. font-size: 30rpx !important;
  383. text-align: center !important;
  384. }
  385. .radios {
  386. display: block;
  387. font-size: 28rpx;
  388. height: 95rpx;
  389. line-height: 95rpx;
  390. color: #333;
  391. text-indent: 0.5em;
  392. }
  393. .elecard {
  394. display: inline-block;
  395. margin-left: 6rpx;
  396. color: #00c0ff;
  397. border: 1px solid #00c0ff;
  398. border-radius: 8rpx;
  399. font-style: normal;
  400. font-size: 30rpx;
  401. line-height: 40rpx;
  402. padding: 0 6rpx;
  403. }
  404. .applyshop {
  405. font-size: 30rpx;
  406. height: 70rpx;
  407. line-height: 70rpx;
  408. color: #333;
  409. }
  410. .btns{
  411. padding: 0 33rpx;
  412. position: fixed;
  413. left: 0;
  414. right: 0;
  415. bottom: 0;
  416. padding-bottom: 37rpx;
  417. padding-top:37rpx;
  418. z-index: 100;
  419. background: #fff;
  420. }
  421. .btns > button{
  422. width: 330rpx;
  423. height: 95rpx;
  424. border-radius:48rpx;
  425. text-align: center;
  426. }
  427. .btns .fl{
  428. color: #fff;
  429. background:rgba(255,169,2,1);
  430. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  431. }
  432. .btns .fl text{
  433. display: block;
  434. font-size: 30rpx;
  435. line-height: 34rpx;
  436. }
  437. .btns .fl text:nth-of-type(1){
  438. margin-top: 12rpx;
  439. }
  440. .btns .fr{
  441. font-size: 30rpx;
  442. color: #fff;
  443. line-height: 95rpx;
  444. background:rgba(236,59,45,1);
  445. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  446. }