fix dark mode

This commit is contained in:
Timi
2025-12-10 19:00:25 +08:00
parent 18c6a41549
commit 1905d1cd5a
2 changed files with 2 additions and 7 deletions

View File

@ -3,7 +3,6 @@
width: 100%;
height: 70vh;
display: flex;
background: var(--theme-bg-card);
border-radius: 16rpx 16rpx 0 0;
flex-direction: column;
@ -27,7 +26,6 @@
flex-direction: column;
.title {
color: #333;
display: flex;
font-size: 32rpx;
font-weight: 600;
@ -82,7 +80,6 @@
.location {
gap: 8rpx;
color: #666;
display: flex;
font-size: 24rpx;
flex-basis: 100%;
@ -100,19 +97,16 @@
.date {
flex: 1;
color: #333;
font-size: 28rpx;
font-weight: 600;
}
.time {
color: #999;
font-size: 24rpx;
}
}
.idea {
color: #333;
display: block;
padding: 0 32rpx;
font-size: 28rpx;

View File

@ -56,6 +56,7 @@
flex-direction: column;
.location {
color: #333;
overflow: hidden;
font-size: 30rpx;
white-space: nowrap;
@ -92,7 +93,7 @@
.loading-text {
color: #666;
padding: 24rpx 48rpx;
background: #fff;
background: #FFF;
border-radius: 8rpx;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
}