修复刷新后下移的问题
This commit is contained in:
parent
62763af8ff
commit
d7ab590958
@ -416,9 +416,11 @@ input:-moz-placeholder
|
|||||||
|
|
||||||
// 文章列表
|
// 文章列表
|
||||||
.pageList
|
.pageList
|
||||||
|
.articleList:not(:first-child)
|
||||||
|
margin-top 30px
|
||||||
|
|
||||||
.articleList
|
.articleList
|
||||||
background-color #fff
|
background-color #fff
|
||||||
margin-top 30px
|
|
||||||
|
|
||||||
.articleImgs
|
.articleImgs
|
||||||
width 100%
|
width 100%
|
||||||
|
@ -957,6 +957,8 @@ modal
|
|||||||
display none
|
display none
|
||||||
|
|
||||||
.postPage
|
.postPage
|
||||||
|
.articleDetails:not(:first-child)
|
||||||
|
margin-top 30px
|
||||||
.articleDetails
|
.articleDetails
|
||||||
margin-top 30px
|
margin-top 30px
|
||||||
background-color #fff
|
background-color #fff
|
||||||
|
Loading…
Reference in New Issue
Block a user