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.
36 lines
633 B
36 lines
633 B
.topbar{
|
|
position: relative;
|
|
}
|
|
|
|
.titlebar{
|
|
position: absolute;
|
|
left: 20rpx;
|
|
}
|
|
.title{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-left: 115px;
|
|
padding-right: 115px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 10;
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight:normal;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.navbtn{
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight:normal;
|
|
position: relative;
|
|
z-index: 11;
|
|
}
|