217 lines
4.0 KiB
Plaintext
217 lines
4.0 KiB
Plaintext
|
|
.order-detail.data-v-6b23c96c {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
padding-bottom: 130rpx;
|
|
}
|
|
|
|
/* 自定义导航栏 */
|
|
.custom-navbar.data-v-6b23c96c {
|
|
background: linear-gradient(to right, #FFCFDE, #FFA6C4);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
}
|
|
.custom-navbar__content.data-v-6b23c96c {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 24rpx;
|
|
}
|
|
.custom-navbar__back.data-v-6b23c96c {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.custom-navbar__title.data-v-6b23c96c {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.custom-navbar__placeholder.data-v-6b23c96c {
|
|
width: 44rpx;
|
|
}
|
|
.section.data-v-6b23c96c {
|
|
background: #fff;
|
|
margin: 20rpx 24rpx;
|
|
border-radius: 16rpx;
|
|
padding: 24rpx;
|
|
}
|
|
|
|
/* 商品卡片 */
|
|
.order-item.data-v-6b23c96c {
|
|
display: flex;
|
|
padding: 16rpx 0;
|
|
}
|
|
.order-item+.order-item.data-v-6b23c96c {
|
|
border-top: 1rpx solid #f0f0f0;
|
|
}
|
|
.order-item__img.data-v-6b23c96c {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 12rpx;
|
|
flex-shrink: 0;
|
|
background: #f5f5f5;
|
|
}
|
|
.order-item__info.data-v-6b23c96c {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.order-item__name.data-v-6b23c96c {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.order-item__specs.data-v-6b23c96c {
|
|
margin-top: 12rpx;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.spec-row.data-v-6b23c96c {
|
|
display: flex;
|
|
gap: 40rpx;
|
|
line-height: 1.8;
|
|
}
|
|
.spec-row text.data-v-6b23c96c {
|
|
min-width: 200rpx;
|
|
}
|
|
.order-item__bottom.data-v-6b23c96c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 12rpx;
|
|
}
|
|
.order-item__price.data-v-6b23c96c {
|
|
font-size: 32rpx;
|
|
color: #e4393c;
|
|
font-weight: bold;
|
|
}
|
|
.order-item__qty.data-v-6b23c96c {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
/* 订单信息 */
|
|
.info-row.data-v-6b23c96c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 16rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.info-row.data-v-6b23c96c:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.info-label.data-v-6b23c96c {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.info-value.data-v-6b23c96c {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
/* 提示信息 */
|
|
.tip-section.data-v-6b23c96c {
|
|
margin-top: 20rpx;
|
|
}
|
|
.tip-section__title.data-v-6b23c96c {
|
|
font-size: 30rpx;
|
|
color: #FF6D9B;
|
|
font-weight: bold;
|
|
display: block;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.tip-section__body.data-v-6b23c96c {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12rpx;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
}
|
|
.tip-section__footer.data-v-6b23c96c {
|
|
display: block;
|
|
margin-top: 20rpx;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
|
|
/* 取消订单 */
|
|
.cancel-section.data-v-6b23c96c {
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.cancel-btn.data-v-6b23c96c {
|
|
display: block;
|
|
padding: 28rpx 0;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
|
|
/* 收货信息 */
|
|
.receiver-section.data-v-6b23c96c {
|
|
background: #fff;
|
|
margin: 20rpx 24rpx;
|
|
border-radius: 16rpx;
|
|
padding: 24rpx;
|
|
}
|
|
.receiver-row.data-v-6b23c96c {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12rpx;
|
|
padding: 12rpx 0;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.receiver-icon.data-v-6b23c96c {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
/* 底部栏 */
|
|
.bottom-bar.data-v-6b23c96c {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: #fff;
|
|
padding: 20rpx 32rpx;
|
|
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
gap: 30rpx;
|
|
}
|
|
.bottom-bar__left.data-v-6b23c96c {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
.bottom-bar__label.data-v-6b23c96c {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
.bottom-bar__price.data-v-6b23c96c {
|
|
font-size: 44rpx;
|
|
color: #FF6D9B;
|
|
font-weight: bold;
|
|
}
|
|
.bottom-bar__btn.data-v-6b23c96c {
|
|
background: #FF6D9B;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
padding: 22rpx 56rpx;
|
|
border-radius: 44rpx;
|
|
border: none;
|
|
line-height: 1.4;
|
|
}
|