|
@@ -10,30 +10,25 @@
|
|
|
<div class="box-container box box-vertical">
|
|
|
<div id="rechargeScroll" class="scroll-container box-flex-1">
|
|
|
<div class="scroller">
|
|
|
- <img class="ad-hide" src="http://odulvej8l.bkt.clouddn.com/%E5%85%85%E5%80%BC%E5%8D%A1.jpg"
|
|
|
- style="width: 100%;">
|
|
|
- <ul class="ad-hide list-content list-recharge" style="padding-top: 5px;padding-bottom: 5px">
|
|
|
+ <img class="ad-hide" src="http://odulvej8l.bkt.clouddn.com/%E5%85%85%E5%80%BC%E5%8D%A1.jpg" style="width: 100%;">
|
|
|
+ <div class="recharge-title">充值余额</div>
|
|
|
+ <ul class="ad-hide list-content list-recharge" style="padding-top: 5px;padding-bottom: 5px;padding-left: 10%;">
|
|
|
{{ each recharges as recharge i }}
|
|
|
<li class="media" data-id="{{ recharge.id }}" data-value="{{ recharge.denomination }}" data-index="{{ i }}">
|
|
|
{{ if recharge.denomination === 1 }}
|
|
|
<div class="input-title">其他数额</div>
|
|
|
- <input type="text" maxlength='8' name="" value="" class="rechange-input">
|
|
|
+ <div class="input-rmb">RMB:</div><input type="text" maxlength='8' name="" value="" class="rechange-input">
|
|
|
{{ else }}
|
|
|
- <div>充值{{ recharge.denomination }}元</div>
|
|
|
- <div class="recharge-desc">{{ recharge.desc }}</div>
|
|
|
+ <div>RMB:{{ recharge.denomination }}</div>
|
|
|
{{ /if }}
|
|
|
</li>
|
|
|
{{ /each }}
|
|
|
</ul>
|
|
|
- <div class="btn-add-recharge">立即去充值</div>
|
|
|
- <div class="ad-hide" style="text-align: center;"><span
|
|
|
- style="font-size: 0.6rem">点击立即充值,即表示您已经同意壹管家</span><span
|
|
|
- style="font-size: 0.6rem;font-weight: 600;display: block;"></span>
|
|
|
- <span style="font-size: 0.6rem;">《<span class="pay-agreement"
|
|
|
- style="text-decoration: underline;color: #0A246A">充返活动协议</span>》</span>
|
|
|
+ <div class="ad-hide" style="text-align: center;clear: both;margin-top: 10rem;"><span style="font-size: 0.6rem">点击立即充值,即表示您已经同意壹管家</span><span style="font-size: 0.6rem;font-weight: 600;display: block;"></span><span style="font-size: 0.6rem;">《<span class="pay-agreement" style="text-decoration: underline;color: #0A246A">充返活动协议</span>》</span>
|
|
|
<!--<span style="display: inline-block;font-size: 0.6rem;font-weight: 600; " class="pay-rule"><span
|
|
|
style="text-decoration: underline;color: #0A246A">活动规则</span></span>-->
|
|
|
</div>
|
|
|
+ <div class="btn-add-recharge">立即去充值</div>
|
|
|
<div style="width: 100%;padding-bottom: 13%;"></div>
|
|
|
</div>
|
|
|
</div>
|