43 lines
625 B
Plaintext
43 lines
625 B
Plaintext
|
|
|
|
|
|
.address-list{
|
|
padding-top:36rpx
|
|
}
|
|
.address-list .head{
|
|
font-size:34rpx;
|
|
font-weight:500;
|
|
}
|
|
.address-list .item{
|
|
display: flex;
|
|
margin-top:60rpx;
|
|
}
|
|
.address-list .item .text{
|
|
flex:1;
|
|
}
|
|
.address-list .item .title{
|
|
font-size:30rpx;
|
|
}
|
|
.address-list .item .sub-title{
|
|
margin-top: 24rpx;
|
|
font-size:26rpx;
|
|
color: #7C7C7C;
|
|
}
|
|
.address-list .item .icon{
|
|
width:36rpx;height:36rpx;
|
|
padding:10rpx;
|
|
}
|
|
|
|
.list-empty{
|
|
text-align: center;
|
|
padding:60rpx 0 30rpx 0;
|
|
}
|
|
.list-empty .title{
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
}
|
|
.list-empty .sub-title{
|
|
font-size: 26rpx;
|
|
color: #A1A1A1;
|
|
margin-top:24rpx;
|
|
} |