Files
mini-programs/src/components/CustomNavbar/index.module.scss
张成 52622dec92 1
2025-11-09 21:10:45 +08:00

11 lines
188 B
SCSS

.customerNavbar {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
z-index: 99;
width: 100%;
// 背景颜色通过 style 动态设置,默认透明
box-shadow: none;
}