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.

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