jhwxapp/miniprogram/pages/hnt-strong/index.wxss

69 lines
1.4 KiB
Plaintext

/* pages/Standard-maintenance-room-monitoring/index.wxss */
/* 标养室监测 */
.jiance{
padding: 60rpx 40rpx 30rpx;
}
/* 监测-nav */
.nav-jiance{
width: 100%;
height: 90rpx;
}
.jiance-content{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
}
.header-cailiao{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40rpx;
}
.eharts_title{
height: 40rpx;
line-height: 40rpx;
padding-left: 50rpx;
margin-left: 20rpx;
background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
}
.header-cailiao-right{
display: flex;
justify-content: center;
align-items: center;
width: 300rpx;
height: 80rpx;
font-size: 24rpx;
color: rgb(155, 154, 154);
}
.header-cailiao-right-left{
width: 120rpx;
height: 46rpx;
line-height: 46rpx;
text-align: center;
border-top-left-radius: 36rpx;
border-bottom-left-radius: 36rpx;
border: 1px solid #2e355f;
}
.header-cailiao-right-right{
width: 120rpx;
height: 46rpx;
line-height: 46rpx;
text-align: center;
border-top-right-radius: 36rpx;
border-bottom-right-radius: 36rpx;
border: 1px solid #2e355f;
}
.active{
color: #fff;
background-color: #2e355f;
}
/* 展示数据echarts图 */
.jiance-echarts{
width: 100%;
/* height: 600rpx; */
box-sizing: border-box;
padding: 30rpx;
}