第一次美化
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@use '@/style/iconfont.css';
|
||||
@use './transition.scss';
|
||||
@use './equipment-tech.scss';
|
||||
@use './page-tech-compat.scss';
|
||||
|
||||
:root {
|
||||
--tech-bg: #07111f;
|
||||
@@ -10,9 +11,9 @@
|
||||
--tech-panel-strong: rgba(2, 8, 23, 0.92);
|
||||
--tech-border: rgba(0, 212, 255, 0.22);
|
||||
--tech-border-strong: rgba(0, 212, 255, 0.48);
|
||||
--tech-text: #e0f7ff;
|
||||
--tech-text-strong: #f4fbff;
|
||||
--tech-text-muted: rgba(191, 226, 255, 0.72);
|
||||
--tech-text: #eefbff;
|
||||
--tech-text-strong: #ffffff;
|
||||
--tech-text-muted: rgba(220, 243, 255, 0.88);
|
||||
--tech-cyan: #00d4ff;
|
||||
--tech-blue: #3b82f6;
|
||||
--tech-amber: #f59e0b;
|
||||
@@ -38,8 +39,9 @@ html.dark {
|
||||
--tech-panel-soft: rgba(15, 23, 42, 0.82);
|
||||
--tech-panel-strong: rgba(2, 8, 23, 0.94);
|
||||
--tech-border: rgba(0, 212, 255, 0.28);
|
||||
--tech-text: #e0f7ff;
|
||||
--tech-text-muted: rgba(191, 226, 255, 0.72);
|
||||
--tech-text: #eefbff;
|
||||
--tech-text-strong: #ffffff;
|
||||
--tech-text-muted: rgba(220, 243, 255, 0.88);
|
||||
}
|
||||
|
||||
.html-grey {
|
||||
@@ -429,7 +431,9 @@ html.dark {
|
||||
@apply p-4 rounded my-2;
|
||||
|
||||
.el-table {
|
||||
@apply border-x border-t border-b-0 rounded border-table-border border-solid -mx-[1px];
|
||||
margin-top: 2px;
|
||||
border: 1px solid rgba(0, 212, 255, 0.12);
|
||||
border-radius: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user