diff --git a/h5/records/index.html b/h5/records/index.html index f4c4e57..f682cce 100644 --- a/h5/records/index.html +++ b/h5/records/index.html @@ -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; }