Commit 082362c3 by lmf

修复移动端价格错位

parent db4c7880
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
width: 100%; width: 100%;
left: 0; left: 0;
} }
span.normal-price {
width: 25%;
}
} }
.action.towishlist{ .action.towishlist{
...@@ -47,11 +50,9 @@ ...@@ -47,11 +50,9 @@
display: block !important; display: block !important;
float: left; float: left;
} }
span.price-label { span.price-label {
display: none; display: none;
} }
.price-final_price .old-price .price{ .price-final_price .old-price .price{
font-size: 14px !important; font-size: 14px !important;
} }
......
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