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

Fix site style

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