var.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // color
  2. $red: #e52727;
  3. $orange: #f24e24;
  4. $blue: #307fe2;
  5. $green: #2db270;
  6. $cyan: #09abba;
  7. $yellow: #ffaa00;
  8. $purple: #835ce5;
  9. $black: #25282a;
  10. $title-black: #212326;
  11. $white: white;
  12. $warm-gery: #767b83;
  13. $font-grey: #575a61;
  14. $black-grey : #303030;
  15. $subtitle-grey: #71747a;
  16. $border-grey: #dedede;
  17. $background-grey: #fafbfc;
  18. $border-grey: #edf0f2;
  19. $light-blue: #599cff;
  20. $hover-blue: #2e77e5;
  21. $navy-blue: #004cbf;
  22. $dark-blue: #0b5dd9;
  23. $title-blue: #003da6;
  24. // Tag background
  25. $background-purple: #f5f0ff;
  26. $background-blue: #ebf3ff;
  27. $background-cyan: #e5fdff;
  28. $background-green: #e5fff2;
  29. $background-yellow: #fffae5;
  30. $background-red: #fff4f2;
  31. // size
  32. $page-form-width: 490px;
  33. $content-width: 1000px;
  34. $top-nav-bar-height:60px;
  35. $border-radius: 4px;
  36. // font
  37. $normal-font-size: 14px;
  38. $middle-font-size: 20px;
  39. $large-font-size: 24px;
  40. $title-font-size: 32px;
  41. $huge-font-size: 36px;
  42. // font weight
  43. $head-weight: 500;
  44. // response content width
  45. $middle-content-width: 800px;
  46. $small-content-width: 555px;
  47. $phone-content-width: 375px;
  48. // box shadow
  49. $large-img-shadow: 0 20px 24px 0 rgba(48, 48, 48, 0.1), 0 0 1px 0 rgba(48, 48, 48, 0.2);
  50. //文本样式统一
  51. //色值
  52. $dark-grey: #1d1e20;
  53. $mid-grey: #45464a;
  54. $light-grey: #6c6f75;
  55. $disable-button: #c5c7c9;
  56. //字体大小
  57. $h1-size: 44px;
  58. $h2-size: 32px;
  59. $h3-size: 24px;
  60. $h4-size: 20px;
  61. $h5-size: 16px;
  62. $t1-size: 16px;
  63. $t2-size: 14px;
  64. $t3-size: 12px;
  65. //行高,其余均为1.5
  66. $h1-lh: 60px;
  67. $h5-lh: 28px;
  68. $t1-lh: 28px;
  69. $t2-lh: 24px;