Commit 2e027677 by lmf

优化商品详情页物流政策

parent d5b5fb01
......@@ -87,9 +87,6 @@
</block>
</block>
</block>
<container name="product.info.warpt" as="product_info_warpt" label="Alert product warpt" after="box.addtocart.extrahint">
<block class="Magento\Catalog\Block\Product\View" name="product.info.free_shipping" template="Magento_Catalog::product/free_shipping.phtml"/>
</container>
<container name="product.info.extrahint" as="extrahint" label="Product View Extra Hint">
<container name="product.info.social" label="Product social links container" htmlTag="div" htmlClass="product-social-links">
<block class="Magento\Catalog\Block\Product\View" name="product.info.addto" as="addto" template="Magento_Catalog::product/view/addto.phtml">
......
......@@ -50,7 +50,7 @@
.action.primary.tocart{
font-size: smaller;
background-color: #000;
width: 900px;
max-width: 100%;
font-weight: 600;
}
......
......@@ -1449,6 +1449,7 @@ margin-top: 0px;
}
}
//详情页mobile修改
@media (max-width: 780px){
.product-info-stock-sku{
......@@ -1457,9 +1458,6 @@ margin-top: 0px;
.product-info-wrapper .page-title span.base{
color: #999999;
}
.product-social-links{
display: none;
}
.product-info-wrapper .price-final_price .price {
color: #000;
......@@ -1469,6 +1467,14 @@ margin-top: 0px;
margin-top: -35px;
}
.product-add-form .box-tocart {
display: none;
}
.price-final_price .old-price .price{
color: #999999;
}
}
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