Commit da807417 by lmf

优化支付页面payapl页面图标

parent db77078d
...@@ -31,7 +31,7 @@ class Form extends Express\Form ...@@ -31,7 +31,7 @@ class Form extends Express\Form
'https://www.securecheckout.billmelater.com/paycapture-content/' 'https://www.securecheckout.billmelater.com/paycapture-content/'
. 'fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html' . 'fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html'
)->setPaymentAcceptanceMarkSrc( )->setPaymentAcceptanceMarkSrc(
'https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-medium.png' '/media/wysiwyg/paypal.svg'
)->setPaymentWhatIs(__('See terms')); )->setPaymentWhatIs(__('See terms'));
$this->_initializeRedirectTemplateWithMark($mark); $this->_initializeRedirectTemplateWithMark($mark);
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */ /** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
?> ?>
<style type="text/css"> <style type="text/css">
payment-method _active{
border: 1px solid #1979c3 !important;
}
.checkout-index-index{ .checkout-index-index{
font-family: 'Outfit-Regular', sans-serif; font-family: 'Outfit-Regular', sans-serif;
} }
...@@ -79,7 +82,6 @@ ...@@ -79,7 +82,6 @@
font-size: 16px; font-size: 16px;
} }
.opc-block-summary{ .opc-block-summary{
background: #f9f9f9;
padding: 15px; padding: 15px;
} }
.action.action-auth-toggle{ .action.action-auth-toggle{
......
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