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.
226 lines
4.9 KiB
226 lines
4.9 KiB
|
|
.example-container { |
|
width: 100%; |
|
height:100%; |
|
} |
|
mat-accordion{ |
|
height: 100%; |
|
} |
|
mat-sidenav{ |
|
box-shadow: 2px 0px 5px #888888; |
|
color: white; |
|
background: url(../../assets/images/main_bg.png) 100% 100%; |
|
width: 194px; |
|
overflow-x: hidden; |
|
p{ |
|
height: 48px; |
|
cursor: pointer; |
|
font-size: 16px; |
|
line-height: 48px; |
|
} |
|
ul{ |
|
width: 100%; |
|
|
|
li{ |
|
list-style: none; |
|
height: 48px; |
|
line-height: 48px; |
|
cursor: pointer; |
|
color: white; |
|
width: 194px; |
|
// text-align: center; |
|
overflow: hidden; |
|
text-overflow:ellipsis; |
|
white-space: nowrap; |
|
} |
|
li:hover{ |
|
background-color: #5d9cf2; |
|
} |
|
} |
|
|
|
} |
|
|
|
.logobox{ |
|
border-radius: 50%; |
|
width: 64px; |
|
height: 64px; |
|
|
|
background:url("https://img5.tianyancha.com/logo/lll/cce72488294fb8f4bc670a5bb7f0cc4d.png@!f_200x200") no-repeat; |
|
background-size: 100%; |
|
margin: 0px auto; |
|
|
|
img{ |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
} |
|
.shownav{ |
|
position: absolute; |
|
top: 13px; |
|
z-index: 200; |
|
|
|
} |
|
.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; |
|
} |
|
.superdiv{ |
|
padding-left: 31px; |
|
} |
|
mat-icon{ |
|
color: white; |
|
} |
|
.navbox{ |
|
position: absolute; |
|
overflow: hidden; |
|
left: 0px; |
|
top: 149px; |
|
right: -18px; |
|
bottom: 0px; |
|
overflow-y: scroll; |
|
font-size: 15px; |
|
.addBankBtn{ |
|
position: relative; |
|
cursor: pointer; |
|
height: 40px; |
|
line-height: 40px; |
|
border-bottom: 1px solid #5d9cf2; |
|
|
|
mat-icon{ |
|
// margin: 16px 0 0 6px; |
|
position: absolute; |
|
left: 38px; |
|
top: 7px; |
|
} |
|
span{ |
|
position: absolute; |
|
left: 66px; |
|
font-size: 15px; |
|
} |
|
} |
|
.addBankBtn:hover{ |
|
background-color: #5d9cf2; |
|
} |
|
.openSystem{ |
|
cursor: pointer; |
|
width: 194px; |
|
height: 46px; |
|
line-height: 46px; |
|
// text-align: center; |
|
padding-left: 46px; |
|
background-color: #3c4252; |
|
} |
|
.selectedLi{ |
|
background-color: #5d9cf2; |
|
} |
|
ul{ |
|
li{ |
|
position: relative; |
|
span{ |
|
position: absolute; |
|
mat-icon{ |
|
font-size: 20px; |
|
} |
|
} |
|
span:first-of-type { |
|
top: 4px; |
|
right: 30px; |
|
} |
|
span:last-of-type { |
|
top: 5px; |
|
right: 8px; |
|
} |
|
.editli{ |
|
display: none; |
|
} |
|
.editlihover{ |
|
display: inherit; |
|
} |
|
} |
|
} |
|
} |
|
mat-sidenav-container.myapp-dark-theme{ |
|
background-color: #fafafa; |
|
color: black; |
|
mat-panel-title{ |
|
color: black; |
|
} |
|
ul li{ |
|
background-color: white; |
|
color: black; |
|
} |
|
.biglogobox{ |
|
background-color: #d50000; |
|
|
|
} |
|
color: black; |
|
} |
|
.biglogobox{ |
|
width: 194px; |
|
height: 149px; |
|
background-color: #4699f6; |
|
display: block; |
|
text-align: center; |
|
position: relative; |
|
left: 0; |
|
margin-bottom: 20px; |
|
color: #FFF; |
|
margin: 0 auto; |
|
img{ |
|
|
|
width: 149px; |
|
height: 149px; |
|
} |
|
} |
|
mat-panel-title mat-icon{ |
|
color: #afb2bb; |
|
font-size: 16px; |
|
line-height: 24px; |
|
margin-right: 6px; |
|
} |
|
mat-expansion-panel{ |
|
background-color: #4699f6; |
|
mat-expansion-panel-header{ |
|
padding-left: 46px; |
|
color: white; |
|
} |
|
ul{ |
|
li{ |
|
text-align: left; |
|
padding-left: 46px; |
|
} |
|
} |
|
// mat-panel-title{ |
|
// color: white; |
|
// } |
|
} |
|
|
|
.mat-expansion-indicator::after { |
|
color: white; |
|
} |
|
|
|
.example-container .navbox .router-link-active { |
|
background-color: rgba(225,225,225,.5); |
|
border:0 |
|
} |
|
.btn{ |
|
text-align: center; |
|
button{ |
|
margin: 0 5px; |
|
} |
|
} |
|
.example-sidenav-content{ |
|
height: 100%; |
|
overflow: hidden; |
|
} |