2019-10-24 01:07:30 +00:00
|
|
|
@charset 'utf-8';
|
|
|
|
.current-head {
|
|
|
|
display: flex;
|
2019-10-21 04:20:14 +00:00
|
|
|
justify-content: center;
|
2019-10-24 01:07:30 +00:00
|
|
|
padding: 0 10px;
|
2019-11-07 23:58:22 +00:00
|
|
|
height: 70px;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
background: #f15f79;
|
|
|
|
background: -webkit-linear-gradient(to right, #352a37, #f15f79);
|
|
|
|
background: linear-gradient(to right, #352a37, #ef4c73);
|
|
|
|
color:#ffffff;
|
2019-10-24 01:07:30 +00:00
|
|
|
h3 {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-left: 10px;
|
2019-10-21 04:20:14 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
2019-10-24 01:07:30 +00:00
|
|
|
.btn-box {
|
2019-10-21 04:20:14 +00:00
|
|
|
height: 100%;
|
2019-10-24 01:07:30 +00:00
|
|
|
margin-left: auto;
|
|
|
|
display: inline-flex;
|
2019-10-21 04:20:14 +00:00
|
|
|
align-items: center;
|
2019-11-07 23:58:22 +00:00
|
|
|
svg{
|
|
|
|
stroke:#333333;
|
2019-10-21 04:20:14 +00:00
|
|
|
}
|
|
|
|
}
|
2019-10-24 01:07:30 +00:00
|
|
|
}
|
2019-10-31 10:17:29 +00:00
|
|
|
.search-result {
|
2019-11-07 23:58:22 +00:00
|
|
|
height: calc(100% - 130px);
|
2019-10-31 10:17:29 +00:00
|
|
|
overflow: auto;
|
|
|
|
.result-num {
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::ng-deep .mat-tab-body-content {
|
|
|
|
height: 100%;
|
|
|
|
overflow: unset;
|
|
|
|
}
|