文中线路广告样式修改

master
candice 2 years ago
parent d1a9c2e6e9
commit e9bcc2fadd

@ -1687,8 +1687,72 @@ input.Inquiryphone {width:44% !important;}
.plan_left_right { position: relative; margin-right: 12px;}
.trip_plan_right { width: 48%;float: left;}
}
.content_article_title, .info_ad_title {
margin-top: 10px;
border-left: 5px solid #ad1818;
padding-left: 15px;
margin-bottom: 15px;
font-family: 'Goudy Old Style';
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
}
.infopage_ad { float: left;
width: 360px;
margin: 0 5px 15px 5px;
padding: 0 5px 0 0;
position: relative;
height: 113px;
border-radius: 6px;}
.infopage_ad img {border-radius: 4px; float: left;}
.infopage_ad_content {display: inline-block; }
.content_article_name {
line-height: 22px;
margin-bottom: 0;
padding: 10px;
-webkit-line-clamp: 4;
display: block;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 10px;
width: calc(100% - 25px);
height: calc(100% - 20px);
position: absolute;
background: rgb(0 0 0 / 40%);
border-radius: 4px;}
.content_article_name a {text-decoration: none; color: #fff;
text-shadow: 1px 1px 1px #000;}
.content_article_button {
font-size: 17px;
margin-right: 0;
margin-bottom: 5px;
position: absolute;
right: 10px;
bottom: 0;
background: #fff;
border-radius: 50%;
}
.content_article_button a {
width: 33px;
height: 33px;
float: right;
display: inline-block;}
.content_article_button a:after {
color: #fff;
content: "";
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
float: right;
margin-right: 12px;
margin-top: 10px;
transform: rotate(
45deg );
border-top: 3px solid #ad1818;
border-right: 3px solid #ad1818;
}
@media (min-width: 1200px) {
.listtour {
@ -1874,70 +1938,8 @@ input.Inquiryphone {width:44% !important;}
font-size: 22px;
font-family: 'Goudy Old Style';
display: block;}
.content_article_title, .info_ad_title {
margin-top: 10px;
border-left: 5px solid #ad1818;
padding-left: 15px;
margin-bottom: 15px;
font-family: 'Goudy Old Style';
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
}
.infopage_ad { float: left;
width: 360px;
margin: 0 5px 10px 5px;
padding: 0 5px 0 0;
position: relative;
border-radius: 6px;}
.infopage_ad img {border-radius: 4px; float: left;}
.infopage_ad_content {display: inline-block; }
.content_article_name {font-size: 20px;
line-height: 22px;
margin-bottom: 0;
padding: 10px;
-webkit-line-clamp: 4;
display: block;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 10px;
width: calc(100% - 25px);
height: calc(100% - 20px);
position: absolute;
background: rgb(0 0 0 / 40%);
border-radius: 4px;}
.content_article_name a {text-decoration: none;}
.content_article_button {
font-size: 17px;
margin-right: 0;
margin-bottom: 5px;
position: absolute;
right: 10px;
bottom: 0;
background: #fff;
border-radius: 50%;
}
.content_article_button a {
width: 33px;
height: 33px;
float: right;
display: inline-block;}
.content_article_button a:after {
color: #fff;
content: "";
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
float: right;
margin-right: 12px;
margin-top: 10px;
transform: rotate(
45deg );
border-top: 3px solid #ad1818;
border-right: 3px solid #ad1818;
}
}
@media (max-width: 750px) {
.infotailorword {width: auto;

Loading…
Cancel
Save