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.

529 satır
7.7 KiB

  1. @import "../../../app.wxss";
  2. button::after{ border: none; }
  3. page {
  4. height: auto !important;
  5. background: #F4F5F9;
  6. }
  7. .order {
  8. width: 100%;
  9. padding-bottom: 160rpx;
  10. }
  11. .success {
  12. vertical-align: middle;
  13. width: 40rpx;
  14. margin-right: 10rpx;
  15. float: left;
  16. }
  17. .tips {
  18. width: 92%;
  19. height: 70rpx;
  20. background: #2C8DFF;
  21. color: #fff;
  22. padding: 20rpx 4% 0;
  23. }
  24. .merchantName {
  25. color: #3C3C3C!important;
  26. /* margin-left: 160rpx; */
  27. font-size: 28rpx;
  28. float: left;
  29. margin-left: 30rpx;
  30. height:100%;
  31. line-height: 90rpx;
  32. }
  33. .tips view:nth-child(2) {
  34. font-size: 32rpx;
  35. padding-left: 16rpx;
  36. width: 100%;
  37. }
  38. .tips view:nth-child(1) {
  39. width: 100%;
  40. height: 32rpx;
  41. background: #fff;
  42. border-radius: 50%;
  43. color: #00c0ff;
  44. text-align: center;
  45. font-size: 28rpx;
  46. }
  47. .msg text:nth-child(1){
  48. width: 90%;
  49. font-size: 28rpx;
  50. float: left;
  51. }
  52. .msg text:nth-child(2){
  53. font-size: 24rpx;
  54. float: left;
  55. margin-left: 35rpx;
  56. }
  57. .section {
  58. /* margin-top: 2%; */
  59. background: #FFFFFF;
  60. }
  61. .detail_msg {
  62. width: 92%;
  63. display: flex;
  64. margin: 0 4%;
  65. margin-top: 10rpx;
  66. padding-bottom: 42rpx;
  67. border-bottom: 1rpx solid #eee;
  68. }
  69. .logo {
  70. display: block;
  71. width: 120rpx;
  72. height: 120rpx;
  73. border-radius: 16rpx;
  74. }
  75. .logo image {
  76. width: 120rpx;
  77. height: 120rpx;
  78. border-radius: 16rpx;
  79. }
  80. .sectionTit{
  81. padding-top: 30rpx;
  82. width:92%;
  83. margin:0 4%;
  84. font-size: 30rpx;
  85. color: #3C3C3C;
  86. }
  87. .info view:nth-child(1) {
  88. padding: 0 4%;
  89. width: 80%;
  90. overflow:hidden;
  91. text-overflow:ellipsis;
  92. white-space:nowrap;
  93. }
  94. .info {
  95. width: 100%;
  96. }
  97. .info view:nth-child(1) text {
  98. font-size: 30rpx;
  99. color: #000;
  100. letter-spacing: 0;
  101. }
  102. .info view:nth-child(1) text:nth-child(2) {
  103. color: #ffae00;
  104. font-size: 24rpx;
  105. }
  106. .info view:nth-child(2), .info view:nth-child(3) {
  107. font-size: 24rpx;
  108. padding-left: 4%;
  109. color: #919191;
  110. letter-spacing: 0;
  111. }
  112. .info view:nth-child(2) text, .info view:nth-child(3) text {
  113. font-size: 22rpx;
  114. color: #b8b8b8;
  115. }
  116. .payment {
  117. width: 92%;
  118. height: 120rpx;
  119. line-height: 120rpx;
  120. padding: 0 4%;
  121. display: flex;
  122. justify-content: space-between;
  123. border-bottom: 20rpx solid #ededed;
  124. }
  125. .payment view:nth-child(2) text:nth-child(1) {
  126. font-size: 36rpx;
  127. color: #ff3434;
  128. font-weight: bold;
  129. }
  130. .payment view:nth-child(2) text:nth-child(2) {
  131. font-size: 24rpx;
  132. color: #b4b4b4;
  133. padding-left: 18rpx;
  134. text-decoration: line-through;
  135. }
  136. .dhCode{
  137. position: relative;
  138. height: 96rpx;
  139. line-height: 96rpx;
  140. border-bottom: 1rpx solid #F4F5F9;
  141. padding-left: 5%;
  142. padding-right: 5%;
  143. }
  144. .classif {
  145. background: #FFFFFF;
  146. width: 100%;
  147. margin-top: 20rpx;
  148. }
  149. .classifShop{
  150. background: #FFFFFF;
  151. width: 100%;
  152. margin-top: 20rpx;
  153. }
  154. .classifShop >view{
  155. font-size: 28rpx;
  156. color: #A6A6A6;
  157. position: relative;
  158. display: flex;
  159. justify-content: space-between;
  160. padding-left: 5%;
  161. padding-right: 5%;
  162. margin-bottom: 10rpx;
  163. }
  164. .classifShop >view:nth-child(1){
  165. height: 88rpx!important;
  166. line-height:94rpx;
  167. }
  168. .classif > view:nth-child(2),.classif > view:nth-child(3){
  169. position: relative;
  170. height: 94rpx;
  171. line-height: 94rpx;
  172. display: flex;
  173. justify-content: space-between;
  174. padding-left: 5%;
  175. padding-right: 5%;
  176. /* border-bottom: 1rpx solid #eee; */
  177. }
  178. .bianhao{
  179. }
  180. .classif > view text:nth-child(2) {
  181. font-size: 28rpx;
  182. color: #3C3C3C;
  183. }
  184. .classif > view text:nth-child(1) {
  185. font-size: 28rpx;
  186. color: #A6A6A6;
  187. float: left;
  188. }
  189. .classif > view:nth-child(1) {
  190. display: block;
  191. }
  192. .classif > view:nth-child(3) view text:nth-child(2) {
  193. /* padding-left: 15rpx; */
  194. }
  195. .classif > view:nth-child(6) text:nth-child(2) {
  196. color: #666;
  197. }
  198. .spcode {
  199. position: absolute;
  200. right: 70rpx;
  201. bottom: 0;
  202. top: 0;
  203. margin: auto;
  204. width: 50rpx;
  205. z-index: 1;
  206. }
  207. .rArrow{
  208. position: absolute;
  209. right: 26rpx;
  210. height:20rpx;
  211. width: 20rpx;
  212. margin: auto;
  213. bottom: 30rpx;
  214. }
  215. /*mask*/
  216. .drawer_screen {
  217. position: absolute;
  218. width: 100%;
  219. height: 100%;
  220. top: 0;
  221. left: 0;
  222. z-index: 1000;
  223. background: #000;
  224. opacity: 0.5;
  225. overflow: hidden;
  226. }
  227. .drawer_box {
  228. width: 650rpx;
  229. position: fixed;
  230. overflow: hidden;
  231. top: 50%;
  232. left: 0;
  233. z-index: 1001;
  234. margin: -150px 50rpx 0 50rpx;
  235. border-radius: 3px;
  236. }
  237. .drawer_title {
  238. padding: 15px;
  239. font: 20px "microsoft yahei";
  240. text-align: center;
  241. }
  242. .drawer_content {
  243. height: 210px;
  244. overflow-y: scroll; /*超出父盒子高度可滚动*/
  245. }
  246. .btn_ok {
  247. padding: 10px;
  248. font: 20px "microsoft yahei";
  249. text-align: center;
  250. border-top: 1px solid #e8e8ea;
  251. color: #3cc51f;
  252. }
  253. .top {
  254. padding-top: 8px;
  255. }
  256. .bottom {
  257. padding-bottom: 8px;
  258. }
  259. .title {
  260. height: 30px;
  261. line-height: 30px;
  262. width: 160rpx;
  263. text-align: center;
  264. display: inline-block;
  265. font: 300 28rpx/30px "microsoft yahei";
  266. }
  267. .input_base {
  268. border: 2rpx solid #ccc;
  269. padding-left: 10rpx;
  270. margin-right: 50rpx;
  271. }
  272. .input_h30 {
  273. height: 30px;
  274. line-height: 30px;
  275. }
  276. .input_h60 {
  277. height: 60px;
  278. }
  279. .input_view {
  280. font: 12px "microsoft yahei";
  281. background: #fff;
  282. color: #000;
  283. line-height: 30px;
  284. }
  285. input {
  286. font: 12px "microsoft yahei";
  287. background: #fff;
  288. color: #000;
  289. }
  290. radio {
  291. margin-right: 20px;
  292. }
  293. .grid {
  294. display: -webkit-box;
  295. display: box;
  296. }
  297. .col-0 {
  298. -webkit-box-flex: 0;
  299. box-flex: 0;
  300. }
  301. .col-1 {
  302. -webkit-box-flex: 1;
  303. box-flex: 1;
  304. }
  305. .fl {
  306. float: left;
  307. color: #3C3C3C!important;
  308. }
  309. .fr {
  310. float: left;
  311. }
  312. .clearfix:after {
  313. content: ".";
  314. display: block;
  315. height: 0;
  316. clear: both;
  317. visibility: hidden;
  318. }
  319. .panel {
  320. width: 600rpx;
  321. border-radius: 10rpx;
  322. background-color: #fff;
  323. margin: 30rpx auto 0;
  324. padding: 30rpx 0;
  325. position: relative;
  326. z-index: 10000000000;
  327. }
  328. .pane2 {
  329. background: #fff;
  330. opacity: 0.6;
  331. }
  332. .pane2 image {
  333. width: 500rpx;
  334. display: block;
  335. margin: 40rpx auto 0;
  336. }
  337. .barcode {
  338. height: 100rpx;
  339. width: 500rpx;
  340. margin: 0 auto;
  341. }
  342. .barnum {
  343. width: 88%;
  344. height: 46rpx;
  345. line-height: 46rpx;
  346. font-size: 32rpx;
  347. text-align: center;
  348. letter-spacing: 2rpx;
  349. white-space: nowrap;
  350. color: #999;
  351. }
  352. .barnum text {
  353. color: #333;
  354. }
  355. .barcode > canvas {
  356. width: 500rpx;
  357. height: 100rpx;
  358. }
  359. .qrcode {
  360. height: 340rpx;
  361. display: flex;
  362. flex-direction: column;
  363. justify-content: flex-end;
  364. align-items: center;
  365. }
  366. .qrcode > canvas {
  367. width: 350rpx;
  368. height: 350rpx;
  369. }
  370. .left{
  371. float: left;
  372. }
  373. .right{
  374. float:right;
  375. }
  376. .RMB{
  377. color: #FD782D !important;
  378. font-size: 24rpx !important;
  379. float: right;
  380. }
  381. .jine {
  382. color: #FD782D !important;
  383. font-size: 36rpx !important;
  384. font-weight: 400 !important;
  385. float: right;
  386. margin-left: 10rpx;
  387. }
  388. .jine1 {
  389. color: #b8b8b8 !important;
  390. font-size: 30rpx !important;
  391. font-weight: 400 !important;
  392. }
  393. .buy-view {
  394. /* background: #fff; */
  395. position: fixed;
  396. padding-top: 30rpx;
  397. height: 94rpx;
  398. bottom: 0;
  399. left: 0;
  400. right: 0;
  401. z-index: 100;
  402. padding-bottom: 30rpx;
  403. }
  404. .buy {
  405. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  406. height: 94rpx;
  407. width: 670rpx;
  408. margin: 0 auto;
  409. color: #fff;
  410. font-size: 32rpx;
  411. line-height: 94rpx;
  412. border-radius: 61rpx;
  413. }
  414. .active {
  415. opacity: 0.6;
  416. }
  417. .game-entry {
  418. width: 690rpx;
  419. height: 140rpx;
  420. margin: 20rpx auto 0;
  421. }
  422. .gameimg {
  423. display: block;
  424. width: 100%;
  425. height: 140rpx;
  426. }
  427. .merchantVoList {
  428. width: 100%;
  429. /* position: relative; */
  430. }
  431. .merchantVoList .tel {
  432. width: 50rpx;
  433. height: 50rpx;
  434. float: right;
  435. z-index: 10;
  436. margin-top: 30rpx;
  437. }
  438. .btns {
  439. background: #00c0ff;
  440. height: 94rpx;
  441. width: 670rpx;
  442. margin: 0 auto 30rpx;
  443. color: #fff;
  444. font-size: 36rpx;
  445. line-height: 94rpx;
  446. border-radius: 61rpx;
  447. }
  448. .merchantImgUrl{
  449. width: 120rpx;
  450. float: left;
  451. border-radius: 10rpx;
  452. z-index: 10;
  453. margin: 0 auto;
  454. }
  455. .support-tansfer{
  456. width: 690rpx;
  457. border-radius: 50rpx;
  458. margin-top: 60rpx;
  459. background: #02C0FF!important;
  460. }
  461. .share{
  462. width: 40rpx;
  463. height: 40rpx;
  464. margin-right: 20rpx;
  465. }