修改网警备案
This commit is contained in:
parent
e4f47c4e1f
commit
1691bfcb05
|
@ -15,6 +15,10 @@
|
|||
<p class="company text-left">江苏德木供应链管理有限公司</p>
|
||||
<p class="copy text-left">Copyright © @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,60 +31,74 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: "Footer",
|
||||
data() {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
export default {
|
||||
name: "Footer",
|
||||
data() {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
#footer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
background: #474747;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
padding: 40px 0 80px 0;
|
||||
}
|
||||
.logo {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.logo img{
|
||||
width: 50px;
|
||||
height: 45px;
|
||||
}
|
||||
.logo .logo-text{
|
||||
margin-left: 15px;
|
||||
}
|
||||
.logo .logo-text .text-name{
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.logo .logo-text .text{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.logo p{
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.companyView .company{
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.aboutView .about-text{
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#footer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
background: #474747;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
padding: 40px 0 80px 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 997px) {
|
||||
.logo {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
.logo img {
|
||||
width: 50px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.logo .logo-text {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.logo .logo-text .text-name {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.logo .logo-text .text {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.logo p {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.companyView .company {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.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) {}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue