修改网警备案

This commit is contained in:
龙运模 2024-05-06 16:52:56 +08:00
parent e4f47c4e1f
commit 1691bfcb05
1 changed files with 71 additions and 53 deletions

View File

@ -15,6 +15,10 @@
<p class="company text-left">江苏德木供应链管理有限公司</p>
<p class="copy text-left">Copyright &copy; @2021江苏德木供应链管理有限公司</p>
<p class="text text-left">版权所有 苏ICP备18028199号-3</p>
<p class="text text-left">
<img class="img" src="https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-login/jinghui.png" alt="">
苏公网安备32058502010938号
</p>
</div>
</div>
<div class="col col-xs-12 col-sm-6 col-md-4">
@ -27,15 +31,15 @@
</div>
</template>
<script>
export default {
export default {
name: "Footer",
data() {
return {};
}
};
};
</script>
<style scoped>
#footer {
#footer {
width: 100%;
height: 100%;
color: #fff;
@ -43,44 +47,58 @@ export default {
overflow: hidden;
text-align: center;
padding: 40px 0 80px 0;
}
.logo {
}
.logo {
display: flex;
margin-bottom: 10px;
}
.logo img{
}
.logo img {
width: 50px;
height: 45px;
}
.logo .logo-text{
}
.logo .logo-text {
margin-left: 15px;
}
.logo .logo-text .text-name{
}
.logo .logo-text .text-name {
font-size: 16px;
font-weight: 400;
margin-bottom: 3px;
}
.logo .logo-text .text{
}
.logo .logo-text .text {
font-size: 14px;
font-weight: 400;
}
.logo p{
}
.logo p {
margin: 0;
text-align: left;
}
.companyView .company{
}
.companyView .company {
font-weight: 500;
font-size: 18px;
margin-bottom: 20px;
}
.aboutView .about-text{
}
.companyView .text {
display: flex;
align-items: center;
}
.companyView .text .img {
margin-right: 5px;
}
.aboutView .about-text {
font-weight: 500;
font-size: 18px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 997px) {
}
@media screen and (max-width: 997px) {}
</style>