From 4f2e7984e3f63ac3b869f7301cda7e74914922a1 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期三, 21 五月 2025 17:55:12 +0800 Subject: [PATCH] U 修改 --- src/styles/blue.css | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/src/styles/blue.css b/src/styles/blue.css index dcdab39..5448ec5 100644 --- a/src/styles/blue.css +++ b/src/styles/blue.css @@ -25,7 +25,6 @@ border-top: 2px solid #2f517f; border-bottom: 2px solid #2f517f; height: auto; - margin-top: 2px; } html.blue-theme #app .tags-view-container .tags-view-wrapper .tags-view-item { color: #ffffff; @@ -122,6 +121,14 @@ } html.blue-theme .page-content .el-table { background: transparent; +} +html.blue-theme .ys-title { + font-family: 'YouSheBiaoTiHei'; +} +html.blue-theme .panel-title { + font-family: 'YouSheBiaoTiHei'; + padding-left: 1.4em; + background: url("@/assets/images/tb1.png") 6px center / auto 82% no-repeat; } .el-tree.el-tree.el-tree { color: #1fcbe1; @@ -234,3 +241,27 @@ text-align: right; padding-right: 10px; } +.pos-r { + position: relative; +} +.pos-full.pos-full.pos-full { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.page-contain { + height: 100%; +} +.page-contain.bg-footer { + background: url("@/assets/images/bg_bottom.png") center calc(100% - 20px) / 100% auto no-repeat; +} +.page-contain .page-main { + padding-left: 20px; + padding-right: 20px; +} +@font-face { + font-family: "YouSheBiaoTiHei"; + src: url(YouSheBiaoTiHei-2.ttf) format("truetype"); +} -- Gitblit v1.9.1