/* 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: 2; 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; }