* {
margin: 0;
padding: 0;
}
ul, li {
list-style: none;
}
#app {
width: 600px;
margin: 80px auto;
padding: 5px 15px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 12px;
color: #666;
}
#app .goods {
display: flex;
align-items: center;
border-bottom: 1px dashed #eee;
text-indent: 2em;
}
#app .goods:last-child {
border-bottom: none;
}
#app .goods .type-list {
display: flex;
text-indent: 0;
}
#app .goods .type-list .type {
marg
vue 淘宝商品筛选功能
最新推荐文章于 2025-01-02 17:51:48 发布