html 我的购物车 我的收藏 收货地址管理 wxss .nav-list {}.nav-item { height: 30px; background-color: white; display: flex; padding: 8px 0; border-bottom: 1px solid #f3f3f3;}.item-center { display: flex; justify-content: center;
wxss我的购物车 > 我的收藏 > 收货地址管理 >
.nav-list {
}
.nav-item {
height: 30px;
background-color: white;
display: flex;
padding: 8px 0;
border-bottom: 1px solid #f3f3f3;
}
.item-center {
display: flex;
justify-content: center;
align-items: center;
}
.nav-item .icon {
margin: 5px 10px;
height: 20px;
width: 20px;
}
.nav-item .text {
font-size: 20px;
}
.nav-item .arrow {
margin: 10px 10px 10px auto;
font-size: 20px;
}
