Commit 208ed641 by dhn

修改购物车按钮间距 支付成功页去掉topbar

parent 24d48730
......@@ -14,6 +14,7 @@
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="catalog.topnav" remove="true" />
<referenceBlock name="top.search" remove="true" />
<referenceBlock name="sparsh.free-shipping.bar.top" remove="true" />
<referenceContainer name="header.container">
<block class="Magento\Cms\Block\Block" name="cart.payment.top">
<arguments>
......
......@@ -774,6 +774,19 @@ p.shopbycate-title {
background: url("../images/icons-pc.png");
background-position-x: -160px;
}
.checkout-cart-index .checkout.checkout-methods-items li{
height:auto;
}
.checkout-cart-index #cart-totals {
padding-bottom: 2rem;
}
.checkout-cart-index #cart-totals .table-wrapper table tr {
border-bottom:none;
}
.checkout-cart-index table .grand.totals strong,.checkout-index-index table .grand.totals strong
{
font-weight: 700;
}
}
.no-enabled{
color:#cacaca!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