金诚优选前端代码
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.
 
 
 
 
 

54 lines
1019 B

#address-list{
.list-box{
padding-bottom: 20px;
.list-item{
font-size:14px;
background:#FFFFFF;
padding:15px 40px 15px 15px;
background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
background-repeat:no-repeat;
background-position:100%;
background-size:20px;
.user{
display: flex;
align-items: center;
justify-content: space-between;
.name{
.phone{
margin-left: 10px;
}
}
.default{
color: #099fff;
}
}
.address{
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}
}
}
.add-address{
background-color: #ffffff;
padding:10px 12px;
.small-btn{
display: flex;
align-items: center;
justify-content:center;
background-color:#FB5054;
color: #FFFFFF;
border-radius:4px;
height: 40px;
line-height: 40px;
.icon{
margin-right: 15px;
}
}
}
}