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.
 

33 lines
560 B

/* pages/component/TitleHeader.wxss */
.title-box {
background: #f7f7f7;
}
.title-header {
position: fixed;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
line-height: 90rpx;
background: #f9f9f9;
z-index: 99;
top: 0;
}
.title-header .icon-fanhui1 {
position: absolute;
left: 0;
padding: 0 20rpx;
font-size: 44rpx;
}
.right {
position: absolute;
right: 20rpx;
}
.common-title-top {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 500rpx;
}