ball_admin/src/pages/poverPage/pv.less

66 lines
1.2 KiB
Plaintext

.nav-header {
min-height: 50px;
padding: 10px;
}
.nav-content {
width: 100%;
height: 100%;
min-height: 500px;
.content-left {
height: 100%;
display: flex;
align-items: start;
justify-content: start;
}
.content-right {
width: 85%;
height: 100%;
overflow: auto;
text-align: center;
color: #fff;
}
}
.pv-head-item {
display: flex;
width: 120px;
height: 80px;
align-items: center;
background: rgba(37, 52, 70, 0.4);
color: #fff;
border: 1px solid #000;
border-radius: 10px;
border-bottom-left-radius: 0px;
border-top-left-radius: 20px;
border-bottom-right-radius: 40px;
border-top-right-radius: 0px;
margin-right: 10px;
padding: 5px;
> div {
margin-left: 10px;
}
}
.pv_table {
height: 500px;
.table {
width: 100%;
overflow-x: auto;
background: rgba(37, 52, 70, 0.4);
border: 0.5px solid rgba(37, 52, 70, 0.4);
> thead {
background: rgba(37, 52, 70, 0.4);
> tr {
background: #000;
box-sizing: border-box;
> td {
background: rgba(37, 52, 70, 0.4);
min-width: 70px;
padding: 0px 10px;
}
}
}
}
}