修复比价记录页"上报更低价"按钮位置

This commit is contained in:
guke
2026-07-02 17:13:24 +08:00
parent f8f05e8812
commit ae170fb315
+2 -2
View File
@@ -302,8 +302,8 @@ body.transitioning-tab { /* no animation */ }
/* 反馈低价 · 6 套 FAB 样式 + 单选模式 + 反馈抽屉 */
/* ======================================== */
/* —— 反馈低价 CTA —— 顶部右侧,位于搜索图标下方 */
.fb-fab { position: absolute; top: 96px; right: 16px; bottom: auto; height: 30px; padding: 0 12px; background: #FFFCE5; color: var(--color-on-primary); border-radius: 999px; font-size: 12px; font-weight: 700; font-family: inherit; display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-primary); cursor: pointer; z-index: 4; transition: transform .14s ease, background .14s ease; white-space: nowrap; }
/* —— 反馈低价 CTA —— 顶部右侧,与筛选行(全部记录/已下单)同高 */
.fb-fab { position: absolute; top: 52px; right: 16px; bottom: auto; height: 30px; padding: 0 12px; background: #FFFCE5; color: var(--color-on-primary); border-radius: 999px; font-size: 12px; font-weight: 700; font-family: inherit; display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-primary); cursor: pointer; z-index: 4; transition: transform .14s ease, background .14s ease; white-space: nowrap; }
.fb-fab:active { transform: scale(.96); }
.fb-fab-badge { display: none; }
.device.cta-outline .fb-fab { background: #FFFFFF; border-color: #FFD600; box-shadow: none; }