update:增加页面底部信息,删除多余的文件

This commit is contained in:
2021-09-24 11:29:00 +08:00
parent 7697206c5a
commit 58d39098de
13 changed files with 146 additions and 1767 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="container">
<div :class="this.type == 'pg' ? 'proTopBoxpg' : 'proTopBoxxy'">
<div class="proCenterBox">
<div class="proCenterInfo">
@@ -58,6 +58,10 @@
</div>
</div>
</van-list>
<div class="bottomContent">
<p>本服务由浙江政务服务网宁波市住房保障和房屋征收管理中心提供</p>
<p>服务咨询热线<b>0574-88086606</b></p>
</div>
</div>
</div>
</template>
@@ -125,5 +129,19 @@ export default {
}
};
</script>
<style></style>
<style lang="less" scoped>
.container {
.bottomContent {
margin-bottom: 10px;
text-align: center;
width: 100%;
font-size: 10px;
p {
margin: 0;
}
b {
color: #5d8cbc;
}
}
}
</style>