优化首页点位搜索收缩态布局
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-09 01:28:58 +08:00
parent 1fa1ac2906
commit 6a0fa61c8e
2 changed files with 100 additions and 9 deletions

View File

@@ -1779,17 +1779,17 @@ const handleExplainBack = () => {
--museum-h5-page-width: min(100vw, 430px);
left: 50%;
right: auto;
width: calc(var(--museum-h5-page-width) - 24px);
bottom: calc(env(safe-area-inset-bottom) + 14px);
padding: 10px;
width: calc(var(--museum-h5-page-width) - 20px);
bottom: calc(env(safe-area-inset-bottom) + 10px);
padding: 7px;
box-sizing: border-box;
overflow: hidden;
background:
linear-gradient(180deg, rgba(224, 225, 0, 0.22) 0, rgba(224, 225, 0, 0) 58px),
linear-gradient(180deg, rgba(224, 225, 0, 0.18) 0, rgba(224, 225, 0, 0) 46px),
#060704;
border: 1px solid rgba(224, 225, 0, 0.34);
border-radius: 8px;
box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
transform: translateX(-50%);
z-index: 1003;
}
@@ -1797,10 +1797,10 @@ const handleExplainBack = () => {
.guide-home-dock::before {
content: '';
position: absolute;
left: 10px;
right: 10px;
left: 7px;
right: 7px;
top: 0;
height: 4px;
height: 3px;
background: var(--museum-accent);
}