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.
35 lines
608 B
35 lines
608 B
.content { |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
background: #F2F5F6; |
|
overflow-y: auto; |
|
} |
|
.centertable{ |
|
width: 95%; |
|
margin-right: 40px; |
|
margin-left: 40px; |
|
margin-top: 40px; |
|
background-color: #FFFFFF; |
|
table{ |
|
width: 100%; |
|
td,th{ |
|
height: 48px; |
|
font-size: 16px; |
|
} |
|
td{ |
|
border-bottom: 1px solid #F2F5F6; |
|
text-align: center; |
|
} |
|
thead{ |
|
background-color:#F5FDFE; |
|
width: 100%; |
|
} |
|
.green{ |
|
color: #07CDCF; |
|
} |
|
.red{ |
|
color: #FF8678; |
|
} |
|
} |
|
} |