detail.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. @charset "UTF-8";
  2. .text-center.data-v-1dc63f88 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1dc63f88 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1dc63f88 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1dc63f88 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1dc63f88 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1dc63f88 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1dc63f88 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1dc63f88 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1dc63f88 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .status.data-v-1dc63f88 {
  39. position: relative;
  40. padding-top: 140rpx;
  41. }
  42. .status-price.data-v-1dc63f88 {
  43. margin-top: 4rpx;
  44. }
  45. .status-bg.data-v-1dc63f88 {
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. height: 220rpx;
  50. width: 100%;
  51. z-index: 0;
  52. }
  53. .status-text.data-v-1dc63f88 {
  54. font-size: 32rpx;
  55. color: #fff;
  56. position: absolute;
  57. top: 42rpx;
  58. left: 48rpx;
  59. }
  60. .address-info.data-v-1dc63f88 {
  61. width: 702rpx;
  62. margin: 0 auto;
  63. font-size: 26rpx;
  64. color: #353535;
  65. background-color: #fff;
  66. border-radius: 16rpx;
  67. position: relative;
  68. padding: 28rpx 24rpx 28rpx 92rpx;
  69. }
  70. .address-info image.data-v-1dc63f88 {
  71. position: absolute;
  72. top: 40rpx;
  73. left: 24rpx;
  74. height: 44rpx;
  75. width: 44rpx;
  76. }
  77. .address.data-v-1dc63f88 {
  78. margin-top: 8rpx;
  79. }
  80. .order-info.data-v-1dc63f88 {
  81. margin: 24rpx 38rpx;
  82. padding: 28rpx 24rpx;
  83. background-color: #fff;
  84. border-radius: 16rpx;
  85. }
  86. .goods.data-v-1dc63f88 {
  87. height: 160rpx;
  88. position: relative;
  89. margin-bottom: 20rpx;
  90. }
  91. .goods image.data-v-1dc63f88 {
  92. height: 160rpx;
  93. width: 160rpx;
  94. border-radius: 10rpx;
  95. float: left;
  96. margin-right: 20rpx;
  97. }
  98. .goods-info.data-v-1dc63f88 {
  99. font-size: 24rpx;
  100. color: #999999;
  101. }
  102. .goods-name.data-v-1dc63f88 {
  103. color: #353535;
  104. height: 70rpx;
  105. }
  106. .goods-price.data-v-1dc63f88 {
  107. color: #353535;
  108. font-size: 24rpx;
  109. position: absolute;
  110. bottom: 0;
  111. right: 0;
  112. }
  113. .total.data-v-1dc63f88 {
  114. font-size: 24rpx;
  115. margin-top: 28rpx;
  116. color: #999999;
  117. text-align: right;
  118. }
  119. .price-item.data-v-1dc63f88 {
  120. margin-top: 10rpx;
  121. font-size: 24rpx;
  122. color: #353535;
  123. }
  124. .price-item.data-v-1dc63f88:first-of-type {
  125. margin-top: 24rpx;
  126. }
  127. .price-label.data-v-1dc63f88 {
  128. color: #999;
  129. font-size: 24rpx;
  130. }
  131. .price-label.total-label.data-v-1dc63f88 {
  132. font-size: 24rpx;
  133. color: #353535;
  134. }
  135. .total-price.data-v-1dc63f88 {
  136. font-size: 28rpx;
  137. color: #ff4544;
  138. font-weight: bold;
  139. }
  140. .info-title.data-v-1dc63f88 {
  141. font-size: 24rpx;
  142. color: #353535;
  143. margin-bottom: 20rpx;
  144. }
  145. .status-info.data-v-1dc63f88 {
  146. position: absolute;
  147. right: 48rpx;
  148. top: 42rpx;
  149. color: #fff;
  150. font-size: 24rpx;
  151. text-align: right;
  152. }
  153. .to-clerk.data-v-1dc63f88 {
  154. position: fixed;
  155. bottom: 0;
  156. height: 140rpx;
  157. width: 100%;
  158. padding: 0 24rpx;
  159. border-top: 1rpx solid #e2e2e2;
  160. background: #ffffff;
  161. display: -webkit-box;
  162. display: -webkit-flex;
  163. display: flex;
  164. -webkit-box-align: center;
  165. -webkit-align-items: center;
  166. align-items: center;
  167. }
  168. .to-clerk button.data-v-1dc63f88 {
  169. width: 702rpx;
  170. margin: 0 auto;
  171. font-size: 32rpx;
  172. color: #fff;
  173. height: 88rpx;
  174. line-height: 88rpx;
  175. border-radius: 44rpx;
  176. background-color: #ff4544;
  177. text-align: center;
  178. }
  179. .card-info.data-v-1dc63f88 {
  180. width: 90%;
  181. margin: 0 auto;
  182. border-radius: 15rpx;
  183. background-color: #fff;
  184. position: relative;
  185. padding: 40rpx 24rpx;
  186. margin-bottom: 20rpx;
  187. }
  188. .card-img.data-v-1dc63f88 {
  189. height: 88rpx;
  190. width: 88rpx;
  191. margin-right: 20rpx;
  192. border-radius: 44rpx;
  193. }
  194. .card-name.data-v-1dc63f88 {
  195. font-size: 32rpx;
  196. color: #353535;
  197. width: 546rpx;
  198. }
  199. .info-label.data-v-1dc63f88 {
  200. color: #999999;
  201. }
  202. .card-other.data-v-1dc63f88 {
  203. text-align: left;
  204. font-size: 28rpx;
  205. margin-top: 40rpx;
  206. color: #353535;
  207. border-top: 1rpx solid #e2e2e2;
  208. }
  209. .other-label.data-v-1dc63f88 {
  210. color: #999999;
  211. margin: 30rpx 0 22rpx;
  212. }
  213. .bg.data-v-1dc63f88 {
  214. position: fixed;
  215. top: 0;
  216. left: 0;
  217. height: 100%;
  218. width: 100%;
  219. background-color: rgba(0, 0, 0, 0.3);
  220. z-index: 10;
  221. }
  222. .dialog.data-v-1dc63f88 {
  223. position: fixed;
  224. top: 400rpx;
  225. left: 0;
  226. right: 0;
  227. height: 300rpx;
  228. width: 640rpx;
  229. margin: 0 auto;
  230. z-index: 21;
  231. background-color: #fff;
  232. border-radius: 10px;
  233. text-align: center;
  234. font-size: 30rpx;
  235. }
  236. .dialog-title.data-v-1dc63f88 {
  237. margin: 40rpx auto 35rpx;
  238. }
  239. .dialog-msg.data-v-1dc63f88 {
  240. color: #ff4544;
  241. }
  242. .dialog-btn.data-v-1dc63f88 {
  243. height: 88rpx;
  244. width: 640rpx;
  245. border-top: 1rpx solid #e2e2e2;
  246. line-height: 88rpx;
  247. position: absolute;
  248. bottom: 0;
  249. left: 0;
  250. }
  251. .dialog-close.data-v-1dc63f88, .dialog-submit.data-v-1dc63f88 {
  252. width: 50%;
  253. }
  254. .line.data-v-1dc63f88 {
  255. height: 44rpx;
  256. margin-top: 22rpx;
  257. width: 1rpx;
  258. background-color: #e2e2e2;
  259. }
  260. .dialog-submit.data-v-1dc63f88 {
  261. color: #ff4544;
  262. }
  263. .goods-attr.data-v-1dc63f88 {
  264. margin-bottom: 16rpx;
  265. }
  266. .goods-attr text.data-v-1dc63f88 {
  267. margin-right: 18rpx;
  268. }
  269. .history-button.data-v-1dc63f88 {
  270. width: 215rpx;
  271. height: 60rpx;
  272. padding: 18rpx 23rpx;
  273. display: -webkit-box;
  274. display: -webkit-flex;
  275. display: flex;
  276. color: #ff4544;
  277. font-size: 24rpx;
  278. margin: 30rpx 0;
  279. -webkit-box-align: center;
  280. -webkit-align-items: center;
  281. align-items: center;
  282. -webkit-box-pack: center;
  283. -webkit-justify-content: center;
  284. justify-content: center;
  285. background: #ffebeb;
  286. border-radius: 30rpx;
  287. }
  288. .history-button .icon.data-v-1dc63f88 {
  289. width: 12rpx;
  290. height: 22rpx;
  291. margin-left: 12rpx;
  292. }