Commit c1a83330 by lmf

调整商品主图和属性边距

parent 71ac9df8
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
$(".swatch-attribute.size > span:last").after(size); $(".swatch-attribute.size > span:last").after(size);
} }
$("#product-intro-size-chart").show(); $("#product-intro-size-chart").show();
},1000); },3000);
}); });
</script> </script>
......
...@@ -1653,6 +1653,10 @@ button.action.submit.primary { ...@@ -1653,6 +1653,10 @@ 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;
......
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