Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
h2y committed May 29, 2016
1 parent f8a8463 commit b306427
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -5,7 +5,7 @@
</footer>
</div>

<img id="qrimg" src="http://s.jiathis.com/qrcode.php?url=<?php echo home_url() ?>"/>
<img id="qrimg" src=""/>
<a id="qr" href="javascript:;"><i class="fa fa-qrcode"></i></a>
<a id="gotop" title="点击返回页顶" href="javascript:;"><i class="fa fa-arrow-up"></i></a>

Expand Down
17 changes: 15 additions & 2 deletions style.css
Expand Up @@ -805,6 +805,18 @@ article.sticky h2.entry-name::before {
border-top: 1px solid #47C2DC;
}

hr {
border: none;
}
hr:after {
content: "...";
display: block;
margin-bottom: 20px;
text-align: center;
letter-spacing: 20px;
font-size: 20px;
}

.share-on>a {
border-radius: 0 0 3px 3px;
}
Expand Down Expand Up @@ -2221,7 +2233,8 @@ body.nav-open #wrap {
}

.mm-search {
padding: 10px
padding: 10px;
width: 38%;
}

.mm-search input {
Expand All @@ -2244,7 +2257,7 @@ body.nav-open #wrap {

/*响应式布局开始*/

@media (max-width: 1025px)
@media (max-width: 1025px) {
#qr, #gotop, #qrimg {
display: none;
}
Expand Down

0 comments on commit b306427

Please sign in to comment.