Commit fa85c504 by lmf

优化价格样式对齐

parent 082362c3
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
width: 100%; width: 100%;
left: 0; left: 0;
} }
span.normal-price { span.old-price.sly-old-price.no-display {
width: 25%; margin-left: 15%;
} }
} }
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
height: 55px; height: 55px;
} }
span.normal-price { span.normal-price {
width: 15%;
float: left; float: left;
} }
span.old-price.sly-old-price.no-display { span.old-price.sly-old-price.no-display {
display: block !important; display: block !important;
float: left; float: left;
margin-left: 2%;
} }
span.price-label { span.price-label {
display: none; display: none;
......
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