From bc45c19e94dd4ebfec28ed4bbc4330ab402fa1de Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 19 Dec 2023 11:07:39 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index 4baf6bfd..c8b1f77d 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1615,19 +1615,19 @@ select.country_code, select.kids_number { .infopage_ad img {border-radius: 4px; float: left;} .infopage_ad_content {display: inline-block; } .content_article_name { - line-height: 22px; - margin-bottom: 0; - padding: 10px; - -webkit-line-clamp: 4; - display: block; - -webkit-box-orient: vertical; - text-overflow: ellipsis; - overflow: hidden; - padding-left: 10px; - width: calc(100% - 25px); - position: absolute; - background: rgb(0 0 0 / 40%); - border-radius: 4px;} + line-height: 21px; + margin-bottom: 0; + padding: 5px 10px; + -webkit-line-clamp: 4; + display: block; + -webkit-box-orient: vertical; + text-overflow: ellipsis; + overflow: hidden; + padding-left: 10px; + width: calc(100% - 25px); + position: absolute; + background: rgb(0 0 0 / 40%); + border-radius: 4px 4px 0 0;} .content_article_name a {text-decoration: none; color: #fff; text-shadow: 1px 1px 1px #000;font-size: 20px; font-weight: 600;}