![]()
emit('update:show', false);
const openShow=(item)=>{
showDetailInfo.value=item
showDetail.value=true
+
}
const loadMore = async () => {
pageRef.value.page++
@@ -113,11 +114,11 @@ const loadMore = async () => {
text-overflow: ellipsis;
}
.blink {
- animation: fade 1s linear infinite;
+ animation: fade 1s linear infinite; /* 改为0.4秒,使用linear让过渡更快 */
}
@keyframes fade {
0%, 100% { opacity: 1; }
- 50% { opacity: 0.4; }
+ 50% { opacity: 0.4; } /* 改为0.3,这样不会完全消失 */
}
\ No newline at end of file
diff --git a/app/stores/live/index.js b/app/stores/live/index.js
index 64c4e45..422263e 100644
--- a/app/stores/live/index.js
+++ b/app/stores/live/index.js
@@ -42,7 +42,7 @@ export const liveStore = createGlobalState(() => {
},
style: {
width: '151px',
- bottom: '230px'
+ bottom: '230px',
},
}, 500000)
}else if (data.data?.tip?.tipType === 'othersBid'){