intelligentGroup/unpackage/dist/dev/mp-weixin/components/navigation-bar.wxss

42 lines
703 B
Plaintext

.navigation-bar.data-v-1b94c1d5 {
display: flex;
align-items: center;
height: 44px;
position: fixed;
width: 100%;
top: 0;
z-index: 999;
background-color: #345A9B;
}
.navigation-bar-left.data-v-1b94c1d5 {
display: flex;
align-items: center;
margin-left: 3px;
font-size: 14px;
color: #fff;
position: absolute;
width: 40%;
z-index: 99;
}
.navigation-bar-home.data-v-1b94c1d5 {
background-color: #ccc;
width: 28px;
height: 28px;
border-radius: 50%;
text-align: center;
line-height: 28px;
}
.navigation-bar.data-v-1b94c1d5 {
width: 100%;
margin-right: 0px;
}
.navigation-title.data-v-1b94c1d5 {
color: #fff;
margin: auto;
position: absolute;
width: 100%;
text-align: center;
}