preview travel location attach in list

This commit is contained in:
Timi
2025-12-23 14:45:15 +08:00
parent 9538a21e42
commit f94cf05f62
3 changed files with 46 additions and 3 deletions

View File

@ -66,6 +66,31 @@
}
.location {
.thumb {
width: 96rpx;
height: 96rpx;
border: 1px solid var(--theme-border-light);
overflow: hidden;
background: var(--theme-bg-page);
flex-shrink: 0;
border-radius: 16rpx;
}
.thumb-img {
width: 100%;
height: 100%;
}
.thumb-placeholder {
color: var(--theme-text-secondary);
width: 100%;
height: 100%;
display: flex;
font-size: 24rpx;
background: var(--theme-bg-page);
align-items: center;
justify-content: center;
}
.note {
width: 2em;