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.

448 line
6.1 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. height: auto !important;
  4. }
  5. .order {
  6. width: 100%;
  7. }
  8. .success {
  9. vertical-align: middle;
  10. width: 40rpx;
  11. margin-right: 10rpx;
  12. }
  13. .tips {
  14. width: 92%;
  15. height: 88rpx;
  16. background: #00c0ff;
  17. color: #fff;
  18. padding: 0 4%;
  19. line-height: 88rpx;
  20. }
  21. .merchantName {
  22. color: #999;
  23. }
  24. .tips text:nth-child(2) {
  25. font-size: 32rpx;
  26. padding-left: 16rpx;
  27. }
  28. .tips text:nth-child(1) {
  29. width: 32rpx;
  30. height: 32rpx;
  31. background: #fff;
  32. border-radius: 50%;
  33. color: #00c0ff;
  34. line-height: 32rpx;
  35. text-align: center;
  36. display: inline-block;
  37. font-size: 28rpx;
  38. }
  39. .section {
  40. margin-top: 2%;
  41. }
  42. .detail_msg {
  43. width: 92%;
  44. background: #fff;
  45. display: flex;
  46. margin: 0 4%;
  47. margin-top: 30rpx;
  48. padding-bottom: 30rpx;
  49. border-bottom: 1rpx solid #eee;
  50. }
  51. .logo {
  52. display: block;
  53. width: 180rpx;
  54. height: 180rpx;
  55. border-radius: 16rpx;
  56. }
  57. .logo image {
  58. width: 180rpx;
  59. height: 180rpx;
  60. border-radius: 16rpx;
  61. }
  62. .info view:nth-child(1) {
  63. display: flex;
  64. justify-content: space-between;
  65. padding: 0 4%;
  66. }
  67. .info {
  68. width: 100%;
  69. }
  70. .info view:nth-child(1) text {
  71. font-size: 30rpx;
  72. color: #000;
  73. letter-spacing: 0;
  74. }
  75. .info view:nth-child(1) text:nth-child(2) {
  76. color: #ffae00;
  77. font-size: 24rpx;
  78. }
  79. .info view:nth-child(2), .info view:nth-child(3) {
  80. font-size: 24rpx;
  81. padding-left: 4%;
  82. color: #919191;
  83. letter-spacing: 0;
  84. }
  85. .info view:nth-child(2) text, .info view:nth-child(3) text {
  86. font-size: 22rpx;
  87. color: #b8b8b8;
  88. }
  89. .payment {
  90. width: 92%;
  91. height: 120rpx;
  92. line-height: 120rpx;
  93. padding: 0 4%;
  94. display: flex;
  95. justify-content: space-between;
  96. border-bottom: 20rpx solid #ededed;
  97. }
  98. .payment view:nth-child(2) text:nth-child(1) {
  99. font-size: 36rpx;
  100. color: #ff3434;
  101. font-weight: bold;
  102. }
  103. .payment view:nth-child(2) text:nth-child(2) {
  104. font-size: 24rpx;
  105. color: #b4b4b4;
  106. padding-left: 18rpx;
  107. text-decoration: line-through;
  108. }
  109. .classif {
  110. width: 92%;
  111. padding-left: 4%;
  112. padding-right: 4%;
  113. }
  114. .classif > view {
  115. position: relative;
  116. height: 94rpx;
  117. line-height: 94rpx;
  118. display: flex;
  119. justify-content: space-between;
  120. border-bottom: 1rpx solid #eee;
  121. }
  122. .classif > view text {
  123. font-size: 30rpx;
  124. }
  125. .classif > view text:nth-child(2) {
  126. color: #b8b8b8;
  127. font-size: 30rpx;
  128. margin-left:80rpx;
  129. }
  130. .classif > view:nth-child(1) {
  131. display: block;
  132. }
  133. .classif > view:nth-child(1) text:nth-child(2) {
  134. padding-left: 15rpx;
  135. }
  136. .classif > view:nth-child(3) view text:nth-child(2) {
  137. padding-left: 15rpx;
  138. }
  139. .classif > view:nth-child(6) text:nth-child(2) {
  140. color: #ff3434;
  141. font-weight: bold;
  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: 10rpx;
  319. height: 94rpx;
  320. bottom: 30rpx;
  321. left: 0;
  322. right: 0;
  323. }
  324. .buy {
  325. background: #00c0ff;
  326. height: 94rpx;
  327. width: 670rpx;
  328. margin: 0 auto;
  329. color: #fff;
  330. font-size: 36rpx;
  331. line-height: 94rpx;
  332. border-radius: 61rpx;
  333. }
  334. .active {
  335. opacity: 0.6;
  336. }
  337. .game-entry {
  338. width: 690rpx;
  339. height: 140rpx;
  340. margin: 20rpx auto 0;
  341. }
  342. .gameimg {
  343. display: block;
  344. width: 100%;
  345. height: 140rpx;
  346. }
  347. .merchantVoList {
  348. width: 100%;
  349. position: relative;
  350. }
  351. .merchantVoList .tel {
  352. width: 40rpx;
  353. position: absolute;
  354. top: 0;
  355. bottom: 0;
  356. margin: auto;
  357. right: 14rpx;
  358. z-index: 10;
  359. }
  360. .btns {
  361. background: #00c0ff;
  362. height: 94rpx;
  363. width: 670rpx;
  364. margin: 0 auto 30rpx;
  365. color: #fff;
  366. font-size: 36rpx;
  367. line-height: 94rpx;
  368. border-radius: 61rpx;
  369. }
  370. .merchantImgUrl{
  371. width: 60rpx;
  372. position: absolute;
  373. top: 0;
  374. bottom: 0;
  375. margin: auto;
  376. left: 0;
  377. border-radius: 10rpx;
  378. z-index: 10;
  379. }