Commit 1e8105a6 by wangdonghong

fix

parent 883cc49f
...@@ -1667,6 +1667,10 @@ footer{ ...@@ -1667,6 +1667,10 @@ footer{
border-radius: 2px; border-radius: 2px;
width: 100%; width: 100%;
} }
.minicart-items .action.delete::before{
background-color: #999999;
-webkit-mask: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>) no-repeat 50% 50%;
}
.product-items .product-item-photo{ .product-items .product-item-photo{
overflow: hidden; overflow: hidden;
} }
......
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