fix: youhua
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
</view>
|
||||
<view class="hero-meta">
|
||||
<text class="meta-rank">🥇 No.1</text>
|
||||
<text class="meta-heat">🔥 {{ detailData.hotScore }}w 热度</text>
|
||||
<view class="meta-heat">
|
||||
<image class="meta-icon" src="/static/images/icon/fire.png" mode="aspectFit"></image>
|
||||
<text>{{ detailData.hotScore }}w 热度</text>
|
||||
</view>
|
||||
<text class="meta-count" style="margin-left: 20rpx; color: #999;">{{ detailData.ratingCount }} 人评分</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -36,7 +39,7 @@
|
||||
<!-- AI 观察员 -->
|
||||
<view class="ai-card">
|
||||
<view class="ai-header">
|
||||
<text class="ai-icon"></text>
|
||||
<image class="ai-icon ai-icon-img" src="/static/images/icon/robot.png" mode="aspectFit"></image>
|
||||
<text class="ai-title">AI观察员</text>
|
||||
</view>
|
||||
<text class="ai-content">{{ detailData.aiSummary }}</text>
|
||||
@@ -541,9 +544,18 @@ onReachBottom(() => {
|
||||
}
|
||||
|
||||
.meta-heat {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.meta-icon {
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
margin-right: 8rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* AI 观察员 */
|
||||
.ai-card {
|
||||
background: #ffffff;
|
||||
@@ -562,11 +574,13 @@ onReachBottom(() => {
|
||||
.ai-icon {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237B46F1'%3E%3Cpath d='M12 2a2 2 0 0 1 2 2c0 .74-.4 1.39-1 1.73V7h5a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V5.73A2 2 0 0 1 10 4a2 2 0 0 1 2-2zm-3 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm6 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z'/%3E%3C/svg%3E");
|
||||
background-size: cover;
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
.ai-icon-img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ai-title {
|
||||
font-size: 28rpx;
|
||||
font-weight: 800;
|
||||
|
||||
@@ -21,16 +21,17 @@
|
||||
<view class="topic-header">
|
||||
<text class="topic-title">{{ topicData.title }}</text>
|
||||
<view class="topic-stats">
|
||||
<text class="stat-icon fire-icon"></text>
|
||||
<image class="stat-icon stat-icon-img" src="/static/images/icon/fire.png" mode="aspectFit"></image>
|
||||
<text class="stat-text">热度 {{ topicData.hotScore }} w</text>
|
||||
<text class="stat-text margin-left">{{ topicData.participantCount }}人参与</text>
|
||||
<image class="stat-icon stat-icon-img stat-icon-gap" src="/static/images/icon/group.png" mode="aspectFit"></image>
|
||||
<text class="stat-text stat-text-participant">{{ topicData.participantCount }}人参与</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- AI 实时观察 -->
|
||||
<view class="ai-observe">
|
||||
<view class="ai-header">
|
||||
<text class="ai-icon"></text>
|
||||
<image class="ai-icon ai-icon-img" src="/static/images/icon/robot.png" mode="aspectFit"></image>
|
||||
<text class="ai-title">AI 实时观察</text>
|
||||
</view>
|
||||
<text class="ai-content">{{ topicData.aiSummary }}</text>
|
||||
@@ -521,12 +522,15 @@ onReachBottom(() => {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.stat-icon.fire-icon {
|
||||
.stat-icon {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff4d4f'%3E%3Cpath d='M19.48 13.03c-.02-.19-.13-.36-.29-.46-.17-.11-.38-.13-.56-.05-.98.42-2.12.3-2.92-.31-1.07-.81-1.55-2.22-1.28-3.75.12-.66.1-1.32-.06-1.97-.24-.95-1.1-1.6-2.09-1.58-1 .02-1.83.74-2 1.72-.25 1.55-.95 2.94-2 4.02-1.38 1.41-2.05 3.39-1.85 5.4.2 2.05 1.42 3.86 3.25 4.82 1.37.72 2.94 1.01 4.5.83 2.74-.32 5.06-2.28 5.86-4.95.23-.75.29-1.52.19-2.28-.06-.5-.21-.99-.41-1.45l-.34-.99zm-4.98 6.47c-1.37 0-2.5-1.13-2.5-2.5s1.13-2.5 2.5-2.5 2.5 1.13 2.5 2.5-1.13 2.5-2.5 2.5z'/%3E%3C/svg%3E");
|
||||
background-size: cover;
|
||||
margin-right: 12rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.stat-icon-gap {
|
||||
margin-left: 32rpx;
|
||||
}
|
||||
|
||||
.stat-text {
|
||||
@@ -535,8 +539,7 @@ onReachBottom(() => {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.stat-text.margin-left {
|
||||
margin-left: 32rpx;
|
||||
.stat-text-participant {
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -560,11 +563,13 @@ onReachBottom(() => {
|
||||
.ai-icon {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234d44f1'%3E%3Cpath d='M12 2l2.4 5.6L20 10l-5.6 2.4L12 18l-2.4-5.6L4 10l5.6-2.4L12 2zm0 0'/%3E%3C/svg%3E");
|
||||
background-size: cover;
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
.ai-icon-img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ai-title {
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user