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">
<li>PV:<span id="busuanzi_value_page_pv"></span></li>
<li>UV:<span id="busuanzi_value_site_uv"></span></li>
</ul>
<span>
<i>PV:<span id="busuanzi_value_page_pv"></span></i>
<i>UV:<span id="busuanzi_value_site_uv"></span></i>
</span>

View File

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

View File

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

View File

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