Header.scss 421 B

12345678910111213141516171819202122232425
  1. @import '@/utils/common.scss';
  2. .header{
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-between;
  6. height: 96px;
  7. align-items: center;
  8. margin-left: 46px;
  9. margin-right: 46px;
  10. }
  11. .header_title{
  12. color: #fff;
  13. font-size: 48px;
  14. line-height: 48px;
  15. font-weight: 500;
  16. }
  17. .header_action{
  18. color: $fastColor;
  19. font-size: 32px;
  20. line-height: 32px;
  21. font-weight: 400;
  22. }