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.

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