175 lines
3.5 KiB
Plaintext
175 lines
3.5 KiB
Plaintext
.container.data-v-5511cfa9 {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
padding: 32rpx;
|
|
padding-bottom: 160rpx;
|
|
}
|
|
.detail-card.data-v-5511cfa9 {
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
}
|
|
.detail-header.data-v-5511cfa9 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
padding: 28rpx 24rpx;
|
|
background: linear-gradient(135deg, #3366ff 0%, #254edb 100%);
|
|
}
|
|
.order-info.data-v-5511cfa9 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.order-id.data-v-5511cfa9 {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.order-time.data-v-5511cfa9 {
|
|
font-size: 24rpx;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.order-status.data-v-5511cfa9 {
|
|
font-size: 24rpx;
|
|
padding: 8rpx 20rpx;
|
|
border-radius: 20rpx;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
color: #fff;
|
|
}
|
|
.detail-section.data-v-5511cfa9 {
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.detail-section.data-v-5511cfa9:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.section-title.data-v-5511cfa9 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.section-icon.data-v-5511cfa9 {
|
|
margin-right: 12rpx;
|
|
}
|
|
.items-list.data-v-5511cfa9 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16rpx;
|
|
}
|
|
.item-card.data-v-5511cfa9 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
background: #f9fafb;
|
|
border-radius: 12rpx;
|
|
}
|
|
.item-left.data-v-5511cfa9 {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
.item-icon.data-v-5511cfa9 {
|
|
font-size: 44rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.item-info.data-v-5511cfa9 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.item-name.data-v-5511cfa9 {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.item-spec.data-v-5511cfa9 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.item-right.data-v-5511cfa9 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
}
|
|
.item-price.data-v-5511cfa9 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.item-amount.data-v-5511cfa9 {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #3366ff;
|
|
}
|
|
.amount-detail.data-v-5511cfa9 {
|
|
background: #f9fafb;
|
|
border-radius: 12rpx;
|
|
padding: 20rpx;
|
|
}
|
|
.amount-row.data-v-5511cfa9 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 12rpx 0;
|
|
}
|
|
.amount-row.total.data-v-5511cfa9 {
|
|
padding-top: 16rpx;
|
|
margin-top: 12rpx;
|
|
border-top: 1rpx dashed #e5e7eb;
|
|
}
|
|
.amount-label.data-v-5511cfa9 {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.total .amount-label.data-v-5511cfa9 {
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.amount-value.data-v-5511cfa9 {
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.amount-value.discount.data-v-5511cfa9 {
|
|
color: #f59e0b;
|
|
}
|
|
.total .amount-value.data-v-5511cfa9 {
|
|
font-size: 36rpx;
|
|
color: #3366ff;
|
|
}
|
|
.bottom-actions.data-v-5511cfa9 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
gap: 24rpx;
|
|
padding: 24rpx 32rpx;
|
|
padding-bottom: calc(24rpx + env(safe-area-inset-bottom));
|
|
background: #fff;
|
|
box-shadow: 0 -4rpx 12rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.action-btn.data-v-5511cfa9 {
|
|
flex: 1;
|
|
border-radius: 40rpx;
|
|
padding: 24rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
}
|
|
.action-btn.secondary.data-v-5511cfa9 {
|
|
background: #f3f4f6;
|
|
color: #666;
|
|
}
|
|
.action-btn.primary.data-v-5511cfa9 {
|
|
background: linear-gradient(135deg, #3366ff 0%, #254edb 100%);
|
|
color: #fff;
|
|
}
|
|
.action-btn.data-v-5511cfa9:active {
|
|
opacity: 0.85;
|
|
} |