修改完成待测试

This commit is contained in:
2026-09-13 17:45:47 +08:00
parent 9ad572907b
commit bbc024f7f2
80 changed files with 3844 additions and 1672 deletions
+12 -13
View File
@@ -123,7 +123,7 @@ const handleBack = () => {
}
.page-header-slot--root {
height: calc(124rpx + var(--status-bar-height, 0px));
height: calc(88rpx + var(--status-bar-height, 0px));
}
.page-header {
@@ -144,7 +144,7 @@ const handleBack = () => {
}
.page-header--root {
height: calc(124rpx + var(--status-bar-height, 0px));
height: calc(88rpx + var(--status-bar-height, 0px));
padding-top: var(--status-bar-height, 0px);
background-color: #b52e22;
overflow: hidden;
@@ -167,8 +167,8 @@ const handleBack = () => {
bottom: -2rpx;
left: -48rpx;
z-index: 1;
width: 476rpx;
height: 166rpx;
width: 408rpx;
height: 126rpx;
opacity: 0.29;
pointer-events: none;
}
@@ -313,8 +313,8 @@ const handleBack = () => {
}
.header-project-lockup--root {
top: calc(var(--status-bar-height, 0px) + 62rpx);
left: 116rpx;
top: calc(var(--status-bar-height, 0px) + 44rpx);
left: 102rpx;
}
.header-project-lockup__logo {
@@ -349,18 +349,17 @@ const handleBack = () => {
.page-header--root .header-title {
color: #ffe3a7;
font-family: "STKaiti", "KaiTi", serif;
font-size: clamp(24px, 48rpx, 30px);
letter-spacing: 5rpx;
transform: translateY(2rpx);
font-size: clamp(21px, 40rpx, 25px);
letter-spacing: 4rpx;
}
.page-header--root .header-logo {
width: 80rpx;
height: 80rpx;
transform: translate(-6rpx, -6rpx);
width: 64rpx;
height: 64rpx;
transform: translate(-2rpx, -2rpx);
}
.page-header--root .header-notice {
transform: translateY(4rpx);
transform: none;
}
</style>