将按钮变成图片 Posted on 2017-03-02 11:15 1234567<div class="image-upload"> <label for="file-input"> <img src="placeholder.jpg"/> </label> <input id="file-input" type="file"/></div> With styling: 1234.image-upload > input{ display: none;}