mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
🦄 refactor: 重构整个项目 优化打包 修改后台服务为本地运行 添加更新版本检测功能
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
/* ./src/index.css */
|
||||
|
||||
/*! @import */
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.n-image img {
|
||||
background-color: #111111;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.n-slider-handle-indicator--top {
|
||||
@apply bg-transparent dark:text-[#ffffffdd] text-[#000000dd] text-2xl px-2 py-1 shadow-none mb-0 !important;
|
||||
}
|
||||
|
||||
.text-el {
|
||||
@apply overflow-ellipsis overflow-hidden whitespace-nowrap;
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--bg-color: #000;
|
||||
--text-color: #fff;
|
||||
--bg-color-100: #161616;
|
||||
--bg-color-200: #2d2d2d;
|
||||
--bg-color-300: #3d3d3d;
|
||||
--text-color: #f8f9fa;
|
||||
--text-color-100: #e9ecef;
|
||||
--text-color-200: #dee2e6;
|
||||
--text-color-300: #dde0e3;
|
||||
--primary-color: #22c55e;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
--bg-color: #fff;
|
||||
--text-color: #000;
|
||||
--bg-color-100: #f8f9fa;
|
||||
--bg-color-200: #e9ecef;
|
||||
--bg-color-300: #dee2e6;
|
||||
--text-color: #000;
|
||||
--text-color-100: #161616;
|
||||
--text-color-200: #2d2d2d;
|
||||
--text-color-300: #3d3d3d;
|
||||
--primary-color: #22c55e;
|
||||
}
|
||||
|
||||
.theme-gray {
|
||||
--bg-color: #f8f9fa;
|
||||
--text-color: #000;
|
||||
--bg-color-100: #e9ecef;
|
||||
--bg-color-200: #dee2e6;
|
||||
--bg-color-300: #dde0e3;
|
||||
--text-color: #000;
|
||||
--text-color-100: #161616;
|
||||
--text-color-200: #2d2d2d;
|
||||
--text-color-300: #3d3d3d;
|
||||
--primary-color: #22c55e;
|
||||
}
|
||||
Reference in New Issue
Block a user