optimization copyright style

This commit is contained in:
飞雪无情
2019-03-07 10:52:33 +08:00
parent 9eaac24464
commit 0a2cab0730
2 changed files with 16 additions and 7 deletions
+11
View File
@@ -990,4 +990,15 @@ img.alignright {
.readmore a:hover {
background: #F8F8F8;
border-bottom-color: #D26911;
}
/* 版权声明 */
.post-copyright {
margin: 2em 0 0;
padding: 0.5em 1em;
border-left: 3px solid #ff1700;
background-color: #f9f9f9;
list-style: none;
}
.post-copyright a {
border-bottom: 1px solid #999;
}