:root{--primary-color: #07c160;--primary-hover: #06ad56;--danger-color: #f56c6c;--warning-color: #e6a23c;--success-color: #67c23a;--info-color: #909399;--text-primary: #303133;--text-regular: #606266;--text-secondary: #909399;--text-placeholder: #c0c4cc;--bg-color: #f5f7fa;--bg-white: #ffffff;--border-color: #e4e7ed;--border-light: #ebeef5;--sidebar-width: 220px;--sidebar-collapsed-width: 64px;--header-height: 60px;--tabs-height: 40px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--text-primary);background-color:var(--bg-color);-webkit-font-smoothing:antialiased}#app{height:100%}a{color:var(--primary-color);text-decoration:none}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from,.slide-leave-to{transform:translate(-100%)}@media (max-width: 768px){:root{--sidebar-width: 100%;--header-height: 56px}}
