C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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