Commit bc64c607 by dhn

修改展示属性样式

parent 04246c5e
......@@ -2153,10 +2153,13 @@ footer{
max-width: 260px;
}
.minicart-items-wrapper #mini-cart{
max-height: 140px;
max-height: 160px;
height: 100%;
overflow: hidden;
}
.minicart-items li.product-item > div.product {
height: 160px;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
max-width: 100%!important;
}
......@@ -2174,6 +2177,7 @@ footer{
#mini-cart .product-item-details .product.options.list .values{
color:#888;
font-family: inherit;
display: flex;
}
/***********************************minicart edit end*********************************************************/
/***********************************cart style start**********************************************************/
......
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