This commit is contained in:
make
2025-04-02 18:08:36 +08:00
parent 5df962b350
commit a0cec68cd7
7 changed files with 131 additions and 116 deletions

View File

@@ -484,6 +484,7 @@ aria {
float: left;
font-size: 1.125rem;
color: #333;
}
.mod-head h2:before,
.mod-head h3:before {
@@ -495,6 +496,12 @@ aria {
height: 1.125rem;
border-radius: 0.1875rem;
}
.mod-head h1{
font-size: 1.125rem;
text-align: center;
line-height: 40px;
width: 100%;
}
.mod-head a {
float: right;
margin-right: -0.5rem;

View File

@@ -83,6 +83,6 @@
.page_num select {
font-size: 12px;
min-width: 90px;
min-width: 120px;
}
}