您的位置:首页 > Web前端 > CSS

修改 input[type="file"] 原生样式

2015-01-06 11:39 579 查看
<label class="h-upload">
<span class="h-upload-tit" id="pathText">图片</span>
<input type="file" name="photo" id="photo" onchange="document.getElementById('pathText').innerText=this.value">
<!-- <i class="icon-remove-sign"></i> -->
</label>


/*上传头像*/
.h-upload{
.bsb();
position:relative;

input[type="file"]{
opacity:0;
position:absolute;
top:0;
left:0;
width:80%;
min-height:100%;
}
.icon-remove-sign{
color:@grey5;
position:absolute;
top:15px;
right:10px;
}

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: