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

@@ -15,6 +15,10 @@
class="baseImg"
/>
</div>
<div class="bottomContent">
<p>本服务由浙江政务服务网宁波市住房保障和房屋征收管理中心提供</p>
<p>服务咨询热线<b>0574-88086606</b></p>
</div>
</div>
</template>
@@ -99,4 +103,17 @@ export default {
margin: 0 auto;
padding: 0;
}
.bottomContent {
position: absolute;
bottom: 10px;
text-align: center;
width: 100%;
font-size: 10px;
p {
margin: 0;
}
b {
color: #5d8cbc;
}
}
</style>