/* +----------------------------------------------------------------------
/* | 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 时不会更新此文件
/* +---------------------------------------------------------------------- */


.top-layui-nav-item .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: none;
}
.top-layui-nav-item .close:hover{
    color: red;;
}

.top-layui-nav-item:hover{
    /* .top-layui-nav-item .close */
    .close{
        display: inline-block;
    }
}

.border-radius-5{
    border-radius: 5px;
}
.border-radius-8{
    border-radius: 8px;
}