C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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