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.

44 lines
798 B

3 years ago
  1. $base-color: #ff536f;
  2. $main:#07c160; //主背景色
  3. $lightMain: rgba($main,0.1); //淡主色
  4. $mainInverse:#fff; //与主色搭配的反色
  5. $mainGradual:linear-gradient(to top right,$main,rgba($main,0.2));//渐变主色
  6. $mainGradualInverse:#fff;//与渐变主色搭配的反色
  7. /* 配色 */
  8. $red:#e1251b; //红色
  9. $lightRed:rgba(225, 37, 27, 0.08);//淡淡的红色
  10. $black: #000;
  11. $lightBlack:#e6e6e6;
  12. $yellow:#f69c00;
  13. $lightYellow:#fef3d1;
  14. $green:#07c160;
  15. $lightGreen:#dff5e2;
  16. $orange: #F74F0E;
  17. $lightOrange: #fedfd3;
  18. $blue:#0081ff;
  19. $lightBlue:#e6f2ff;
  20. $brown: #8B4513;
  21. $lightBrown:#ffdbc1;
  22. $purple:#6739b6;
  23. $lightPurple:#e7dff5;
  24. $white : #fff ;
  25. $black : #000 ;
  26. $gray : #777 ;
  27. $grey : #82939c ;
  28. $borderColor:#e0e0e0;
  29. $separatorColor:#eee