From 92610d464098ed341aee5b07a06d166cd3220082 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 6 Sep 2023 23:12:52 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/grateful/NoticeDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/grateful/NoticeDetail.vue b/src/views/grateful/NoticeDetail.vue index fbbc5a94..92103511 100644 --- a/src/views/grateful/NoticeDetail.vue +++ b/src/views/grateful/NoticeDetail.vue @@ -108,7 +108,7 @@ export default { .bgc { font-size: 18px; - font-weight: 600; + // font-weight: 600; color: #000000; background: linear-gradient(180deg, rgba(56, 125, 247, 0.2) 0%, @@ -118,6 +118,7 @@ export default { padding: 40px 70px; .title { + font-weight: 600; padding: 20px; display: flex; justify-content: space-between; From 9d922c4ba7091ae766bd7dfe3cb9af9e39c49ae7 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 6 Sep 2023 23:33:22 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/grateful/TeacherOpinion.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/grateful/TeacherOpinion.vue b/src/views/grateful/TeacherOpinion.vue index 6e03d6e7..6c728db0 100644 --- a/src/views/grateful/TeacherOpinion.vue +++ b/src/views/grateful/TeacherOpinion.vue @@ -105,10 +105,10 @@ export default { .opinionBanner { width: 100%; - height: 240px; + height: 180px; position: relative; - background: url('../../assets/images/grateful/opinionBanner.png'); - // background-size: 100% 100%; + background: url('../../assets/images/grateful/opinionBanner.png') center center no-repeat; + background-size: cover; &::before { content: url(../../assets/images//grateful/logo.png); @@ -118,13 +118,13 @@ export default { } &::after { - content: '认证讲师库(2023)'; + content: '认证讲师库(2023)'; position: absolute; bottom: 25px; left: 180px; color: #ffffff; font-weight: 600; - font-size: 64px; + font-size: 40px; } img { From b33338da2b80992e6c5dc47d93d5b40aa3cb1b0a Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 6 Sep 2023 23:45:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/grateful/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/grateful/index.vue b/src/views/grateful/index.vue index 7dbcca3c..dd85b265 100644 --- a/src/views/grateful/index.vue +++ b/src/views/grateful/index.vue @@ -34,6 +34,7 @@ export default { .grateful { width: 100%; + display: flex; img { width: 100%;