better layout

This commit is contained in:
Timi
2025-12-08 20:47:59 +08:00
parent 4786df0c36
commit 6dc4d71718
4 changed files with 26 additions and 11 deletions

View File

@ -17,27 +17,39 @@
height: 0;
padding: 0;
.t-cell {
padding: 16rpx 24rpx;
.t-cell__left {
display: flex;
align-items: center;
}
}
.item {
&.selected {
background: var(--td-bg-color-secondarycontainer);
}
.t-cell__left {
margin-right: 8rpx;
}
.thumb {
width: 96rpx;
height: 96rpx;
flex-shrink: 0;
object-fit: cover;
margin-right: 16rpx;
border-radius: 8rpx;
background: var(--td-bg-color-component);
flex-shrink: 0;
border-radius: 8rpx;
}
.date {
color: gray;
}
.location {
.description {
font-size: 24rpx;
}
}