C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

461 wiersze
6.4 KiB

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