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.
49 lines
1.1 KiB
49 lines
1.1 KiB
.weui-header {
|
|
position: relative;
|
|
padding: 3px 0;
|
|
-webkit-box-sizing: border-box;
|
|
background-color: #07c160;
|
|
}
|
|
|
|
.weui-header .weui-header-left {
|
|
left: 18px;
|
|
min-width:40px;
|
|
}
|
|
|
|
.weui-header .weui-header-left, .weui-header .weui-header-right {
|
|
position: absolute;
|
|
top: 14px;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
color: #FFF;
|
|
}
|
|
|
|
.weui-header .weui-header-title, .weui-header h1 {
|
|
margin: 0 88px;
|
|
margin-left: 100px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
height: 40px;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
width: auto;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #fff;
|
|
}
|
|
|
|
.weui-header .weui-header-right {
|
|
right: 15px;
|
|
}
|
|
|
|
.weui-header .weui-header-left, .weui-header .weui-header-right {
|
|
position: absolute;
|
|
top: 14px;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
color: #FFF;
|
|
}
|