fix: style

This commit is contained in:
shenyu 2020-02-07 15:12:49 +08:00
parent 14f1f432c9
commit eb1ecd74fa
4 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<ul class="list-inline"> <span>
<li>PV:<span id="busuanzi_value_page_pv"></span></li> <i>PV:<span id="busuanzi_value_page_pv"></span></i>
<li>UV:<span id="busuanzi_value_site_uv"></span></li> <i>UV:<span id="busuanzi_value_site_uv"></span></i>
</ul> </span>

View File

@ -108,7 +108,8 @@
.declare .declare
margin 0 0 1rem margin 0 0 1rem
padding-bottom 1rem padding-bottom 1rem
border-bottom 1px solid #eee color #999
border-bottom 1px solid #f6f6f6
ul ul
list-style none list-style none
li li
@ -161,7 +162,7 @@
position relative position relative
padding-top 1.5rem padding-top 1.5rem
margin 1rem 0 2rem margin 1rem 0 2rem
border-top border-width border-color solid border-top border-width solid #eee
.article-nav-link .article-nav-link
display block display block

View File

@ -2,7 +2,7 @@
.article .article
padding 4.5rem 0 padding 4.5rem 0
&:not(:last-child) &:not(:last-child)
border-bottom border-width border-color solid border-bottom border-width #ddd solid
.article-entry, .article-footer .article-entry, .article-footer
margin-top 0 margin-top 0
.article-entry .article-entry

View File

@ -1,6 +1,6 @@
.footer .footer
border-top border-width solid #bbb border-top 2px solid #f6f6f6
padding 3rem 0 padding 3rem 0
.outer .outer
&>ul &>ul
@ -8,10 +8,12 @@
display flex display flex
justify-content space-between justify-content space-between
&:first-child &:first-child
border-bottom border-width solid darken(froth-light,10%) border-bottom border-width solid #f1f1f1
li li
display inline-block display inline-block
padding .5rem 0 padding .5rem 0
a
text-decoration none
span span
margin-right 6px margin-right 6px