Commit ddc7415d authored by linxin's avatar linxin

Merge branch 'liuin' into uat

parents 7ed84d6d 38759ebc
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
</div> </div>
</div> </div>
</div> </div>
<section class="pay-content"> </div>
<h-content class="pay-content">
<section v-for="(item,index) in prj_lists" :key="index" class="contract-item"> <section v-for="(item,index) in prj_lists" :key="index" class="contract-item">
<div class="header"> <div class="header">
<img src="@/assets/payment/file.png" > <img src="@/assets/payment/file.png" >
...@@ -40,8 +41,8 @@ ...@@ -40,8 +41,8 @@
</div> </div>
</div> </div>
</section> </section>
</section> </h-content>
</div>
<div class="prompt has-footer"> <div class="prompt has-footer">
<div> <div>
<img src="@/assets/payment/prompt.png" alt > <img src="@/assets/payment/prompt.png" alt >
...@@ -221,7 +222,7 @@ export default { ...@@ -221,7 +222,7 @@ export default {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 14px; font-size: 14px;
color: #ffffff; color: #ffffff;
margin-top: 1.8%; margin-top: 9.8%;
} }
.data { .data {
font-family: Verdana-Bold; font-family: Verdana-Bold;
......
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
<input v-model="keyWords" type="text" placeholder="请输入合同号/承租人名称" > <input v-model="keyWords" type="text" placeholder="请输入合同号/承租人名称" >
<img src="@/assets/payment/search.png" alt > <img src="@/assets/payment/search.png" alt >
</div> </div>
<section class="pay-content"> </div>
<h-content class="pay-content">
<section v-for="(item,index) in showList" :key="index" class="contract-item"> <section v-for="(item,index) in showList" :key="index" class="contract-item">
<div class="header"> <div class="header">
<img src="@/assets/payment/file.png" alt > <img src="@/assets/payment/file.png" alt >
...@@ -75,17 +76,15 @@ ...@@ -75,17 +76,15 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</section>
<list-item :item-height="44"> <list-item :item-height="44">
<item> <item>
<div slot="name">逾期利息</div> <div slot="name">逾期利息</div>
<span slot="content">{{ money|currency }}</span> <span slot="content">{{ money|currency }}</span>
</item> </item>
</list-item> </list-item>
</div> </h-content>
</section>
</section>
<div class="prompt has-footer"> <div class="prompt has-footer">
<div> <div>
<img src="@/assets/payment/prompt.png" alt > <img src="@/assets/payment/prompt.png" alt >
...@@ -99,7 +98,7 @@ ...@@ -99,7 +98,7 @@
<bottom-tab> <bottom-tab>
<tab-button class="footer" @click.native="checkPay()">提交订单</tab-button> <tab-button class="footer" @click.native="checkPay()">提交订单</tab-button>
</bottom-tab> </bottom-tab>
</div>
</h-view> </h-view>
</template> </template>
<script> <script>
...@@ -367,8 +366,8 @@ export default { ...@@ -367,8 +366,8 @@ export default {
left:0; left:0;
right:0; right:0;
margin:auto; margin:auto;
height: 53%; height: 54%;
overflow: scroll; overflow-y: scroll;
.contract-item { .contract-item {
background-color: #fff; background-color: #fff;
box-shadow: 0 1px 3px 2px rgba(168, 168, 168, 0.14); box-shadow: 0 1px 3px 2px rgba(168, 168, 168, 0.14);
......
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