Commit 57880bca by lmf

优化PC底部版权对齐

parent 845d54a0
...@@ -513,14 +513,21 @@ ul { ...@@ -513,14 +513,21 @@ ul {
content: ''; content: '';
display: block; display: block;
} }
.copyright > .copyright_left{
@media (min-width:789px) {
.copyright > .copyright_left{
float: left; float: left;
margin-left: 5%; margin-left: 10%;
margin-top: 10px; margin-top: 10px;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
font-size: smaller; font-size: smaller;
}
span.copyright_right{
margin-left: 25%;
}
} }
.copyright img{ .copyright img{
margin-bottom: -10px; margin-bottom: -10px;
margin-right: 1%; margin-right: 1%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment