//base.css
:root {
  --color-text: #666;
  --color-high-text: #ff5777;
  --color-tint: #ff8198;
  --color-background: #fff;
  --font-size: 14px;
  --line-height: 1.5;
}
//vue组件使用
.navbar {
  background-color: var(--color-tint);
}

相关文章:

  • 2018-09-10
  • 2022-12-23
  • 2021-09-05
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-10-23
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案