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

/*** yinhexi ***/
/* 后台 - 状态 - 停用 - 样式 */
.yhx-status-0 {
    color: red !important;
}
/* layui-btn 变圆角 */
.layui-btn {
    border-radius: 5px !important;
}

/*** 引入iconfont ***/
@font-face {
    font-family: 'icon-jiaxinzhiyu';  /* Project id 5092873 */
    src: url('//at.alicdn.com/t/c/font_5092873_jpn31d1y73r.ttf?t=1774937019406') format('truetype');
}
.icon-jiaxinzhiyu {
    font-family: 'icon-jiaxinzhiyu';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}