Commit 061b2868 by lmf

优化商品详情标题和价格间距

parent 96ce1820
...@@ -1457,6 +1457,9 @@ margin-top: 0px; ...@@ -1457,6 +1457,9 @@ margin-top: 0px;
} }
.product-info-wrapper .page-title span.base{ .product-info-wrapper .page-title span.base{
color: #999999; color: #999999;
font-size: initial;
float: left;
margin-left: -10px;
} }
.product-info-wrapper .price-final_price .price { .product-info-wrapper .price-final_price .price {
...@@ -1464,7 +1467,7 @@ margin-top: 0px; ...@@ -1464,7 +1467,7 @@ margin-top: 0px;
} }
.product-info-price .price-box{ .product-info-price .price-box{
margin-top: -35px; margin-top: -10px;
} }
.product-add-form .box-tocart { .product-add-form .box-tocart {
...@@ -1489,6 +1492,9 @@ margin-top: 0px; ...@@ -1489,6 +1492,9 @@ margin-top: 0px;
.product-info-wrapper .page-title-wrapper{ .product-info-wrapper .page-title-wrapper{
margin-top: -20px; margin-top: -20px;
} }
.swatch-option-tooltip{
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