C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

322 行
4.9 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. }
  117. .classif > view text:nth-child(2) {
  118. color: #b8b8b8;
  119. font-size: 30rpx;
  120. }
  121. .classif > view:nth-child(1) {
  122. display: block;
  123. }
  124. .classif > view:nth-child(1) text:nth-child(2) {
  125. padding-left: 15rpx;
  126. }
  127. .classif > view:nth-child(3),
  128. .classif > view:nth-child(4) {
  129. border-top: 20rpx solid #ededed;
  130. }
  131. .classif > view:nth-child(3) view text:nth-child(2) {
  132. padding-left: 15rpx;
  133. }
  134. .classif > view:nth-child(6) text:nth-child(2) {
  135. color: #ff3434;
  136. font-weight: bold;
  137. }
  138. .spcode {
  139. width: 60rpx;
  140. display: inline-block;
  141. margin-top: 15rpx;
  142. }
  143. /*mask*/
  144. .drawer_screen {
  145. position: absolute;
  146. width: 100%;
  147. height: 100%;
  148. top: 0;
  149. left: 0;
  150. z-index: 1000;
  151. background: #000;
  152. opacity: 0.5;
  153. overflow: hidden;
  154. }
  155. .drawer_box {
  156. width: 650rpx;
  157. position: fixed;
  158. overflow: hidden;
  159. top: 50%;
  160. left: 0;
  161. z-index: 1001;
  162. margin: -150px 50rpx 0 50rpx;
  163. border-radius: 3px;
  164. }
  165. .drawer_title {
  166. padding: 15px;
  167. font: 20px "microsoft yahei";
  168. text-align: center;
  169. }
  170. .drawer_content {
  171. height: 210px;
  172. overflow-y: scroll; /*超出父盒子高度可滚动*/
  173. }
  174. .btn_ok {
  175. padding: 10px;
  176. font: 20px "microsoft yahei";
  177. text-align: center;
  178. border-top: 1px solid #e8e8ea;
  179. color: #3cc51f;
  180. }
  181. .top {
  182. padding-top: 8px;
  183. }
  184. .bottom {
  185. padding-bottom: 8px;
  186. }
  187. .title {
  188. height: 30px;
  189. line-height: 30px;
  190. width: 160rpx;
  191. text-align: center;
  192. display: inline-block;
  193. font: 300 28rpx/30px "microsoft yahei";
  194. }
  195. .input_base {
  196. border: 2rpx solid #ccc;
  197. padding-left: 10rpx;
  198. margin-right: 50rpx;
  199. }
  200. .input_h30 {
  201. height: 30px;
  202. line-height: 30px;
  203. }
  204. .input_h60 {
  205. height: 60px;
  206. }
  207. .input_view {
  208. font: 12px "microsoft yahei";
  209. background: #fff;
  210. color: #000;
  211. line-height: 30px;
  212. }
  213. input {
  214. font: 12px "microsoft yahei";
  215. background: #fff;
  216. color: #000;
  217. }
  218. radio {
  219. margin-right: 20px;
  220. }
  221. .grid {
  222. display: -webkit-box;
  223. display: box;
  224. }
  225. .col-0 {
  226. -webkit-box-flex: 0;
  227. box-flex: 0;
  228. }
  229. .col-1 {
  230. -webkit-box-flex: 1;
  231. box-flex: 1;
  232. }
  233. .fl {
  234. float: left;
  235. }
  236. .fr {
  237. float: right;
  238. }
  239. .clearfix:after {
  240. content: ".";
  241. display: block;
  242. height: 0;
  243. clear: both;
  244. visibility: hidden;
  245. }
  246. .panel {
  247. width: 600rpx;
  248. border-radius: 10rpx;
  249. background-color: #fff;
  250. margin: 30rpx auto 0;
  251. padding: 30rpx 0;
  252. position: relative;
  253. z-index: 10000000000;
  254. }
  255. .pane2{
  256. background: #fff;
  257. opacity: .6;
  258. }
  259. .pane2 image{
  260. width: 500rpx;
  261. display: block;
  262. margin: 40rpx auto 0;
  263. }
  264. .barcode {
  265. height: 100rpx;
  266. width: 500rpx;
  267. margin: 0 auto;
  268. }
  269. .barnum {
  270. height: 46rpx;
  271. line-height: 46rpx;
  272. font-size: 32rpx;
  273. text-align: center;
  274. letter-spacing: 2rpx;
  275. white-space: nowrap;
  276. color: #999;
  277. }
  278. .barnum text {
  279. color: #333;
  280. }
  281. .barcode > canvas {
  282. width: 500rpx;
  283. height: 100rpx;
  284. }
  285. .qrcode {
  286. height: 340rpx;
  287. display: flex;
  288. flex-direction: column;
  289. justify-content: flex-end;
  290. align-items: center;
  291. }
  292. .qrcode > canvas {
  293. width: 350rpx;
  294. height: 350rpx;
  295. }
  296. .jine{
  297. color: #f96563!important;
  298. font-size: 36rpx!important;
  299. }