/* 动态生成的Wap主题CSS - green */
:root {
  --theme-color: #28a745;
  --theme-color-light: #e9f6ec;
  --theme-color-dark: #208537;
}

/* 移动端主题样式 */
.wap-theme-primary { color: var(--theme-color) !important; }
.wap-bg-theme { background-color: var(--theme-color) !important; }
