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

18 lines
288 B
SCSS
Raw Normal View History

2023-09-04 16:40:17 +08:00
.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;
}
}