Commit 3364f2ed by 王东红

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents 8864de5a 7344f6c0
......@@ -87,6 +87,9 @@
</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">
......
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
......@@ -1304,15 +1304,30 @@ margin-top: 0px;
}
@media (max-width: 780px){
.copyright{
display: flex;
flex-direction: column;
align-items: center;
}
.copyright > .copyright_left{
color:#b2b2b2;
}
footer{
padding-top: 140px;
padding-top: 120px;
margin-top: -120px;
background-color: #f6f6f6;
margin-bottom: env(safe-area-inset-bottom);
}
.copyright a{
font-weight: 100;
font-size: revert;
}
.copyright img {
display: block;
margin: 0 auto;
}
}
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