| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- .data-v-17a44f9d ::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important;
- }
- .order-container.data-v-17a44f9d { width: 100%; height: 100vh; background: #f8fafc; display: flex; flex-direction: column; overflow: hidden;
- }
-
- /* 授权等待样式保持一致 */
- .auth-waiting-full.data-v-17a44f9d { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 200rpx 40rpx 40rpx; background: linear-gradient(180deg, rgba(0, 122, 255, 0.08) 0%, rgba(247, 248, 250, 1) 100%);
- }
- .auth-card.data-v-17a44f9d { display: flex; flex-direction: column; align-items: center; text-align: center;
- }
- .auth-icon.data-v-17a44f9d { width: 200rpx; height: 200rpx; margin-bottom: 50rpx;
- }
- .auth-title.data-v-17a44f9d { font-size: 44rpx; font-weight: bold; color: #1a1a1a; margin-bottom: 24rpx;
- }
- .auth-desc.data-v-17a44f9d { font-size: 28rpx; color: #666; line-height: 1.8; margin-bottom: 80rpx; padding: 0 20rpx;
- }
- .contact-btn.data-v-17a44f9d { width: 360rpx; height: 96rpx; background: linear-gradient(135deg, #C1001C 0%, #FF4D4F 100%); color: #fff; border-radius: 48rpx; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: bold; border: none; box-shadow: 0 12rpx 30rpx rgba(193, 0, 28, 0.2);
- }
- .authorized-btn.data-v-17a44f9d { width: 360rpx; height: 96rpx; background: #fff; color: #C1001C; border-radius: 48rpx; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: bold; border: 2rpx solid #C1001C; margin-top: 30rpx;
- }
- /* 已授权列表页样式 */
- .order-container.data-v-17a44f9d { width: 100%; height: 100vh; background: #f7f8fa; display: flex; flex-direction: column; overflow: hidden;
- }
- .order-scroll-list.data-v-17a44f9d { flex: 1; height: 0;
- }
- .list-wrapper.data-v-17a44f9d {
- padding: 30rpx;
- /* 确保最后一条数据不被底部双层固定栏遮挡:汇总栏130 + 菜单栏110 + 安全区 + 缓冲余量 */
- padding-bottom: calc(280rpx + env(safe-area-inset-bottom));
- }
- .list-header.data-v-17a44f9d { padding: 10rpx 0 20rpx;
- }
- .header-text.data-v-17a44f9d { font-size: 34rpx; font-weight: bold; color: #1a1a1a; position: relative; padding-left: 24rpx;
- }
- .header-text.data-v-17a44f9d::before { content: ''; position: absolute; left: 0; top: 10%; height: 80%; width: 8rpx; background: #C1001C; border-radius: 4rpx;
- }
- /* 型号卡片:大幅升级美化 */
- .model-item-card.data-v-17a44f9d {
- background: #fff;
- border-radius: 24rpx;
- padding: 36rpx;
- margin-bottom: 30rpx;
- position: relative;
- box-shadow: 0 8rpx 30rpx rgba(0,0,0,0.04);
- border: 1rpx solid rgba(0,0,0,0.02);
- }
- .remove-icon.data-v-17a44f9d {
- position: absolute;
- right: 0;
- top: 0;
- width: 50rpx;
- height: 50rpx;
- background: rgba(255, 77, 79, 0.1);
- border-radius: 0 24rpx 0 24rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 5;
- }
- .x-icon.data-v-17a44f9d { font-size: 32rpx; color: #ff4d4f; font-weight: bold;
- }
- .card-line.data-v-17a44f9d { display: flex; align-items: center; margin-bottom: 20rpx;
- }
- .card-line.secondary.data-v-17a44f9d { margin-bottom: 0; padding-top: 20rpx; border-top: 1rpx dashed #f0f0f0;
- }
- .model-label.data-v-17a44f9d { font-size: 26rpx; color: #999;
- }
- .model-value.data-v-17a44f9d { font-size: 34rpx; font-weight: bold; color: #333; flex: 1;
- }
- .count-tag.data-v-17a44f9d { background: #FFF1F2; color: #C1001C; padding: 4rpx 16rpx; border-radius: 8rpx; font-size: 24rpx; font-weight: bold;
- }
- .count-num.data-v-17a44f9d { font-size: 30rpx; margin-left: 8rpx;
- }
- .surface-label.data-v-17a44f9d { font-size: 26rpx; color: #999;
- }
- .surface-text.data-v-17a44f9d { font-size: 28rpx; color: #666;
- }
- /* 悬浮添加按钮:位置上移避免拥挤 */
- .floating-add-btn.data-v-17a44f9d {
- position: fixed;
- right: 40rpx;
- bottom: calc(260rpx + env(safe-area-inset-bottom) + 40rpx);
- width: 110rpx;
- height: 110rpx;
- background: #C1001C;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 12rpx 40rpx rgba(193, 0, 28, 0.4);
- z-index: 100;
- transition: transform 0.2s;
- }
- .floating-add-btn.data-v-17a44f9d:active { transform: scale(0.9);
- }
- .plus-icon.data-v-17a44f9d { width: 40rpx; height: 4rpx; background: #fff; border-radius: 2rpx; position: relative;
- }
- .plus-icon.data-v-17a44f9d::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; transform: rotate(90deg); border-radius: 2rpx;
- }
- /* 底部汇总栏:微调间距与样式 */
- .footer-summary-bar.data-v-17a44f9d {
- position: fixed;
- bottom: calc(110rpx + env(safe-area-inset-bottom));
- left: 0;
- width: 100%;
- height: 130rpx;
- background: #fff;
- border-top: 1rpx solid #f0f0f0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 40rpx;
- box-sizing: border-box;
- z-index: 99;
- box-shadow: 0 -10rpx 40rpx rgba(0,0,0,0.05);
- }
- .summary-info.data-v-17a44f9d { display: flex; align-items: center;
- }
- .count-label.data-v-17a44f9d { font-size: 26rpx; color: #999;
- }
- .num-highlight.data-v-17a44f9d { font-size: 36rpx; font-weight: bold; color: #1a1a1a; margin: 0 4rpx;
- }
- .num-highlight.green.data-v-17a44f9d { color: #C1001C;
- }
- .unit.data-v-17a44f9d { font-size: 24rpx; color: #999; margin-left: 2rpx;
- }
- .split-line.data-v-17a44f9d { width: 1rpx; height: 30rpx; background: #eee; margin: 0 20rpx;
- }
- .submit-order-btn.data-v-17a44f9d {
- width: 220rpx; height: 80rpx; background: #e0e0e0; color: #666; font-size: 28rpx;
- border-radius: 40rpx; display: flex; align-items: center; justify-content: center;
- border: none; margin: 0; transition: all 0.3s;
- }
- .submit-order-btn.data-v-17a44f9d:not([disabled]) {
- background: #C1001C; color: #fff; font-weight: bold;
- }
-
- /* 全屏缺省页样式 */
- .empty-state-full.data-v-17a44f9d {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding-top: 120rpx;
- }
- .empty-visual.data-v-17a44f9d { position: relative; margin-bottom: 40rpx; width: 400rpx; height: 400rpx; display: flex; align-items: center; justify-content: center;
- }
- .empty-img.data-v-17a44f9d { width: 320rpx; height: 320rpx; z-index: 2;
- }
- .empty-bg-glow.data-v-17a44f9d {
- position: absolute; width: 240rpx; height: 240rpx;
- background: radial-gradient(circle, rgba(193, 0, 28, 0.15) 0%, rgba(248, 250, 252, 0) 70%);
- z-index: 1; border-radius: 50%;
- }
- .empty-title.data-v-17a44f9d { font-size: 36rpx; font-weight: bold; color: #1a1a1a; margin-bottom: 80rpx;
- }
- .empty-desc.data-v-17a44f9d { font-size: 26rpx; color: #999; margin-bottom: 60rpx; text-align: center; padding: 0 80rpx; line-height: 1.6;
- }
- .empty-action-btn.data-v-17a44f9d {
- width: 320rpx; height: 90rpx; background: #C1001C; color: #fff;
- border-radius: 45rpx; font-size: 30rpx; font-weight: bold;
- display: flex; align-items: center; justify-content: center;
- box-shadow: 0 10rpx 30rpx rgba(193, 0, 28, 0.2);
- border: none;
- }
- .empty-action-btn.data-v-17a44f9d:active { opacity: 0.8; transform: scale(0.96);
- }
- .bottom-safe-space.data-v-17a44f9d { height: 100rpx;
- }
|