.spec-panel-mask.data-v-c30573e9 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 999; display: flex; align-items: flex-end; } .spec-panel.data-v-c30573e9 { background: #fff; width: 100%; max-height: 80vh; border-radius: 24rpx 24rpx 0 0; padding: 32rpx 24rpx; overflow-y: auto; } .spec-panel__header.data-v-c30573e9 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24rpx; } .spec-panel__title.data-v-c30573e9 { font-size: 32rpx; font-weight: bold; color: #333; } .spec-panel__close.data-v-c30573e9 { font-size: 36rpx; color: #999; padding: 8rpx; } .spec-panel__loading.data-v-c30573e9 { text-align: center; padding: 40rpx 0; color: #999; font-size: 28rpx; } .spec-group.data-v-c30573e9 { margin-bottom: 24rpx; } .spec-group__label.data-v-c30573e9 { font-size: 28rpx; color: #333; margin-bottom: 16rpx; display: block; } .spec-group__options.data-v-c30573e9 { display: flex; flex-wrap: wrap; gap: 16rpx; } .spec-option.data-v-c30573e9 { padding: 12rpx 28rpx; font-size: 26rpx; color: #666; background: #f5f5f5; border-radius: 8rpx; border: 2rpx solid transparent; } .spec-option--active.data-v-c30573e9 { color: #e4393c; background: #fff1f0; border-color: #e4393c; } .spec-panel__action.data-v-c30573e9 { margin: 24rpx 0; } .spec-panel__btn.data-v-c30573e9 { background: #e4393c; color: #fff; text-align: center; padding: 20rpx 0; border-radius: 44rpx; font-size: 28rpx; } .spec-panel__btn--disabled.data-v-c30573e9 { background: #ccc; } .spec-data-list.data-v-c30573e9 { margin-top: 16rpx; } .spec-data-item.data-v-c30573e9 { background: #fafafa; border-radius: 12rpx; padding: 20rpx; margin-bottom: 16rpx; } .spec-data-row.data-v-c30573e9 { display: flex; justify-content: space-between; padding: 6rpx 0; } .spec-data-row--total.data-v-c30573e9 { border-top: 1rpx solid #eee; margin-top: 8rpx; padding-top: 12rpx; } .spec-data-label.data-v-c30573e9 { font-size: 26rpx; color: #999; } .spec-data-value.data-v-c30573e9 { font-size: 26rpx; color: #333; } .spec-data-value--price.data-v-c30573e9 { color: #e4393c; font-weight: bold; }