diff --git a/src/views/forumPost/components/theRight.vue b/src/views/forumPost/components/theRight.vue index 6be247c..35090c7 100644 --- a/src/views/forumPost/components/theRight.vue +++ b/src/views/forumPost/components/theRight.vue @@ -8,7 +8,7 @@ @mouseleave="showActions[index] = false">
- 【精品】 + 精品 {{ item.title || '无标题' }}
@@ -252,16 +252,14 @@ const load = () => { // 精品标签 .premium-tag { display: inline-block; - background: #ff6b6b; + background: #ee5527; color: white; font-size: 12px; - font-weight: 700; - padding: 2px 4px; + // font-weight: 700; + padding: 2px 8px; border-radius: 4px; margin-right: 8px; box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3); - animation: premium-shine 2s ease-in-out infinite; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }