|
@@ -1,25 +1,30 @@
|
|
|
{{ if showNavBar }}
|
|
|
<header class="bar bar-nav">
|
|
|
- <a class="left-button back-button">
|
|
|
- <div class="icon icon-left-nav"></div>
|
|
|
- </a>
|
|
|
- <h1 class="title">{{title}}</h1>
|
|
|
+ <a class="left-button back-button">
|
|
|
+ <div class="icon icon-left-nav"></div>
|
|
|
+ </a>
|
|
|
+ <h1 class="title">{{title}}</h1>
|
|
|
</header>
|
|
|
{{ /if }}
|
|
|
<div class="content">
|
|
|
- <div class="box-container box box-vertical">
|
|
|
- <div id="rechargeScroll" class="scroll-container box-flex-1">
|
|
|
- <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">
|
|
|
- {{include './cell'}}
|
|
|
- </ul>
|
|
|
- <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>
|
|
|
- <!--<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>
|
|
|
- </div>
|
|
|
+ <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">
|
|
|
+ {{include './cell'}}
|
|
|
+ </ul>
|
|
|
+ <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>
|
|
|
+ <!--<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 style="width: 100%;padding-bottom: 13%;"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|