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.
42 lines
586 B
42 lines
586 B
5 years ago
|
.content {
|
||
|
width: 100%;
|
||
|
height: 93%;
|
||
|
overflow: hidden;
|
||
|
box-sizing: border-box;
|
||
|
padding: 10px 10px 20px 10px;
|
||
|
.center {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
//table
|
||
|
table {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
.cdk-header-cell {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
.table {
|
||
|
font-size: 30px;
|
||
|
width: 1000px;
|
||
|
height: 600px;
|
||
|
overflow: auto;
|
||
|
.tableHeader {
|
||
|
font-size: 30px;
|
||
|
text-align: center;
|
||
|
font-weight: 550;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//滚动条样式
|
||
|
::-webkit-scrollbar{
|
||
|
width: 5px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
::-webkit-scrollbar-thumb{
|
||
|
background-color: #999;
|
||
|
}
|