zhaobing’
1 year ago
5 changed files with 244 additions and 5 deletions
After Width: | Height: | Size: 976 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
@ -1,3 +1,96 @@ |
|||||
.project-group { |
.project-group { |
||||
font-family: PangMenZhengDaoBiaoTiTi; |
font-family: PangMenZhengDaoBiaoTiTi; |
||||
} |
} |
||||
|
.alarmDiv{ |
||||
|
width: 8px; |
||||
|
height: 8px; |
||||
|
background-image: linear-gradient(180deg, #fbac3200 1%, #FBAC32 100%); |
||||
|
box-shadow: inset 0 2px 0 0 #FBAC32; |
||||
|
} |
||||
|
.alarm{ |
||||
|
width: 73px; |
||||
|
height: 12px; |
||||
|
font-family: SourceHanSansCN-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 12px; |
||||
|
color: #A0A0A0; |
||||
|
letter-spacing: 0; |
||||
|
line-height: 12px; |
||||
|
// margin-left: 2!important; |
||||
|
} |
||||
|
.dealAlarmCountDiv{ |
||||
|
width: 8px; |
||||
|
height: 8px; |
||||
|
background-image: linear-gradient(180deg, #c2d2ff00 1%, #2A62FC 100%); |
||||
|
box-shadow: inset 0 2px 0 0 #2C66F3; |
||||
|
} |
||||
|
.alarmCount{ |
||||
|
width: 73px; |
||||
|
height: 12px; |
||||
|
font-family: SourceHanSansCN-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 12px; |
||||
|
color: #A0A0A0; |
||||
|
letter-spacing: 0; |
||||
|
text-align: right; |
||||
|
line-height: 12px; |
||||
|
// margin-left: 2 !important; |
||||
|
|
||||
|
} |
||||
|
//柱状图外层的div |
||||
|
.barChartDiv{ |
||||
|
width: 740px; |
||||
|
height: 12px; |
||||
|
background: #F0F5FF; |
||||
|
border-radius: 2px; |
||||
|
display: flex; |
||||
|
} |
||||
|
.structDiv{ |
||||
|
width: 100px; |
||||
|
height: 14px; |
||||
|
font-family: SourceHanSansCN-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 14px; |
||||
|
color: #3E434E; |
||||
|
letter-spacing: 0; |
||||
|
line-height: 14px; |
||||
|
text-align: center; |
||||
|
} |
||||
|
.rankDiv{ |
||||
|
width: 34.48px; |
||||
|
height: 17.67px; |
||||
|
text-align: center; |
||||
|
span{ |
||||
|
|
||||
|
width: 13px; |
||||
|
height: 16px; |
||||
|
font-family: D-DIN-Italic; |
||||
|
font-weight: Italic; |
||||
|
font-size: 16px; |
||||
|
color: #7C8DB6; |
||||
|
letter-spacing: 0; |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
.rankBackDiv{ |
||||
|
// width: 34.48px; |
||||
|
// height: 9px; |
||||
|
// background-image: linear-gradient(270deg, #f957571f 0%, #f32c2c57 93%); |
||||
|
// margin-bottom: 0; |
||||
|
} |
||||
|
.alarms{ |
||||
|
width: 282px; |
||||
|
height: 10px; |
||||
|
background-image: linear-gradient(116deg, #2c66f329 8%, #2C66F3 100%); |
||||
|
box-shadow: inset 2px 0 0 0 #2C66F3; |
||||
|
} |
||||
|
.dealAlarms{ |
||||
|
width: 108px; |
||||
|
height: 10px; |
||||
|
background-image: linear-gradient(270deg, #fbac3229 1%, #FBAC32 100%); |
||||
|
box-shadow: inset -2px 0 0 0 #FBAC32; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
Loading…
Reference in new issue