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.

100 lines
3.0 KiB
CSS

/*头部*/
h1.blue{ font-size:20px; font-weight:100; color:#3370C9;}
h2.red{ color:#990518; font-size:25px;}
/*标签页*/
/*普通城市列表*/
.otherHotCity{ border:1px solid #d1d1d1; margin:12px 0 12px 0;}
.cityTitle{
background: #ebebeb;
position: relative;
z-index: 1;
}
.cityTitle h2{ margin:0px;!important display:block; float:left; padding:8px 10px 8px 12px; color:#3370c9}
.otherCityList{
width: 656px;
float: right;
position: absolute;
left: 277px;
top: 0px;
}
.otherCityList ul li{ list-style:none; display:block; width:80px; font-size:12px; float:left; text-align:center; height:46px; font-family:Arial, Helvetica, sans-serif;}
.otherCityList ul li a{ display:block; color:#545454; text-decoration:none;height:36px; padding-top:10px;}
.otherCityList ul li a.active{ background:url(https://data.chinahighlights.com/css/images/daytrip/list-bg.png) no-repeat; color:#fff;}
/*列表*/
.tourPro{ padding:10px 0 0 0; margin:10px 0 0 0;}
table.greatwall tr td{ font-size:12px; padding:10px 0 10px 0; color:#545454;}
/*content*/
.conetntLeft{
width: 730px;
float: left;
}
.contentRight{
width: 240px;
float: right;
}
.contentRight h3{ font-size:14px; margin:0 0 10px 0;}
/*线路列表*/
.tourList{
border-bottom: 2px solid #d1d1d1;
padding: 0px 0 15px 0;
margin:0 0 10px 0;
}
a.tourLink{
font-size: 18px;
color: #0D548A;
text-decoration: none;
}
.tourListPic{ width:154px; height:102px; float:left; margin:10px 0 0 0;}
.tourInfo{
width: 430px;
float: left;
margin: 10px 0 0 10px;
}
.tourPrice{ width:120px; float:right;margin:10px 0 0 0; text-align:right;}
.tourPrice span.moneyTyp{ font-size:20px; vertical-align: 0.5em; color:#C7152D; }
.tourPrice span.bestPrice{ font-size: 30px; color:#C7152D; }
.tourPrice span.from{ font-size: 12px; color: #666; }
a.bookTour{color:#fff; text-decoration:none; font-size:12px; display:block; background:url(https://data.chinahighlights.com/css/images/daytrip/more.png) no-repeat right top; width:80px; padding:5px 16px 8px 8px; margin:0 0 0 0px; float:right;}
a.bookTour:hover{ color:#fff; text-decoration:none; display:block; background:url(https://data.chinahighlights.com/css/images/daytrip/more.png) no-repeat right -53px; }
/*review*/
p.publisher {
color: #349900;
}
p.review { font-size:11px;
}
span.star {
background-image: url("https://data.chinahighlights.com/css/images/daytrip/trip-bg.png");
background-repeat: no-repeat;
display: block;
float: left;
height: 16px;
margin: 5px 10px 0 0;
width: 94px;
}
span.star1 {
background-position: 0 -410px;
}
span.star2 {
background-position: 0 -430px;
}
span.star3 {
background-position: 0 -450px;
}
span.star4 {
background-position: 0 -470px;
}
span.star5 {
background-position: 0 -490px;
}
.topIcon {
margin-right: -550px;
position: fixed;
right: 50%;
top: 80%;
width: 50px;
}
/*more tours*/
.moreTour{ font-size:18px; margin:15px 0 15px 0; text-align:center; background:#f1f1f1; padding:5px 0 5px 0;}
.moreTour a{ text-decoration:none; color:#C00;}
.moreTour a:hover{ text-decoration:underline;}