初始化代码
This commit is contained in:
66
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/uni-nav-bar.wxss
vendored
Normal file
66
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/uni-nav-bar.wxss
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
|
||||
.uni-navbar {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
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: 14px;
|
||||
}
|
||||
.uni-navbar-header-btns {
|
||||
display: inline-flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-shrink: 0;
|
||||
width: 100px;
|
||||
}
|
||||
.uni-navbar-header-btns.left {
|
||||
padding-left: 30rpx;
|
||||
}
|
||||
.uni-navbar-header-btns.right {
|
||||
padding-right: 30rpx;
|
||||
}
|
||||
.uni-navbar-btn-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.uni-navbar-btn-text.iconfont {
|
||||
font-size: 40rpx;
|
||||
}
|
||||
.uni-navbar-container {
|
||||
width: 100%;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.uni-navbar-container-title {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
|
||||
font-size: 15px;
|
||||
max-width: 330rpx;
|
||||
/* text-align: center; */
|
||||
/* padding-right: 30px; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user