sl-express/project-wl-yonghuduan-uniapp-vue3/components/Navbar/index.scss
shuhongfan cf5ac25c14 init
2023-09-04 16:40:17 +08:00

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;
}
}