index.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. .data-v-17a44f9d ::-webkit-scrollbar {
  2. display: none !important;
  3. width: 0 !important;
  4. height: 0 !important;
  5. }
  6. .order-container.data-v-17a44f9d {
  7. width: 100%;
  8. height: 100vh;
  9. background: #f8fafc;
  10. display: flex;
  11. flex-direction: column;
  12. overflow: hidden;
  13. }
  14. /* 授权等待样式保持一致 */
  15. .auth-waiting-full.data-v-17a44f9d {
  16. flex: 1;
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. justify-content: flex-start;
  21. padding: 200rpx 40rpx 40rpx;
  22. background: linear-gradient(180deg, rgba(0, 122, 255, 0.08) 0%, rgba(247, 248, 250, 1) 100%);
  23. }
  24. .auth-card.data-v-17a44f9d {
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. text-align: center;
  29. }
  30. .auth-icon.data-v-17a44f9d {
  31. width: 200rpx;
  32. height: 200rpx;
  33. margin-bottom: 50rpx;
  34. }
  35. .auth-title.data-v-17a44f9d {
  36. font-size: 44rpx;
  37. font-weight: bold;
  38. color: #1a1a1a;
  39. margin-bottom: 24rpx;
  40. }
  41. .auth-desc.data-v-17a44f9d {
  42. font-size: 28rpx;
  43. color: #666;
  44. line-height: 1.8;
  45. margin-bottom: 80rpx;
  46. padding: 0 20rpx;
  47. }
  48. .contact-btn.data-v-17a44f9d {
  49. width: 360rpx;
  50. height: 96rpx;
  51. background: linear-gradient(135deg, #C1001C 0%, #FF4D4F 100%);
  52. color: #fff;
  53. border-radius: 48rpx;
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. font-size: 32rpx;
  58. font-weight: bold;
  59. border: none;
  60. box-shadow: 0 12rpx 30rpx rgba(193, 0, 28, 0.2);
  61. }
  62. .authorized-btn.data-v-17a44f9d {
  63. width: 360rpx;
  64. height: 96rpx;
  65. background: #fff;
  66. color: #C1001C;
  67. border-radius: 48rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. font-size: 32rpx;
  72. font-weight: bold;
  73. border: 2rpx solid #C1001C;
  74. margin-top: 30rpx;
  75. }
  76. /* 已授权列表页样式 */
  77. .order-container.data-v-17a44f9d {
  78. width: 100%;
  79. height: 100vh;
  80. background: #f7f8fa;
  81. display: flex;
  82. flex-direction: column;
  83. overflow: hidden;
  84. }
  85. .order-scroll-list.data-v-17a44f9d {
  86. flex: 1;
  87. height: 0;
  88. }
  89. .list-wrapper.data-v-17a44f9d {
  90. padding: 30rpx;
  91. /* 确保最后一条数据不被底部双层固定栏遮挡:汇总栏130 + 菜单栏110 + 安全区 + 缓冲余量 */
  92. padding-bottom: calc(280rpx + env(safe-area-inset-bottom));
  93. }
  94. .list-header.data-v-17a44f9d {
  95. padding: 10rpx 0 20rpx;
  96. }
  97. .header-text.data-v-17a44f9d {
  98. font-size: 34rpx;
  99. font-weight: bold;
  100. color: #1a1a1a;
  101. position: relative;
  102. padding-left: 24rpx;
  103. }
  104. .header-text.data-v-17a44f9d::before {
  105. content: '';
  106. position: absolute;
  107. left: 0;
  108. top: 10%;
  109. height: 80%;
  110. width: 8rpx;
  111. background: #C1001C;
  112. border-radius: 4rpx;
  113. }
  114. /* 型号卡片:大幅升级美化 */
  115. .model-item-card.data-v-17a44f9d {
  116. background: #fff;
  117. border-radius: 24rpx;
  118. padding: 36rpx;
  119. margin-bottom: 30rpx;
  120. position: relative;
  121. box-shadow: 0 8rpx 30rpx rgba(0, 0, 0, 0.04);
  122. border: 1rpx solid rgba(0, 0, 0, 0.02);
  123. }
  124. .remove-icon.data-v-17a44f9d {
  125. position: absolute;
  126. right: 0;
  127. top: 0;
  128. width: 50rpx;
  129. height: 50rpx;
  130. background: rgba(255, 77, 79, 0.1);
  131. border-radius: 0 24rpx 0 24rpx;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. z-index: 5;
  136. }
  137. .x-icon.data-v-17a44f9d {
  138. font-size: 32rpx;
  139. color: #ff4d4f;
  140. font-weight: bold;
  141. }
  142. .card-line.data-v-17a44f9d {
  143. display: flex;
  144. align-items: center;
  145. margin-bottom: 20rpx;
  146. }
  147. .card-line.secondary.data-v-17a44f9d {
  148. margin-bottom: 0;
  149. padding-top: 20rpx;
  150. border-top: 1rpx dashed #f0f0f0;
  151. }
  152. .model-label.data-v-17a44f9d {
  153. font-size: 26rpx;
  154. color: #999;
  155. }
  156. .model-value.data-v-17a44f9d {
  157. font-size: 34rpx;
  158. font-weight: bold;
  159. color: #333;
  160. flex: 1;
  161. }
  162. .count-tag.data-v-17a44f9d {
  163. background: #FFF1F2;
  164. color: #C1001C;
  165. padding: 4rpx 16rpx;
  166. border-radius: 8rpx;
  167. font-size: 24rpx;
  168. font-weight: bold;
  169. }
  170. .count-num.data-v-17a44f9d {
  171. font-size: 30rpx;
  172. margin-left: 8rpx;
  173. }
  174. .surface-label.data-v-17a44f9d {
  175. font-size: 26rpx;
  176. color: #999;
  177. }
  178. .surface-text.data-v-17a44f9d {
  179. font-size: 28rpx;
  180. color: #666;
  181. }
  182. /* 悬浮添加按钮:位置上移避免拥挤 */
  183. .floating-add-btn.data-v-17a44f9d {
  184. position: fixed;
  185. right: 40rpx;
  186. bottom: calc(260rpx + env(safe-area-inset-bottom) + 40rpx);
  187. width: 110rpx;
  188. height: 110rpx;
  189. background: #C1001C;
  190. border-radius: 50%;
  191. display: flex;
  192. align-items: center;
  193. justify-content: center;
  194. box-shadow: 0 12rpx 40rpx rgba(193, 0, 28, 0.4);
  195. z-index: 100;
  196. transition: transform 0.2s;
  197. }
  198. .floating-add-btn.data-v-17a44f9d:active {
  199. transform: scale(0.9);
  200. }
  201. .plus-icon.data-v-17a44f9d {
  202. width: 40rpx;
  203. height: 4rpx;
  204. background: #fff;
  205. border-radius: 2rpx;
  206. position: relative;
  207. }
  208. .plus-icon.data-v-17a44f9d::after {
  209. content: '';
  210. position: absolute;
  211. top: 0;
  212. left: 0;
  213. width: 100%;
  214. height: 100%;
  215. background: #fff;
  216. transform: rotate(90deg);
  217. border-radius: 2rpx;
  218. }
  219. /* 底部汇总栏:微调间距与样式 */
  220. .footer-summary-bar.data-v-17a44f9d {
  221. position: fixed;
  222. bottom: calc(110rpx + env(safe-area-inset-bottom));
  223. left: 0;
  224. width: 100%;
  225. height: 130rpx;
  226. background: #fff;
  227. border-top: 1rpx solid #f0f0f0;
  228. display: flex;
  229. align-items: center;
  230. justify-content: space-between;
  231. padding: 0 40rpx;
  232. box-sizing: border-box;
  233. z-index: 99;
  234. box-shadow: 0 -10rpx 40rpx rgba(0, 0, 0, 0.05);
  235. }
  236. .summary-info.data-v-17a44f9d {
  237. display: flex;
  238. align-items: center;
  239. }
  240. .count-label.data-v-17a44f9d {
  241. font-size: 26rpx;
  242. color: #999;
  243. }
  244. .num-highlight.data-v-17a44f9d {
  245. font-size: 36rpx;
  246. font-weight: bold;
  247. color: #1a1a1a;
  248. margin: 0 4rpx;
  249. }
  250. .num-highlight.green.data-v-17a44f9d {
  251. color: #C1001C;
  252. }
  253. .unit.data-v-17a44f9d {
  254. font-size: 24rpx;
  255. color: #999;
  256. margin-left: 2rpx;
  257. }
  258. .split-line.data-v-17a44f9d {
  259. width: 1rpx;
  260. height: 30rpx;
  261. background: #eee;
  262. margin: 0 20rpx;
  263. }
  264. .submit-order-btn.data-v-17a44f9d {
  265. width: 220rpx;
  266. height: 80rpx;
  267. background: #e0e0e0;
  268. color: #666;
  269. font-size: 28rpx;
  270. border-radius: 40rpx;
  271. display: flex;
  272. align-items: center;
  273. justify-content: center;
  274. border: none;
  275. margin: 0;
  276. transition: all 0.3s;
  277. }
  278. .submit-order-btn.data-v-17a44f9d:not([disabled]) {
  279. background: #C1001C;
  280. color: #fff;
  281. font-weight: bold;
  282. }
  283. /* 全屏缺省页样式 */
  284. .empty-state-full.data-v-17a44f9d {
  285. display: flex;
  286. flex-direction: column;
  287. align-items: center;
  288. justify-content: center;
  289. padding-top: 120rpx;
  290. }
  291. .empty-visual.data-v-17a44f9d {
  292. position: relative;
  293. margin-bottom: 40rpx;
  294. width: 400rpx;
  295. height: 400rpx;
  296. display: flex;
  297. align-items: center;
  298. justify-content: center;
  299. }
  300. .empty-img.data-v-17a44f9d {
  301. width: 320rpx;
  302. height: 320rpx;
  303. z-index: 2;
  304. }
  305. .empty-bg-glow.data-v-17a44f9d {
  306. position: absolute;
  307. width: 240rpx;
  308. height: 240rpx;
  309. background: radial-gradient(circle, rgba(193, 0, 28, 0.15) 0%, rgba(248, 250, 252, 0) 70%);
  310. z-index: 1;
  311. border-radius: 50%;
  312. }
  313. .empty-title.data-v-17a44f9d {
  314. font-size: 36rpx;
  315. font-weight: bold;
  316. color: #1a1a1a;
  317. margin-bottom: 80rpx;
  318. }
  319. .empty-desc.data-v-17a44f9d {
  320. font-size: 26rpx;
  321. color: #999;
  322. margin-bottom: 60rpx;
  323. text-align: center;
  324. padding: 0 80rpx;
  325. line-height: 1.6;
  326. }
  327. .empty-action-btn.data-v-17a44f9d {
  328. width: 320rpx;
  329. height: 90rpx;
  330. background: #C1001C;
  331. color: #fff;
  332. border-radius: 45rpx;
  333. font-size: 30rpx;
  334. font-weight: bold;
  335. display: flex;
  336. align-items: center;
  337. justify-content: center;
  338. box-shadow: 0 10rpx 30rpx rgba(193, 0, 28, 0.2);
  339. border: none;
  340. }
  341. .empty-action-btn.data-v-17a44f9d:active {
  342. opacity: 0.8;
  343. transform: scale(0.96);
  344. }
  345. .bottom-safe-space.data-v-17a44f9d {
  346. height: 100rpx;
  347. }