详情页

This commit is contained in:
2023-12-23 18:40:56 +08:00
parent 11cfe766d7
commit f5178e42ae
11 changed files with 315 additions and 164 deletions

View File

@@ -4,9 +4,13 @@
box-sizing: border-box;
}
:root {
--font-border: rgb(213, 79, 27);
--theme-comment-color: rgba(178, 188, 250, 0.4);
--theme-bg-color: rgba(16 18 27 / 40%);
--theme-bg-color-deep: rgba(16, 18, 27, 0.51);
--border-color: rgba(28, 32, 37, 0.25);
--theme-color: #f9fafb;
--inactive-color: rgb(113 119 144 / 78%);
@@ -24,8 +28,10 @@
}
.light-mode {
--theme-comment-color: rgba(255, 202, 145, 0.4);
--font-border: rgb(108, 155, 255);
--theme-comment-color: rgba(201, 217, 255, 0.4);
--theme-bg-color: rgb(255 255 255 / 31%);
--theme-bg-color-deep: rgb(255 255 255 / 51%);
--theme-color: #3c3a3a;
--inactive-color: #333333;
--button-inactive: #3c3a3a;
@@ -941,6 +947,8 @@ body.light-mode .video-bg:before {
flex-direction: column;
}
/*背景板*/
.JustBack{
display: flex;