34 lines
766 B
Plaintext
Raw Normal View History

2025-08-29 09:51:02 +08:00
.custom-title.data-v-f5a8911c {
font-size: 30rpx;
font-weight: bold;
padding: 0 30rpx;
display: flex;
align-items: center;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
.custom-title text.data-v-f5a8911c {
padding: 0 10rpx 0 15rpx;
}
.custom-title .user_houses_info.data-v-f5a8911c {
display: flex;
align-items: center;
justify-content: space-between;
min-width: 100rpx;
}
2026-01-14 16:52:59 +08:00
.custom-title .user_houses_info .full_name.data-v-f5a8911c {
max-width: 300rpx;
padding: 0 15rpx;
overflow: hidden;
}
.custom-title .user_houses_info image.data-v-f5a8911c {
width: 48rpx;
height: 48rpx;
}
2025-08-29 09:51:02 +08:00
.custom_title_scroll_bg.data-v-f5a8911c {
background: linear-gradient(270deg, #def6f8 0%, #d8e2fe 100%);
padding-bottom: 20rpx;
}