Commit 83592b19 by lmf

恢复文件

parent 1b1deadf
...@@ -4,13 +4,7 @@ ...@@ -4,13 +4,7 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
?> ?>
<style type="text/css">
@media(max-width: 1024px) {
main#maincontent{
width: 80% !important;
}
}
</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,13 +5,6 @@ ...@@ -5,13 +5,6 @@
*/ */
?> ?>
<style type="text/css">
@media(max-width: 1024px) {
main#maincontent{
width: 80% !important;
}
}
</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