You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

85 lines
1.3 KiB

.day-patrol-info {
height: 100%;
background-image: linear-gradient(179deg, #006BE3 0%, #4E87FF 16%, #4e87ff00 93%);
padding: 0 15px 15px;
}
.card {
box-sizing: border-box;
background: #FFFFFF;
box-shadow: 2px 2px 11px 0 #00000008, 0 0 4px 0 #00000012;
border-radius: 4px;
}
.card-top {
height: 68px;
background-image: linear-gradient(0deg, #F3F7FF 84%, #DBE6FF 100%);
border-radius: 4px;
position: relative;
}
.card-bg {
position: absolute;
top: 0;
right: 11px;
width: 115px;
height: 67px;
}
.card-left {
margin-left: 23px;
font-weight: 500;
font-size: 16px;
color: #000000d9;
}
.card-right {
margin-right: 18px;
color: #1684FF;
}
.card-icon {
width: 30px;
height: 30px;
margin-right: 8px;
}
.problem-box {
width: 100%;
height: 58px;
padding: 18px;
border-top: 1px solid rgb(238, 237, 237);
box-sizing: border-box;
}
.problem-title {
width: 30%;
font-size: 14px;
color: #383A3B;
}
.t-class-label {
font-size: 14px;
color: #383A3B;
}
.pie-chart-box {
box-sizing: border-box;
width: 100%;
height: 280px;
padding: 0 10px 10px;
}
.noData {
width: 254rpx;
height: 298rpx;
display: block;
margin: 0rpx auto 16rpx;
}
.noTxt {
font-size: 30rpx;
color: #999;
font-weight: bold;
text-align: center;
}