样式调整
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m50s

This commit is contained in:
libingxiang 2026-06-12 09:51:30 +08:00
parent a909e1a5a1
commit c2bfe76ca8
3 changed files with 8 additions and 14 deletions

View File

@ -547,8 +547,6 @@ async function handleVoiceQueryComplete(text: string) {
.app-wrapper { .app-wrapper {
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: 1080px;
margin: 0 auto;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
background: #0a0e1a; background: #0a0e1a;
@ -558,10 +556,12 @@ async function handleVoiceQueryComplete(text: string) {
/* 全屏数字人 */ /* 全屏数字人 */
.human-fullscreen { .human-fullscreen {
position: absolute; position: absolute;
inset: 0; top: 0;
display: flex; left: 0;
justify-content: center; right: 0;
align-items: center; bottom: 0;
width: 100%;
height: 100%;
z-index: 0; z-index: 0;
} }
@ -1222,9 +1222,6 @@ async function handleVoiceQueryComplete(text: string) {
/* 平板/大屏 (769px+) */ /* 平板/大屏 (769px+) */
@media (min-width: 769px) { @media (min-width: 769px) {
.app-wrapper {
max-width: 1080px;
}
} }
/* 横屏模式 */ /* 横屏模式 */

View File

@ -584,7 +584,7 @@ const scrollToBottom = () => {
left: 0; left: 0;
min-width: 180px; min-width: 180px;
background: rgba(20, 25, 50, 0.97); background: rgba(20, 25, 50, 0.97);
backdrop-filter: blur(24px); backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px; border-radius: 12px;
padding: 6px; padding: 6px;
@ -691,7 +691,7 @@ const scrollToBottom = () => {
border: 1px solid rgba(108, 140, 255, 0.06); border: 1px solid rgba(108, 140, 255, 0.06);
border-radius: 8px; border-radius: 8px;
padding: 8px 12px; padding: 8px 12px;
backdrop-filter: blur(4px); backdrop-filter: blur(1px);
transition: all 0.3s ease; transition: all 0.3s ease;
position: relative; position: relative;

View File

@ -18,9 +18,6 @@ html, body {
#app { #app {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex;
justify-content: center;
align-items: center;
} }
:root { :root {