feat: 优化播放条滑块提示样式,添加滑块悬停提示功能

This commit is contained in:
alger
2025-03-30 12:56:42 +08:00
parent ee6e9d43fd
commit 9ce872eebe
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
}
.n-slider-handle-indicator--top {
@apply bg-transparent text-2xl px-2 py-1 shadow-none mb-0 dark:text-[#ffffffdd] text-[#000000dd] !important;
@apply bg-transparent text-2xl px-2 py-1 shadow-none mb-0 text-white bg-dark-300 dark:bg-gray-800 bg-opacity-80 rounded-lg !important;
mix-blend-mode: difference !important;
}