C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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