From f9b67254d936a9d420b357cf8c1476a0ad79e7bb Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 14 Aug 2026 10:03:01 +0800 Subject: [PATCH] =?UTF-8?q?H5=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/views/H5/contractCase/index.vue | 8 ++++---- f/web-kboss/src/views/H5/official/index.vue | 16 +++++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/f/web-kboss/src/views/H5/contractCase/index.vue b/f/web-kboss/src/views/H5/contractCase/index.vue index d81fbd9..dfea752 100644 --- a/f/web-kboss/src/views/H5/contractCase/index.vue +++ b/f/web-kboss/src/views/H5/contractCase/index.vue @@ -23,10 +23,10 @@
-
-
- {{ item.mark }} -
+ + + +
{{ item.icon }}

{{ item.title }}

diff --git a/f/web-kboss/src/views/H5/official/index.vue b/f/web-kboss/src/views/H5/official/index.vue index 10b3a5e..4b97a04 100644 --- a/f/web-kboss/src/views/H5/official/index.vue +++ b/f/web-kboss/src/views/H5/official/index.vue @@ -660,7 +660,8 @@ export default { box-sizing: border-box; width: 100%; height: 100%; - padding: 0.32rem 0.28rem; + padding: 0rem 0.8rem; + padding-top: 1rem; display: flex; flex-direction: column; overflow-y: auto; @@ -674,24 +675,29 @@ export default { font-weight: 800; } -.case-content h4, +.case-content h4{ + margin: 0 0 0.12rem; + color: rgba(255, 255, 255, .9); + font-size: 0.32rem; + line-height: 1.55; +} .case-content p { margin: 0 0 0.12rem; color: rgba(255, 255, 255, .9); - font-size: 0.3rem; + font-size: 0.26rem; line-height: 1.55; } - .case-content h4 { margin-bottom: 0.14rem; color: #e0f2fe; font-weight: 700; + line-height: 2; } .case-summary { color: rgba(255, 255, 255, .82) !important; font-size: 0.23rem !important; - line-height: 1.52 !important; + line-height: 2 !important; } .case-cta {