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.

624 regels
9.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: 560rpx;
  243. margin: 0 auto 30rpx;
  244. color: #fff;
  245. font-size: 36rpx;
  246. line-height: 94rpx;
  247. border-radius: 61rpx;
  248. }
  249. .goback{
  250. position: relative;
  251. float: left;
  252. width:122rpx!important;
  253. height:95rpx;
  254. background:rgba(255,255,255,1);
  255. line-height: 95rpx;
  256. border:1rpx solid rgba(227,227,227,1);
  257. box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
  258. border-radius:48rpx;
  259. margin-left: 25rpx;
  260. }
  261. .goback image{
  262. position: absolute;
  263. width: 60rpx;
  264. left: 0;
  265. right: 0;
  266. top: 0;
  267. bottom: 0;
  268. margin: auto;
  269. }
  270. .tel {
  271. right: 0;
  272. top: 0;
  273. bottom: 0;
  274. margin: auto;
  275. width: 50rpx;
  276. height: 50rpx;
  277. }
  278. .txt {
  279. margin-right: 30rpx;
  280. }
  281. .distance {
  282. border: none;
  283. border-radius: 16rpx;
  284. width: 600rpx;
  285. padding: 16rpx 6rpx 0 0;
  286. }
  287. .distance .txt01 {
  288. display: block;
  289. font-size: 26rpx;
  290. color: #ff4949;
  291. }
  292. .clock {
  293. width: 116rpx !important;
  294. vertical-align: middle;
  295. margin-right: 10rpx;
  296. margin-top: -4rpx;
  297. }
  298. .qiang {
  299. position: inline-block;
  300. width: 60rpx;
  301. height: 40rpx;
  302. line-height: 40rpx;
  303. color: #ff4949;
  304. text-align: center;
  305. font-size: 28rpx;
  306. margin-right: 10rpx;
  307. }
  308. .times {
  309. display: inline-block;
  310. color: #ff4949;
  311. font-weight: bold;
  312. font-size: 26rpx;
  313. text-align: center;
  314. }
  315. .times text {
  316. display: inline-block;
  317. margin: 6rpx;
  318. width: 46rpx;
  319. height: 56rpx;
  320. text-align: center;
  321. font-size: 28rpx;
  322. line-height: 60rpx;
  323. border-radius: 12rpx;
  324. color: #fff;
  325. font-weight: bold;
  326. background: #ff4949;
  327. }
  328. .b1 {
  329. position: fixed;
  330. top: 0px;
  331. bottom: 0px;
  332. left: 0px;
  333. right: 0px;
  334. background: rgba(0, 0, 0, 0.8);
  335. overflow: hidden;
  336. z-index: 10;
  337. }
  338. .con {
  339. position: absolute;
  340. top: 35rpx;
  341. right: 0;
  342. bottom: 0;
  343. left: 0;
  344. margin: auto;
  345. width: 587rpx;
  346. }
  347. .con .image {
  348. display: block;
  349. width: 100%;
  350. }
  351. .img {
  352. margin-top: -50rpx;
  353. }
  354. .question {
  355. display: block;
  356. width: 587rpx;
  357. background: #fff;
  358. border-bottom-left-radius: 22rpx;
  359. border-bottom-right-radius: 22rpx;
  360. overflow: hidden;
  361. }
  362. .ques {
  363. display: block;
  364. width: 511rpx;
  365. margin: 0 auto;
  366. height: 95rpx;
  367. line-height: 95rpx;
  368. font-size: 30rpx;
  369. color: #333;
  370. border-bottom: 1rpx solid #eee;
  371. }
  372. .titles {
  373. width: 511rpx;
  374. display: block;
  375. text-align: center;
  376. height: 50rpx;
  377. margin: 0 auto;
  378. padding-top: 10rpx;
  379. padding-bottom: 20rpx;
  380. font-size: 32rpx;
  381. font-weight: bold;
  382. line-height: 41rpx;
  383. border-bottom: 1rpx solid #eee;
  384. }
  385. .quessss >view:last-child {
  386. border-bottom: 0;
  387. }
  388. .close {
  389. position: relative;
  390. z-index: 10000;
  391. display: block;
  392. width: 70rpx;
  393. }
  394. .ques_gou {
  395. position: absolute;
  396. width: 20rpx;
  397. top: 160rpx;
  398. left: 23rpx;
  399. }
  400. .btnss {
  401. color: #f8755b;
  402. font-weight: bold;
  403. font-size: 30rpx !important;
  404. text-align: center !important;
  405. }
  406. .radios {
  407. display: block;
  408. font-size: 28rpx;
  409. height: 95rpx;
  410. line-height: 95rpx;
  411. color: #333;
  412. text-indent: 0.5em;
  413. }
  414. .elecard {
  415. display: inline-block;
  416. margin-left: 6rpx;
  417. color: #00c0ff;
  418. border: 1px solid #00c0ff;
  419. border-radius: 8rpx;
  420. font-style: normal;
  421. font-size: 30rpx;
  422. line-height: 40rpx;
  423. padding: 0 6rpx;
  424. }
  425. .applyshop {
  426. font-size: 30rpx;
  427. height: 70rpx;
  428. line-height: 70rpx;
  429. color: #333;
  430. }
  431. .btns{
  432. padding: 0 33rpx;
  433. position: fixed;
  434. left: 0;
  435. right: 0;
  436. bottom: 0;
  437. padding-bottom: 37rpx;
  438. padding-top:37rpx;
  439. z-index: 100;
  440. background: #fff;
  441. }
  442. .btns > button{
  443. width: 330rpx;
  444. height: 95rpx;
  445. border-radius:48rpx;
  446. text-align: center;
  447. }
  448. .btns .fl{
  449. color: #fff;
  450. background:rgba(255,169,2,1);
  451. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  452. }
  453. .btns .fl text{
  454. display: block;
  455. font-size: 30rpx;
  456. line-height: 34rpx;
  457. }
  458. .btns .fl text:nth-of-type(1){
  459. margin-top: 12rpx;
  460. }
  461. .btns .fr{
  462. font-size: 30rpx;
  463. color: #fff;
  464. line-height: 95rpx;
  465. background:rgba(236,59,45,1);
  466. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  467. }
  468. .support-tansfer{
  469. width: 60%;
  470. border-radius: 50rpx;
  471. margin-top: 30rpx;
  472. background: #02C0FF!important;
  473. }
  474. .shaddow{
  475. z-index: 100;
  476. position:fixed;
  477. width:100%;
  478. height:100%;
  479. top:0px;
  480. background:rgba(0,0,0,0.8);
  481. overflow:hidden;
  482. }
  483. .alert-box{
  484. position: fixed;
  485. top: 200rpx;
  486. left: 10%;
  487. width: 80%;
  488. height: auto;
  489. padding-bottom: 20rpx;
  490. background: #fff;
  491. z-index: 200;
  492. border-radius: 20rpx;
  493. }
  494. .user-img{
  495. position: absolute;
  496. top: -50rpx;
  497. left: 250rpx;
  498. /* margin-left: -50rpx; */
  499. width: 100rpx;
  500. height: 100rpx;
  501. z-index: 300;
  502. border-radius: 50rpx;
  503. background: #fff;
  504. overflow: hidden;
  505. }
  506. .user-img image{
  507. width: 100rpx;
  508. height: 100rpx;
  509. }
  510. .close{
  511. position: absolute;
  512. z-index: 300;
  513. right: 0;
  514. top: 0;
  515. width: 100rpx;
  516. height: 100rpx;
  517. overflow: hidden;
  518. }
  519. .close image{
  520. display: block;
  521. width: 26rpx;
  522. height: 26rpx;
  523. margin: 20rpx 0 0 52rpx;
  524. }
  525. .a-title{
  526. text-align: center;
  527. margin-top: 76rpx;
  528. font-size:36rpx;
  529. font-family:PingFang-SC-Medium;
  530. font-weight:500;
  531. color:rgba(51,51,51,1);
  532. line-height:44rpx;
  533. }
  534. .a-img{
  535. position: relative;
  536. width: 80%;
  537. border-radius: 20rpx;
  538. height: 294rpx;
  539. overflow: hidden;
  540. text-align: center;
  541. margin: 30rpx auto 0;
  542. }
  543. .a-received{
  544. position: absolute;
  545. width: 100%;
  546. height: 294rpx;
  547. top: 0;
  548. left: 0;
  549. text-align: center;
  550. line-height: 294rpx;
  551. z-index: 320;
  552. background:rgba(255,255,255,1);
  553. border:0px solid rgba(151,57,117,1);
  554. opacity:0.91;
  555. font-size:36rpx;
  556. color:rgba(255,51,50,1);
  557. font-family:PingFang-SC-Medium;
  558. }
  559. .a-img image{
  560. width: 100%;
  561. height: 100%;
  562. }