mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
feat: 手机端底部导航栏新增背景模糊效果
This commit is contained in:
@@ -415,6 +415,8 @@ function MainContent(): React.JSX.Element {
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
background: "var(--ss-header-bg)",
|
||||
backdropFilter: "blur(14px)",
|
||||
WebkitBackdropFilter: "blur(14px)",
|
||||
borderTop: "1px solid var(--ss-border-color)",
|
||||
zIndex: 1400,
|
||||
paddingBottom: "env(safe-area-inset-bottom, 0px)",
|
||||
|
||||
Reference in New Issue
Block a user