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.
118 lines
1.8 KiB
118 lines
1.8 KiB
table { |
|
width: 100%; |
|
text-align: center; |
|
|
|
.cdk-header-cell { |
|
text-align: center; |
|
} |
|
} |
|
|
|
.content { |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
background: #F2F5F6; |
|
overflow-y: auto; |
|
} |
|
|
|
.header { |
|
width: 100%; |
|
padding: 10px; |
|
box-sizing: border-box; |
|
display: flex; |
|
align-items: center; |
|
|
|
.queryBox { |
|
box-sizing: border-box; |
|
padding: 5px 15px; |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: wrap; |
|
align-items: center; |
|
justify-content: left; |
|
|
|
.queryField { |
|
margin: 0 25px; |
|
font-size: 13px; |
|
|
|
label { |
|
margin-right: 10px; |
|
font-size: 15px; |
|
} |
|
|
|
input { |
|
font-size: 13px; |
|
width: 320px; |
|
height: 30px; |
|
line-height: 30px; |
|
border-radius: 3px; |
|
padding-left: 5px; |
|
outline: none; |
|
border: 1px solid rgb(226, 211, 211); |
|
} |
|
|
|
button { |
|
border: none; |
|
color: white; |
|
padding: 8px 20px; |
|
text-align: center; |
|
text-decoration: none; |
|
display: inline-block; |
|
font-size: 13px; |
|
margin: 4px 2px; |
|
cursor: pointer; |
|
border-radius: 5px; |
|
outline: 0 none !important; |
|
} |
|
} |
|
|
|
.headerright { |
|
float: right; |
|
} |
|
} |
|
} |
|
|
|
.centertable { |
|
width: 95%; |
|
margin-right: 40px; |
|
margin-left: 40px; |
|
background-color: #FFFFFF; |
|
|
|
table { |
|
|
|
td, |
|
th { |
|
height: 48px; |
|
font-size: 13px; |
|
} |
|
|
|
td { |
|
border-bottom: 1px solid #F2F5F6; |
|
} |
|
|
|
.ratebox { |
|
position: relative; |
|
|
|
.mask { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
} |
|
|
|
thead { |
|
background-color: #F5FDFE; |
|
} |
|
|
|
.green { |
|
color: #07CDCF; |
|
} |
|
|
|
.red { |
|
color: #FF8678; |
|
} |
|
} |
|
|
|
}
|
|
|