Files
xuchang-screen/src/components/RightBar/Chart3.less
2023-06-30 11:08:43 +08:00

71 lines
1.3 KiB
Plaintext

.RightChart3AllBorder {
width: 625px;
height: 306px;
background: url('../../assets/ItemBg.png');
margin-top: 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
.RightChart3ItemitemBorder {
margin-top: 24px;
margin-left: 24px;
width: 100%;
height: 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
vertical-align: middle;
.RightChart3ItemIcon {
width: 24px;
height: 24px;
margin-top: 3px;
}
.RightChart3ItemTitle {
font-size: 24px;
color: #ffffff;
margin-left: 8px;
margin-top: -5px;
}
}
.rightchart3Switchbox {
width: 150px;
height: 32px;
background-color: #03233C;
align-self: flex-end;
margin-right: 15px;
border-radius: 5px;
display: flex;
flex-direction: row;
justify-content: space-between;
.rightchart3SlelectBox {
width: 33%;
height: 100%;
border-radius: 5px;
}
.rightchart3SlelectBox p {
margin: 3 auto;
color: #fff;
font-size: 15px;
text-align: center;
cursor : pointer;
}
}
.RightChart3ItemBorder {
width: 95%;
height: 227px;
margin-left: 16px;
margin-bottom: 16px;
}
}