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.
53 lines
693 B
53 lines
693 B
|
|
.uni-navbar {
|
|
display: block;
|
|
position: relative;
|
|
width: 100%;
|
|
/* background-color: #FFFFFF; */
|
|
overflow: hidden;
|
|
}
|
|
.uni-navbar-shadow {
|
|
box-shadow: 0 1px 6px #ccc;
|
|
}
|
|
.uni-navbar.uni-navbar-fixed {
|
|
position: fixed;
|
|
z-index: 999999999;
|
|
}
|
|
.uni-navbar-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
height: 44px;
|
|
line-height: 44px;
|
|
font-size: 16px;
|
|
}
|
|
.uni-navbar-header .uni-navbar-header-btns {
|
|
display: inline-flex;
|
|
flex-wrap: nowrap;
|
|
flex-shrink: 0;
|
|
width: 100px;
|
|
}
|
|
.uni-navbar-container {
|
|
width: 100%;
|
|
margin: 0 5px;
|
|
}
|
|
.uni-navbar-container-title {
|
|
|
|
|
|
|
|
|
|
|
|
height: 44px;
|
|
line-height: 44px;
|
|
|
|
font-size: 15px;
|
|
text-align: center;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
|