Commit a6f88a49 by lmf

优化Payoneer展示样式

parent 4a5d7840
<style>
@media (max-width: 1024px){
.payoneer-mobile-css{
float: left;
}
}
</style>
<div class="payment-method" data-bind="css: {'_active': (getCode() == isChecked())}">
<div class="payment-method-title field choice">
<div class="payment-method-title field choice payoneer-mobile-css">
<input type="radio"
name="payment[method]"
class="radio"
data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()"/>
<label class="label" data-bind="attr: {'for': getCode()}">
<span data-bind="text: getTitle()"></span>
</label>
<!-- ko if: showStaticPaymentIcons()-->
<img src="https://resources.sandbox.oscato.com/resource/network/MRS_TEST_TRYZENS/zh_CN/VISA/logo.png" class="payment-method-icon" name="visa_logo" alt="Visa logo" />
<img src="https://resources.sandbox.oscato.com/resource/network/MRS_TEST_TRYZENS/zh_CN/MASTERCARD/logo.png" class="payment-method-icon" name="mastercard_logo" alt="Mastercard logo" />
<!-- /ko -->
<label class="label" data-bind="attr: {'for': getCode()}">
<span data-bind="text: getTitle()"></span>
</label>
</div>
<div class="payment-method-content">
......
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