登陆优化

This commit is contained in:
Azmat@qq.com
2026-09-17 10:28:37 +08:00
parent b487b65575
commit bd4799151c
8 changed files with 222 additions and 95 deletions
+8 -2
View File
@@ -397,6 +397,12 @@
margin: 0;
}
/* 卖点确认与剧情方向共用追问容器,不能在容器内再次计算宽度和左缩进。 */
.omni-elicit-slot .omni-selling-point-card {
width: 100%;
margin: 0;
}
.omni-strategy-card {
overflow: hidden;
border-top: 3px solid var(--klein);
@@ -1471,8 +1477,8 @@
/* 剧情反转预设的方向选择:三个完整方向直接平铺,避免只留一句「我准备了三个方向」。 */
.omni-direction-card {
box-sizing: border-box;
width: min(760px, calc(100% - 44px));
margin: 0 0 24px 44px;
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 8px;
background: var(--surface);