Skip to content

Commit

Permalink
发布
Browse files Browse the repository at this point in the history
  • Loading branch information
ssy341 committed Oct 16, 2016
1 parent 66e80f1 commit 8f2da00
Show file tree
Hide file tree
Showing 299 changed files with 57,051 additions and 2,466 deletions.
14 changes: 9 additions & 5 deletions 404.shtml
Expand Up @@ -230,7 +230,7 @@ title: 页面找不到了
}

body {
background: url(images/bg.jpg) no-repeat 100%;
background: url({{site.baseurl}}/images/bg.jpg) no-repeat 100%;
background-size: 100%;
font-family: 'open_sanslight';
font-size: 100%;
Expand Down Expand Up @@ -272,7 +272,7 @@ title: 页面找不到了
/**-----end-logo---------**/
/**-----start-search-bar-section------**/
.buttom {
background: url(images/bg2.png) no-repeat 100% 0%;
background: url({{site.baseurl}}/images/bg2.png) no-repeat 100% 0%;
background-size: 100%;
text-align: center;
vertical-align: middle;
Expand Down Expand Up @@ -339,7 +339,7 @@ title: 页面找不到了
.search_box form input[type="submit"] {
border: none;
cursor: pointer;
background: url(images/search.png) no-repeat 0px 1px;
background: url({{site.baseurl}}/images/search.png) no-repeat 0px 1px;
position: absolute;
right: 0;
width: 34px;
Expand Down Expand Up @@ -495,8 +495,8 @@ title: 页面找不到了
<div class="content">
<!-----start-logo--------->
<div class="logo">
<h1><a href="#"><img src="images/logo.png"/></a></h1>
<span><img src="images/signal.png"/>糟糕! 您请求的页面走丢了!</span>
<h1><a href="#"><img src="{{site.baseurl}}/images/logo.png"/></a></h1>
<span><img src="{{site.baseurl}}/images/signal.png"/>糟糕! 您请求的页面走丢了!</span>
</div>
<!-----end-logo--------->
<!---728x90--->
Expand Down Expand Up @@ -548,5 +548,9 @@ title: 页面找不到了
});

</script>

{% include pushurl %}

{% include cnzz.html %}
</body>
</html>

0 comments on commit 8f2da00

Please sign in to comment.