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;
|
|
}
|