Commit 04bde15a by lmf

优化产品分类页面样式

parent d71b4d9f
......@@ -27,6 +27,22 @@
overflow-x: auto;
}
//category list
.filter-content .filter-options .filter-options-title{
font-size: 20px;
color: #292929;
font-weight: 500;
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
font-family: 'Outfit', sans-serif;
display: block;
}
.filter-content .filter-options .filter-options-content ol li a{
color: #999999;
}
.products-grid .product-item .product.name a{
text-overflow: ellipsis;
white-space: nowrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment