Commit ac7106c9 by lmf

优化checkout页面

parent 650f6dfc
......@@ -108,10 +108,11 @@
}
.table-checkout-shipping-method tr.row{
border: 1px solid #1979c3;
line-height: 20px;
line-height: 10px;
display: block;
padding: 0 20px;
padding: 0 10px;
margin-bottom: 10px;
height: 50px;
}
a[href^="tel:"]{
......@@ -228,6 +229,7 @@
.checkout-billing-address{
font-size: 14px;
color: #666666;
margin-bottom: 10px;
}
.authentication-wrapper{
float: none;
......@@ -346,7 +348,7 @@
left: 0;
background: #ffffff;
z-index: 11;
padding: 10px 0;
padding: 5px 0;
margin-bottom:0;
}
.checkout-container .actions-toolbar .action.continue.primary{
......
......@@ -20,12 +20,12 @@
</a>
</label>
</div>
<div class="payment-method-content">
<div class="payment-method-content" >
<!-- ko foreach: getRegion('messages') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<fieldset class="fieldset" data-bind='attr: {id: "payment_form_" + getCode()}'>
<div class="payment-method-note">
<div class="payment-method-note" style="display: none;">
<!-- ko i18n: 'You will be redirected to the PayPal website.' --><!-- /ko -->
</div>
<!-- ko template: 'Magento_Paypal/payment/express/billing-agreement' --><!-- /ko -->
......
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