diff --git a/src/templates/xiaoshuo/_inc/styl/header.styl b/src/templates/xiaoshuo/_inc/styl/header.styl index fc60fff..a686704 100644 --- a/src/templates/xiaoshuo/_inc/styl/header.styl +++ b/src/templates/xiaoshuo/_inc/styl/header.styl @@ -1,8 +1,10 @@ @import './variables.styl' +html + body + line-height unset #header - height header-hegiht - line-height header-hegiht + padding-top 32px padding-left margin-left padding-right margin-right .left, .right @@ -23,4 +25,5 @@ margin 0 padding 0 50px text-align center + font-size 24px font-weight bold diff --git a/src/templates/xiaoshuo/read.styl b/src/templates/xiaoshuo/read.styl index d108cbe..cb7db42 100644 --- a/src/templates/xiaoshuo/read.styl +++ b/src/templates/xiaoshuo/read.styl @@ -27,7 +27,8 @@ html[mip-xiaoshuo-read-theme="green"] footer background-color #d7e0cb color #3B3F2F - +html body + line-height 1.67 .mip-xiaoshuo-read-control-nav li text-align center diff --git a/src/templates/xiaoshuo/view.html b/src/templates/xiaoshuo/view.html index 10da426..a6235e2 100644 --- a/src/templates/xiaoshuo/view.html +++ b/src/templates/xiaoshuo/view.html @@ -17,9 +17,9 @@
-
立即阅读
+
立即阅读
-
查看目录
+
查看目录
diff --git a/src/templates/xiaoshuo/view.styl b/src/templates/xiaoshuo/view.styl index 9eb7a25..3c9db30 100644 --- a/src/templates/xiaoshuo/view.styl +++ b/src/templates/xiaoshuo/view.styl @@ -8,6 +8,8 @@ html,body margin-bottom 0 h4 font-weight normal +hr.hr-xl + background-color #f5f5f5 .detail-info p.line-clamp1 color #000 @@ -26,17 +28,18 @@ h4 div line-height .1rem .detail-desc - padding-top .05rem - padding-bottom .05rem + padding-top .1rem + padding-bottom .1rem + .gap-top-small + margin-top .1rem mip-showmore.linear-gradient:after background transparent .details line-height .25rem - display block !important height .35rem .detail-catalog - padding-top .05rem - padding-bottom .05rem + padding-top .1rem + padding-bottom .1rem li border-bottom 1px solid #f1f1f1 &:last-child @@ -46,6 +49,10 @@ h4 span color #999 width 100px + .gap-top + margin-top .15rem + .gap-bottom + margin-bottom .2rem .detail-desc .content font-size 14px @@ -55,6 +62,6 @@ h4 font-size 14px color #555 .detail-recommend - padding-top .05rem + padding-top .1rem .gap-top - margin-top .08rem \ No newline at end of file + margin-top .15rem \ No newline at end of file