From 4db34bee2257baaacbdb34b51cef99a71f5da98f Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 14 Dec 2023 10:01:46 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index f07cb700..9feacf42 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -634,7 +634,7 @@ font-size: 20px; padding-top: 15px; padding-left: 10px; margin-left: 10px; - padding-bottom: 50px;} + padding-bottom: 30px;} p.itinerary_highlight { background: url(https://images.globalhighlights.com/allpicture/2023/09/1a7e24be2e6f4e67bfca7311.png) no-repeat; padding-left: 35px; font-weight: 600; @@ -732,6 +732,20 @@ margin-right: 35px;} 45deg); left: 35px; } +.tour_itinerary { display: inline-block; margin-bottom: 20px;} +.tourmore { text-align: center; font-style: italic; font-size: 22px;} +.tourmore a:after{content: ""; + position: absolute; + width: 6px; + height: 6px; + transition: transform 0.5s; + -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); + border-top: 3px solid #ad1818; + border-right: 3px solid #ad1818; + transform: rotate( +45deg ); + margin-top: 4px; + margin-left: -20px;} .inquirybutton { font-size: 21px; position: fixed; @@ -973,7 +987,7 @@ font-size: 27px;} } table.info_reco_table, table.tour_table { width: max-content;} table.info_reco_table td { width: 270px;} -table.tour_table td.tour_td_image {position:relative; width: 280px;} +table.tour_table td.tour_td_image {position:relative; width: 280px; padding-right: 15px;} .experience_info { position: absolute; bottom: 0; color: #fff;