Commit 57880bca by lmf

优化PC底部版权对齐

parent 845d54a0
......@@ -513,14 +513,21 @@ ul {
content: '';
display: block;
}
.copyright > .copyright_left{
float: left;
margin-left: 5%;
margin-top: 10px;
font-weight: bold;
color: #fff;
font-size: smaller;
@media (min-width:789px) {
.copyright > .copyright_left{
float: left;
margin-left: 10%;
margin-top: 10px;
font-weight: bold;
color: #fff;
font-size: smaller;
}
span.copyright_right{
margin-left: 25%;
}
}
.copyright img{
margin-bottom: -10px;
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