Skip to content

Commit

Permalink
搜索框,底栏sns
Browse files Browse the repository at this point in the history
  • Loading branch information
chwdy committed Aug 6, 2016
1 parent 9088022 commit 42e2a5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ float:right;
}
.search input.box {
height: 26px;
width: 190px;
width: 210px;
margin: 0px;
padding: 0px;
background: #ffffff;
Expand All @@ -268,7 +268,7 @@ float:right;
}
.search button.btn {

width: 68px;
width: 48px;
height: 22px;
margin: 0;
padding-top: 2px;
Expand Down
6 changes: 3 additions & 3 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<img src="<?php bloginfo('template_url'); ?>/images/wechat-qrcode.png" width="160" height="200" />
</div>
<a rel="nofollow" href="javascript:void(0)" onMouseOut="hideImg()" onmouseover="showImg()"class="white12">东北大学团委官方微信<br />
NEUtuanwei123</a></td>
东北大学团委</a></td>
<td width="57"><img src="<?php bloginfo('template_url'); ?>/images/icons/weibo.jpg" width="48" height="40" /></td>
<td width="138"><a href="http://weibo.com/neutuanwei" class="white12">东北大学团委官方微博<br />
NEUtuanwei123</a></td>
neutuanei</a></td>
<td width="54"><img src="<?php bloginfo('template_url'); ?>/images/icons/t.jpg" width="48" height="40" /></td>
<td width="160"><a href="http://e.t.qq.com/d2202424021" class="white12">东北大学团委官方微博<br />
NEUtuanwei123</a></td>
东北大学团委</a></td>
<td bgcolor="#FFFFFF" width="1"></td>
</tr>
</table></td>
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<input type="text" class="box" name="s" id="s" placeholder="" >
</td>
<td>
<button class="btn" title="SEARCH" type="submit">站内搜索</button>
<button class="btn" title="SEARCH" type="submit">搜索</button>
</td>

</tr>
Expand Down

0 comments on commit 42e2a5d

Please sign in to comment.