Commit ba928de7 by lmf

优化订单流程样式

parent 3a24a66c
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="checkout_cart_item_renderers"/>
<body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="checkout.cart.addtocart" remove="true" />
</body>
</page>
......@@ -30,6 +30,9 @@
font-size: 16px;
}
@media(max-width: 1024px) {
.page-main > .columns {
margin-top: 100px;
}
.page-title-wrapper {
margin-top: 100px;
font-size: 14px;
......@@ -42,4 +45,6 @@
font-weight: 400;
}
}
</style>
......@@ -2287,6 +2287,12 @@ tr.grand.totals {
}
@media(max-width: 1024px) {
.cart-container .cart-summary{
margin-top: -15%;
}
li#opc-shipping_method {
margin-top: 15px;
}
div#checkout {
margin-top: 50px;
}
......
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