This commit is contained in:
liuyuan
2025-06-10 17:52:06 +08:00
parent 3b86ad9ed8
commit a26581fd81
96 changed files with 11316 additions and 367 deletions

View File

@@ -2,6 +2,13 @@
$themeColor: #5188e5;
$themeBgColor: #fff !important;
@font-face {
font-family: 'PangMenZhengDaobiaoTiTiMianFeiBan';
src: url('@/static/font/PangMenZhengDaoBiaoTiTiMianFeiBan.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MicrosoftYaHei';
font-weight: normal;
@@ -88,6 +95,10 @@ $themeBgColor: #fff !important;
box-shadow: 0px 0px 3px 0px rgba(0, 82, 79, 0.2) !important;
}
.PM_font {
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
}
.bg_color {
background: rgba(125, 193, 240, 0.1);
}