From ab357a7c6d380b83c36596d54c44c4bbdc8e2df9 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 19 Dec 2023 11:20:20 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index df2cab53..fd5d3000 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1617,7 +1617,7 @@ select.country_code, select.kids_number { .content_article_name { line-height: 21px; margin-bottom: 0; - padding: 5px 10px; + padding: 10px; -webkit-line-clamp: 4; display: block; -webkit-box-orient: vertical; @@ -1628,7 +1628,7 @@ select.country_code, select.kids_number { height: calc(100% - 20px); position: absolute; background: rgb(0 0 0 / 40%); - border-radius: 4px 4px 0 0;} + border-radius: 4px;} .content_article_name a {text-decoration: none; color: #fff; text-shadow: 1px 1px 1px #000;font-size: 20px; font-weight: 600;}