You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
595 B

3 months ago
3 months ago
3 months ago
  1. :root {
  2. --el-font-size-base: 14px;
  3. --el-button-size: 30px;
  4. --el-color-primary: #1989FA;
  5. //--el-button-active-bg-color: linear-gradient(90deg, #0657C0 24%, #096AE0 101%);
  6. //--text-color-primary: #17213c;
  7. //--el-color-success: rgba(88, 162, 95, 1);
  8. //--text-color-info: #838b99;
  9. //--el-input-border: #dae0f2;
  10. //--el-font-weight-primary: 400;
  11. //--color-red: #f56c6c;
  12. //--color-green: #67c23a;
  13. //--color-yellow: #e6a23c;
  14. //--color-blue: --el-color-primary;
  15. --el-font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  16. }