Commit 1b0bdc1d by lmf

优化支付页面样式

parent 7aa0fa42
<style> <style>
@media (min-width: 1024px){ @media (max-width: 1023px){
.action-update-cancel{
margin-left: 0%;
}
}
@media (max-width: 1024px){
.action-update-cancel{ .action-update-cancel{
height: 120px; height: 120px;
} }
...@@ -29,7 +24,7 @@ ...@@ -29,7 +24,7 @@
<fieldset class="fieldset" data-bind="visible: !isAddressDetailsVisible()"> <fieldset class="fieldset" data-bind="visible: !isAddressDetailsVisible()">
<!-- ko template: 'Magento_Checkout/billing-address/list' --><!-- /ko --> <!-- ko template: 'Magento_Checkout/billing-address/list' --><!-- /ko -->
<!-- ko template: 'Magento_Checkout/billing-address/form' --><!-- /ko --> <!-- ko template: 'Magento_Checkout/billing-address/form' --><!-- /ko -->
<div class="actions-toolbar action-update-cancel" > <div class="actions-toolbar action-update-cancel" style="margin-left: 0%;">
<div class="primary"> <div class="primary">
<button class="action action-update" type="button" data-bind="click: updateAddress"> <button class="action action-update" type="button" data-bind="click: updateAddress">
<span data-bind="i18n: 'Update'"></span> <span data-bind="i18n: 'Update'"></span>
......
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