样式调整

This commit is contained in:
fofolee
2019-05-07 01:00:54 +08:00
parent 12856e5d01
commit ef3ea6197b
5 changed files with 5718 additions and 16 deletions

View File

@@ -15,6 +15,9 @@
#mainlist .name {
padding-top: 10px;
font-family: "consolas";
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#mainlist .type {
@@ -60,18 +63,20 @@
overflow-x: hidden;
}
#manual .load {
.load {
position: absolute;
top: 40%;
left: 0;
right: 0;
bottom: 20px;
/* left: 0; */
right: 20px;
line-height: 1;
margin-top: -.6em;
font-size: 4rem;
font-size: 2rem;
font-weight: 300;
letter-spacing: -.125rem;
color: #BDBDBD;
text-align: center;
background: white;
display: none;
}
.founds {