From d76ab7630d693eb6f517f8d41aeda68a01a8832b Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 7 Sep 2023 10:41:01 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index 4cad9ba3..d59263dc 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1899,21 +1899,22 @@ table.content_article td img { width: 37%; ); } @media (max-width: 750px) { - .nextarticle { position: relative; float: none; margin-bottom: 15px;} + .nextarticle { position: relative; float: none; margin-bottom: 10px;} .tournextname a { color: #fff; - position: absolute; - background: rgba(0, 0, 0, 0.40); - font-size: 18px; - font-weight: 600; - font-family: 'Goudy Old Style'; - padding: 5px 10px; - line-height: 19px; - text-decoration: none; - width: calc(100% - 20px); - display: inline-table; - bottom: 0; - text-shadow: 1px 1px 1px #000; + position: absolute; + background: rgba(0, 0, 0, 0.4); + font-size: 20px; + font-weight: 600; + font-family: 'Goudy Old Style'; + padding: 10px; + line-height: 22px; + text-decoration: none; + width: calc(100% - 20px); + display: inline-table; + bottom: 0; + text-shadow: 1px 1px 1px #000; + height: calc(100% - 20px); } .listtour { display: flex;