From 958cc0927174a1d22581b27a874b40087235e447 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Thu, 17 Feb 2022 15:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E8=B0=83=E6=95=B4css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/css/style.css b/css/style.css index 0403897..8decdef 100644 --- a/css/style.css +++ b/css/style.css @@ -2329,11 +2329,24 @@ textarea::-webkit-input-placeholder { .enterprise-txt p{ padding: 0 15%; } + .join-list li>div:nth-of-type(1){ + padding: 10px 0 10px 20px; + align-items: center; + } + .join-list li.active>div:nth-of-type(2){ + padding: 0 10px 20px; + } .join-list li>div:nth-of-type(1)>span{ - display: block; + display: -webkit-box; + -webkit-line-clamp: 2; + word-break: break-all; overflow: hidden; - white-space: nowrap; text-overflow: ellipsis; + -webkit-box-orient: vertical; + } + .join-list li>div>span, + .join-item-first>strong{ + line-height: 1.8 !important; } } @media screen and (max-width:780px){ @@ -2859,17 +2872,6 @@ textarea::-webkit-input-placeholder { padding: 10px 10px; align-items: center; } - .join-list li.active>div:nth-of-type(2){ - padding: 0 10px 20px; - } - .join-list li>div:nth-of-type(1)>span{ - display: -webkit-box; - -webkit-line-clamp: 2; - word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - -webkit-box-orient: vertical; - } .join-list li>div>span, .join-item-first>strong{ line-height: 1.6 !important;