系统稳定性控制面板
-欢迎访问系统控制中心。本面板用于监控和维持系统稳定性。
-警告:系统目前处于高度不稳定状态。请勿进行任何关键操作。
-当前状态:监控中...
-系统完整性:98%
-如果系统开始出现异常,请立即保存您的工作并准备撤离。
-倒计时直到可能的不稳定事件:00:30
-diff --git a/src/assets/index.css b/src/assets/index.css index c096faa..c9d9ead 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -8,7 +8,7 @@ /* 首页 hero 区域高度和间距 */ --hero-height: 600px; /* hero 默认高度 */ - --hero-height-small: 200px; + --hero-height-small: 150px; /* hero 收缩后高度 */ --hero-margin-top: 5%; /* hero 顶部外边距 */ @@ -68,11 +68,14 @@ /* 菜单字体大小 */ --font-weight-menu: bold; /* 菜单字体加粗 */ + --body-background-img: url('../img/8.21.1.jpg'); + /* 页面背景图片 */ } /* 页面背景设置 */ body { - background-image: url('../img/8.21.1.jpg'); + background-image: var(--body-background-img); + /* 背景图片 */ background-size: 120% 120%; /* 背景图片缩放比例 */ background-repeat: no-repeat; @@ -180,11 +183,13 @@ p { display: flex; border-right: 0; } + /* 内容通用背景区样式 */ #allstyle { background-color: rgba(255, 255, 255, 0.85); border-radius: 10px; } + /* 内容区样式 */ #content-section { min-height: 100vh; @@ -300,7 +305,11 @@ p { --content-margin: 0; --leftmodlue-width: 100%; --nonsense-title-width: 95%; + --nonsense-title-margin-bottom: 15px; --nav-padding-small: 0 8px; + --nonsenset-margin-top: 10px; + --body-background-img: url(); + /* 移动端不显示背景图片 */ } .elrow-top { @@ -349,11 +358,11 @@ p { .RouterViewpage { width: 100%; - margin: 5% 0 0 0; } .nonsensetitle { - width: var(--nonsense-title-width); + position: relative; + margin-top: 10%; padding: 10px; font-size: 1rem; } diff --git a/src/index.vue b/src/index.vue index dc338f9..d836378 100644 --- a/src/index.vue +++ b/src/index.vue @@ -38,7 +38,7 @@
通过传来的{{ urls }}向服务器发送请求获取相关文章的链接
{{ item.publishedAt }}
+ - - -欢迎访问系统控制中心。本面板用于监控和维持系统稳定性。
-警告:系统目前处于高度不稳定状态。请勿进行任何关键操作。
-当前状态:监控中...
-系统完整性:98%
-如果系统开始出现异常,请立即保存您的工作并准备撤离。
-倒计时直到可能的不稳定事件:00:30
-