Files
ai-human/miniprogram/components/custom-nav/custom-nav.wxss
T
2026-07-10 16:14:31 +08:00

16 lines
236 B
Plaintext

.custom-nav {
width: 100%;
flex: 0 0 auto;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.custom-nav__content {
width: 100%;
flex: 1;
display: flex;
align-items: center;
box-sizing: border-box;
}