Commit 164c858d by lmf

优化mini购物车单价和数量

parent a7556465
...@@ -2240,9 +2240,7 @@ strong.subtitle.empty{ ...@@ -2240,9 +2240,7 @@ strong.subtitle.empty{
font-size: 18px; font-size: 18px;
} }
.minicart-items .price-container{ .minicart-items .price-container{
margin-left: 15%; font-size: 12px;
margin-top: -15%;
font-size: 14px;
} }
button.action.primary.checkout{ button.action.primary.checkout{
height: 50px; height: 50px;
...@@ -2370,5 +2368,9 @@ tr.grand.totals { ...@@ -2370,5 +2368,9 @@ tr.grand.totals {
float: left; float: left;
} }
span.qty-wrapper {
font-size: 12px;
}
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