👄 responsive

This commit is contained in:
Van
2018-09-25 12:43:43 +08:00
parent c72a9f3835
commit ec1c878bf2
3 changed files with 11 additions and 3 deletions

View File

@@ -215,8 +215,10 @@
data-avatar="${article.authorThumbnailURL}"></span> data-avatar="${article.authorThumbnailURL}"></span>
</div> </div>
</div> </div>
<div class="main">
<#include "bottom.ftl">
</div>
</div> </div>
<#include "bottom.ftl">
<#if pjax><!---- pjax {#pjax} end ----></#if> <#if pjax><!---- pjax {#pjax} end ----></#if>
</div> </div>
<#include "footer.ftl"> <#include "footer.ftl">

View File

@@ -610,6 +610,9 @@ blockquote {
.header h1 { .header h1 {
display: inline-block; display: inline-block;
line-height: 61px; line-height: 61px;
width: 50%;
overflow: hidden;
white-space: nowrap;
} }
.header--fixed { .header--fixed {
@@ -631,6 +634,7 @@ blockquote {
} }
.header__title { .header__title {
overflow: hidden;
font-size: 26px; font-size: 26px;
color: rgba(0, 0, 0, 0.84) color: rgba(0, 0, 0, 0.84)
} }
@@ -742,7 +746,7 @@ blockquote {
} }
.footer__tag { .footer__tag {
margin-top: 50px margin-top: 50px;
} }
.footer__tag > div { .footer__tag > div {

View File

@@ -49,7 +49,9 @@
<div class="article__bottom"> <div class="article__bottom">
<@comments commentList=pageComments article=page></@comments> <@comments commentList=pageComments article=page></@comments>
</div> </div>
<#include "bottom.ftl"> <div style="margin-left: 20px;margin-right: 20px">
<#include "bottom.ftl">
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if> <#if pjax><!---- pjax {#pjax} end ----></#if>
</div> </div>
<#include "footer.ftl"> <#include "footer.ftl">