html, body, #app {
overflow: auto;
}
/* .main {*/
.lr-layout-center {
position: relative;
min-width: 1024px;
max-width: 1920px;
padding: 0.5% 0.5%;
box-box-sizing: border-box;
}
.center .item {
padding-top: 12px;
display: flex;
flex-direction: column;
}
.center .item .title {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 17px;
}
.center .item .title span {
font-size: 16px;
color: #2d2f33;
font-weight: bold;
margin-left: 14px;
}
.center .item .wrap {
padding: 0 20px;
padding-bottom: 10px;
border-bottom: 1px solid #e6e6e6;
}
.center .item .wrap .wrapItem {
height: 158px;
margin-top: -10px;
}
.center .item .wrap .choseBox {
margin-left: 45px;
margin-bottom: 33px;
}
.center .item .wrap .choseBox span {
color: #878d99;
font-size: 14px;
margin-right: 26px;
}
.center .item .wrap .choseBox span.active {
color: #0479f7;
}
.content-box {
position: relative;
margin-top: 1.5vh;
box-sizing: border-box;
padding: 1.5vh 1vw;
}
.content-box-title-wrap {
padding-bottom: 2vh;
flex-shrink: 0;
display: flex;
align-items: center;
}
/* 表格 */
.normal-table-num {
color: #00b9eb;
font-weight: 600;
}
.table-rate-wrap {
display: flex;
align-items: center;
}
.table-pan-icon {
border-radius: 50%;
background-size: 100% 100%;
overflow: hidden;
background-color: #134982;
transform: rotate(-90deg);
flex-shrink: 0;
}
.table-rate-num {
padding-left: 0.5vw;
overflow: hidden;
text-overflow: ellipsis;
}