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.
|
.head {
|
|
height: 60px;
|
|
background: #001628;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
line-height: 60px;
|
|
padding-left: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
height: calc(100vh - 60px);
|
|
background-color: #fafafa;
|
|
overflow: auto;
|
|
}
|