157 lines
3.0 KiB
Plaintext
157 lines
3.0 KiB
Plaintext
|
|
.order-submit.data-v-c3fa8b8a {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
padding-bottom: 140rpx;
|
|
}
|
|
.section.data-v-c3fa8b8a {
|
|
background: #fff;
|
|
margin-bottom: 16rpx;
|
|
padding: 24rpx;
|
|
}
|
|
.section__title.data-v-c3fa8b8a {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.section__content.data-v-c3fa8b8a {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.company-address.data-v-c3fa8b8a {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.form-item.data-v-c3fa8b8a {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 16rpx 0;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.form-item__label.data-v-c3fa8b8a {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
width: 160rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.form-item__input.data-v-c3fa8b8a {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.notice-section.data-v-c3fa8b8a {
|
|
background: #fffbe6;
|
|
}
|
|
.notice-text.data-v-c3fa8b8a {
|
|
font-size: 24rpx;
|
|
color: #faad14;
|
|
}
|
|
.order-item.data-v-c3fa8b8a {
|
|
display: flex;
|
|
padding: 16rpx 0;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.order-item__img.data-v-c3fa8b8a {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 8rpx;
|
|
flex-shrink: 0;
|
|
background: #f5f5f5;
|
|
}
|
|
.order-item__info.data-v-c3fa8b8a {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.order-item__name.data-v-c3fa8b8a {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.order-item__spec.data-v-c3fa8b8a {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-top: 8rpx;
|
|
}
|
|
.order-item__bottom.data-v-c3fa8b8a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 8rpx;
|
|
}
|
|
.order-item__price.data-v-c3fa8b8a {
|
|
font-size: 28rpx;
|
|
color: #e4393c;
|
|
font-weight: bold;
|
|
}
|
|
.order-item__qty.data-v-c3fa8b8a {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.total-bar.data-v-c3fa8b8a {
|
|
background: #fff;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.total-bar__price.data-v-c3fa8b8a {
|
|
font-size: 36rpx;
|
|
color: #e4393c;
|
|
font-weight: bold;
|
|
margin-left: 8rpx;
|
|
}
|
|
.agreement.data-v-c3fa8b8a {
|
|
background: #fff;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.agreement__checkbox.data-v-c3fa8b8a {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border: 2rpx solid #ddd;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 16rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
.agreement__checkbox--checked.data-v-c3fa8b8a {
|
|
background: #e4393c;
|
|
border-color: #e4393c;
|
|
}
|
|
.agreement__text.data-v-c3fa8b8a {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.submit-bar.data-v-c3fa8b8a {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: #fff;
|
|
padding: 16rpx 24rpx;
|
|
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.submit-btn.data-v-c3fa8b8a {
|
|
background: #e4393c;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
border-radius: 44rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.submit-btn--disabled.data-v-c3fa8b8a {
|
|
background: #ccc;
|
|
pointer-events: none;
|
|
}
|