/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2025 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 时不会更新此文件
/* +---------------------------------------------------------------------- */

/* 修复弹出层关闭按钮点击区域过小的问题 */
.layui-layer-page .layui-layer-setwin {
    right: 10px;
    top: 12px;
    font-size: 0;
    line-height: initial;
}

.layui-layer-page .layui-layer-setwin span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.layui-layer-page .layui-layer-setwin span:hover {
    background-color: rgba(0, 0, 0, 0.06);
    opacity: 1;
}

.layui-layer-page .layui-layer-setwin .layui-layer-close {
    color: #666;
}

.layui-layer-page .layui-layer-setwin .layui-layer-close:hover {
    color: #ff5722;
    background-color: rgba(255, 87, 34, 0.08);
}
