update style
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
width: fit-content;
|
||||
min-width: 350rpx;
|
||||
max-width: 450rpx;
|
||||
background: #fff;
|
||||
background: var(--theme-bg-card-secondary);
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
|
||||
border-radius: 6rpx;
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
flex-direction: column;
|
||||
|
||||
.location {
|
||||
color: #333;
|
||||
color: var(--theme-text-primary);
|
||||
overflow: hidden;
|
||||
font-size: 30rpx;
|
||||
white-space: nowrap;
|
||||
@ -68,7 +68,7 @@
|
||||
display: flex;
|
||||
|
||||
.date {
|
||||
color: #999;
|
||||
color: var(--theme-text-secondary);
|
||||
font-size: 24rpx;
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user