h5input=file按钮样式修改<div class="fileBtn">
<input type="file" />
inputtypefile样式</div>
<style>
.fileBtn{
position: relative;
display: inline-block;
background: #409EFF;
border: 1px solid #409EFF;
border-radius: 4px;
padding: 5px 12px;
overflow: hidden;
color: #fff;
text-decoration: none;
text-indent: 0;
line-height: 20px;
cursor: pointer;
}
.fileBtn input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
.fileBtn:hover {
background: #AADFFD;
border-color: #78C3F3;
color: #004974;
text-decoration: none;
cursor: pointer;
}
</style>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论