From d366b47d6a9c66c6c4e0fff50afd4e883cf770af Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Fri, 14 Jan 2022 13:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/index/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/index/css/style.css b/public/assets/index/css/style.css index 97815c0..d8a58f6 100644 --- a/public/assets/index/css/style.css +++ b/public/assets/index/css/style.css @@ -459,6 +459,6 @@ img {max-width: 100%;} .tdrcBrief-label li>span {display: inline-block;color: #000; width: 100px; text-align: right; font-weight: 600; margin-right: 20px;} .tdrcBrief-label li>p {width: calc(100% - 200px);} .tdrc {width: 170px; height: 200px;} -.tdrcImg {width: 170px; padding-top: 120%; position: relative; overflow: hidden;} +.tdrcImg {width: 170px; padding-top: 28%; position: relative; overflow: hidden;} .tdrcCont-title {background: #f4f8fe; line-height: 44px; border-left: #203175 6px solid; padding-left: 15px; font-weight: 700;font-size: 18px; color: #203175; margin-bottom: 20px;} .tdrcCont-text {font-size: 16px; line-height: 32px;}