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

377 строки
5.2 KiB

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