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.

51 lines
958 B

.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%;
margin: 50px auto;
background-color: #fff;
}
table {
width: 100%;
text-align: center;
border-collapse:collapse;
word-break:break-all;
word-wrap:break-all;
table-layout:fixed;
th {
height: 50px;
font-size: 24px;
color: #fff;
font-weight: 400;
border: 1px solid #fff;
background-color: #ff4d29;
}
td {
height: 80px;
color: #000;
font-weight: 400;
border: 1px solid #ECEDEE;
}
.bottomBorder:not(:last-child) {
border-bottom: 1px solid #ECEDEE;
}
}
th,td,p { cursor: default; }