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,50 @@
/* 水平间距 */
/* 水平间距 */
.address-add.data-v-ef9226d4 {
width: 100%;
padding: 0rpx 0 180rpx;
}
.address-add .from-address.data-v-ef9226d4 {
background-color: #fff;
height: 110rpx;
padding: 0rpx 20rpx;
display: flex;
align-items: center;
}
.address-add .from-address .title.data-v-ef9226d4 {
width: 150rpx;
font-size: 28rpx;
font-weight: bold;
color: #333333;
}
.address-add .from-address .content.data-v-ef9226d4 {
flex: 1;
height: 100rpx;
display: flex;
align-items: center;
border-bottom: 1rpx solid #f6f6f6;
}
.address-add .bottom-btn.data-v-ef9226d4 {
width: 100%;
height: 150rpx;
padding: 30rpx;
background-color: #ffffff;
position: fixed;
bottom: 0;
left: 0;
border-radius: 20rpx 20rpx 0 0;
box-shadow: 0px 6rpx 16rpx 2rpx rgba(170, 170, 170, 0.35);
display: flex;
align-items: center;
justify-content: center;
}
.address-add .bottom-btn .button-a.data-v-ef9226d4 {
width: 690rpx;
height: 90rpx;
background: #799675;
border-radius: 15rpx;
text-align: center;
font-size: 30rpx;
color: #ffffff;
line-height: 90rpx;
}