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.

517 regels
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: 0;
  202. height:88rpx;
  203. width: 380rpx;
  204. margin: auto;
  205. }
  206. /*mask*/
  207. .drawer_screen {
  208. position: absolute;
  209. width: 100%;
  210. height: 100%;
  211. top: 0;
  212. left: 0;
  213. z-index: 1000;
  214. background: #000;
  215. opacity: 0.5;
  216. overflow: hidden;
  217. }
  218. .drawer_box {
  219. width: 650rpx;
  220. position: fixed;
  221. overflow: hidden;
  222. top: 50%;
  223. left: 0;
  224. z-index: 1001;
  225. margin: -150px 50rpx 0 50rpx;
  226. border-radius: 3px;
  227. }
  228. .drawer_title {
  229. padding: 15px;
  230. font: 20px "microsoft yahei";
  231. text-align: center;
  232. }
  233. .drawer_content {
  234. height: 210px;
  235. overflow-y: scroll; /*超出父盒子高度可滚动*/
  236. }
  237. .btn_ok {
  238. padding: 10px;
  239. font: 20px "microsoft yahei";
  240. text-align: center;
  241. border-top: 1px solid #e8e8ea;
  242. color: #3cc51f;
  243. }
  244. .top {
  245. padding-top: 8px;
  246. }
  247. .bottom {
  248. padding-bottom: 8px;
  249. }
  250. .title {
  251. height: 30px;
  252. line-height: 30px;
  253. width: 160rpx;
  254. text-align: center;
  255. display: inline-block;
  256. font: 300 28rpx/30px "microsoft yahei";
  257. }
  258. .input_base {
  259. border: 2rpx solid #ccc;
  260. padding-left: 10rpx;
  261. margin-right: 50rpx;
  262. }
  263. .input_h30 {
  264. height: 30px;
  265. line-height: 30px;
  266. }
  267. .input_h60 {
  268. height: 60px;
  269. }
  270. .input_view {
  271. font: 12px "microsoft yahei";
  272. background: #fff;
  273. color: #000;
  274. line-height: 30px;
  275. }
  276. input {
  277. font: 12px "microsoft yahei";
  278. background: #fff;
  279. color: #000;
  280. }
  281. radio {
  282. margin-right: 20px;
  283. }
  284. .grid {
  285. display: -webkit-box;
  286. display: box;
  287. }
  288. .col-0 {
  289. -webkit-box-flex: 0;
  290. box-flex: 0;
  291. }
  292. .col-1 {
  293. -webkit-box-flex: 1;
  294. box-flex: 1;
  295. }
  296. .fl {
  297. float: left;
  298. color: #3C3C3C!important;
  299. }
  300. .fr {
  301. float: left;
  302. }
  303. .clearfix:after {
  304. content: ".";
  305. display: block;
  306. height: 0;
  307. clear: both;
  308. visibility: hidden;
  309. }
  310. .panel {
  311. width: 600rpx;
  312. border-radius: 10rpx;
  313. background-color: #fff;
  314. margin: 30rpx auto 0;
  315. padding: 30rpx 0;
  316. position: relative;
  317. z-index: 10000000000;
  318. }
  319. .pane2 {
  320. background: #fff;
  321. opacity: 0.6;
  322. }
  323. .pane2 image {
  324. width: 500rpx;
  325. display: block;
  326. margin: 40rpx auto 0;
  327. }
  328. .barcode {
  329. height: 100rpx;
  330. width: 500rpx;
  331. margin: 0 auto;
  332. }
  333. .barnum {
  334. width: 88%;
  335. height: 46rpx;
  336. line-height: 46rpx;
  337. font-size: 32rpx;
  338. text-align: center;
  339. letter-spacing: 2rpx;
  340. white-space: nowrap;
  341. color: #999;
  342. }
  343. .barnum text {
  344. color: #333;
  345. }
  346. .barcode > canvas {
  347. width: 500rpx;
  348. height: 100rpx;
  349. }
  350. .qrcode {
  351. height: 340rpx;
  352. display: flex;
  353. flex-direction: column;
  354. justify-content: flex-end;
  355. align-items: center;
  356. }
  357. .qrcode > canvas {
  358. width: 350rpx;
  359. height: 350rpx;
  360. }
  361. .RMB{
  362. color: #FD782D !important;
  363. font-size: 24rpx !important;
  364. position: absolute;
  365. right: 65rpx
  366. }
  367. .jine {
  368. color: #FD782D !important;
  369. font-size: 36rpx !important;
  370. font-weight: 400 !important;
  371. }
  372. .jine1 {
  373. color: #b8b8b8 !important;
  374. font-size: 30rpx !important;
  375. font-weight: 400 !important;
  376. }
  377. .buy-view {
  378. background: #fff;
  379. position: fixed;
  380. padding-top: 30rpx;
  381. height: 94rpx;
  382. bottom: 0;
  383. left: 0;
  384. right: 0;
  385. z-index: 100;
  386. padding-bottom: 30rpx;
  387. }
  388. .buy {
  389. background: #00c0ff;
  390. height: 94rpx;
  391. width: 670rpx;
  392. margin: 0 auto;
  393. color: #fff;
  394. font-size: 36rpx;
  395. line-height: 94rpx;
  396. border-radius: 61rpx;
  397. }
  398. .active {
  399. opacity: 0.6;
  400. }
  401. .game-entry {
  402. width: 690rpx;
  403. height: 140rpx;
  404. margin: 20rpx auto 0;
  405. }
  406. .gameimg {
  407. display: block;
  408. width: 100%;
  409. height: 140rpx;
  410. }
  411. .merchantVoList {
  412. width: 100%;
  413. position: relative;
  414. }
  415. .merchantVoList .tel {
  416. width: 76rpx;
  417. position: absolute;
  418. top: 0;
  419. bottom: 0;
  420. margin: auto;
  421. right: 14rpx;
  422. z-index: 10;
  423. }
  424. .btns {
  425. background: #00c0ff;
  426. height: 94rpx;
  427. width: 670rpx;
  428. margin: 0 auto 30rpx;
  429. color: #fff;
  430. font-size: 36rpx;
  431. line-height: 94rpx;
  432. border-radius: 61rpx;
  433. }
  434. .merchantImgUrl{
  435. width: 120rpx;
  436. position: absolute;
  437. top: 0;
  438. bottom: 0;
  439. margin: auto;
  440. left: 0;
  441. border-radius: 10rpx;
  442. z-index: 10;
  443. }
  444. .support-tansfer{
  445. width: 690rpx;
  446. border-radius: 50rpx;
  447. margin-top: 60rpx;
  448. background: #02C0FF!important;
  449. }
  450. .share{
  451. width: 40rpx;
  452. height: 40rpx;
  453. margin-right: 20rpx;
  454. }