master
candice 2 years ago
parent 95464f22ad
commit 4db34bee22

@ -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;

Loading…
Cancel
Save