2025-11-24 22:37:11 +08:00

50 lines
1.6 KiB
Plaintext

.page.data-v-3c32883e { height: 100vh
}
.banner.data-v-3c32883e { padding: 24rpx
}
.banner-img.data-v-3c32883e { width: 100%
}
.header.data-v-3c32883e { padding: 0 24rpx
}
.title.data-v-3c32883e { font-size: 36rpx; font-weight: 700
}
.meta.data-v-3c32883e { margin-top: 8rpx; font-size: 26rpx; color: #666
}
.actions.data-v-3c32883e { display: flex; padding: 24rpx; gap: 16rpx
}
.btn.data-v-3c32883e { flex: 1
}
.primary.data-v-3c32883e { background-color: #007AFF; color: #fff
}
.issues.data-v-3c32883e { background: #fff; border-radius: 12rpx; margin: 0 24rpx 24rpx; padding: 16rpx
}
.issues-title.data-v-3c32883e { font-size: 30rpx; font-weight: 600; margin-bottom: 12rpx
}
.issues-list.data-v-3c32883e {
}
.issue-item.data-v-3c32883e { display: flex; justify-content: space-between; padding: 12rpx 0; border-bottom: 1rpx solid #f0f0f0
}
.issue-item.data-v-3c32883e:last-child { border-bottom: 0
}
.issue-title.data-v-3c32883e { font-size: 26rpx
}
.issue-status.data-v-3c32883e { font-size: 24rpx; color: #666
}
.rewards.data-v-3c32883e { width: 100%; margin-top: 12rpx
}
.reward.data-v-3c32883e { display: flex; align-items: center; margin-bottom: 8rpx
}
.reward-img.data-v-3c32883e { width: 80rpx; height: 80rpx; border-radius: 8rpx; margin-right: 12rpx; background: #f5f5f5
}
.reward-texts.data-v-3c32883e { display: flex; flex-direction: column
}
.reward-title.data-v-3c32883e { font-size: 26rpx
}
.reward-meta.data-v-3c32883e { font-size: 22rpx; color: #888
}
.rewards-empty.data-v-3c32883e { font-size: 24rpx; color: #999
}
.issues-empty.data-v-3c32883e { font-size: 24rpx; color: #999
}