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.

24 lines
421 B

.nav-bar {
position: fixed;
width: 100%;
color: #5292d0fc;
background: #5292d0fc;
display: flex;
align-items: center;
z-index: 999;
.icon {
margin: 0 4px;
line-height: 16px;
text-align: center;
}
}
.nav-barindex{
position: fixed;
width: 100%;
}
.navigation-title{
font-size: 35rpx;
text-align: left;
font-weight: 900;
padding-left: 20rpx;
}