.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; }