From a42668c929740ab5be5e0c07ac3529d4923bdf8f Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Sun, 14 Sep 2025 15:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=83=8C=E6=99=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 1d400ef1..a1e2cd19 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -164,7 +164,7 @@
- + @@ -3107,11 +3107,16 @@ export default { } } .courseBg{ - width: 332px; - height: 323px; - background: url("../assets/images/course/courseBackground.png") no-repeat; - background-size: 100% 100%; /* 或 use 'contain' */ - background-position: center; - border: none; + // width: 332px; + // height: 323px; + // background: url("../assets/images/course/courseBackground.png") no-repeat; + // background-size: 100% 100%; /* 或 use 'contain' */ + // background-position: center; + // border: none; + border-radius: 12px; + background: linear-gradient(135deg, #e6f7ff, #f0f8ff, #ffffff); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); + border: 1px solid #d9edf7; + overflow: hidden; }