84 lines
1.8 KiB
CSS
84 lines
1.8 KiB
CSS
.processDashboardPage {
|
|
|
|
}
|
|
.processDashboardPage .lichengbeiWrap {
|
|
height: 160px;
|
|
overflow-y:auto;
|
|
overflow-x:hidden;
|
|
}
|
|
|
|
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem {
|
|
line-height: 32px;
|
|
font-size: 15px;
|
|
color: #7e7e7e;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem .leftNavListItemUnit {
|
|
margin-left: 4px;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem>span{
|
|
display: inline-block;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem .lichengbeiDate{
|
|
width: 100px;
|
|
margin-right: 12px;
|
|
flex-shrink: 0;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem .lichengbeiTitle{
|
|
margin-right: 12px;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem .lichengbeiBar{
|
|
margin-right: 12px;
|
|
flex:1;
|
|
}
|
|
.bgBar {
|
|
height: 4px;
|
|
display: inline-block;
|
|
background: #f5f5f5;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
.activeBar {
|
|
position: absolute;
|
|
top:0;
|
|
left: 0;
|
|
bottom:0;
|
|
background: #dfc472;
|
|
}
|
|
.processDashboardPage .lichengbeiWrap .lichengbeiItem .lichengbeiPercent{
|
|
width: 20px;
|
|
flex-shrink: 0;
|
|
margin-right: 24px;
|
|
}
|
|
|
|
|
|
|
|
.toggleBtn {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
padding: 0 10px;
|
|
background-color: #009688;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
border: none;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
} |