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

658 lines
10 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) text:nth-child(1) {
  159. font-size: 30rpx;
  160. color: #a9a9a9;
  161. } */
  162. /*
  163. .posi>view:nth-child(2) text:nth-child(2) {
  164. font-size: 30rpx;
  165. color: #a9a9a9;
  166. } */
  167. .posi_logo {
  168. position: relative;
  169. width: 100%;
  170. display: flex;
  171. padding: 20rpx 0;
  172. background: #fff;
  173. }
  174. .posi_logo view:nth-child(1) {
  175. /* width: 100rpx; */
  176. /* margin-right: 16rpx; */
  177. border-radius: 16rpx;
  178. /* height: 100rpx; */
  179. }
  180. .posi_logo view:nth-child(1) image {
  181. display: block;
  182. width: 100rpx;
  183. height: 100rpx;
  184. border-radius: 16rpx;
  185. margin-right: 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. height: 100rpx;
  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. white-space: nowrap;
  200. text-overflow: ellipsis;
  201. overflow: hidden;
  202. }
  203. .shopVoList{
  204. display: flex!important;
  205. padding-left: 0!important;
  206. flex-direction:row!important;
  207. }
  208. .shopVoList text{
  209. font-size: 20rpx!important;
  210. display: inline-block!important;
  211. white-space: nowrap;
  212. text-overflow: ellipsis;
  213. overflow: hidden;
  214. color: #b8b8b8!important;
  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: #AF6E34 ;
  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. position: absolute;
  289. right: 0;
  290. top: 0;
  291. bottom: 0;
  292. margin: auto;
  293. width: 50rpx;
  294. height: 50rpx;
  295. }
  296. .txt {
  297. margin-right: 30rpx;
  298. }
  299. .distance {
  300. border: none;
  301. border-radius: 16rpx;
  302. width: 600rpx;
  303. padding: 16rpx 6rpx 0 0;
  304. }
  305. .distance .txt01 {
  306. display: block;
  307. font-size: 26rpx;
  308. color: #ff4949;
  309. }
  310. .clock {
  311. width: 116rpx !important;
  312. vertical-align: middle;
  313. margin-right: 10rpx;
  314. margin-top: -4rpx;
  315. }
  316. .qiang {
  317. position: inline-block;
  318. width: 60rpx;
  319. height: 40rpx;
  320. line-height: 40rpx;
  321. color: #ff4949;
  322. text-align: center;
  323. font-size: 28rpx;
  324. margin-right: 10rpx;
  325. }
  326. .times {
  327. display: inline-block;
  328. color: #ff4949;
  329. font-weight: bold;
  330. font-size: 26rpx;
  331. text-align: center;
  332. }
  333. .times text {
  334. display: inline-block;
  335. margin: 6rpx;
  336. height: 56rpx;
  337. padding: 0 6rpx;
  338. text-align: center;
  339. font-size: 28rpx;
  340. line-height: 60rpx;
  341. border-radius: 12rpx;
  342. color: #fff;
  343. font-weight: bold;
  344. background: #ff4949;
  345. }
  346. .b1 {
  347. position: fixed;
  348. top: 0px;
  349. bottom: 0px;
  350. left: 0px;
  351. right: 0px;
  352. background: rgba(0, 0, 0, 0.8);
  353. overflow: hidden;
  354. z-index: 10;
  355. }
  356. .con {
  357. position: absolute;
  358. top: 35rpx;
  359. right: 0;
  360. bottom: 0;
  361. left: 0;
  362. margin: auto;
  363. width: 587rpx;
  364. }
  365. .con .image {
  366. display: block;
  367. width: 100%;
  368. }
  369. .img {
  370. margin-top: -50rpx;
  371. }
  372. .question {
  373. display: block;
  374. width: 587rpx;
  375. background: #fff;
  376. border-bottom-left-radius: 22rpx;
  377. border-bottom-right-radius: 22rpx;
  378. overflow: hidden;
  379. }
  380. .ques {
  381. display: block;
  382. width: 511rpx;
  383. margin: 0 auto;
  384. height: 95rpx;
  385. line-height: 95rpx;
  386. font-size: 30rpx;
  387. color: #333;
  388. border-bottom: 1rpx solid #eee;
  389. }
  390. .titles {
  391. width: 511rpx;
  392. display: block;
  393. text-align: center;
  394. height: 50rpx;
  395. margin: 0 auto;
  396. padding-top: 10rpx;
  397. padding-bottom: 20rpx;
  398. font-size: 32rpx;
  399. font-weight: bold;
  400. line-height: 41rpx;
  401. border-bottom: 1rpx solid #eee;
  402. }
  403. .quessss >view:last-child {
  404. border-bottom: 0;
  405. }
  406. .wmclose {
  407. position: relative;
  408. z-index: 10000;
  409. display: block;
  410. width: 70rpx;
  411. }
  412. .ques_gou {
  413. position: absolute;
  414. width: 20rpx;
  415. top: 160rpx;
  416. left: 23rpx;
  417. }
  418. .btnss {
  419. color: #f8755b;
  420. font-weight: bold;
  421. font-size: 30rpx !important;
  422. text-align: center !important;
  423. }
  424. .radios {
  425. display: block;
  426. font-size: 28rpx;
  427. height: 95rpx;
  428. line-height: 95rpx;
  429. color: #333;
  430. text-indent: 0.5em;
  431. }
  432. .elecard {
  433. display: inline-block;
  434. margin-left: 6rpx;
  435. color: #AF6E34 ;
  436. border: 1px solid #AF6E34 ;
  437. border-radius: 8rpx;
  438. font-style: normal;
  439. font-size: 30rpx;
  440. line-height: 40rpx;
  441. padding: 0 6rpx;
  442. }
  443. .applyshop {
  444. font-size: 30rpx;
  445. height: 70rpx;
  446. line-height: 70rpx;
  447. color: #333;
  448. text-indent:1em;
  449. }
  450. .btns{
  451. /* padding: 0 33rpx; */
  452. position: fixed;
  453. left: 0;
  454. right: 0;
  455. bottom: 0;
  456. padding-bottom: 37rpx;
  457. padding-top:37rpx;
  458. z-index: 100;
  459. background: #fff;
  460. }
  461. .btns > button{
  462. width: 277rpx;
  463. height: 95rpx;
  464. border-radius:48rpx;
  465. text-align: center;
  466. }
  467. .btns .fl{
  468. margin-left: 20rpx;
  469. color: #fff;
  470. background:rgba(255,169,2,1);
  471. box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
  472. }
  473. .btns .fl text{
  474. display: block;
  475. font-size: 30rpx;
  476. line-height: 34rpx;
  477. }
  478. .btns .fl text:nth-of-type(1){
  479. margin-top: 12rpx;
  480. }
  481. .btns .fr{
  482. font-size: 30rpx;
  483. color: #fff;
  484. margin-right: 20rpx;
  485. line-height: 95rpx;
  486. background:rgba(236,59,45,1);
  487. box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);
  488. }
  489. .support-tansfer{
  490. width: 60%;
  491. border-radius: 50rpx;
  492. margin-top: 30rpx;
  493. background: #02C0FF!important;
  494. }
  495. .shaddow{
  496. z-index: 100;
  497. position:fixed;
  498. width:100%;
  499. height:100%;
  500. top:0px;
  501. background:rgba(0,0,0,0.8);
  502. overflow:hidden;
  503. }
  504. .alert-box{
  505. position: fixed;
  506. top: 200rpx;
  507. left: 10%;
  508. width: 80%;
  509. height: auto;
  510. padding-bottom: 20rpx;
  511. background: #fff;
  512. z-index: 200;
  513. border-radius: 20rpx;
  514. }
  515. .user-img{
  516. position: absolute;
  517. top: -50rpx;
  518. left: 250rpx;
  519. /* margin-left: -50rpx; */
  520. width: 100rpx;
  521. height: 100rpx;
  522. z-index: 300;
  523. border-radius: 50rpx;
  524. background: #fff;
  525. overflow: hidden;
  526. }
  527. .user-img image{
  528. width: 100rpx;
  529. height: 100rpx;
  530. }
  531. .close{
  532. position: absolute;
  533. z-index: 300;
  534. right: 0;
  535. top: 0;
  536. width: 100rpx;
  537. height: 100rpx;
  538. overflow: hidden;
  539. }
  540. .close image{
  541. display: block;
  542. width: 26rpx;
  543. height: 26rpx;
  544. margin: 20rpx 0 0 52rpx;
  545. }
  546. .a-title{
  547. text-align: center;
  548. margin-top: 76rpx;
  549. font-size:36rpx;
  550. font-family:PingFang-SC-Medium;
  551. font-weight:500;
  552. color:rgba(51,51,51,1);
  553. line-height:44rpx;
  554. }
  555. .a-img{
  556. position: relative;
  557. width: 80%;
  558. border-radius: 20rpx;
  559. height: 294rpx;
  560. overflow: hidden;
  561. text-align: center;
  562. margin: 30rpx auto 0;
  563. }
  564. .a-received{
  565. position: absolute;
  566. width: 100%;
  567. height: 294rpx;
  568. top: 0;
  569. left: 0;
  570. text-align: center;
  571. line-height: 294rpx;
  572. z-index: 320;
  573. background:rgba(255,255,255,1);
  574. border:0px solid rgba(151,57,117,1);
  575. opacity:0.91;
  576. font-size:36rpx;
  577. color:rgba(255,51,50,1);
  578. font-family:PingFang-SC-Medium;
  579. }
  580. .a-img image{
  581. width: 100%;
  582. height: 100%;
  583. }
  584. .bottom{
  585. text-align: center;
  586. height: 70rpx;
  587. line-height: 70rpx;
  588. color: #999;
  589. font-size: 32rpx;
  590. }
  591. .presslimit{
  592. color:red;
  593. font-size:26rpx;
  594. letter-spacing:1.16rpx;
  595. overflow:hidden;
  596. white-space:nowrap;
  597. text-overflow:ellipsis;
  598. }
  599. checkbox-group,radio-group{
  600. height:400rpx;
  601. overflow-y:scroll;
  602. }