master
candice 2 years ago
parent fa3b364b53
commit e2a4c52bf3

@ -505,34 +505,33 @@ table.why_us_table { width: 1140px !important;
margin-top: 10px;}
/*文中广告*/
.info_ad { position: relative; margin-bottom: 20px;}
.info_ad { position: relative; margin: 0 5px 20px 5px;}
.info_ad_button {
background: #ad1818;
background: #fff;
border-radius: 50%;
text-align: center;
padding-top: 8px;
width: 60px;
width: 40px;
position: absolute;
right: 15px;
bottom: 15px;}
.info_ad_button a {
display: block;
height: 60px;
height: 40px;
margin-top: -10px;}
.info_ad_button a:after {
content: "";
position: absolute;
width: 15px;
height: 15px;
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 5px solid #fff;
border-right: 5px solid #fff;
border-top: 3px solid #000;
border-right: 3px solid #000;
transform: rotate(
45deg
);
margin-top: 18px;
margin-left: -13px;
45deg );
margin-top: 15px;
margin-left: -10px;
}
/*tour detail*/
@ -1846,9 +1845,9 @@ input.Inquiryphone {width:45.4% !important;}
color: #fff;
padding: 10px 55px 10px 10px;
text-decoration: none;
text-shadow: 2px 1px 1px #000;}
.info_ad_name strong { line-height: 32px;
font-size: 30px;
text-shadow: 1px 1px 1px #000;}
.info_ad_name strong {line-height: 24px;
font-size: 23px;
font-family: 'Goudy Old Style';
display: block;}
.content_article_title, .info_ad_title {

Loading…
Cancel
Save