From ff0959e4908f535beef09d21384ddb2269dbf6b3 Mon Sep 17 00:00:00 2001 From: candice Date: Fri, 4 Aug 2023 13:54:14 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index 005f5a3..259713f 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -237,12 +237,12 @@ table.weather_info {border: 1px solid #d1d1d1;} .day_weather p {padding-bottom: 15px; } .last_day_weather {border-right: none;} p#todayDate, p#forecastDate1, p#forecastDate2, p#forecastDate3, p#forecastDate4, p#forecastDate5, p#forecastDate6 { font-size: 22px;} -table.infotable, table.monthWeather { +table.infotable { border-left: 1px solid #d1d1d1; border-spacing: 0; margin-bottom: 30px; width: 100%;} -table.infotable th, table.monthWeather th { +table.infotable th { background: #f6f6f6; padding: 15px 10px; font-family: 'Goudy Old Style'; @@ -252,14 +252,14 @@ table.infotable th, table.monthWeather th { line-height: 25px; } -table.infotable td, table.monthWeather tr td { +table.infotable td { padding: 15px; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; font-size: 18px; line-height: 22px; } -table.infotable tr:nth-child(odd) td, table.monthWeather tr:nth-child(odd) td { +table.infotable tr:nth-child(odd) td { background: #f7f7f7; }