master
candice 2 years ago
parent c83887a99e
commit 902a3fcc6e

@ -516,8 +516,8 @@ table.why_us_table { width: 1140px !important;
padding-top: 8px; padding-top: 8px;
width: 40px; width: 40px;
position: absolute; position: absolute;
right: 15px; right: 10px;
bottom: 15px;} bottom: 10px;}
.info_ad_button a { .info_ad_button a {
display: block; display: block;
height: 40px; height: 40px;
@ -529,8 +529,8 @@ table.why_us_table { width: 1140px !important;
height: 10px; height: 10px;
transition: transform 0.5s; transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 3px solid #000; border-top: 3px solid #ad1818;
border-right: 3px solid #000; border-right: 3px solid #ad1818;
transform: rotate( transform: rotate(
45deg ); 45deg );
margin-top: 15px; margin-top: 15px;
@ -1627,8 +1627,8 @@ select.country_code, select.kids_number {
border-radius: 50%; border-radius: 50%;
} }
.content_article_button a { .content_article_button a {
width: 33px; width: 34px;
height: 33px; height: 34px;
float: right; float: right;
display: inline-block;} display: inline-block;}
.content_article_button a:after { .content_article_button a:after {
@ -1981,10 +1981,11 @@ input.Inquiryphone {width:44% !important;}
clear: both; clear: both;
} }
.updated_news {top: 51px;} .updated_news {top: 51px;}
.infopage_ad {width: calc(100% - 5px); margin: 0 0 10px 0;} .infopage_ad {width: auto;
.infopage_ad img { width: 80px; height: 107px;} margin: 0 0 15px 0;
.content_article_name { height: 60px; font-size: 19px;} height: auto;
.content_article_button a { margin-bottom: 10px;} padding: 0;}
.content_article_name {width: calc(100% - 20px);}
p {padding: 0 15px;} p {padding: 0 15px;}
ul.InfoList, ul.ghlist, ul.infolist {padding: 0 15px 0 35px;} ul.InfoList, ul.ghlist, ul.infolist {padding: 0 15px 0 35px;}
.web_cookie p { padding: 15px; width: 80%; padding-bottom: 60px;} .web_cookie p { padding: 15px; width: 80%; padding-bottom: 60px;}

Loading…
Cancel
Save