lee
parent
150b521a43
commit
f310387095
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue