Commit 965b64d0 by lishengfu

update

parent 5d856067
Showing with 58 additions and 1 deletions
......@@ -67,7 +67,28 @@
</div>
</div>
<!--弹出层-->
<van-popup v-model="show" round position="bottom" :style="{ height: '40%' }">内容</van-popup>
<van-popup v-model="show" round closeable position="bottom" :style="{ height: '50%' }">
<div class="popup_city">
<div class="popup_city_title">总备款金额</div>
<div class="popup_city_money">2,000.00</div>
<p>
<span>参保城市</span>
<i>北京</i>
</p>
<p>
<span>参保月份</span>
<i>2019年11月</i>
</p>
<p>
<span>备款提醒时间</span>
<i>2019-11-25</i>
</p>
<p>
<span>托收人数</span>
<i>10</i>
</p>
</div>
</van-popup>
</div>
</template>
......@@ -180,4 +201,39 @@ export default {
}
}
}
.popup_city {
padding: 0 30px;
.popup_city_title {
height: 22px;
font-size: 16px;
color: rgba(61, 64, 71, 1);
line-height: 22px;
text-align: center;
margin-top: 52px;
}
.popup_city_money {
height: 40px;
font-size: 32px;
font-weight: 500;
color: rgba(61, 64, 71, 1);
line-height: 40px;
margin: 14px 0 50px;
text-align: center;
}
p {
height: 30px;
line-height: 30px;
font-size: 14px;
display: flex;
align-items: center;
span {
color: rgba(94, 96, 102, 1);
}
i {
color: rgba(61, 64, 71, 1);
margin-left: auto;
text-align: right;
}
}
}
</style>
\ No newline at end of file
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 sign in to comment