From 453e07471f365b3408583eaff4c5915353838502 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Mon, 19 Dec 2022 13:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/web/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/public/static/web/css/style.css b/public/static/web/css/style.css index b537c94..cedaeec 100644 --- a/public/static/web/css/style.css +++ b/public/static/web/css/style.css @@ -3134,6 +3134,11 @@ padding: .4rem 0; } + .project-case-bg{ + background-color: #ffffff; + padding-top: .1rem; + } + .more-btn-other{ width: 1.3rem; height: .36rem; @@ -3373,6 +3378,8 @@ .project-case-title{ justify-content: center; text-align: center; + background-color: #eef3f6; + padding: .15rem 0; } .project-case-title strong{ font-size: .36rem; @@ -3380,7 +3387,7 @@ } .project-case-title span{ font-size: .32rem; - margin-top: 0; + margin-top: -0.1rem; color: #333333; } @@ -3390,9 +3397,10 @@ .project-case-list>a .txt{ height: .6rem; font-size: .24rem; + padding: 0 .15rem; } .project-case-list>a>.txt span{ - font-size: .24rem; + font-size: .26rem; } /* 分页样式 */