3 changed files with 79 additions and 22 deletions
@ -1,21 +1,66 @@
|
||||
.box{ |
||||
.box { |
||||
width: 100%; |
||||
height: 100%; |
||||
overflow: hidden; |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
.tablebox{ |
||||
|
||||
.legendbox { |
||||
display: flex; |
||||
align-items: center; |
||||
color: #FFFFFF; |
||||
height: 30px; |
||||
box-sizing: border-box; |
||||
padding-bottom: 19px; |
||||
|
||||
.legendItem { |
||||
display: flex; |
||||
align-items: center; |
||||
margin-right: 12px; |
||||
|
||||
div { |
||||
width: 8px; |
||||
height: 8px; |
||||
margin-right: 3px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.tablebox { |
||||
width: 100%; |
||||
height: 100%; |
||||
.operation{ |
||||
span{ |
||||
flex: 1; |
||||
|
||||
.operation { |
||||
span { |
||||
margin-right: 6px; |
||||
} |
||||
} |
||||
#table{ |
||||
img{ |
||||
|
||||
#table { |
||||
img { |
||||
width: 30px; |
||||
height: 30px; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.green { |
||||
td { |
||||
color: #4BFFD4; |
||||
} |
||||
|
||||
} |
||||
|
||||
.yellow { |
||||
td { |
||||
color: #FFBD4B; |
||||
} |
||||
} |
||||
|
||||
.red { |
||||
td { |
||||
color: #FF4B65; |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue