From d68a90dc984d8d1ce58504ae97a4b580f55551cc Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Wed, 19 Nov 2025 14:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E5=93=81=E8=AF=BE=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index e05a0955..18536ad2 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -163,7 +163,7 @@
- 精品课 + 精品课 @@ -3135,4 +3135,10 @@ export default { border: 1px solid #d9edf7; //overflow: hidden; } +.jin-text{ + font-family: 'Helvetica Neue', Arial, sans-serif !important; + font-weight: 700; + font-size: 20px; /* 根据实际调整大小 */ + letter-spacing: 1px; /* 字间距 */ +}