更改头部标题和底部导航

This commit is contained in:
李志鹏
2025-12-19 13:25:58 +08:00
parent ed5c3232b9
commit c04b99a9aa
16 changed files with 307 additions and 287 deletions

View File

@@ -71,6 +71,7 @@ html:root {
padding: 0 2rem;
min-height: fit-content;
}
button.general,
.general_button {
border-radius: 0.7rem;
border: 3px solid #000;
@@ -79,11 +80,13 @@ html:root {
color: #fff;
font-family: satoshiMedium;
}
button.general.smail,
.general_button.smail {
font-size: 3.6rem;
width: 24.6rem;
line-height: 6.7rem;
}
button.general.big,
.general_button.big {
font-size: 3.8rem;
line-height: 7.4rem;

View File

@@ -83,6 +83,7 @@ html:root {
min-height: fit-content;
}
button.general,
.general_button{
border-radius: .7rem;
border: 3px solid #000;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB