bmfe-weex-eros-template
Version:
本木前端 weex 集成方案
72 lines (60 loc) • 1.23 kB
CSS
.bui-header-box {
flex-direction: column;
background-color: #3c763d; }
.bui-header {
flex: 1;
padding-left: 20px;
padding-right: 20px;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative; }
.bui-header-left {
flex-direction: row;
align-items: center;
justify-content: center;
position: absolute;
left: 20px;
top: 0;
bottom: 0; }
.bui-header-right {
flex-direction: row;
align-items: center;
justify-content: center;
position: absolute;
right: 20px;
top: 0;
bottom: 0; }
.bui-header-main {
justify-content: center;
flex: 1;
padding-left: 10px;
padding-right: 10px;
flex-direction: row; }
.bui-header-title {
font-size: 34px;
color: #ffffff;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
lines: 1;
text-overflow: ellipsis; }
.bui-header-text {
font-size: 32px;
color: #ffffff;
text-align: center;
lines: 1; }
.bui-header-icon {
width: 48px;
height: 48px; }
.bui-header-icon-next {
width: 48px;
height: 48px;
margin-right: 30px; }
.pdl10 {
padding-left: 10px; }
.pdr10 {
padding-right: 10px; }
/*# sourceMappingURL=header.css.map */