33 lines
644 B
Plaintext
33 lines
644 B
Plaintext
|
|
.shipping-notice.data-v-807004e7 {
|
|
background: #fce4ec;
|
|
border-radius: 20rpx;
|
|
padding: 28rpx 30rpx;
|
|
margin: 20rpx 24rpx 0;
|
|
}
|
|
.shipping-notice__header.data-v-807004e7 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.shipping-notice__icon.data-v-807004e7 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.shipping-notice__title.data-v-807004e7 {
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
color: #e91e63;
|
|
}
|
|
.shipping-notice__body.data-v-807004e7 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8rpx;
|
|
}
|
|
.shipping-notice__item.data-v-807004e7 {
|
|
font-size: 26rpx;
|
|
color: #e91e63;
|
|
line-height: 1.6;
|
|
}
|