first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:10:55 +08:00
commit 1c24452b6c
1735 changed files with 150474 additions and 0 deletions

View File

@@ -0,0 +1,166 @@
/* 水平间距 */
/* 水平间距 */
.container.data-v-324e7894 {
display: flex;
flex-direction: column;
background-color: #f5f5f5;
position: relative;
}
.address-card.data-v-324e7894 {
margin: 25rpx;
margin-bottom: 0;
padding: 30rpx;
background-color: #fff;
border-radius: 16rpx;
}
.address-content.data-v-324e7894 {
display: flex;
justify-content: space-between;
align-items: center;
}
.address-text.data-v-324e7894 {
flex: 1;
}
.province-city.data-v-324e7894 {
font-size: 15px;
margin-bottom: 5px;
}
.address-detail.data-v-324e7894 {
font-size: 14px;
color: #666;
}
.arrow-right.data-v-324e7894 {
color: #ccc;
font-size: 18px;
}
.product-section.data-v-324e7894 {
margin: 25rpx;
padding: 30rpx;
background-color: #fff;
border-radius: 16rpx;
margin-bottom: 0;
}
.section-title.data-v-324e7894 {
font-size: 15px;
color: #333;
margin-bottom: 15px;
font-weight: 500;
}
.product-list.data-v-324e7894 {
display: flex;
justify-content: space-between;
align-items: center;
}
.product-item.data-v-324e7894 {
display: flex;
align-items: center;
}
.product-image.data-v-324e7894 {
width: 80px;
height: 80px;
border-radius: 4px;
margin-right: 10px;
}
.product-info.data-v-324e7894 {
flex: 1;
}
.product-name.data-v-324e7894 {
font-size: 14px;
margin-bottom: 5px;
}
.product-spec.data-v-324e7894 {
font-size: 13px;
color: #999;
margin: 10rpx 0;
}
.product-price.data-v-324e7894 {
font-size: 36rpx;
font-weight: bold;
color: #ff2929;
}
.price-section.data-v-324e7894 {
margin: 25rpx;
padding: 30rpx;
background-color: #fff;
border-radius: 16rpx;
margin-bottom: 0;
}
.price-item.data-v-324e7894 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.price-item-pay.data-v-324e7894 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15rpx;
padding: 24rpx 0rpx;
border: 1rpx solid #f7f7f7;
border-radius: 10rpx;
background-color: #f7f7f7;
}
.price-total.data-v-324e7894 {
display: flex;
align-items: center;
justify-content: space-between;
}
.price-label.data-v-324e7894 {
font-size: 14px;
color: #333;
}
.price-value.data-v-324e7894 {
font-size: 14px;
color: #333;
}
.total.data-v-324e7894 {
color: #ff2929;
font-weight: 500;
}
.remark-section.data-v-324e7894 {
margin: 25rpx;
padding: 30rpx;
background-color: #fff;
border-radius: 16rpx;
margin-bottom: 0;
}
.remark-content.data-v-324e7894 {
border-radius: 16rpx;
border: 1rpx solid #f7f7f7;
overflow: hidden;
height: 100rpx;
}
.footer.data-v-324e7894 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
height: 100rpx;
padding: 0 30rpx;
background-color: #fff;
border-top: 1rpx solid #eee;
}
.total-price.data-v-324e7894 {
font-size: 15px;
color: #333;
}
.pay-button.data-v-324e7894 {
background-color: #799675;
color: #fff;
font-size: 16px;
padding: 0 30px;
height: 36px;
line-height: 36px;
border-radius: 18px;
}
.active-border.data-v-324e7894 {
background-color: rgba(121, 150, 117, 0.1);
border: 1rpx solid #799675;
}
.active-border .price-label.data-v-324e7894 {
color: #799675;
}