/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */
[class^="el-"]{
    z-index: 100000000000000!important;
}

input[aria-hidden=true]{
    display: none !important;
}
.upbtn{width: 76px;height: 76px;line-height: 76px;cursor: pointer;display: inline-block;border-radius: 3px;overflow: hidden;position: relative;background: none no-repeat center center;vertical-align: middle;background-size: cover;transition: all .2s linear;-o-transition: all .2s linear;-moz-transition: all .2s linear;-webkit-transition: all .2s linear;box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);text-align: center;background-image: url("/static/theme/img/upimg.png")!important;}.upbox{width: 76px;height: 76px;line-height: 76px;cursor: pointer;display: inline-block;border-radius: 3px;position: relative;background: none no-repeat center center;vertical-align: middle;background-size: cover;transition: all .2s linear;-o-transition: all .2s linear;-moz-transition: all .2s linear;-webkit-transition: all .2s linear;box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);text-align: center;margin-right:10px;}.upbox .remove{position: absolute;right: 0px;top: -30px;color: red;}
