登陆优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user