/* theme.css 或 base.css */
:root {
  --theme-color: #fff;  /* 默认主题色 */
  --theme-color-box: #F8F8F8;  /* 默认主题色 */
  --theme-title-color: #333;  /* 默认文字主题色 */
  --theme-title-color-active: #4E65AD;  /* 默认文字主题色 */
  
  --theme-color-hover: #40a9ff;
  --theme-color-light: #e6f7ff;
  /* 可按需扩展 */
}