You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.6 KiB
CSS

*{ text-align:left;}
.coachtourAds{ margin-bottom:10px; position:relative;}
.coachtourWords{ position:absolute;color:#fff; top:60px; left:45%; font-size:45px; text-shadow:2px 2px 4px #000; width:550px; z-index:10;}
span.coachtourwords2{ font-size:24px; display:block; margin-bottom:20px; line-height:35px;}
.readMore {
border: 3px solid #fff;
border-radius: 4px;
font-size: 16px;
padding: 5px 20px 6px;
text-align: center;
}
.readMore a {
color: #fff;
text-decoration: none;
}
.readMore:hover {
box-shadow: 0 0 5px #f1f1f1 inset;
color:#fff!important;
}
.readMore a:hover{color:#fff!important;}
h1.tourtitle {
border-bottom: medium none !important;
line-height: 5px !important;
margin: 0 !important;
text-indent: -2000px;
}
.coachtourCont p{ font-size:14px; line-height:24px; margin-bottom:10px;}
.tripList {
border-radius: 4px;
margin: 0 0 25px;
position: relative;
}
.tripList a {
color: #fff;
text-decoration: none;
}
.tripList a:hover {
color: #fff;
}
.tripList img {
border-radius: 4px;
opacity: 0.9;
width: 100%;
}
.tripList:hover img {
opacity: 1;
transition: all 0.2s ease-in-out 0s;
}
.tripList .tourInfo {
background: rgba(0, 0, 0, 0) url("https://data.chinahighlights.com/css/images/tour/bg-opacity.png") repeat-x scroll center top;
border-radius: 0 0 4px 4px;
bottom: 0;
color: #fff;
display: block;
left: 0;
position: absolute;
width: 100%;
}
.tripList .tourTitle {
display: block;
font-size: 19px;
line-height: 25px;
margin: 5px 10px;
text-shadow: 2px 2px 5px #000;
}
.tripList .priceTag {
display: block;
}
.tripList .priceTag strong {
font-size: 22px;
font-weight: normal;
}
.tripList .seeMore {
border: 2px solid #fff;
border-radius: 4px;
display: block;
margin-bottom: 10px;
padding: 3px 0 4px;
text-align: center;
}
.tripList .seeMore a {
color: #fff;
text-decoration: none;
}
.tripList .seeMore:hover {
box-shadow: 0 0 8px #f1f1f1 inset;
transition: all 0.8s ease-in-out 0s;
}
h2.sectionName{ font-size:28px; margin:40px 0px;}
.gwTourList{ background:#f1f1f1; padding:8px 4px; margin-bottom:8px;}
.gwTourList ul li{ font-size:14px; margin-bottom:10px; background:url(https://data.chinahighlights.com/css/images/arrow-4.png) no-repeat left 6px; padding-left:15px;}
.gwTourList ul li a{ text-decoration:none;}
.gwTourList ul li a:hover{ text-decoration:underline;}
span.daytripPrice{ font-size:15px; color:#C00;}
.lineTop{ border-top:3px solid #d1d1d1;}
.thumbnail{ border:1px solid #ddd; padding:4px; margin-bottom:20px;
}
.box22 img{ height:229px !important;
}