sl-express/project-wl-yonghuduan-uniap.../components/Navbar/index.scss

18 lines
288 B
SCSS

.NavBar{
position: relative;
background-color: white;
.title{
font-weight: bold;
font-size: 32rpx;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.navbar-image{
width: 40rpx;
height: 40rpx;
position: absolute;
left: 26rpx;
}
}