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