input file美化
<style>
a{display:inline-block; width:100px; height:40px;
position:relative; overflow:hidden;}
input{position:absolute; right:0; top:0; font-size:100px;
opacity:0; filter:alpha(opacity=0);}
</style>
<a href="#">
<input type="file" />
</a>

浙公网安备 33010602011771号