mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-22 08:28:55 +08:00
71 lines
978 B
CSS
71 lines
978 B
CSS
#tasklist {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.taskinfo {
|
|
background: #f5f5f533;
|
|
cursor: pointer;
|
|
height: 50px;
|
|
padding-right: 60px;
|
|
user-select: none;
|
|
}
|
|
|
|
.select{
|
|
background: #ebebeb;
|
|
}
|
|
|
|
.founds {
|
|
color: #FF5722;
|
|
}
|
|
|
|
.description {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.path {
|
|
color: #888888;
|
|
font-size: small;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.user {
|
|
float: right;
|
|
margin: 15px 10px;
|
|
height: 20px;
|
|
color: #666666
|
|
}
|
|
|
|
.usage {
|
|
font-size: small;
|
|
float: left;
|
|
color: #607D8B;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
img {
|
|
float: left;
|
|
margin: 10px;
|
|
height: 30px;
|
|
}
|
|
|
|
.numbers{
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 60px;
|
|
font-size: 16px;
|
|
color: #747474;
|
|
font-weight: 200;
|
|
z-index: 999;
|
|
}
|
|
|
|
.numbers div{
|
|
height: 50px;;
|
|
line-height: 50px;
|
|
} |