#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; } } } }