@jdcfe/yep-react
Version:
一套移动端的React组件库
42 lines • 746 B
CSS
.Yep-nav-bar {
display: flex;
align-items: center;
height: 88px;
background: #fff;
color: #2E2D2D;
}
.Yep-nav-bar-left, .Yep-nav-bar-title, .Yep-nav-bar-right {
flex: 1;
height: 100%;
display: flex;
align-items: center;
}
.Yep-nav-bar-left {
padding-left: 30px;
font-size: 32px;
}
.Yep-nav-bar-left-icon {
margin-right: 10px;
display: inherit;
font-size: 36px;
}
.Yep-nav-bar-left-close {
margin-left: 22px;
display: inherit;
}
.Yep-nav-bar-title {
justify-content: center;
font-size: 36px;
white-space: nowrap;
}
.Yep-nav-bar-right {
justify-content: flex-end;
}
.Yep-nav-bar-right-share {
margin-right: 22px;
display: inherit;
}
.Yep-nav-bar-right-content {
font-size: 32px;
margin-right: 30px;
}