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.
64 lines
945 B
64 lines
945 B
5 years ago
|
table {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
.cdk-header-cell {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
.maginleft {
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.header {
|
||
|
width: 100%;
|
||
|
padding: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
box-sizing: border-box;
|
||
|
.queryBox {
|
||
|
box-sizing: border-box;
|
||
|
padding: 5px 15px;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
align-items:center;
|
||
|
justify-content:center;
|
||
|
.queryField {
|
||
|
margin: 0 15px;
|
||
|
font-size: 14px;
|
||
|
input {
|
||
|
width: 280px;
|
||
|
height: 22px;
|
||
|
line-height: 22px;
|
||
|
// border-radius: 3px;
|
||
|
}
|
||
|
}
|
||
|
.btnbox{
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
} //queryBox
|
||
|
}
|
||
|
|
||
|
.operationSpan{
|
||
|
margin: 0 5px;
|
||
|
.spanbtn:hover{
|
||
|
text-decoration: underline;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.blue{
|
||
|
color:rgb(24, 144, 255) ;
|
||
|
}
|
||
|
.red{
|
||
|
color: rgb(245, 34, 45);
|
||
|
}
|
||
|
.gray{
|
||
|
color: gray;
|
||
|
}
|
||
|
}
|
||
|
.icon{
|
||
|
font-size: 18px;
|
||
|
vertical-align: top;
|
||
|
}
|