|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
|
|
|
|
|
// @import "~@angular/material/prebuilt-themes/indigo-pink.css"; |
|
|
|
|
@import './app/theme.scss'; |
|
|
|
|
|
|
|
|
|
html,body,ul,ol,dl,li,dt,dd,p,form,input,h1,h2,h3,h4,h5,h6,section,article,aside,header,footer,nav,figure,time,mark,main,canvas{ |
|
|
|
|
height:100%; |
|
|
|
|
margin:0; |
|
|
|
|
html,body{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
margin:0 auto; |
|
|
|
|
padding:0; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
body{ |
|
|
|
|
margin: 0 auto; |
|
|
|
|
ul,ol,dl,li,dt,dd,p,form,input,h1,h2,h3,h4,h5,h6,section,article,aside,header,footer,nav,figure,time,mark,main,canvas{ |
|
|
|
|
margin:0; |
|
|
|
|
padding:0; |
|
|
|
|
} |
|
|
|
|
b,strong,i,em,h1,h2,h3,h4,h5,h6{ |
|
|
|
|
font-weight:500; |
|
|
|
@ -20,7 +20,8 @@ img{
|
|
|
|
|
} |
|
|
|
|
a{ |
|
|
|
|
text-decoration: none; |
|
|
|
|
color:#000; |
|
|
|
|
color:#000; |
|
|
|
|
} |
|
|
|
|
ul,ol,li{ |
|
|
|
|
list-style:none; |
|
|
|
|
overflow-x: hidden; |
|
|
|
@ -33,17 +34,17 @@ ul,ol,li{
|
|
|
|
|
height:0; |
|
|
|
|
visibility: hidden; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.mat-expansion-panel-body { |
|
|
|
|
padding: 0px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//root标签 |
|
|
|
|
app-root{ |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1{ |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
.mat-expansion-panel-body { |
|
|
|
|
padding: 0px !important; |
|
|
|
|
} |
|
|
|
|
.mat-expansion-indicator::after { |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
@ -54,8 +55,27 @@ table th.mat-header-cell:last-of-type,table td.mat-cell:last-of-type,
|
|
|
|
|
table td.mat-footer-cell:last-of-type{ |
|
|
|
|
padding-right: 0px; |
|
|
|
|
} |
|
|
|
|
.mat-tab-body{ |
|
|
|
|
height: 100%; |
|
|
|
|
overflow-y: auto; |
|
|
|
|
} |
|
|
|
|
.mat-content { //可展开面板垂直居中 |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//x轴滚动条隐藏 |
|
|
|
|
.example-sidenav-content { |
|
|
|
|
overflow-x: hidden; overflow-y: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mat-tab-body-wrapper{ |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.mat-tab-body-content{ |
|
|
|
|
overflow: hidden!important; |
|
|
|
|
// text-align: center; |
|
|
|
|
} |