调整首页底部行距

This commit is contained in:
kuaifan 2022-06-07 12:07:22 +08:00
parent c63fdb04c2
commit 94b3014051

View File

@ -292,14 +292,14 @@
}
.footer-copyright {
width: 100%;
height: 60px;
background: #ffffff;
text-align: center;
background: #fff;
color: #828282;
font-size: 12px;
font-weight: 400;
color: #828282;
line-height: 60px;
padding: 20px;
line-height: 20px;
text-align: center;
width: 100%;
}
}
}