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.

222 lines
4.5 KiB
CSS

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

body {
padding:0px;
margin:0px;
font-family:Verdana, Geneva, sans-serif;
}
/*select place*/
.windowSelectPlace {
width:500px;
border:#E3E3E3 2px solid;
background-color:#fff;
background-image:url(../images/bg-window2.GIF);
background-repeat:repeat-x;
background-position:bottom;
padding:10px;
}
.windowSelectPlace h2 {
color:#a31022;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
padding-bottom:10px;
border-bottom:#E3E3E3 1px solid;}
.cityList {
border-top:#E3E3E3 1px solid;
padding:5px 2px 4px 2px;
width:162px;
float:left;
}
.cityName {
font-family:Verdana, Geneva, sans-serif;
float:right;
font-size:11px;
color:#545454;
border-left:#d1d1d1 1px solid;
padding:2px 0 2px 10px;
width:121px;
}
.chooseBox {
float:left;
margin-right:10px;}
.contentIn {
border-bottom:#E3E3E3 1px solid;
padding:5px 2px 4px 2px;}
.contentIn2 {
font-family:Verdana, Geneva, sans-serif;
float:left;
font-size:11px;
color:#545454;
border-left:#d1d1d1 1px solid;
padding:2px 0 2px 10px;}
.chooseBox {
float:left;
margin-right:10px;}
.chooseAll {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#545454;
padding:5px 2px 4px 2px;
margin:5px 0 0 0;}
.chooseAll a {
color:#a10322;
text-decoration:none;}
.chooseAll a:hover {
text-decoration:underline;}
.windowClose {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
color:#6b6b6b;
text-align:right;
margin:5px 0 0 0 ;
padding-bottom:5px;}
.windowClose a{
color:#6b6b6b;
text-decoration:none;}
.windowClose a:hover {
color:#999;}
.searchPlace{
margin:5px 0 2px 0;
float:left;
font-size:11px;
padding:5px 0 2px 5px;
color:#545454;
width:90%;
}
.searchPlace a{
color:#a10322;
}
.searchPlace a:hover{
color:#545454;
}
.searchPlace input.searchcity{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 4px;
font-size: 11px;
background: #fff url('/css/images/community/bg-form-field.gif') top left repeat-x;
border: 1px solid #d5d5d5;
color: #333;
width:50%;
}
/*¼<><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ*/
.inforinput{
width:99%;
font-size:11px;
color:#545454;
padding-top:5px;
}
.inforinput textarea.searchcity{
width:97%;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 6px;
font-size: 13px;
background: #fff url('/css/images/community/bg-form-field.gif') top left repeat-x;
border: 1px solid #d5d5d5;
color: #333;
}
/*travel Advisor style*/
.touradvisor {
width:300px;
border:#E3E3E3 2px solid;
background-color:#fff;
background-image:url(../images/bg-window2.GIF);
background-repeat:repeat-x;
background-position:bottom;
padding:10px;
}
.touradvisor h2 {
color:#a31022;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
padding-bottom:10px;
border-bottom:#E3E3E3 1px solid;}
.touradvisorBox {
margin-bottom:10px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
color:#545454;line-height:25px;
}
.touradvisorBox .advisorName{
margin:6px 0 0 0;
text-align:center;
font-size:11px;
}
.touradvisorBox .advisorName a{
color:#6b6b6b;
text-decoration:none;
}
.touradvisorBox .pic{
width:90px;
float:left;
padding:5px 5px 3px 5px;
margin:0 3px 3px 0;
}
.touradvisorBox .pic img{
width:90px;
height:90px;
}
.touradvisorBox ul.dropAdvisor {
list-style:none;
padding:0px;
margin:0px;
margin:0px 0px 20px 0;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#545454;}
.touradvisorBox ul.dropAdvisor li {
line-height:15px;
margin-bottom:6px;
background:url(https://data.chinahighlights.com/css/images/community/icons/bullet_black.png) no-repeat top left;
padding:0 0 0 20px;
margin-left:10px;
}
.touradvisorBox ul.dropAdvisor li a {
color:#545454;
text-decoration:none;}
.touradvisorBox ul.dropAdvisor li a:hover {
text-decoration:underline;}
.pagination {
text-align: center;
padding: 20px 0 5px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.pagination a {
margin: 0 5px 0 0;
padding: 3px 6px;
color:#a31022;
text-decoration:none;
}
.pagination a.number {
border: 1px solid #ddd;
}
.pagination a.current {
background: #850000 url('/css/images/community/bg-button-green.gif') top left repeat-x !important;
border-color: #850000 !important;
color: #fff !important;
}
.pagination a.current:hover {
text-decoration: underline;
}