This commit is contained in:
make
2025-04-02 21:19:51 +08:00
parent b2fb8a0862
commit f13e5c2385
6 changed files with 45 additions and 39 deletions

View File

@@ -360,20 +360,20 @@ a.read-load-icon[class] {
top: 0;
right: 0;
left: 0;
height: 44px;
height: 50px;
background: inherit;
}
.skin-default .page-read-top {
background: url(../images/skin-default-t.jpg) no-repeat center top;
background-size: 100%;
/* background: url(../images/skin-default-t.jpg) no-repeat center top;
background-size: 100%; */
}
.read-book-name {
font-size: 1rem;
font-weight: 400;
position: absolute;
/* position: absolute;
top: 15px;
left: 1rem;
color: rgba(0,0,0,.7);
color: rgba(0,0,0,.7); */
}
.read-page-mark {
font-size: 0;
@@ -1057,8 +1057,9 @@ a[data-mode=night] > .icon-night {
background-size: 100% 100%
}
.skin-default .page-read-top {
background: url(../images/skin-default-t.jpg) no-repeat center top;
background-size: 100%;
text-align: center;
/* background: url(../images/skin-default-t.jpg) no-repeat center top;
background-size: 100%; */
max-width: 768px;
margin: 0 auto;
}