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.
 

43 lines
600 B

page {
background: #f0eff5;
}
.table {
margin-top: 1.5px;
}
.tr bg-w {
background: #fff;
color: #fff;
}
.tr {
display: flex;
width: 100%;
justify-content: center;
height: 3rem;
align-items: center;
border-bottom: 1px solid #e1e1e1;
background: #fff;
}
.td {
width: 40%;
justify-content: center;
text-align: center;
}
.bg-g {
background: #fff;
border-bottom: 1px solid #e1e1e1;
}
.th {
width: 40%;
justify-content: center;
background: #fff;
display: flex;
height: 3rem;
align-items: center;
color: #000;
}