This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
.address-list {
border-bottom: 1px solid #f6f6f9;
}
.address-list .list {
padding: 15rpx;
}
.address-list .list .title {
color: #666;
font-size: 30rpx;
padding: 0 24rpx 0 6rpx;
}
.address-list .list .cont {
color: #333;
font-size: 30rpx;
}
.address-list .list navigator {
display: inline-block;
}
.address-list .list image {
height: 28rpx;
width: 28rpx;
}
.address-left {
flex: 6;
}
.address-right {
flex: 3.2;
}
.address-right .iconfont {
color: #777;
font-size: 30rpx;
}
.flow-fixed-footer {
background: #f42424;
bottom: 0;
position: fixed;
width: 100%;
z-index: 4999;
}
.flow-fixed-footer .chackout-left {
color: #777;
font-size: 32rpx;
line-height: 44px;
}
.flow-fixed-footer .chackout-right {
font-size: 34rpx;
}
.address-header {
background-size: 120rpx auto;
border-bottom: 1px solid #f6f6f9;
font-size: 1.7rem;
padding: 28rpx 0;
}
.flow-header-left {
flex: 14;
padding: 0rpx 20rpx;
}
.flow-header-right {
flex: 1;
}
.flow-header-right image {
float: right;
height: 34rpx;
margin-top: 20rpx;
width: 34rpx;
}
.address-header .flow-checkout-admin {
color: #444;
font-size: 34rpx;
}
.address-header .flow-checkout-admin text {
padding: 0 10rpx;
}
.address-header .flow-checkout-address {
color: #777;
font-size: 26rpx;
margin-top: 6rpx;
}
.radio-group raido {
color: #f42424;
}