<style>
美化文件上传控件
精选 转载文章标签 html文件上传控件美化 文章分类 前端开发
.file {
position: relative; direction:ltr; height:18px; overflow:hidden;
line-height: 18px; margin-right: 10px; padding:3px 0;
text-align: center; width:105px; background: #880000; color:#FFF;
}
.file input{
cursor: pointer; text-align: right; z-index: 10; font-size: 118px;
position: absolute; top: 0px; right:0px; opacity: 0; filter: Alpha(opacity:0);
}
</style>
<div class="file">
<input type="file" name="attach" />请选择文件
</div>
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Android Webview内嵌HTML使用Echarts画图并动态传值
Android Webview内嵌HTML使用Echarts画图并动态传值
Android Webview html echarts 动态传值