You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

133 lines
2.2 KiB

.app-wallpaper{
position: relative;
background:{
size: 100% 100%;
repeat: no-repeat;
};
padding-right:0;
.addr-list-item-container{
padding-right:30rpx;
}
.addr-list-container{
.swiper{
height:231rpx;
width:100%;
}
.addr-list-item{
height:231rpx;
position: relative;
z-index: 2;
width:100%;
margin-right:30rpx;
.addr-move-container{
height:231rpx;
width:100%;
}
//margin-left:-100rpx;
flex-wrap: nowrap;
background:{
size:100% 100%;
position: center center;
repeat:no-repeat;
}
padding:40rpx 35rpx;
width:100%;
box-sizing:border-box;
position: relative;
.addr-title-group{
.addr-title{
font-size: 32rpx;
font-weight: 500;
color: #18181B;
}
.addr-phone{
margin-left:37rpx;
font-size: 32rpx;
font-weight: 500;
color: #18181B;
}
.addr-edit{
margin-left:auto;
.img{
width:30rpx;
height:30rpx;
}
}
}
.addr-list-content{
.addr-desc-container{
padding-top:25rpx;
.addr-icon{
width:34rpx;
.img{
width:34rpx;
height:41rpx;
}
}
.addr-desc{
position: relative;
bottom:8rpx;
padding:{
left:20rpx;
right:85rpx;
}
font-size: 28rpx;
font-weight: 400;
color: #6D6D6D;
line-height: 45rpx;
}
}
}
}
}
.addr-list-del-container{
display: flex;
align-items: center;
// margin-left:-30rpx;
margin-right:25rpx;
// right:-1100rpx;
position: relative;
// left:100rpx;
z-index: -1;
width:auto;
height:100%;
padding-bottom:10rpx;
box-sizing: border-box;
}
.addr-list-del-content{
width:207rpx;
position: relative;
right:-250rpx;
z-index: -1;
top:0;
height:100%;
background:#FFFFFF;
border: 3rpx solid #262626;
box-sizing: border-box;
padding-bottom:10rpx;
}
.addr-list-del{
padding:0 70rpx;
flex-wrap: wrap;
// height:220rpx;
height:100%;
display: flex;
justify-content: center;
align-items: center;
background:#E55858;
border-bottom: 3rpx solid #262626;
.img{
width:45rpx;
height:45rpx;
flex:100%;
}
color:#ffffff;
.addr-del-container{
font-size: 26rpx;
}
}
}