C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

658 lignes
9.9 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. .refound{
  22. border:1rpx solid red;
  23. padding:3rpx 0;
  24. display:block;
  25. width:130rpx;
  26. text-align:center;
  27. margin-left: 14rpx;
  28. }
  29. .coupons_info {
  30. width: 92%;
  31. padding: 0 4%;
  32. background: #fff;
  33. border-top-left-radius: 20rpx;
  34. border-top-right-radius: 20rpx;
  35. margin-top: -25rpx;
  36. }
  37. .fenxiang {
  38. position: absolute;
  39. right: 28rpx;
  40. top: 27rpx;
  41. width: 108rpx;
  42. }
  43. .fenxiang image {
  44. width: 108rpx;
  45. position: absolute;
  46. top: 0;
  47. right: 0;
  48. }
  49. .user-motto {
  50. width: 118rpx;
  51. border: 0;
  52. background: none;
  53. height: 60rpx;
  54. color: #fff;
  55. }
  56. .user-motto::after {
  57. border: none;
  58. }
  59. .title {
  60. display: block;
  61. font-weight: bold;
  62. font-size: 32rpx;
  63. color: #000;
  64. letter-spacing: 1.09rpx;
  65. line-height: 45rpx;
  66. width: 542rpx;
  67. overflow: hidden;
  68. white-space: nowrap;
  69. text-overflow: ellipsis;
  70. padding-top: 30rpx;
  71. }
  72. .subTitle {
  73. display: block;
  74. width: 588rpx;
  75. /* height: 37rpx; */
  76. font-size: 26rpx;
  77. color: #999;
  78. letter-spacing: 1.16rpx;
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. padding: 6rpx 0;
  83. }
  84. .rest {
  85. font-size: 24rpx;
  86. color: #919191;
  87. letter-spacing: 0;
  88. height: 70rpx;
  89. line-height: 70rpx;
  90. /* border-bottom: 1px solid #eee; */
  91. border-bottom: 1px solid #f9f9f9;
  92. }
  93. .restNum {
  94. font-size: 24rpx;
  95. color: #999;
  96. letter-spacing: 1.16rpx;
  97. text-align: right;
  98. }
  99. .time {
  100. font-size: 24rpx;
  101. color: #333;
  102. letter-spacing: 0;
  103. line-height: 33rpx;
  104. display: inline-block;
  105. }
  106. .txt01 {
  107. font-size: 24rpx;
  108. color: #919191;
  109. letter-spacing: 0;
  110. }
  111. .price {
  112. font-size: 24rpx;
  113. color: #999;
  114. letter-spacing: 0;
  115. }
  116. .salePriceStr {
  117. font-size: 24rpx;
  118. color: #999;
  119. letter-spacing: 0;
  120. }
  121. .salePriceStr .pri01 {
  122. font-size: 40rpx;
  123. color: #ff4949;
  124. letter-spacing: 0;
  125. line-height:40rpx;
  126. }
  127. .use{
  128. color: #ff4949;
  129. margin-left: 10rpx;
  130. }
  131. .salePriceStr .yuan {
  132. font-size: 24rpx;
  133. color: #ff4949;
  134. letter-spacing: 0;
  135. }
  136. .price text {
  137. font-size: 24rpx;
  138. color: #333;
  139. letter-spacing: 0;
  140. }
  141. .throgh {
  142. text-decoration: line-through;
  143. margin-left: 10rpx;
  144. color: #999!important;
  145. }
  146. .fl {
  147. float: left;
  148. color: red;
  149. }
  150. .fr {
  151. float: right;
  152. }
  153. .posi {
  154. position: relative;
  155. width: 92%;
  156. margin: 0 auto;
  157. }
  158. .posi>view:nth-child(2) {
  159. width: 100%;
  160. display: flex;
  161. justify-content: space-between;
  162. }
  163. .posi>view:nth-child(2) text:nth-child(1) {
  164. font-size: 30rpx;
  165. color: #a9a9a9;
  166. }
  167. .posi>view:nth-child(2) text:nth-child(2) {
  168. font-size: 30rpx;
  169. color: #a9a9a9;
  170. }
  171. .posi_logo {
  172. width: 100%;
  173. display: flex;
  174. padding: 20rpx 0;
  175. background: #fff;
  176. }
  177. .posi_logo view:nth-child(1) {
  178. width: 100rpx;
  179. border-radius: 16rpx;
  180. height: 100rpx;
  181. }
  182. .posi_logo view:nth-child(1) image {
  183. display: block;
  184. width: 100rpx;
  185. height: 100rpx;
  186. border-radius: 16rpx;
  187. border: 1px solid #e5e5e5;
  188. }
  189. .posi_logo view:nth-child(2) {
  190. display: flex;
  191. flex-direction: column;
  192. flex: 8;
  193. padding-left: 30rpx;
  194. }
  195. .posi_logo view:nth-child(2) text:nth-child(1) {
  196. font-size: 32rpx;
  197. color: #333;
  198. letter-spacing: 0;
  199. height:55rpx;
  200. line-height:64rpx;
  201. white-space: nowrap;
  202. text-overflow: ellipsis;
  203. overflow: hidden;
  204. }
  205. .posi_logo view:nth-child(2) text:nth-child(2) {
  206. font-size: 24rpx;
  207. color: #b8b8b8;
  208. padding-top: 3rpx;
  209. width: 450rpx;
  210. height:41rpx;
  211. line-height:40rpx;
  212. white-space: nowrap;
  213. text-overflow: ellipsis;
  214. overflow: hidden;
  215. }
  216. .notes view:nth-child(1) {
  217. height: 87rpx;
  218. line-height: 87rpx;
  219. background: #fff;
  220. border-top: 1px solid #f9f9f9;
  221. }
  222. .notes {
  223. width: 92%;
  224. margin: 0 auto;
  225. }
  226. .active {
  227. opacity: 0.6;
  228. }
  229. .notes view:nth-child(1) text {
  230. color: #333;
  231. letter-spacing: 0;
  232. font-size: 30rpx;
  233. height: 70rpx;
  234. line-height: 70rpx;
  235. }
  236. .notes view:nth-child(2) {
  237. background: #fff;
  238. display: flex;
  239. flex-direction: column;
  240. }
  241. .notes view:nth-child(2)>text {
  242. font-size: 24rpx;
  243. color: #919191;
  244. letter-spacing: 0;
  245. line-height: 42rpx;
  246. }
  247. .buy-view {
  248. background: #fff;
  249. height: 96rpx;
  250. bottom: 0;
  251. left: 0;
  252. right: 0;
  253. padding-bottom: 22rpx;
  254. padding-top: 22rpx;
  255. }
  256. .buy {
  257. position: relative;
  258. background: #00c0ff;
  259. height: 94rpx;
  260. width: 560rpx;
  261. margin: 0 auto 30rpx;
  262. color: #fff;
  263. font-size: 36rpx;
  264. line-height: 94rpx;
  265. border-radius: 61rpx;
  266. }
  267. .goback{
  268. position: relative;
  269. float: left;
  270. width:122rpx!important;
  271. height:95rpx;
  272. background:rgba(255,255,255,1);
  273. line-height: 95rpx;
  274. border:1px solid rgba(227,227,227,1);
  275. border-radius:48rpx;
  276. margin-left: 25rpx;
  277. }
  278. .goback image{
  279. position: absolute;
  280. width: 70rpx;
  281. left: 0;
  282. right: 0;
  283. top: 0;
  284. bottom: 0;
  285. margin: auto;
  286. }
  287. .tel {
  288. right: 0;
  289. top: 0;
  290. bottom: 0;
  291. margin: auto;
  292. width: 50rpx;
  293. height: 50rpx;
  294. }
  295. .txt {
  296. margin-right: 30rpx;
  297. }
  298. .distance {
  299. border: none;
  300. border-radius: 16rpx;
  301. width: 600rpx;
  302. padding: 16rpx 6rpx 0 0;
  303. }
  304. .distance .txt01 {
  305. display: block;
  306. font-size: 26rpx;
  307. color: #ff4949;
  308. }
  309. .clock {
  310. width: 116rpx !important;
  311. vertical-align: middle;
  312. margin-right: 10rpx;
  313. margin-top: -4rpx;
  314. }
  315. .qiang {
  316. position: inline-block;
  317. width: 60rpx;
  318. height: 40rpx;
  319. line-height: 40rpx;
  320. color: #ff4949;
  321. text-align: center;
  322. font-size: 28rpx;
  323. margin-right: 10rpx;
  324. }
  325. .times {
  326. display: inline-block;
  327. color: #ff4949;
  328. font-weight: bold;
  329. font-size: 26rpx;
  330. text-align: center;
  331. }
  332. .times text {
  333. display: inline-block;
  334. margin: 6rpx;
  335. height: 56rpx;
  336. padding: 0 6rpx;
  337. text-align: center;
  338. font-size: 28rpx;
  339. line-height: 60rpx;
  340. border-radius: 12rpx;
  341. color: #fff;
  342. font-weight: bold;
  343. background: #ff4949;
  344. }
  345. .b1 {
  346. position: fixed;
  347. top: 0px;
  348. bottom: 0px;
  349. left: 0px;
  350. right: 0px;
  351. background: rgba(0, 0, 0, 0.8);
  352. overflow: hidden;
  353. z-index: 10;
  354. }
  355. .con {
  356. position: absolute;
  357. top: 35rpx;
  358. right: 0;
  359. bottom: 0;
  360. left: 0;
  361. margin: auto;
  362. width: 587rpx;
  363. }
  364. .con .image {
  365. display: block;
  366. width: 100%;
  367. }
  368. .img {
  369. margin-top: -50rpx;
  370. }
  371. .question {
  372. display: block;
  373. width: 587rpx;
  374. background: #fff;
  375. border-bottom-left-radius: 22rpx;
  376. border-bottom-right-radius: 22rpx;
  377. overflow: hidden;
  378. }
  379. .ques {
  380. display: block;
  381. width: 511rpx;
  382. margin: 0 auto;
  383. height: 95rpx;
  384. line-height: 95rpx;
  385. font-size: 30rpx;
  386. color: #333;
  387. border-bottom: 1rpx solid #eee;
  388. }
  389. .titles {
  390. width: 511rpx;
  391. display: block;
  392. text-align: center;
  393. height: 50rpx;
  394. margin: 0 auto;
  395. padding-top: 10rpx;
  396. padding-bottom: 20rpx;
  397. font-size: 32rpx;
  398. font-weight: bold;
  399. line-height: 41rpx;
  400. border-bottom: 1rpx solid #eee;
  401. }
  402. .quessss >view:last-child {
  403. border-bottom: 0;
  404. }
  405. .wmclose {
  406. position: relative;
  407. z-index: 10000;
  408. display: block;
  409. width: 70rpx;
  410. }
  411. .ques_gou {
  412. position: absolute;
  413. width: 20rpx;
  414. top: 160rpx;
  415. left: 23rpx;
  416. }
  417. .btnss {
  418. color: #f8755b;
  419. font-weight: bold;
  420. font-size: 30rpx !important;
  421. text-align: center !important;
  422. }
  423. .radios {
  424. display: block;
  425. font-size: 28rpx;
  426. height: 95rpx;
  427. line-height: 95rpx;
  428. color: #333;
  429. text-indent: 0.5em;
  430. }
  431. .elecard {
  432. display: inline-block;
  433. margin-left: 6rpx;
  434. color: #00c0ff;
  435. border: 1px solid #00c0ff;
  436. border-radius: 8rpx;
  437. font-style: normal;
  438. font-size: 30rpx;
  439. line-height: 40rpx;
  440. padding: 0 6rpx;
  441. }
  442. .applyshop {
  443. font-size: 30rpx;
  444. height: 70rpx;
  445. line-height: 70rpx;
  446. color: #333;
  447. text-indent:1em;
  448. }
  449. .btns{
  450. /* padding: 0 33rpx; */
  451. position: fixed;
  452. left: 0;
  453. right: 0;
  454. bottom: 0;
  455. padding-bottom: 37rpx;
  456. padding-top:37rpx;
  457. z-index: 100;
  458. background: #fff;
  459. }
  460. .btns > button{
  461. width: 277rpx;
  462. height: 95rpx;
  463. border-radius:48rpx;
  464. text-align: center;
  465. }
  466. .btns .fl{
  467. margin-left: 20rpx;
  468. color: #fff;
  469. background:rgba(255,169,2,1);
  470. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  471. }
  472. .btns .fl text{
  473. display: block;
  474. font-size: 30rpx;
  475. line-height: 34rpx;
  476. }
  477. .btns .fl text:nth-of-type(1){
  478. margin-top: 12rpx;
  479. }
  480. .btns .fr{
  481. font-size: 30rpx;
  482. color: #fff;
  483. margin-right: 20rpx;
  484. line-height: 95rpx;
  485. background:rgba(236,59,45,1);
  486. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  487. }
  488. .support-tansfer{
  489. width: 60%;
  490. border-radius: 50rpx;
  491. margin-top: 30rpx;
  492. background: #02C0FF!important;
  493. }
  494. .shaddow{
  495. z-index: 100;
  496. position:fixed;
  497. width:100%;
  498. height:100%;
  499. top:0px;
  500. background:rgba(0,0,0,0.8);
  501. overflow:hidden;
  502. }
  503. .alert-box{
  504. position: fixed;
  505. top: 200rpx;
  506. left: 10%;
  507. width: 80%;
  508. height: auto;
  509. padding-bottom: 20rpx;
  510. background: #fff;
  511. z-index: 200;
  512. border-radius: 20rpx;
  513. }
  514. .user-img{
  515. position: absolute;
  516. top: -50rpx;
  517. left: 250rpx;
  518. /* margin-left: -50rpx; */
  519. width: 100rpx;
  520. height: 100rpx;
  521. z-index: 300;
  522. border-radius: 50rpx;
  523. background: #fff;
  524. overflow: hidden;
  525. }
  526. .user-img image{
  527. width: 100rpx;
  528. height: 100rpx;
  529. }
  530. .close{
  531. position: absolute;
  532. z-index: 300;
  533. right: 0;
  534. top: 0;
  535. width: 100rpx;
  536. height: 100rpx;
  537. overflow: hidden;
  538. }
  539. .close image{
  540. display: block;
  541. width: 26rpx;
  542. height: 26rpx;
  543. margin: 20rpx 0 0 52rpx;
  544. }
  545. .a-title{
  546. text-align: center;
  547. margin-top: 76rpx;
  548. font-size:36rpx;
  549. font-family:PingFang-SC-Medium;
  550. font-weight:500;
  551. color:rgba(51,51,51,1);
  552. line-height:44rpx;
  553. }
  554. .a-img{
  555. position: relative;
  556. width: 80%;
  557. border-radius: 20rpx;
  558. height: 294rpx;
  559. overflow: hidden;
  560. text-align: center;
  561. margin: 30rpx auto 0;
  562. }
  563. .a-received{
  564. position: absolute;
  565. width: 100%;
  566. height: 294rpx;
  567. top: 0;
  568. left: 0;
  569. text-align: center;
  570. line-height: 294rpx;
  571. z-index: 320;
  572. background:rgba(255,255,255,1);
  573. border:0px solid rgba(151,57,117,1);
  574. opacity:0.91;
  575. font-size:36rpx;
  576. color:rgba(255,51,50,1);
  577. font-family:PingFang-SC-Medium;
  578. }
  579. .a-img image{
  580. width: 100%;
  581. height: 100%;
  582. }
  583. .bottom{
  584. text-align: center;
  585. height: 70rpx;
  586. line-height: 70rpx;
  587. color: #999;
  588. font-size: 32rpx;
  589. }
  590. .presslimit{
  591. color:red;
  592. font-size:26rpx;
  593. letter-spacing:1.16rpx;
  594. overflow:hidden;
  595. white-space:nowrap;
  596. text-overflow:ellipsis;
  597. }