Commit 2d74d3a4 by lmf

pc购物车按钮长度调整

parent 2349526d
......@@ -1676,7 +1676,13 @@ button.action.submit.primary {
max-width: 100%;
font-weight: 600;
height: 55px;
width: 500px;
width: 300px;
}
@media (min-width: 780px) {
.action.primary.tocart{
width: 500px !important;
}
}
#product-intro__freeshipping-more-3{
......
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