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.less | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/src/styles/blue.less b/src/styles/blue.less index 153c183..7bbfa30 100644 --- a/src/styles/blue.less +++ b/src/styles/blue.less @@ -45,7 +45,7 @@ border-bottom: 2px solid #2f517f; // border-bottom: 1px solid #164973; height: auto; - margin-top: 2px; + // margin-top: 2px; .tags-view-wrapper { .tags-view-item { &:first-of-type { @@ -161,6 +161,16 @@ .el-table { background: transparent; } + } + + .ys-title { + font-family: 'YouSheBiaoTiHei'; + } + + .panel-title { + font-family: 'YouSheBiaoTiHei'; + padding-left: 1.4em; + background: url("@/assets/images/tb1.png") 6px center e('/') auto 82% no-repeat; } } @@ -293,3 +303,31 @@ 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%; + &.bg-footer { + background: url("@/assets/images/bg_bottom.png") center calc(100% - 20px) e('/') 100% auto no-repeat; + } + .page-main { + padding-left: 20px; + padding-right: 20px; + } + // background: gray; +} + +@font-face { + font-family: "YouSheBiaoTiHei"; + src: url(./YouSheBiaoTiHei-2.ttf) format("truetype"); +} \ No newline at end of file -- Gitblit v1.9.1