👄 responsive
This commit is contained in:
@@ -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">
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user