修改样式等相关文件

This commit is contained in:
Niujiawei
2020-08-05 21:39:02 +08:00
parent ef4a4010ff
commit 361e9a76fd
9 changed files with 18 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
<!-- 服务协议 -->
<view class="pact">
<view>
<view></view>
<view style="padding-bottom: 10px;"></view>
<text>我已详细阅读并同意</text>
<text class="pact_text" v-for="(item,index) in pact_text" :key="index" @click="pact_click(index)"> {{item.text}}
</text>
@@ -432,6 +432,7 @@
position: relative;
padding-left: 40rpx;
overflow: hidden;
padding-bottom:10px
// overflow: hidden; //超出的文本隐藏
// text-overflow: ellipsis; //溢出用省略号显示
// white-space: nowrap; //溢出不换行