tsg-web/src/views/sz/pxjlgl/index.less

59 lines
1.0 KiB
Plaintext

.basic-info{
position: relative;
font-size: 16px;
margin-bottom: 20px;
padding:5px 25px;
border-bottom: 1px solid #eee;
&::before{
position: absolute;
top:8px;
left:0;
content: "";
display: block;
width: 5px;
height: 20px;
background-color: #0079fe;
}
}
.pxrecord-title-left{
width: 300px;
.first-item,.second-item{
display: flex;
align-items: center;
justify-content: center;
column-gap: 10px;
width: 300px;
height: 16vh;
padding: 20px;
img{
width: 80px;
height: 60px;
}
.children-itm{
display: flex;
flex-direction: column;
}
}
.first-item{
background: #e4f4f8;
margin-bottom: 10px;
}
.second-item{
background: #e9f4ff;
}
}
.pxrecord-title-right{
display: flex;
flex:1;
background-color: #f4f8ff;
flex-direction: column;
.chart-tool{
margin-left: auto;
}
.chart-box{
height: calc(320px - 46px);
}
}