/*!
 * 巧米网管理后台公共样式（Layui v2.9 风格）
 */
html, body { height: 100%; }
body.admin-main { background: #f2f2f2; }

/* 内容区容器 */
.admin-container { margin: 15px; }
.admin-container .layui-card { margin-bottom: 15px; }
.layui-card-header .layui-btn { margin: 0 0 0 10px; }
.layui-card-header h3 { display: inline-block; font-size: 16px; line-height: 38px; margin: 0; }

/* 筛选条 */
.admin-filter { padding: 10px 15px; border-bottom: 1px dashed #e6e6e6; }
.admin-filter .layui-form-item { margin-bottom: 0; }
.admin-filter .layui-input-inline { width: 160px; }

/* 工具栏（右上主操作按钮） */
.admin-toolbar { float: right; }

/* 表格 */
.layui-table td, .layui-table th { padding: 8px 10px; }
.layui-table .tbl-title { max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
a.tbl-link { color: #01AAED; }
a.tbl-link:hover { color: #FFB800; }
.layui-table img.tbl-thumb { height: 34px; border-radius: 3px; }

/* 分页容器 */
.admin-pager { padding: 15px 0; text-align: right; }

/* 操作小按钮组 */
.op-group a { margin-right: 8px; }

/* 徽章式开关 */
.layui-badge { cursor: pointer; }
a.layui-badge:hover { opacity: .85; }

/* 内联表单(添加/编辑面板) */
.admin-form-panel { padding: 15px 30px 5px 0; }
.admin-form-panel .layui-form-label { width: 110px; }
.admin-form-panel .layui-input-block { margin-left: 140px; }
.admin-form-panel textarea.layui-textarea { min-height: 90px; }
.word-tips { line-height: 26px; color: #999; font-size: 12px; }
.word-tips a { margin-right: 8px; color: #5FB878; cursor: pointer; }
.word-tips a:hover { color: #FFB800; }

/* 编辑页窄表单项宽度控制 */
.layui-input.inline { width: 300px; }

/* 富文本区域 */
.xheditor-wrap { width: 100% !important; }

/* 仪表盘统计卡 */
.stat-card { text-align: center; padding: 18px 8px !important; }
.stat-card .num { font-size: 30px; font-weight: bold; line-height: 1.2; }
.stat-card .lbl { color: #666; margin-top: 6px; }
.stat-card .layui-icon { font-size: 38px; margin-bottom: 8px; display: block; }

/* 快捷入口 */
.quick-item { margin-bottom: 12px; }
.quick-item .layui-btn { width: 100%; text-align: left; }

/* 修复后台左上角 logo 显示 */
.layui-layout-admin .layui-logo { line-height: 1.3 !important; padding: 10px 0 0 15px; height: auto; }
.layui-layout-admin .layui-logo small { display: block; line-height: 1.4; font-size: 10px; color: #b9a26b; letter-spacing: 1px; margin-top: 2px; }

/* 登录页 */
.login-body { background: linear-gradient(135deg, #1E9FFF 0%, #009688 100%); }
.login-box { width: 380px; margin: 9% auto 0; background: #fff; border-radius: 6px; padding: 32px 36px 26px; box-shadow: 0 8px 32px rgba(0,0,0,.18); }
.login-box .login-title { text-align: center; font-size: 22px; margin-bottom: 24px; color: #333; letter-spacing: 2px; }
.login-tip { display: none; margin-bottom: 12px; }

/* 图片预览 */
.focus-preview { max-width: 260px; margin-top: 6px; border: 1px solid #eee; border-radius: 4px; }

/* ---------- 富文本编辑器（xheditor）外观 ---------- */
.xheditor {
    box-sizing: border-box;
    width: 100% !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.xheditor-toolbar,
.xheditor .xheditor-toolbar {
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
}
.xheditor iframe {
    display: block;
    width: 100% !important;
    background: #fff;
    min-height: 320px;
}
.xheditor textarea { display: none; }
.layui-form textarea.layui-textarea { border-radius: 2px; }
