Commit f8c39bf5 by wangdonghong

fix

parent 1e8105a6
...@@ -1669,7 +1669,8 @@ footer{ ...@@ -1669,7 +1669,8 @@ footer{
} }
.minicart-items .action.delete::before{ .minicart-items .action.delete::before{
background-color: #999999; 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%; -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%;
-webkit-mask-size: 1.25rem 1.25rem;
} }
.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