日照项目的居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
844 B

.nav {
position: fixed;
top: 0;
z-index: 4;
width: 100%;
background-color: #fff;
}
.navbar{
position: relative;
display: flex;
align-items: center;
padding-left: 20rpx;
}
/* .back-icon, .home-icon{
width: 28px;
height: 100%;
position: absolute;
transform: translateY(-50%);
top: 50%;
display: flex;
} */
.back-icon{
left: 0px;
}
.home-icon{
left: 44px
}
.back-icon image{
width: 19rpx;
height: 34rpx;
margin: auto;
}
.home-icon image{
width: 20px;
height: 20px;
margin: auto;
}
.nav-title, .nav-icon{
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
font-size: 0;
font-weight: bold;
}