| 12345678910111213141516171819202122232425 |
- @import '@/utils/common.scss';
- .header{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- height: 96px;
- align-items: center;
- margin-left: 46px;
- margin-right: 46px;
- }
- .header_title{
- color: #fff;
- font-size: 48px;
- line-height: 48px;
- font-weight: 500;
- }
- .header_action{
- color: $fastColor;
- font-size: 32px;
- line-height: 32px;
- font-weight: 400;
- }
|