Commit 983d7735 by liumengfei

优化kalna支付PC界面标题

parent 62122ad8
...@@ -4,7 +4,15 @@ ...@@ -4,7 +4,15 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
?> ?>
<style>
@media (min-width: 1024px){
h1.page-title {
margin: 0 auto !important;
width: 20%;
line-height: 3;
}
}
</style>
<div id="checkout-loader" data-role="checkout-loader" class="loading-mask" data-mage-init='{"checkoutLoader": {}}'> <div id="checkout-loader" data-role="checkout-loader" class="loading-mask" data-mage-init='{"checkoutLoader": {}}'>
<div class="loader"> <div class="loader">
<img src="<?php echo $block->getViewFileUrl('images/loader-1.gif'); ?>" <img src="<?php echo $block->getViewFileUrl('images/loader-1.gif'); ?>"
......
...@@ -5,6 +5,16 @@ ...@@ -5,6 +5,16 @@
*/ */
?> ?>
<style>
@media (min-width: 1024px){
h1.page-title {
margin: 0 auto !important;
width: 20%;
line-height: 3;
}
}
</style>
<div> <div>
<?php echo $block->getCheckoutForm(); ?> <?php echo $block->getCheckoutForm(); ?>
......
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