From f46d973f18a81a25678431bfde73b7fabe4f93c7 Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Thu, 20 Nov 2025 14:07:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 18536ad2..212749e6 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -163,10 +163,12 @@
- 精品课 - - - + +
+ + + + 查看更多>> @@ -2825,6 +2827,15 @@ export default { display: flex; .modules-title { + position: relative; + .jin-zhe{ + width: 410px; + height: 30px; + background: #f7f7f9; + position: absolute; + left: 86px; + +} .modules-text { height: 28px; font-size: 20px; @@ -3136,9 +3147,12 @@ export default { //overflow: hidden; } .jin-text{ - font-family: 'Helvetica Neue', Arial, sans-serif !important; - font-weight: 700; - font-size: 20px; /* 根据实际调整大小 */ - letter-spacing: 1px; /* 字间距 */ + font-family: "Source Han Sans CN", "SourceHanSansCN", sans-serif !important; + font-weight: bold; + font-size: 20px; + color: #3E87F5; + // line-height: 29px;/ + text-align: justify; + font-style: normal; }