消毒机设备
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.

6 lines
235 B

2 months ago
4 weeks ago
  1. $primary-color: #1989FA;
  2. $success-color: #14A656;
  3. $danger-color: #DF1515;
  4. $warn-color: #EE8223;
  5. $info-color: #909399;
  6. $gradient-color: linear-gradient(185deg, rgb(175 216 255) -90%, #fff 24%);
  7. $main-container-height: calc(100vh - 14vh)