消除浏览器默认样式

<style type="text/css">
*{margin:0px;
padding:0px;
border:none;
}
</style>


input 宽度设置:

<input width="pixels|%">

pixels   以像素计的宽度。(比如 "100px" 或仅仅是 "100")。  

%        以包含元素的百分比计的宽度(比如 "50%")