Commit ac7106c9 by lmf

优化checkout页面

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