搜索高亮、数字快捷键

This commit is contained in:
unknown 2020-04-21 09:01:21 +08:00
parent b5ee1abca9
commit c620f090be

View File

@ -10,12 +10,18 @@
background: #f5f5f533;
cursor: pointer;
height: 50px;
padding-right: 60px;
user-select: none;
}
.select{
background: #ebebeb;
}
.founds {
color: #FF5722;
}
.description {
padding-top: 5px;
}
@ -42,25 +48,24 @@ font-size: small;
margin-right: 5px;
}
#infopannel {
position: fixed;
left: 0;
right: 0;
top: 0;
padding: 1rem;
color: white;
display: none;
}
img {
float: left;
margin: 10px;
height: 30px;
}
.load {
margin-top: 10px;
text-align: center;
font-size: large;
color: #666666;
.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;
}