Skip to content

Commit

Permalink
bugfix-搜索框
Browse files Browse the repository at this point in the history
  • Loading branch information
chwdy committed Aug 3, 2016
1 parent 44b3c51 commit 3b584a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,12 @@ fieldset.search {
}
.search input.box {
height: 23px;
width: 162px;
width: 209px;
margin: 0px;
padding: 0px;
background: #ffffff;
position:relative;
font-size:14px;
top:-4px;
left:2px;
font-family:"Microsoft YaHei";
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,13 @@
<tr>
<td >
<table width="315">
<td><ul ><li class="sub-title" style="list-style:square inside url('images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">东大青年</li></ul></td>
<td><ul ><li class="sub-title" style="list-style:square inside url('<?php bloginfo('template_url'); ?>/images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">东大青年</li></ul></td>

</table>
</td>
<td >
<table width="320">
<td><ul ><li class="sub-title" style="list-style:square inside url('images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">特别专题</li></ul></td>
<td><ul ><li class="sub-title" style="list-style:square inside url('<?php bloginfo('template_url'); ?>/images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">特别专题</li></ul></td>

</table>
</td>
Expand Down

0 comments on commit 3b584a4

Please sign in to comment.