Commit 2e6888fd by lmf

修复手机版产品详情属性边距

parent 43af0c51
...@@ -1654,11 +1654,8 @@ button.action.submit.primary { ...@@ -1654,11 +1654,8 @@ button.action.submit.primary {
.product-info-wrapper .page-title-wrapper{ .product-info-wrapper .page-title-wrapper{
margin-top: -20px; margin-top: -20px;
margin-left: 30px;
}
.product-info-wrapper .product-info-main{
margin-left: 30px;
} }
.swatch-option-tooltip{ .swatch-option-tooltip{
display: none; display: none;
} }
...@@ -1666,6 +1663,7 @@ button.action.submit.primary { ...@@ -1666,6 +1663,7 @@ button.action.submit.primary {
.product-info-wrapper .page-title-wrapper h1{ .product-info-wrapper .page-title-wrapper h1{
margin-left: 10px; margin-left: 10px;
margin-top:10px; margin-top:10px;
line-height: 1.2;
} }
.product.info.detailed,.block.related{ .product.info.detailed,.block.related{
...@@ -1691,6 +1689,16 @@ button.action.submit.primary { ...@@ -1691,6 +1689,16 @@ button.action.submit.primary {
z-index: 11; z-index: 11;
} }
} }
//详情页修改
@media (min-width: 768px){
.product-info-wrapper .page-title-wrapper{
margin-top: -20px;
margin-left: 30px;
}
.product-info-wrapper .product-info-main{
margin-left: 30px;
}
}
.swatch-option.color, .swatch-option.text, .swatch-option.image{ .swatch-option.color, .swatch-option.text, .swatch-option.image{
width: 40px !important; width: 40px !important;
height: 40px !important; height: 40px !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