mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-08 22:51:45 +08:00
搜索高亮、数字快捷键
This commit is contained in:
parent
b5ee1abca9
commit
c620f090be
@ -10,12 +10,18 @@
|
|||||||
background: #f5f5f533;
|
background: #f5f5f533;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
padding-right: 60px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select{
|
.select{
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.founds {
|
||||||
|
color: #FF5722;
|
||||||
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
@ -42,25 +48,24 @@ font-size: small;
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infopannel {
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
padding: 1rem;
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.load {
|
.numbers{
|
||||||
margin-top: 10px;
|
position: fixed;
|
||||||
text-align: center;
|
top: 0;
|
||||||
font-size: large;
|
right: 0;
|
||||||
color: #666666;
|
width: 60px;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #747474;
|
||||||
|
font-weight: 200;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.numbers div{
|
||||||
|
height: 50px;;
|
||||||
|
line-height: 50px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user