C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

709 satır
10 KiB

  1. @import "../../../app.wxss";
  2. button::after {
  3. border: none;
  4. }
  5. page {
  6. height: auto !important;
  7. background: #f4f5f9;
  8. }
  9. .order {
  10. width: 100%;
  11. padding-bottom: 160rpx;
  12. }
  13. .success {
  14. vertical-align: middle;
  15. width: 40rpx;
  16. margin-right: 10rpx;
  17. float: left;
  18. }
  19. .tips {
  20. width: 92%;
  21. height: 70rpx;
  22. background: #2c8dff;
  23. color: #fff;
  24. padding: 20rpx 4% 0;
  25. }
  26. .merchantName {
  27. color: #3c3c3c !important;
  28. /* margin-left: 160rpx; */
  29. font-size: 28rpx;
  30. float: left;
  31. margin-left: 30rpx;
  32. height: 100%;
  33. line-height: 90rpx;
  34. }
  35. .tips view:nth-child(2) {
  36. font-size: 32rpx;
  37. padding-left: 16rpx;
  38. width: 100%;
  39. }
  40. .tips view:nth-child(1) {
  41. width: 100%;
  42. height: 32rpx;
  43. background: #fff;
  44. border-radius: 50%;
  45. color: #00c0ff;
  46. text-align: center;
  47. font-size: 28rpx;
  48. }
  49. .msg text:nth-child(1) {
  50. width: 90%;
  51. font-size: 28rpx;
  52. float: left;
  53. }
  54. .msg text:nth-child(2) {
  55. font-size: 24rpx;
  56. float: left;
  57. margin-left: 35rpx;
  58. }
  59. .section {
  60. /* margin-top: 2%; */
  61. background: #fff;
  62. }
  63. .detail_msg {
  64. width: 92%;
  65. display: flex;
  66. margin: 0 4%;
  67. margin-top: 10rpx;
  68. padding-bottom: 42rpx;
  69. border-bottom: 1rpx solid #eee;
  70. }
  71. .logo {
  72. display: block;
  73. width: 120rpx;
  74. height: 120rpx;
  75. border-radius: 16rpx;
  76. }
  77. .logo image {
  78. width: 120rpx;
  79. height: 120rpx;
  80. border-radius: 16rpx;
  81. }
  82. .sectionTit {
  83. padding-top: 30rpx;
  84. width: 92%;
  85. margin: 0 4%;
  86. font-size: 30rpx;
  87. color: #3c3c3c;
  88. }
  89. .info view:nth-child(1) {
  90. padding: 0 4%;
  91. width: 80%;
  92. overflow: hidden;
  93. text-overflow: ellipsis;
  94. white-space: nowrap;
  95. }
  96. .info {
  97. width: 100%;
  98. }
  99. .info view:nth-child(1) text {
  100. font-size: 30rpx;
  101. color: #000;
  102. letter-spacing: 0;
  103. }
  104. .info view:nth-child(1) text:nth-child(2) {
  105. color: #ffae00;
  106. font-size: 24rpx;
  107. }
  108. .info view:nth-child(2), .info view:nth-child(3) {
  109. font-size: 24rpx;
  110. padding-left: 4%;
  111. color: #919191;
  112. letter-spacing: 0;
  113. }
  114. .info view:nth-child(2) text, .info view:nth-child(3) text {
  115. font-size: 22rpx;
  116. color: #b8b8b8;
  117. }
  118. .payment {
  119. width: 92%;
  120. height: 120rpx;
  121. line-height: 120rpx;
  122. padding: 0 4%;
  123. display: flex;
  124. justify-content: space-between;
  125. border-bottom: 20rpx solid #ededed;
  126. }
  127. .payment view:nth-child(2) text:nth-child(1) {
  128. font-size: 36rpx;
  129. color: #ff3434;
  130. font-weight: bold;
  131. }
  132. .payment view:nth-child(2) text:nth-child(2) {
  133. font-size: 24rpx;
  134. color: #b4b4b4;
  135. padding-left: 18rpx;
  136. text-decoration: line-through;
  137. }
  138. .dhCode {
  139. position: relative;
  140. height: 96rpx;
  141. line-height: 96rpx;
  142. border-bottom: 1rpx solid #f4f5f9;
  143. padding-left: 5%;
  144. padding-right: 5%;
  145. }
  146. .classif {
  147. background: #fff;
  148. width: 100%;
  149. margin-top: 20rpx;
  150. }
  151. .wuliu {
  152. height: 96rpx;
  153. line-height: 96rpx;
  154. border-bottom: 1rpx solid #f4f5f9;
  155. padding-left: 5%;
  156. padding-right: 5%;
  157. overflow: hidden;
  158. }
  159. .left {
  160. float: left;
  161. }
  162. .sign {
  163. width: 160rpx;
  164. height: 60rpx;
  165. line-height: 60rpx;
  166. text-align: center;
  167. background-color: #00c0ff;
  168. color: #fff;
  169. border-radius: 12rpx;
  170. margin: 40rpx auto;
  171. padding: 12rpx 20rpx;
  172. font-size: 28rpx;
  173. }
  174. .left {
  175. float: left;
  176. font-size: 26rpx;
  177. color: #a6a6a6;
  178. }
  179. .copeCode {
  180. float: left;
  181. margin: 20rpx 10rpx;
  182. padding: 10rpx;
  183. height: 30rpx;
  184. line-height: 30rpx;
  185. border-radius: 8rpx;
  186. color: #df3502;
  187. border:1rpx #a6a6a6 solid;
  188. font-size: 28rpx;
  189. }
  190. .goInquire {
  191. float: left;
  192. margin: 20rpx 10rpx;
  193. padding: 10rpx;
  194. height: 30rpx;
  195. line-height: 30rpx;
  196. border:1rpx #a6a6a6 solid;
  197. border-radius: 8rpx;
  198. color: #3cc51f;
  199. font-size: 28rpx;
  200. }
  201. /*
  202. .classifShop{
  203. background: #FFFFFF;
  204. width: 100%;
  205. margin-top: 20rpx;
  206. padding-bottom: 20rpx;
  207. }
  208. .classifShop >view{
  209. font-size: 28rpx;
  210. color: #A6A6A6;
  211. position: relative;
  212. display: flex;
  213. justify-content: space-between;
  214. padding-left: 5%;
  215. padding-right: 5%;
  216. margin-bottom: 20rpx;
  217. }
  218. .classifShop >view:nth-child(1){
  219. height: 88rpx!important;
  220. line-height:94rpx;
  221. } */
  222. .classif > view:nth-child(2), .classif > view:nth-child(3) {
  223. position: relative;
  224. height: 94rpx;
  225. line-height: 94rpx;
  226. display: flex;
  227. justify-content: space-between;
  228. padding-left: 5%;
  229. padding-right: 5%;
  230. /* border-bottom: 1rpx solid #eee; */
  231. }
  232. .classif > view text:nth-child(2) {
  233. font-size: 28rpx;
  234. /* color: #3c3c3c; */
  235. }
  236. .classif > view text:nth-child(1) {
  237. font-size: 28rpx;
  238. color: #a6a6a6;
  239. float: left;
  240. }
  241. .classif > view:nth-child(1) {
  242. display: block;
  243. }
  244. .classif > view:nth-child(6) text:nth-child(2) {
  245. color: #666;
  246. }
  247. .spcode {
  248. position: absolute;
  249. right: 70rpx;
  250. bottom: 0;
  251. top: 0;
  252. margin: auto;
  253. width: 50rpx;
  254. z-index: 1;
  255. }
  256. .rArrow {
  257. position: absolute;
  258. right: 26rpx;
  259. height: 20rpx;
  260. width: 20rpx;
  261. margin: auto;
  262. bottom: 30rpx;
  263. }
  264. /*mask*/
  265. .drawer_screen {
  266. position: absolute;
  267. width: 100%;
  268. height: 100%;
  269. top: 0;
  270. left: 0;
  271. z-index: 1000;
  272. background: #000;
  273. opacity: 0.5;
  274. overflow: hidden;
  275. }
  276. .drawer_box {
  277. width: 650rpx;
  278. position: fixed;
  279. overflow: hidden;
  280. top: 50%;
  281. left: 0;
  282. z-index: 1001;
  283. margin: -150px 50rpx 0 50rpx;
  284. border-radius: 3px;
  285. }
  286. .drawer_title {
  287. padding: 15px;
  288. font: 20px "microsoft yahei";
  289. text-align: center;
  290. }
  291. .drawer_content {
  292. height: 210px;
  293. overflow-y: scroll; /*超出父盒子高度可滚动*/
  294. }
  295. .btn_ok {
  296. padding: 10px;
  297. font: 20px "microsoft yahei";
  298. text-align: center;
  299. border-top: 1px solid #e8e8ea;
  300. color: #3cc51f;
  301. }
  302. .top {
  303. padding-top: 8px;
  304. }
  305. .bottom {
  306. padding-bottom: 8px;
  307. }
  308. .title {
  309. height: 30px;
  310. line-height: 30px;
  311. width: 160rpx;
  312. text-align: center;
  313. display: inline-block;
  314. font: 300 28rpx/30px "microsoft yahei";
  315. }
  316. .input_base {
  317. border: 2rpx solid #ccc;
  318. padding-left: 10rpx;
  319. margin-right: 50rpx;
  320. }
  321. .input_h30 {
  322. height: 30px;
  323. line-height: 30px;
  324. }
  325. .input_h60 {
  326. height: 60px;
  327. }
  328. .input_view {
  329. font: 12px "microsoft yahei";
  330. background: #fff;
  331. color: #000;
  332. line-height: 30px;
  333. }
  334. input {
  335. font: 12px "microsoft yahei";
  336. background: #fff;
  337. color: #000;
  338. }
  339. radio {
  340. margin-right: 20px;
  341. }
  342. .grid {
  343. display: -webkit-box;
  344. display: box;
  345. }
  346. .col-0 {
  347. -webkit-box-flex: 0;
  348. box-flex: 0;
  349. }
  350. .col-1 {
  351. -webkit-box-flex: 1;
  352. box-flex: 1;
  353. }
  354. .fl {
  355. float: left;
  356. color: #3c3c3c !important;
  357. }
  358. .fr {
  359. float: left;
  360. }
  361. .clearfix:after {
  362. content: ".";
  363. display: block;
  364. height: 0;
  365. clear: both;
  366. visibility: hidden;
  367. }
  368. .panel {
  369. width: 600rpx;
  370. border-radius: 10rpx;
  371. background-color: #fff;
  372. margin: 30rpx auto 0;
  373. padding: 30rpx 0;
  374. position: relative;
  375. z-index: 10000000000;
  376. }
  377. .pane2 {
  378. background: #fff;
  379. opacity: 0.6;
  380. }
  381. .pane2 image {
  382. width: 500rpx;
  383. display: block;
  384. margin: 40rpx auto 0;
  385. }
  386. .barcode {
  387. height: 100rpx;
  388. width: 500rpx;
  389. margin: 0 auto;
  390. }
  391. .barnum {
  392. width: 88%;
  393. height: 46rpx;
  394. line-height: 46rpx;
  395. font-size: 32rpx;
  396. text-align: center;
  397. letter-spacing: 2rpx;
  398. white-space: nowrap;
  399. color: #999;
  400. }
  401. .barnum text {
  402. color: #333;
  403. }
  404. .barcode > canvas {
  405. width: 500rpx;
  406. height: 100rpx;
  407. }
  408. .qrcode {
  409. height: 340rpx;
  410. display: flex;
  411. flex-direction: column;
  412. justify-content: flex-end;
  413. align-items: center;
  414. }
  415. .qrcode > canvas {
  416. width: 350rpx;
  417. height: 350rpx;
  418. }
  419. .left {
  420. float: left;
  421. }
  422. .right {
  423. float: right;
  424. }
  425. .RMB {
  426. color: #fd782d !important;
  427. font-size: 24rpx !important;
  428. float: right;
  429. }
  430. .jine {
  431. color: #fd782d !important;
  432. font-size: 36rpx !important;
  433. font-weight: 400 !important;
  434. float: right;
  435. margin-left: 10rpx;
  436. }
  437. .jine1 {
  438. color: #b8b8b8 !important;
  439. font-size: 30rpx !important;
  440. font-weight: 400 !important;
  441. }
  442. .buy-view {
  443. /* background: #fff; */
  444. position: fixed;
  445. padding-top: 30rpx;
  446. height: 94rpx;
  447. bottom: 0;
  448. left: 0;
  449. right: 0;
  450. z-index: 100;
  451. padding-bottom: 30rpx;
  452. }
  453. .buy {
  454. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  455. height: 94rpx;
  456. width: 670rpx;
  457. margin: 0 auto;
  458. color: #fff;
  459. font-size: 32rpx;
  460. line-height: 94rpx;
  461. border-radius: 61rpx;
  462. }
  463. .active {
  464. opacity: 0.6;
  465. }
  466. .game-entry {
  467. width: 690rpx;
  468. height: 140rpx;
  469. margin: 20rpx auto 0;
  470. }
  471. .gameimg {
  472. display: block;
  473. width: 100%;
  474. height: 140rpx;
  475. }
  476. /*
  477. .merchantVoList {
  478. width: 100%;
  479. }
  480. .merchantVoList .tel {
  481. width: 50rpx;
  482. height: 50rpx;
  483. float: right;
  484. z-index: 10;
  485. margin-top: 30rpx;
  486. } */
  487. .btns {
  488. background: #00c0ff;
  489. height: 94rpx;
  490. width: 670rpx;
  491. margin: 0 auto 30rpx;
  492. color: #fff;
  493. font-size: 36rpx;
  494. line-height: 94rpx;
  495. border-radius: 61rpx;
  496. }
  497. /* .merchantImgUrl{
  498. width: 90rpx;
  499. float: left;
  500. border-radius: 10rpx;
  501. z-index: 10;
  502. margin: 0 auto;
  503. } */
  504. .support-tansfer {
  505. width: 690rpx;
  506. border-radius: 50rpx;
  507. margin-top: 60rpx;
  508. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%) !important;
  509. }
  510. .share {
  511. width: 40rpx;
  512. height: 40rpx;
  513. margin-right: 20rpx;
  514. }
  515. .showT {
  516. width: 100%;
  517. height: 100vh;
  518. background-color: rgba(0, 0, 0, 0.1);
  519. position: fixed;
  520. top: 0;
  521. left: 0;
  522. overflow: hidden;
  523. }
  524. .titleBxo {
  525. width: 70%;
  526. margin: 300rpx auto;
  527. background-color: #fff;
  528. border-radius: 12rpx;
  529. overflow: hidden;
  530. }
  531. .titleBxo .text {
  532. margin: 40rpx auto 20rpx auto;
  533. text-align: center;
  534. font-size: 36rpx;
  535. }
  536. .titleBxo .p {
  537. margin-top: 10rpx auto 30rpx auto;
  538. font-size: 22rpx;
  539. text-align: center;
  540. }
  541. .btnBox {
  542. overflow: hidden;
  543. margin-top: 40rpx;
  544. margin-bottom: 20rpx;
  545. display: flex;
  546. justify-content: space-around;
  547. }
  548. .le {
  549. width: 40%;
  550. height: 60rpx;
  551. line-height: 60rpx;
  552. border-radius: 10rpx;
  553. background-color: #00c0ff;
  554. text-align: center;
  555. color: #fff;
  556. }
  557. .ri {
  558. width: 40%;
  559. height: 60rpx;
  560. line-height: 60rpx;
  561. border-radius: 10rpx;
  562. text-align: center;
  563. border: 1rpx solid #919191;
  564. }
  565. .childList {
  566. padding-left: 5%;
  567. padding-right: 5%;
  568. overflow: hidden;
  569. }
  570. .childTitle {
  571. font-size: 28rpx;
  572. color: #a6a6a6;
  573. margin-top: 20rpx;
  574. }
  575. .childItme {
  576. border-radius: 12rpx;
  577. overflow: hidden;
  578. background-color: #fff;
  579. margin: 20rpx;
  580. }
  581. .orderName {
  582. margin: 20rpx;
  583. font-size: 26rpx;
  584. }
  585. .chaildDetBox {
  586. margin: 20rpx;
  587. overflow: hidden;
  588. }
  589. .chaildImg {
  590. float: left;
  591. width: 100rpx;
  592. height: 100rpx;
  593. border-radius: 10rpx;
  594. }
  595. .childDataBox {
  596. float: left;
  597. width: 50%;
  598. margin-left: 20rpx;
  599. }
  600. .childPriceStr {
  601. font-size: 24rpx;
  602. color: #919191;
  603. letter-spacing: 0;
  604. margin-left: 20rpx;
  605. }