优化广告展示
This commit is contained in:
@ -20,7 +20,7 @@ div
|
|||||||
.articelTitle 目录
|
.articelTitle 目录
|
||||||
.articelTocList(v-html="Articels.post_toc")
|
.articelTocList(v-html="Articels.post_toc")
|
||||||
.articelContent(v-html='Articels.post_content')
|
.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")
|
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
|
||||||
.articelTitle 目录
|
.articelTitle 目录
|
||||||
.articelTocList(v-html="Articels.post_toc")
|
.articelTocList(v-html="Articels.post_toc")
|
||||||
@ -277,6 +277,7 @@ export default {
|
|||||||
|
|
||||||
.articelContent
|
.articelContent
|
||||||
margin-top 20px
|
margin-top 20px
|
||||||
|
margin-bottom 30px
|
||||||
line-height 2
|
line-height 2
|
||||||
font-weight 300
|
font-weight 300
|
||||||
font-size responsive
|
font-size responsive
|
||||||
@ -301,7 +302,7 @@ export default {
|
|||||||
|
|
||||||
.btnFooter
|
.btnFooter
|
||||||
font-size 12px
|
font-size 12px
|
||||||
margin-top 50px
|
margin-top 25px
|
||||||
|
|
||||||
i
|
i
|
||||||
margin 10px
|
margin 10px
|
||||||
|
Reference in New Issue
Block a user