<style>
.file {
position: relative;
display: inline-block;
background: #D0EEFF;
border: 1px solid #99D3F5;
border-radius: 4px;
padding: 4px 12px;
overflow: hidden;
color: #1E88C7;
text-decoration: none;
text-indent: 0;
line-height: 20px;
}
.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
}
.file:hover {
background: #AADFFD;
border-color: #78C3F3;
color: #004974;
text-decoration: none;
}
</style>

 

<div class="file">选择文件
<input type="file" name="" >上传</button>
</div>

input[type=file] 样式美化,input上传按钮美化

input[type=file] 样式美化,input上传按钮美化

相关文章:

  • 2021-12-19
  • 2021-12-03
  • 2021-11-30
  • 2021-12-03
  • 2021-11-29
  • 2021-11-21
  • 2021-09-15
  • 2021-11-20
猜你喜欢
  • 2021-12-03
  • 2021-09-11
  • 2021-09-29
  • 2021-09-30
  • 2021-09-11
  • 2021-11-29
  • 2021-12-03
  • 2021-12-09
相关资源
相似解决方案