|
@@ -72,9 +72,9 @@
|
|
<div class="title_box">
|
|
<div class="title_box">
|
|
<span class="title">缴费说明</span>
|
|
<span class="title">缴费说明</span>
|
|
</div>
|
|
</div>
|
|
- <div class="sub_title_box">
|
|
|
|
- <span class="title">计费基础规则:</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+<!-- <div class="sub_title_box">-->
|
|
|
|
+<!-- <span class="title">计费基础规则:</span>-->
|
|
|
|
+<!-- </div>-->
|
|
<div class="info" v-html="setDescription()"></div>
|
|
<div class="info" v-html="setDescription()"></div>
|
|
</div>
|
|
</div>
|
|
<!-- <div style="height: 50px;"></div>-->
|
|
<!-- <div style="height: 50px;"></div>-->
|
|
@@ -193,6 +193,8 @@ export default {
|
|
//flex-direction: column;
|
|
//flex-direction: column;
|
|
background: #F5F7FE;
|
|
background: #F5F7FE;
|
|
padding-bottom: 250px;
|
|
padding-bottom: 250px;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ overflow-y: scroll;
|
|
//padding-bottom: 20px;
|
|
//padding-bottom: 20px;
|
|
padding-top: 24px;
|
|
padding-top: 24px;
|
|
}
|
|
}
|