jhwxapp/miniprogram/pages/shebieguanli-jxsb/shajiangguan.wxss

262 lines
4.2 KiB
Plaintext

/* pages/new-jinduguanli/jinduguanli.wxss */
.echarts_max{
margin-top: 30rpx;
padding:0 30rpx;
}
.echarts_min{
background:#1e2336 ;
font-size: 28rpx;
padding: 30rpx;
border-radius: 15rpx;
}
.eharts_title{
height: 40rpx;
line-height: 40rpx;
padding-left: 40rpx;
background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
}
.eharts_head{
text-align: center;
padding: 30rpx 0;
}
.eharts_head text{
color:#0ad7ec;
font-size:30rpx;
}
.eharts_con{
height: 350rpx;
width: auto;
}
.eharts_number{
font-size: 28rpx;
padding-bottom: 20rpx;
}
.eharts_number text{
color: #0ad7ec;
font-size: 40rpx;
}
.hj_float{
float: right;
padding: 5rpx 50rpx 5rpx 20rpx;
background: #2e355f url("http://fileimg.makalu.cc/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
border-radius: 40rpx;
}
.device_types{
text-align: center;
padding: 30rpx 0;
font-size: 28rpx;
color: #999999;
}
.device_types.active{
color: #89a4e9;
}
.device_types.active text{
border-bottom: 2px solid #89a4e9;
}
.status_statistics{
width: 160rpx;
height: 100rpx;
margin: 30rpx auto;
text-align: center;
line-height: 100rpx;
color: #0ad7ec;
font-size: 40rpx;
background: url("http://fileimg.makalu.cc/CORE_49991230F56F409F9D6C801F84284B34.PNG") no-repeat center/100% 100%;
}
.number_sets{
text-align: center;
font-size: 50rpx;
padding: 30rpx 0 10rpx;
}
.name_sets{
text-align: center;
}
.number_color_1{
color: #00c23d;
}
.number_color_2{
color: #fccd35;
}
.number_color_3{
color: #b141ff;
}
.number_color_4{
color: #bbbbbb;
}
/* 机械管理 工时排名 */
.machinery_list{
border: 2px solid #293859;
margin-top: 30rpx;
padding:20rpx;
}
.machinery_img image{
width: 100rpx;
height:100rpx;
border-radius: 10rpx;
}
.machinery_name{
height: 60rpx;
font-size: 28rpx;
}
.machinery_info{
height: 40rpx;
font-size: 24rpx;
}
.machinery_model{
float: left;
height: 40rpx;
margin-right: 30rpx;
}
.machinery_state{
float: right;
font-size: 20rpx;
padding: 2rpx;
border-radius: 7rpx;
}
.machinery_state_yx{
border: 1px solid #1ab800;
color: #1ab800;
}
.machinery_state_yx view{
background: rgba(0,194,61,0.3);
padding:0 10rpx ;
}
.machinery_state_ds{
border: 1px solid #fdce36;
color: #fdce36;
}
.machinery_state_ds view{
background: rgba(253,206,54,0.3);
padding:0 10rpx ;
}
.machinery_state_jz{
border: 1px solid #b041ff;
color: #b041ff;
}
.machinery_state_jz view{
background: rgba(176,65,255,0.3);
padding:0 10rpx ;
}
.machinery_state_lx{
border: 1px solid #bbbbbb;
color: #bbbbbb;
}
.machinery_state_lx view{
background: rgba(187,187,187,0.3);
padding:0 10rpx ;
}
.working_hours{
font-size: 24rpx;
padding: 10rpx 0;
}
.working_hours text{
color: #fdce36;
}
.project_name{
font-size: 24rpx;
padding-top: 10rpx;
}
.project_name text{
color: #88a4ed;
}
.personnel_orientation{
padding-top: 30rpx;
text-align: center;
color: #8aa3ec;
}
.personnel_orientation text{
color: #09c7fb;
font-size: 32rpx;
}
/* 电池 */
.ranking_middle_quantity{
float: left;
font-size: 26rpx;
padding-top: 8rpx;
margin-right: 20rpx;
}
.ranking_middle_quantity_proportion{
float: right;
top: -6rpx;
position: relative;
margin-left: 5rpx;
}
.ranking_middle_img{
float: left;
}
.ranking_middle_img{
width: 50rpx;
height: 25rpx;
}
.ranking_green{
background: url("http://fileimg.makalu.cc/CORE_56270CFFB87746E1968AF87C8D704B26.png") no-repeat left/100% 100%;
}
.ranking_red{
background: url("http://fileimg.makalu.cc/CORE_3A01CFC1FDA540B6A29F8A9750A258B0.png") no-repeat left/100% 100%;
}
.battery{
width:85%;
height: 22rpx;
border-radius: 5rpx;
padding: 2rpx;
}
.green_battery{
background: #1ab800;
height: 100%;
}
.red_battery{
background: #fe1e00;
width: 10%;
height: 100%;
}
.number_red{
color: #fe1e00;
}
.number_green{
color: #1ab800;
}
.van-popup--bottom.van-popup--round{
border-radius: 0 !important
}
.van-popup{
background-color: var(--popup-background-color,#232a44) !important
}
.van-action-sheet__cancel,.van-action-sheet__item{
background-color: var(--popup-background-color,#232a44) !important;
color: #0ad7ec;
}