From ae170fb315e11c2328f9b19720a38eb10c3567a0 Mon Sep 17 00:00:00 2001 From: guke Date: Thu, 2 Jul 2026 17:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=94=E4=BB=B7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=A1=B5"=E4=B8=8A=E6=8A=A5=E6=9B=B4=E4=BD=8E?= =?UTF-8?q?=E4=BB=B7"=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/records/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }