概述
一般上传文件会使用
<input type="file"/>
同时还会自己设定样式,这是就需要使用label标签的for属性来进行绑定。比如:
<label for="selectImage"> //for的值为input的id
<input id="selectImage" type="file" style="display:none;" accept="image/gif, image/jpeg, image/x-png, image/jpg, image/*"/> //accept是可接受上传的文件类型
<Icon size="24" type="ios-image-outline" />发送图片
</label>
重点: 不要忘记display:none,不然点击区域会遮挡其他元素
效果图:
最后
以上就是精明歌曲为你收集整理的【前端】input file label自定义上传样式的全部内容,希望文章能够帮你解决【前端】input file label自定义上传样式所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复