上海预案管理平台
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.
 
 
 
 
 

140 lines
2.8 KiB

.example-container {
width: 100%;
height:100%;
border: 1px solid rgba(0, 0, 0, 0.5);
}
mat-accordion{
height: 100%;
}
mat-sidenav{
box-shadow: 2px 0px 5px #888888;
color: white;
background-color: #3c4252;
width: 240px;
overflow-x: hidden;
ul{
width: 100%;
li{
outline: none;
border: none;
line-height: 48px;
cursor: pointer;
background-color: #3c4252;
color: white;
font-size: 15px;
.commondiv{
padding-left: 52px;
}
}
}
}
.shownav{
position: absolute;
top: 13px;
z-index: 200;
}
@media screen and (max-width:1400px){
.shownav{
top: 7px;
}
}
.mat-accordion .mat-expansion-panel:first-of-type {
border-top-right-radius:0px;
border-top-left-radius:0px;
}
.mat-accordion .mat-expansion-panel:last-of-type {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.mat-expansion-panel{
border-radius: 0px;
}
.mat-expansion-panel-spacing {
margin: 0px;
}
.navbox{
position: absolute;
left: 0px;
top: 150px;
right: -18px;
bottom: 0px;
overflow-y: scroll;
}
mat-sidenav-container.myapp-dark-theme{
background-color: #fafafa;
color: black;
cursor: pointer;
mat-panel-title{
color: black!important;
line-height: 24px;
}
ul li{
background-color: white;
color: black;
}
.biglogobox{
background-color: #d50000;
}
color: black;
}
.biglogobox{
width: 250px;
background-color: #42a5f5;
padding-top: 12px;
display: block;
text-align: center;
line-height:40px;
position: relative;
color: #FFF;
font-size: 2em;
margin: 0 auto;
margin-bottom: 100px;
img{
margin-right: 11px;
}
}
mat-panel-title mat-icon{
color: #afb2bb;
font-size: 24px;
line-height: 24px;
margin-right: 5px;
}
mat-expansion-panel{
background-color: #3c4252;
mat-panel-title{
color: white;
cursor: pointer;
line-height: 24px;
}
}
.mat-expansion-indicator::after {
color: white;
}
.example-container .navbox .router-link-active {
background-color: rgba(225,225,225,.5);
border:0
}
.example-sidenav-content{
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;;
}
.disabledclass{
mat-panel-title{
color: white;
}
}