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.
87 lines
2.0 KiB
87 lines
2.0 KiB
.box{ |
|
height: 100%; |
|
width: 100%; |
|
display: flex; |
|
.boxleft{ |
|
height: 100%; |
|
width: 45%; |
|
background-color: #FFFFFF; |
|
display: flex; |
|
flex-direction: column; |
|
.lefthead{ |
|
display: flex; |
|
flex-direction: column; |
|
.headdiv{ |
|
margin: 0 0 0 30px; |
|
height: 40px; |
|
span{ |
|
font-size: 16px; |
|
margin-left: 3px; |
|
} |
|
input{ |
|
margin-left: 15px; |
|
position: relative; |
|
top: 1px; |
|
} |
|
} |
|
.headthree{ |
|
margin-left: 30px; |
|
mat-form-field{ |
|
width: 150px; |
|
} |
|
} |
|
} |
|
.tablediv{ |
|
width: 100%; |
|
height: 70%; |
|
.tbodycss{ |
|
overflow-y: auto; |
|
height: 600px; |
|
width: 100%; |
|
} |
|
table{ |
|
//margin: 20px 20px; |
|
margin-left: 10px; |
|
margin-right: 10px; |
|
width: 97.5%; |
|
|
|
//border: 1px solid #2196F3; |
|
thead{ |
|
height:48px; |
|
color: #FFFFFF; |
|
background-color: #2196F3; |
|
font-size: 16px; |
|
|
|
} |
|
|
|
tr:nth-child(odd){ |
|
background: #FAFAFA; |
|
} |
|
} |
|
} |
|
} |
|
.boxright{ |
|
height: 100%; |
|
width: 55%; |
|
background-color: #FFFFFF; |
|
margin-left: 10px; |
|
} |
|
} |
|
th,td{ |
|
height:48px; |
|
font-size: 16px; |
|
text-align: center; |
|
} |
|
.green{color: #00C756;} |
|
.red{color: #FF4D4D;} |
|
.blue{color: #2196F3;} |
|
|
|
//滚动条样式 |
|
::-webkit-scrollbar{ |
|
margin-right: 3px; |
|
width: 6px; |
|
background-color: white; |
|
} |
|
::-webkit-scrollbar-thumb{ |
|
background-color: #2196F3; |
|
} |