input(file)按钮美化

<!DOCTYPE HTML>
<html>
<body>
<input type="file" id="upload" style="display:none"/>
<label for="upload"><img style="40px;" src="http://www.iconpng.com/png/flaticon_hand-drawn/upload44.png"/></label>
</body>
</html>

  在另一篇博客看到的,很不错的方法。

原文地址:https://www.cnblogs.com/qjqcs/p/5015976.html