修改网警备案
This commit is contained in:
parent
e4f47c4e1f
commit
1691bfcb05
|
@ -15,6 +15,10 @@
|
||||||
<p class="company text-left">江苏德木供应链管理有限公司</p>
|
<p class="company text-left">江苏德木供应链管理有限公司</p>
|
||||||
<p class="copy text-left">Copyright © @2021江苏德木供应链管理有限公司</p>
|
<p class="copy text-left">Copyright © @2021江苏德木供应链管理有限公司</p>
|
||||||
<p class="text text-left">版权所有 苏ICP备18028199号-3</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>
|
</div>
|
||||||
<div class="col col-xs-12 col-sm-6 col-md-4">
|
<div class="col col-xs-12 col-sm-6 col-md-4">
|
||||||
|
@ -44,43 +48,57 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 40px 0 80px 0;
|
padding: 40px 0 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo img {
|
.logo img {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo .logo-text {
|
.logo .logo-text {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo .logo-text .text-name {
|
.logo .logo-text .text-name {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo .logo-text .text {
|
.logo .logo-text .text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo p {
|
.logo p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.companyView .company {
|
.companyView .company {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.companyView .text {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.companyView .text .img {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.aboutView .about-text {
|
.aboutView .about-text {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 997px) {
|
@media screen and (max-width: 997px) {}
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue