Commit 2a7d1055 by 王东红

购物车界面字体样式调整

parent 0e77b5f0
......@@ -8,6 +8,7 @@
<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>
<referenceBlock name="page.main.title" remove="true"/>
<referenceContainer name="page.messages">
<block class="Magento\Checkout\Block\Cart\ValidationMessages" name="checkout.cart.validationmessages"/>
</referenceContainer>
......
......@@ -25,6 +25,11 @@
data-attribute="cart-products-toolbar-top"><?= $block->getPagerHtml() ?>
</div>
<?php endif ?>
<div class="page-title-wrapper">
<h2 class="page-title">
<?= $block->escapeHtml(__('Shopping Cart Items')) ?>
</h2>
</div>
<table id="shopping-cart-table"
class="cart items data table"
data-mage-init='{"shoppingCart":{"emptyCartButton": ".action.clear",
......
......@@ -758,4 +758,18 @@ p.shopbycate-title {
.select-element.section-before-footer.clearfix p{height:60px;font-size: 14px;text-transform: lowercase;}
.select-element.section-before-footer.clearfix span {height:25px;}
}
//cat
.cart-container{
font-family: 'Outfit-Regular', sans-serif;
.page-title-wrapper h2.page-title{
color: #222222;
font-weight: 500;
line-height: 1.35;
font-size: 1.33em;
letter-spacing: -1px;
border-bottom: 2px solid #ccc;
padding-bottom: 10px;
}
}
\ No newline at end of file
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