C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

417 строки
5.8 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. }
  129. .classif > view:nth-child(1) {
  130. display: block;
  131. }
  132. .classif > view:nth-child(1) text:nth-child(2) {
  133. padding-left: 15rpx;
  134. }
  135. .classif > view:nth-child(3) view text:nth-child(2) {
  136. padding-left: 15rpx;
  137. }
  138. .classif > view:nth-child(6) text:nth-child(2) {
  139. color: #ff3434;
  140. font-weight: bold;
  141. }
  142. .spcode {
  143. position: absolute;
  144. right: 0;
  145. bottom: 0;
  146. top: 0;
  147. margin: auto;
  148. width: 50rpx;
  149. }
  150. /*mask*/
  151. .drawer_screen {
  152. position: absolute;
  153. width: 100%;
  154. height: 100%;
  155. top: 0;
  156. left: 0;
  157. z-index: 1000;
  158. background: #000;
  159. opacity: 0.5;
  160. overflow: hidden;
  161. }
  162. .drawer_box {
  163. width: 650rpx;
  164. position: fixed;
  165. overflow: hidden;
  166. top: 50%;
  167. left: 0;
  168. z-index: 1001;
  169. margin: -150px 50rpx 0 50rpx;
  170. border-radius: 3px;
  171. }
  172. .drawer_title {
  173. padding: 15px;
  174. font: 20px "microsoft yahei";
  175. text-align: center;
  176. }
  177. .drawer_content {
  178. height: 210px;
  179. overflow-y: scroll; /*超出父盒子高度可滚动*/
  180. }
  181. .btn_ok {
  182. padding: 10px;
  183. font: 20px "microsoft yahei";
  184. text-align: center;
  185. border-top: 1px solid #e8e8ea;
  186. color: #3cc51f;
  187. }
  188. .top {
  189. padding-top: 8px;
  190. }
  191. .bottom {
  192. padding-bottom: 8px;
  193. }
  194. .title {
  195. height: 30px;
  196. line-height: 30px;
  197. width: 160rpx;
  198. text-align: center;
  199. display: inline-block;
  200. font: 300 28rpx/30px "microsoft yahei";
  201. }
  202. .input_base {
  203. border: 2rpx solid #ccc;
  204. padding-left: 10rpx;
  205. margin-right: 50rpx;
  206. }
  207. .input_h30 {
  208. height: 30px;
  209. line-height: 30px;
  210. }
  211. .input_h60 {
  212. height: 60px;
  213. }
  214. .input_view {
  215. font: 12px "microsoft yahei";
  216. background: #fff;
  217. color: #000;
  218. line-height: 30px;
  219. }
  220. input {
  221. font: 12px "microsoft yahei";
  222. background: #fff;
  223. color: #000;
  224. }
  225. radio {
  226. margin-right: 20px;
  227. }
  228. .grid {
  229. display: -webkit-box;
  230. display: box;
  231. }
  232. .col-0 {
  233. -webkit-box-flex: 0;
  234. box-flex: 0;
  235. }
  236. .col-1 {
  237. -webkit-box-flex: 1;
  238. box-flex: 1;
  239. }
  240. .fl {
  241. float: left;
  242. }
  243. .fr {
  244. float: right;
  245. }
  246. .clearfix:after {
  247. content: ".";
  248. display: block;
  249. height: 0;
  250. clear: both;
  251. visibility: hidden;
  252. }
  253. .panel {
  254. width: 600rpx;
  255. border-radius: 10rpx;
  256. background-color: #fff;
  257. margin: 30rpx auto 0;
  258. padding: 30rpx 0;
  259. position: relative;
  260. z-index: 10000000000;
  261. }
  262. .pane2 {
  263. background: #fff;
  264. opacity: 0.6;
  265. }
  266. .pane2 image {
  267. width: 500rpx;
  268. display: block;
  269. margin: 40rpx auto 0;
  270. }
  271. .barcode {
  272. height: 100rpx;
  273. width: 500rpx;
  274. margin: 0 auto;
  275. }
  276. .barnum {
  277. width: 88%;
  278. height: 46rpx;
  279. line-height: 46rpx;
  280. font-size: 32rpx;
  281. text-align: center;
  282. letter-spacing: 2rpx;
  283. white-space: nowrap;
  284. color: #999;
  285. }
  286. .barnum text {
  287. color: #333;
  288. }
  289. .barcode > canvas {
  290. width: 500rpx;
  291. height: 100rpx;
  292. }
  293. .qrcode {
  294. height: 340rpx;
  295. display: flex;
  296. flex-direction: column;
  297. justify-content: flex-end;
  298. align-items: center;
  299. }
  300. .qrcode > canvas {
  301. width: 350rpx;
  302. height: 350rpx;
  303. }
  304. .jine {
  305. color: #f96563 !important;
  306. font-size: 36rpx !important;
  307. font-weight: 400!important;
  308. }
  309. .jine1 {
  310. color: #b8b8b8 !important;
  311. font-size: 30rpx !important;
  312. font-weight: 400!important;
  313. }
  314. .buy-view {
  315. background: #fff;
  316. position: fixed;
  317. padding-top: 10rpx;
  318. height: 94rpx;
  319. bottom: 30rpx;
  320. left: 0;
  321. right: 0;
  322. }
  323. .buy {
  324. background: #00c0ff;
  325. height: 94rpx;
  326. width: 670rpx;
  327. margin: 0 auto;
  328. color: #fff;
  329. font-size: 36rpx;
  330. line-height: 94rpx;
  331. border-radius: 61rpx;
  332. }
  333. .active{
  334. opacity: .6;
  335. }
  336. .game-entry{
  337. width: 690rpx;
  338. height: 140rpx;
  339. margin: 20rpx auto 0;
  340. }
  341. .gameimg{
  342. display: block;
  343. width: 100%;
  344. height: 140rpx;
  345. }
  346. .merchantVoList{
  347. width: 100%;
  348. position: relative;
  349. }
  350. .merchantVoList image{
  351. width: 40rpx;
  352. position: absolute;
  353. top: 0;
  354. bottom: 0;
  355. margin: auto;
  356. right: 30rpx;
  357. z-index: 10;
  358. }