mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-15 05:33:44 +08:00
引入tailwind css,调整样式
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
--card-bg:#fff;
|
||||
--theme-bg:linear-gradient(88deg, #fff3f3 1.44%, #e7e8ff);
|
||||
--theme-bg-all:#f5f7fd;
|
||||
--theme-bg-color: #f5f7fd;
|
||||
--sign-bg: rgba(244, 247, 254, 1);
|
||||
--text-theme-color: rgba(43, 54, 116, 1)
|
||||
--text-color-primary: rgba(67, 24, 255, 1);
|
||||
@@ -43,10 +44,13 @@
|
||||
|
||||
--chat-content-bg:#f5f7fc;
|
||||
--chat-list-bg: #0302020a;
|
||||
--chat-content-bg-list:#fff;
|
||||
--chat-wel-bg:rgba(247, 247, 248, 1);
|
||||
--el-pagination-button-bg-color: rgba(86,86,95,0.2);
|
||||
--hover-deep-color:#fff;
|
||||
--chat-content-bg-list: #fff;
|
||||
--chat-wel-bg: rgba(247, 247, 248, 1);
|
||||
--el-pagination-button-bg-color: rgba(86, 86, 95, 0.2);
|
||||
--hover-deep-color: #fff;
|
||||
|
||||
// 操作按钮
|
||||
--btn-bg: rgba(100, 100, 100, .1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user