C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

656 lines
9.8 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-size: 32rpx;
  62. color: #000;
  63. letter-spacing: 1.09rpx;
  64. line-height: 45rpx;
  65. width: 542rpx;
  66. overflow: hidden;
  67. white-space: nowrap;
  68. text-overflow: ellipsis;
  69. padding-top: 30rpx;
  70. }
  71. .subTitle {
  72. display: block;
  73. width: 588rpx;
  74. /* height: 37rpx; */
  75. font-size: 26rpx;
  76. color: #999;
  77. letter-spacing: 1.16rpx;
  78. overflow: hidden;
  79. white-space: nowrap;
  80. text-overflow: ellipsis;
  81. padding: 6rpx 0;
  82. }
  83. .rest {
  84. font-size: 24rpx;
  85. color: #919191;
  86. letter-spacing: 0;
  87. height: 70rpx;
  88. line-height: 70rpx;
  89. /* border-bottom: 1px solid #eee; */
  90. border-bottom: 1px solid #f9f9f9;
  91. }
  92. .restNum {
  93. font-size: 24rpx;
  94. color: #999;
  95. letter-spacing: 1.16rpx;
  96. text-align: right;
  97. }
  98. .time {
  99. font-size: 24rpx;
  100. color: #333;
  101. letter-spacing: 0;
  102. line-height: 33rpx;
  103. display: inline-block;
  104. }
  105. .txt01 {
  106. font-size: 24rpx;
  107. color: #919191;
  108. letter-spacing: 0;
  109. }
  110. .price {
  111. font-size: 24rpx;
  112. color: #999;
  113. letter-spacing: 0;
  114. }
  115. .salePriceStr {
  116. font-size: 24rpx;
  117. color: #999;
  118. letter-spacing: 0;
  119. }
  120. .salePriceStr .pri01 {
  121. font-size: 40rpx;
  122. color: #ff4949;
  123. letter-spacing: 0;
  124. line-height:40rpx;
  125. }
  126. .use{
  127. color: #ff4949;
  128. margin-left: 10rpx;
  129. }
  130. .salePriceStr .yuan {
  131. font-size: 24rpx;
  132. color: #ff4949;
  133. letter-spacing: 0;
  134. }
  135. .price text {
  136. font-size: 24rpx;
  137. color: #333;
  138. letter-spacing: 0;
  139. }
  140. .throgh {
  141. text-decoration: line-through;
  142. margin-left: 10rpx;
  143. color: #999!important;
  144. }
  145. .fl {
  146. float: left;
  147. color: red;
  148. }
  149. .fr {
  150. float: right;
  151. }
  152. .posi {
  153. position: relative;
  154. width: 92%;
  155. margin: 0 auto;
  156. }
  157. .posi>view:nth-child(2) {
  158. width: 100%;
  159. display: flex;
  160. justify-content: space-between;
  161. }
  162. .posi>view:nth-child(2) text:nth-child(1) {
  163. font-size: 30rpx;
  164. color: #a9a9a9;
  165. }
  166. .posi>view:nth-child(2) text:nth-child(2) {
  167. font-size: 30rpx;
  168. color: #a9a9a9;
  169. }
  170. .posi_logo {
  171. width: 100%;
  172. display: flex;
  173. padding: 20rpx 0;
  174. background: #fff;
  175. }
  176. .posi_logo view:nth-child(1) {
  177. width: 100rpx;
  178. border-radius: 16rpx;
  179. height: 100rpx;
  180. }
  181. .posi_logo view:nth-child(1) image {
  182. display: block;
  183. width: 100rpx;
  184. height: 100rpx;
  185. border-radius: 16rpx;
  186. border: 1px solid #e5e5e5;
  187. }
  188. .posi_logo view:nth-child(2) {
  189. display: flex;
  190. flex-direction: column;
  191. flex: 8;
  192. padding-left: 30rpx;
  193. }
  194. .posi_logo view:nth-child(2) text:nth-child(1) {
  195. font-size: 32rpx;
  196. color: #333;
  197. letter-spacing: 0;
  198. height:55rpx;
  199. line-height:64rpx;
  200. white-space: nowrap;
  201. text-overflow: ellipsis;
  202. overflow: hidden;
  203. }
  204. .posi_logo view:nth-child(2) text:nth-child(2) {
  205. font-size: 24rpx;
  206. color: #b8b8b8;
  207. padding-top: 3rpx;
  208. width: 450rpx;
  209. height:41rpx;
  210. line-height:40rpx;
  211. white-space: nowrap;
  212. text-overflow: ellipsis;
  213. overflow: hidden;
  214. }
  215. .notes view:nth-child(1) {
  216. height: 87rpx;
  217. line-height: 87rpx;
  218. background: #fff;
  219. border-top: 1px solid #f9f9f9;
  220. }
  221. .notes {
  222. width: 92%;
  223. margin: 0 auto;
  224. }
  225. .active {
  226. opacity: 0.6;
  227. }
  228. .notes view:nth-child(1) text {
  229. color: #333;
  230. letter-spacing: 0;
  231. font-size: 30rpx;
  232. height: 70rpx;
  233. line-height: 70rpx;
  234. }
  235. .notes view:nth-child(2) {
  236. background: #fff;
  237. display: flex;
  238. flex-direction: column;
  239. }
  240. .notes view:nth-child(2)>text {
  241. font-size: 24rpx;
  242. color: #919191;
  243. letter-spacing: 0;
  244. line-height: 42rpx;
  245. }
  246. .buy-view {
  247. background: #fff;
  248. height: 96rpx;
  249. bottom: 0;
  250. left: 0;
  251. right: 0;
  252. padding-bottom: 22rpx;
  253. padding-top: 22rpx;
  254. }
  255. .buy {
  256. position: relative;
  257. background: #00c0ff;
  258. height: 94rpx;
  259. width: 560rpx;
  260. margin: 0 auto 30rpx;
  261. color: #fff;
  262. font-size: 36rpx;
  263. line-height: 94rpx;
  264. border-radius: 61rpx;
  265. }
  266. .goback{
  267. position: relative;
  268. float: left;
  269. width:122rpx!important;
  270. height:95rpx;
  271. background:rgba(255,255,255,1);
  272. line-height: 95rpx;
  273. border:1rpx solid rgba(227,227,227,1);
  274. box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
  275. border-radius:48rpx;
  276. margin-left: 25rpx;
  277. }
  278. .goback image{
  279. position: absolute;
  280. width: 60rpx;
  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. .close {
  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: 330rpx;
  462. height: 95rpx;
  463. border-radius:48rpx;
  464. text-align: center;
  465. }
  466. .btns .fl{
  467. color: #fff;
  468. background:rgba(255,169,2,1);
  469. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  470. }
  471. .btns .fl text{
  472. display: block;
  473. font-size: 30rpx;
  474. line-height: 34rpx;
  475. }
  476. .btns .fl text:nth-of-type(1){
  477. margin-top: 12rpx;
  478. }
  479. .btns .fr{
  480. font-size: 30rpx;
  481. color: #fff;
  482. line-height: 95rpx;
  483. background:rgba(236,59,45,1);
  484. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  485. }
  486. .support-tansfer{
  487. width: 60%;
  488. border-radius: 50rpx;
  489. margin-top: 30rpx;
  490. background: #02C0FF!important;
  491. }
  492. .shaddow{
  493. z-index: 100;
  494. position:fixed;
  495. width:100%;
  496. height:100%;
  497. top:0px;
  498. background:rgba(0,0,0,0.8);
  499. overflow:hidden;
  500. }
  501. .alert-box{
  502. position: fixed;
  503. top: 200rpx;
  504. left: 10%;
  505. width: 80%;
  506. height: auto;
  507. padding-bottom: 20rpx;
  508. background: #fff;
  509. z-index: 200;
  510. border-radius: 20rpx;
  511. }
  512. .user-img{
  513. position: absolute;
  514. top: -50rpx;
  515. left: 250rpx;
  516. /* margin-left: -50rpx; */
  517. width: 100rpx;
  518. height: 100rpx;
  519. z-index: 300;
  520. border-radius: 50rpx;
  521. background: #fff;
  522. overflow: hidden;
  523. }
  524. .user-img image{
  525. width: 100rpx;
  526. height: 100rpx;
  527. }
  528. .close{
  529. position: absolute;
  530. z-index: 300;
  531. right: 0;
  532. top: 0;
  533. width: 100rpx;
  534. height: 100rpx;
  535. overflow: hidden;
  536. }
  537. .close image{
  538. display: block;
  539. width: 26rpx;
  540. height: 26rpx;
  541. margin: 20rpx 0 0 52rpx;
  542. }
  543. .a-title{
  544. text-align: center;
  545. margin-top: 76rpx;
  546. font-size:36rpx;
  547. font-family:PingFang-SC-Medium;
  548. font-weight:500;
  549. color:rgba(51,51,51,1);
  550. line-height:44rpx;
  551. }
  552. .a-img{
  553. position: relative;
  554. width: 80%;
  555. border-radius: 20rpx;
  556. height: 294rpx;
  557. overflow: hidden;
  558. text-align: center;
  559. margin: 30rpx auto 0;
  560. }
  561. .a-received{
  562. position: absolute;
  563. width: 100%;
  564. height: 294rpx;
  565. top: 0;
  566. left: 0;
  567. text-align: center;
  568. line-height: 294rpx;
  569. z-index: 320;
  570. background:rgba(255,255,255,1);
  571. border:0px solid rgba(151,57,117,1);
  572. opacity:0.91;
  573. font-size:36rpx;
  574. color:rgba(255,51,50,1);
  575. font-family:PingFang-SC-Medium;
  576. }
  577. .a-img image{
  578. width: 100%;
  579. height: 100%;
  580. }
  581. .bottom{
  582. text-align: center;
  583. height: 70rpx;
  584. line-height: 70rpx;
  585. color: #999;
  586. font-size: 32rpx;
  587. }
  588. .presslimit{
  589. color:red;
  590. font-size:26rpx;
  591. letter-spacing:1.16rpx;
  592. overflow:hidden;
  593. white-space:nowrap;
  594. text-overflow:ellipsis;
  595. }