<span class="upload_file">
<span class="upload_btn">上传</span>
<input type="file" name="" id="file" value="" />
</span>
.upload_file{
position: relative;
width:50px;
height:20px;
text-align:center;
color:#fff;
background:#A1A1A1;
display: inline-block;
overflow: hidden;
}
.upload_file input{
position: absolute;
right: 0px;
top: 0px;
opacity: 0;/*为了兼容ie*/
-ms-filter: 'alpha(opacity=0)';
}
tip:ie8+.