master
Lee 2021-12-22 11:47:24 +08:00
parent 150b521a43
commit f310387095
1 changed files with 5 additions and 3 deletions

View File

@ -409,16 +409,17 @@
}
.index-product .product-list .product-items li.active{
display: flex;
justify-content: space-between;
justify-content: flex-start;
}
.index-product .product-list .product-item{
width: 32%;
margin-right: 3%;
}
.index-product .product-list .product-item>a{
display: block;
}
.index-product .product-list .product-item:first-child{
margin-left: 0;
.index-product .product-list .product-item:nth-of-type(3n){
margin-right: 0;
}
.index-product .product-list .product-item .img{
display: block;
@ -445,6 +446,7 @@
opacity: .5;
white-space: nowrap;
width: 100%;
height: 28px;
overflow: hidden;
text-overflow:ellipsis;
}