概述
<div class="form-group"> <label class="col-sm-2 control-label">选择文件</label> <div class="col-sm-5"> <label class="btn-bs-file btn btn-info"> 号码 <input type="file" name="tel_list"/> </label> </div> </div>
<style> .btn-bs-file{ position:relative; } .btn-bs-file input[type="file"]{ position: absolute; top: -9999999; filter: alpha(opacity=0); opacity: 0; width:0; height:0; outline: none; cursor: inherit; } </style>
最后
以上就是真实大地为你收集整理的input file 的样式改变的实例的全部内容,希望文章能够帮你解决input file 的样式改变的实例所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复