tags 样式修复
This commit is contained in:
parent
4dc12fc128
commit
68435e1fe4
@ -708,6 +708,7 @@ textarea {
|
||||
.archives a {
|
||||
background-color: #E61E1E;
|
||||
color: #FFF;
|
||||
line-height: 15px;
|
||||
float: left;
|
||||
margin: 10px;
|
||||
padding: 10px 15px;
|
||||
|
2
metro-hot/css/metro-hot.min.css
vendored
2
metro-hot/css/metro-hot.min.css
vendored
@ -111,7 +111,7 @@ textarea{overflow:auto;vertical-align:top}
|
||||
#goCmt{bottom:55px}
|
||||
.archives{background-color:#323232;padding:10px;margin:5px 10px 30px 0}
|
||||
.archives li{list-style:none;float:left}
|
||||
.archives a{background-color:#e61e1e;color:#fff;float:left;margin:10px;padding:10px 15px;white-space:nowrap;transition:all .8s}
|
||||
.archives a{line-height:15px;background-color:#e61e1e;color:#fff;float:left;margin:10px;padding:10px 15px;white-space:nowrap;transition:all .8s}
|
||||
.archives a:hover{background-color:#fff;color:#e61e1e}
|
||||
.article-header{background-color:#e61e1e;margin:30px 0;padding:20px 30px;position:relative}
|
||||
.article-info{position:absolute;right:0;top:0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user