提交 4ab5aee9 编写于 作者: A afc163

Fix site style

上级 9a9c0786
......@@ -940,6 +940,7 @@ footer ul li > a {
transition: all 0.3s ease;
color: #999;
background: #fff;
user-select: none;
}
.code-box.expand .collapse {
......@@ -1507,7 +1508,7 @@ a.entry-link:hover .anticon-smile {
.nav-phone-icon {
display: block;
width: 18px;
width: 16px;
height: 50px;
position: absolute;
left: 30px;
......@@ -1518,11 +1519,11 @@ a.entry-link:hover .anticon-smile {
.nav-phone-icon:before {
content: "";
display: block;
border-radius: 1px;
width: 18px;
border-radius: 2px;
width: 16px;
height: 2px;
background: #666;
box-shadow: 0 7px 0 0 #666, 0 14px 0 0 #666;
background: #777;
box-shadow: 0 6px 0 0 #777, 0 12px 0 0 #777;
position: absolute;
}
......@@ -1540,10 +1541,9 @@ a.entry-link:hover .anticon-smile {
.main-container {
margin-left: 0;
}
.markdown > * {
width: 100%!important;
> .markdown > * {
width: 100%!important;
}
}
.main-wrapper {
......
......@@ -9,6 +9,6 @@
<a href="#{{post.meta.id|removeCodeBoxIdPrefix}}">{{ post.title }}</a>
</div>
{{ post.meta.description }}
<span class="collapse anticon anticon-circle-o-right" unselectable="none" style="-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;"></span>
<span class="collapse anticon anticon-circle-o-right" unselectable="none"></span>
</div>
</div>
......@@ -3,12 +3,6 @@
<h2 class="component-demos">
代码演示
<i class="anticon anticon-appstore icon-all" title="展开全部代码"></i>
{%- if post.meta.sketch %}
<a class="sketch-link" href="{{ post.meta.sketch }}" target="_blank">
<i class="anticon anticon-download"></i>
Sketch 下载
</a>
{%- endif %}
</h2>
<div class="code-boxes">
{%- if post.meta.cols == 1 %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册