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.
67 lines
1.3 KiB
67 lines
1.3 KiB
.content { |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
box-sizing: border-box; |
|
padding: 1px; |
|
background: url('../../../assets/images/backgroud.png'); |
|
background-size: 100% 100%; |
|
header { |
|
width: 100%; |
|
height: 50px; |
|
text-align: center; |
|
background: url('../../../assets/images/head.png'); |
|
background-size: 100% 100%; |
|
img { margin: 11px 0; } |
|
} |
|
} |
|
|
|
.center { |
|
width: 80%; |
|
max-height: 90%; |
|
margin: 0 auto; |
|
overflow-x: hidden; |
|
overflow-y: auto; |
|
text-align: center; |
|
h3 { |
|
font-size: 26px; |
|
color: #fff; |
|
margin: 30px 0; |
|
} |
|
} |
|
.center::-webkit-scrollbar { |
|
display: none; |
|
} |
|
|
|
table { |
|
width: 100%; |
|
box-sizing: border-box; |
|
background-color: #fff; |
|
text-align: center; |
|
border-collapse:collapse; |
|
word-break:break-all; |
|
word-wrap:break-all; |
|
table-layout:fixed; |
|
th { |
|
box-sizing: border-box; |
|
height: 50px; |
|
font-size: 24px; |
|
color: #fff; |
|
font-weight: 400; |
|
border: 1px solid #fff; |
|
background-color: #ff4d29; |
|
} |
|
td { |
|
box-sizing: border-box; |
|
height: 60px; |
|
color: #000; |
|
font-weight: 400; |
|
border: 1px solid #ECEDEE; |
|
} |
|
p { height: 30px; line-height: 30px; box-sizing: border-box; } |
|
.bottomBorder:not(:last-child) { |
|
border-bottom: 1px solid #ECEDEE; |
|
} |
|
} |
|
|
|
th,td,p { cursor: default; } |