C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

681 rivejä
9.6 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. .right {
  175. float: right;
  176. }
  177. /*
  178. .classifShop{
  179. background: #FFFFFF;
  180. width: 100%;
  181. margin-top: 20rpx;
  182. padding-bottom: 20rpx;
  183. }
  184. .classifShop >view{
  185. font-size: 28rpx;
  186. color: #A6A6A6;
  187. position: relative;
  188. display: flex;
  189. justify-content: space-between;
  190. padding-left: 5%;
  191. padding-right: 5%;
  192. margin-bottom: 20rpx;
  193. }
  194. .classifShop >view:nth-child(1){
  195. height: 88rpx!important;
  196. line-height:94rpx;
  197. } */
  198. .classif > view:nth-child(2), .classif > view:nth-child(3) {
  199. position: relative;
  200. height: 94rpx;
  201. line-height: 94rpx;
  202. display: flex;
  203. justify-content: space-between;
  204. padding-left: 5%;
  205. padding-right: 5%;
  206. /* border-bottom: 1rpx solid #eee; */
  207. }
  208. .classif > view text:nth-child(2) {
  209. font-size: 28rpx;
  210. color: #3c3c3c;
  211. }
  212. .classif > view text:nth-child(1) {
  213. font-size: 28rpx;
  214. color: #a6a6a6;
  215. float: left;
  216. }
  217. .classif > view:nth-child(1) {
  218. display: block;
  219. }
  220. .classif > view:nth-child(6) text:nth-child(2) {
  221. color: #666;
  222. }
  223. .spcode {
  224. position: absolute;
  225. right: 70rpx;
  226. bottom: 0;
  227. top: 0;
  228. margin: auto;
  229. width: 50rpx;
  230. z-index: 1;
  231. }
  232. .rArrow {
  233. position: absolute;
  234. right: 26rpx;
  235. height: 20rpx;
  236. width: 20rpx;
  237. margin: auto;
  238. bottom: 30rpx;
  239. }
  240. /*mask*/
  241. .drawer_screen {
  242. position: absolute;
  243. width: 100%;
  244. height: 100%;
  245. top: 0;
  246. left: 0;
  247. z-index: 1000;
  248. background: #000;
  249. opacity: 0.5;
  250. overflow: hidden;
  251. }
  252. .drawer_box {
  253. width: 650rpx;
  254. position: fixed;
  255. overflow: hidden;
  256. top: 50%;
  257. left: 0;
  258. z-index: 1001;
  259. margin: -150px 50rpx 0 50rpx;
  260. border-radius: 3px;
  261. }
  262. .drawer_title {
  263. padding: 15px;
  264. font: 20px "microsoft yahei";
  265. text-align: center;
  266. }
  267. .drawer_content {
  268. height: 210px;
  269. overflow-y: scroll; /*超出父盒子高度可滚动*/
  270. }
  271. .btn_ok {
  272. padding: 10px;
  273. font: 20px "microsoft yahei";
  274. text-align: center;
  275. border-top: 1px solid #e8e8ea;
  276. color: #3cc51f;
  277. }
  278. .top {
  279. padding-top: 8px;
  280. }
  281. .bottom {
  282. padding-bottom: 8px;
  283. }
  284. .title {
  285. height: 30px;
  286. line-height: 30px;
  287. width: 160rpx;
  288. text-align: center;
  289. display: inline-block;
  290. font: 300 28rpx/30px "microsoft yahei";
  291. }
  292. .input_base {
  293. border: 2rpx solid #ccc;
  294. padding-left: 10rpx;
  295. margin-right: 50rpx;
  296. }
  297. .input_h30 {
  298. height: 30px;
  299. line-height: 30px;
  300. }
  301. .input_h60 {
  302. height: 60px;
  303. }
  304. .input_view {
  305. font: 12px "microsoft yahei";
  306. background: #fff;
  307. color: #000;
  308. line-height: 30px;
  309. }
  310. input {
  311. font: 12px "microsoft yahei";
  312. background: #fff;
  313. color: #000;
  314. }
  315. radio {
  316. margin-right: 20px;
  317. }
  318. .grid {
  319. display: -webkit-box;
  320. display: box;
  321. }
  322. .col-0 {
  323. -webkit-box-flex: 0;
  324. box-flex: 0;
  325. }
  326. .col-1 {
  327. -webkit-box-flex: 1;
  328. box-flex: 1;
  329. }
  330. .fl {
  331. float: left;
  332. color: #3c3c3c !important;
  333. }
  334. .fr {
  335. float: left;
  336. }
  337. .clearfix:after {
  338. content: ".";
  339. display: block;
  340. height: 0;
  341. clear: both;
  342. visibility: hidden;
  343. }
  344. .panel {
  345. width: 600rpx;
  346. border-radius: 10rpx;
  347. background-color: #fff;
  348. margin: 30rpx auto 0;
  349. padding: 30rpx 0;
  350. position: relative;
  351. z-index: 10000000000;
  352. }
  353. .pane2 {
  354. background: #fff;
  355. opacity: 0.6;
  356. }
  357. .pane2 image {
  358. width: 500rpx;
  359. display: block;
  360. margin: 40rpx auto 0;
  361. }
  362. .barcode {
  363. height: 100rpx;
  364. width: 500rpx;
  365. margin: 0 auto;
  366. }
  367. .barnum {
  368. width: 88%;
  369. height: 46rpx;
  370. line-height: 46rpx;
  371. font-size: 32rpx;
  372. text-align: center;
  373. letter-spacing: 2rpx;
  374. white-space: nowrap;
  375. color: #999;
  376. }
  377. .barnum text {
  378. color: #333;
  379. }
  380. .barcode > canvas {
  381. width: 500rpx;
  382. height: 100rpx;
  383. }
  384. .qrcode {
  385. height: 340rpx;
  386. display: flex;
  387. flex-direction: column;
  388. justify-content: flex-end;
  389. align-items: center;
  390. }
  391. .qrcode > canvas {
  392. width: 350rpx;
  393. height: 350rpx;
  394. }
  395. .left {
  396. float: left;
  397. }
  398. .right {
  399. float: right;
  400. }
  401. .RMB {
  402. color: #fd782d !important;
  403. font-size: 24rpx !important;
  404. float: right;
  405. }
  406. .jine {
  407. color: #fd782d !important;
  408. font-size: 36rpx !important;
  409. font-weight: 400 !important;
  410. float: right;
  411. margin-left: 10rpx;
  412. }
  413. .jine1 {
  414. color: #b8b8b8 !important;
  415. font-size: 30rpx !important;
  416. font-weight: 400 !important;
  417. }
  418. .buy-view {
  419. /* background: #fff; */
  420. position: fixed;
  421. padding-top: 30rpx;
  422. height: 94rpx;
  423. bottom: 0;
  424. left: 0;
  425. right: 0;
  426. z-index: 100;
  427. padding-bottom: 30rpx;
  428. }
  429. .buy {
  430. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  431. height: 94rpx;
  432. width: 670rpx;
  433. margin: 0 auto;
  434. color: #fff;
  435. font-size: 32rpx;
  436. line-height: 94rpx;
  437. border-radius: 61rpx;
  438. }
  439. .active {
  440. opacity: 0.6;
  441. }
  442. .game-entry {
  443. width: 690rpx;
  444. height: 140rpx;
  445. margin: 20rpx auto 0;
  446. }
  447. .gameimg {
  448. display: block;
  449. width: 100%;
  450. height: 140rpx;
  451. }
  452. /*
  453. .merchantVoList {
  454. width: 100%;
  455. }
  456. .merchantVoList .tel {
  457. width: 50rpx;
  458. height: 50rpx;
  459. float: right;
  460. z-index: 10;
  461. margin-top: 30rpx;
  462. } */
  463. .btns {
  464. background: #00c0ff;
  465. height: 94rpx;
  466. width: 670rpx;
  467. margin: 0 auto 30rpx;
  468. color: #fff;
  469. font-size: 36rpx;
  470. line-height: 94rpx;
  471. border-radius: 61rpx;
  472. }
  473. /* .merchantImgUrl{
  474. width: 90rpx;
  475. float: left;
  476. border-radius: 10rpx;
  477. z-index: 10;
  478. margin: 0 auto;
  479. } */
  480. .support-tansfer {
  481. width: 690rpx;
  482. border-radius: 50rpx;
  483. margin-top: 60rpx;
  484. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%) !important;
  485. }
  486. .share {
  487. width: 40rpx;
  488. height: 40rpx;
  489. margin-right: 20rpx;
  490. }
  491. .showT {
  492. width: 100%;
  493. height: 100vh;
  494. background-color: rgba(0, 0, 0, 0.1);
  495. position: fixed;
  496. top: 0;
  497. left: 0;
  498. overflow: hidden;
  499. }
  500. .titleBxo {
  501. width: 70%;
  502. margin: 300rpx auto;
  503. background-color: #fff;
  504. border-radius: 12rpx;
  505. overflow: hidden;
  506. }
  507. .titleBxo .text {
  508. margin: 40rpx auto 20rpx auto;
  509. text-align: center;
  510. font-size: 36rpx;
  511. }
  512. .titleBxo .p {
  513. margin-top: 10rpx auto 30rpx auto;
  514. font-size: 22rpx;
  515. text-align: center;
  516. }
  517. .btnBox {
  518. overflow: hidden;
  519. margin-top: 40rpx;
  520. margin-bottom: 20rpx;
  521. display: flex;
  522. justify-content: space-around;
  523. }
  524. .le {
  525. width: 40%;
  526. height: 60rpx;
  527. line-height: 60rpx;
  528. border-radius: 10rpx;
  529. background-color: #00c0ff;
  530. text-align: center;
  531. color: #fff;
  532. }
  533. .ri {
  534. width: 40%;
  535. height: 60rpx;
  536. line-height: 60rpx;
  537. border-radius: 10rpx;
  538. text-align: center;
  539. border: 1rpx solid #919191;
  540. }
  541. .childList {
  542. padding-left: 5%;
  543. padding-right: 5%;
  544. overflow: hidden;
  545. }
  546. .childTitle {
  547. font-size: 28rpx;
  548. color: #a6a6a6;
  549. margin-top: 20rpx;
  550. }
  551. .childItme {
  552. border-radius: 12rpx;
  553. overflow: hidden;
  554. background-color: #fff;
  555. margin: 20rpx;
  556. }
  557. .orderName {
  558. margin: 20rpx;
  559. font-size: 26rpx;
  560. }
  561. .chaildDetBox {
  562. margin: 20rpx;
  563. overflow: hidden;
  564. }
  565. .chaildImg {
  566. float: left;
  567. width: 100rpx;
  568. height: 100rpx;
  569. border-radius: 10rpx;
  570. }
  571. .childDataBox {
  572. float: left;
  573. width: 50%;
  574. margin-left: 20rpx;
  575. }
  576. .childPriceStr {
  577. font-size: 24rpx;
  578. color: #919191;
  579. letter-spacing: 0;
  580. margin-left: 20rpx;
  581. }