/* components/navbar/index.wxss */ .sg-nav-box .sg-img { width: 40rpx; } .sg-nav-box { position: fixed; bottom: 0; left: 0; width: 100%; padding: 10rpx 0; border-top: 1px solid #ebedf0; font-size: 0.8rem; z-index: 1000; background: white; } .sg-nav-box .sg-nav-list { display: flex; align-items: center; justify-content: space-around; } .sg-nav-box .sg-nav-list .sg-nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; } .sg-nav-item .sg-name { margin-top: 5rpx; } .sg-nav-item.sg-selected { color: #5693FC; }