• 博客园Logo
  • 会员
  • 周边
  • 捐助
  • 新闻
  • 博问
  • 闪存
  • 赞助商
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 简洁模式 ... 退出登录
    注册 登录
魏无羡的小古板
博客园    首页    新随笔    联系   管理    订阅  订阅

h5 input=file 按钮样式修改

<div class="fileBtn">

<input type="file" />

</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>

posted @ 2021-09-15 11:32  魏无羡的小古板  阅读(454)  评论(0)  编辑  收藏  举报
会员力量,点亮园子希望
刷新页面返回顶部
Copyright © 2024 魏无羡的小古板
Powered by .NET 8.0 on Kubernetes