jhwxapp/miniprogram/pages/Security-control-echarts/index.wxss

79 lines
1.4 KiB
Plaintext

/* pages/Security-control-echarts/index.wxss */
/* 安全管控 */
.control{
padding: 20rpx 40rpx 30rpx;
box-sizing: border-box;
}
/* 配电箱选项 */
.peidianxiang{
display: flex;
justify-content: space-between;
align-items: center;
margin: 60rpx 0;
width: 100%;
height: 100rpx;
}
.peidianxiang-left{
width: 42%;
height: 100rpx;
border-radius: 20rpx;
}
.peidianxiang-right{
width: 52%;
height: 100rpx;
border-radius: 20rpx;
}
/* echarts图 286*/
.echarts-picture{
width: 100%;
border: 1px solid #1e2336;
border-radius: 10rpx;
background-color: #1e2336;
margin-bottom: 50rpx;
}
.echarts-title{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 90rpx;
margin-top: 30rpx;
}
.echarts-title-left{
display: flex;
justify-content: flex-start;
align-items: center;
}
.echarts-title-right{
display: flex;
width: 260rpx;
height: 50rpx;
}
.echarts-title-right-content{
text-align: center;
width: 50%;
height: 50rpx;
line-height: 50rpx;
font-size: 26rpx;
border-top-left-radius: 30rpx;
border-bottom-left-radius: 30rpx;
border: 1px solid #2f3560;
}
.echarts-title-left-content{
text-align: center;
width: 50%;
height: 50rpx;
line-height: 50rpx;
font-size: 26rpx;
border-top-right-radius: 30rpx;
border-bottom-right-radius: 30rpx;
border: 1px solid #2f3560;
}
.active{
background-color: #2c365b;
}
.echarts-data{
width: 100%;
height: 620rpx;
}