joint-cloud-computing/regulatory-governance-system/views/taskAllocation/css/taskAllocation.scss

236 lines
4.0 KiB
SCSS

#taskAllocation {
.top_row_button{
margin-top:1.8vh;
}
#top-row-button-box {
.el-button--primary {
background-color: #1890ff1f
}
}
.top_row_text{
color: #FFFFFF;
margin-top:1.8vh;
}
.title_row {
display: flex;
display: -webkit-flex;
justify-content: center;
}
.title_box {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.title_box_text {
font-family: 'Alternate';
font-size: 30px;
color: white;
}
.title_box_hr {
border-bottom: 2px solid;
opacity: 0.2;
color: white;
width: 120%;
margin-top: 2%;
margin-left: -10%;
}
.el-card {
border-radius: 4px;
border: 1px solid #ffffff;
background-color: rgba(255, 255, 255, 0);
}
.el-card__header {
padding: 3px 10px;
border-bottom: 1px solid #EBEEF5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 4vh;
}
.el-card__body, .el-main {
padding: 5px;
}
.el-card__body{
padding: 5px;
height: 20vh;
}
.card1{
height:30vh;
margin: 20px 20px 20px 20px;
padding: 10px 20px 0 20px;
}
.card2{
height:30vh;
margin: 20px 20px 20px 20px;
padding: 10px 20px 0 20px;
}
.card3{
height:26vh;
margin: 20px 20px 20px 20px;
padding: 10px 20px 0 20px;
}
.card3-box{
display: flex;
display: -webkit-flex;
height:25vh;
}
.chart_box {
width: 90%;
margin-left: 10%;
}
.tableBox {
width: 100%;
overflow: hidden
}
.tableInner {
height: auto;
}
.card1-inner{
height:24vh;
padding-bottom:80px;
color: #FFFFFF;
}
.card1_inner_row{
height:5vh;
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
}
.card1_inner_num {
font-family: 'Alternate';
color: #FFFFFF;
letter-spacing: 0;
text-shadow: 0 0 6px #26A2FF;
font-size: 11pt;
}
.card1_inner_img {
margin-top:-2px;
height: 25px;
width: 25px;
}
.card2-inner{
height:25vh;
padding-bottom:80px;
color: #FFFFFF;
flex-wrap: wrap;
margin-top: -1vh;
}
.card-chart-box{
width: 103%;
margin-top: -5vh;
margin-left: 2%;
}
.card3-inner-box{
height:100%;
padding-bottom:80px;
color: #FFFFFF;
width: 23.8%;
flex-shrink: 0;
margin-right: 1.8%;
}
.card3-inner{
height:19vh;
color: #FFFFFF;
width: 100%;
}
.card3_inner_img {
margin-top:-2px;
height: 20px;
width: 20px;
}
.card3_detail_box{
margin-left: 20px;
overflow: auto;
height:13vh
}
.el-dialog {
background: rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
.el-dialog > .el-dialog__body {
padding: 0px;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
background-color: rgba(0, 0, 0, 0.3);
color: white;
margin: 0 0 0 0;
}
.el-dialog__title {
color: #FFFFFF;
}
.el-dialog__header {
border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: rgba(0, 0, 0, 0.3);
color: white;
}
.el-dialog__footer {
border-bottom: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: rgba(0, 0, 0, 0.3);
color: white;
}
.top_button_box {
margin-top: 1%;
margin-left: auto;
display: flex;
display: -webkit-flex;
align-items: center;
}
.title_class {
font-family: 'Alternate';
font-weight: bold;
font-size: 11pt;
color: white;
}
.el-descriptions {
background: rgba(255, 255, 255, 0);
margin-left: 3%;
}
.el-descriptions__body {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
.el-descriptions__title {
color: white;
font-size: 11pt;
}
el-descriptions-item el-descriptions-item__cell {
height: 15px;
}
}