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.
23 lines
414 B
23 lines
414 B
|
4 years ago
|
.nav-bar {
|
||
|
|
position: fixed;
|
||
|
|
width: 100%;
|
||
|
|
color: #fff;
|
||
|
|
background: var(--navigation-bar-color);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
.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;
|
||
|
|
}
|