优化广告展示
This commit is contained in:
parent
036abef98d
commit
a197ca80ce
@ -20,7 +20,7 @@ div
|
||||
.articelTitle 目录
|
||||
.articelTocList(v-html="Articels.post_toc")
|
||||
.articelContent(v-html='Articels.post_content')
|
||||
ins.adsbygoogle(style="display:block; text-align:center; margin-top:50px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
|
||||
ins.adsbygoogle(style="display:block; text-align:center; margin-top:20px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
|
||||
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
|
||||
.articelTitle 目录
|
||||
.articelTocList(v-html="Articels.post_toc")
|
||||
@ -277,6 +277,7 @@ export default {
|
||||
|
||||
.articelContent
|
||||
margin-top 20px
|
||||
margin-bottom 30px
|
||||
line-height 2
|
||||
font-weight 300
|
||||
font-size responsive
|
||||
@ -301,7 +302,7 @@ export default {
|
||||
|
||||
.btnFooter
|
||||
font-size 12px
|
||||
margin-top 50px
|
||||
margin-top 25px
|
||||
|
||||
i
|
||||
margin 10px
|
||||
|
Loading…
Reference in New Issue
Block a user