body {
  /* 按钮背景颜色 */
  --btnBgColor: #0b3893;
  /* 按钮文字颜色 */
  --btnTextColor: #000;
  /* 其它相关的主题颜色 */
  --themeColor: #0b3893;
  /* 字体 */
  --fontRegular: 'poppinsregular', Arial, Helvetica, sans-serif;
}