Kilerd
2015-08-25 19:24:45 +08:00
```html
<link rel="stylesheet" type="text/css" href="/public/css/css.css"/>
<script src="/public/js/jq.js"></script>
<script src="/public/js/js.js"></script>
```
这命名方式 也是 日狗了
```css
#head-search-style form input{ float:right;
border:none;
height:20px;
text-indent:5px;
background:none;
width:105px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
display:none;
margin-right:10px;
}
#head-search-style form button{ height:20px; width:20px; float:left; margin:4px 0 0 5px;
text-indent:-1000px; display:block;
cursor:pointer;
color:#3d4044;
background:url (/public/img/search.png ) no-repeat 5% 11%;
border:none;
background-size:16px; }
.head-buttom{ background:rgba (255, 255, 255, 0.8 ); height:220px; width:100%; min-width:1000px; font-size:16px; visibility:hidden; }
```
这代码规范, 强行认为代码 部分是 复制粘贴上去的。