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.

110 lines
3.4 KiB
CSS

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

/*用于Customer Center下面的 Travel Reviews板块*/
.cityin1page{
width:28%;
float:left;
padding:8px 15px;
position:relative;
height:60px;
margin-bottom: 5px;
}
.cityin1page a{color:#555;}
.cityin1page strong{
font-size: 12px;
text-decoration:none;
background-image: url(https://data.chinahighlights.com/css/images/faq/file_doc.gif);
background-repeat: no-repeat;
background-position: left center;
line-height:1.2em;
height: 16px;
padding: 5px 0 0px 18px;
}
.cityin1page div {text-align:left; font-size: 11px;; padding-left:18px; line-height:15px;}
.cityin1page div a{color:#666;}
.travelreviewlist {padding:0 5px 0 5px; background-color:#fff; margin: 0 4px 4px 0;font-size:11px;}
.travelreviewlist p{text-align:left!important}
.picturereviewlist {
background-image: url(https://data.chinahighlights.com/css/images/bg-citytourlist.gif);
background-repeat: no-repeat;
height:130px; width:170px;
padding:5px 5px 20px 5px;
float:left;
}
.picturereviewlist img{width:150px; height:110px; margin:5px;}
.addReviews{float:right;height:auto; position:relative;padding-left:20px; background:url(https://data.chinahighlights.com/css/images/customer/travel-story.gif) top left no-repeat;}
h2 div.addReviews a {color:#545454; font-size:12px; font-weight:normal;margin-top:5px; text-decoration:underline;}
/* Review List 页面*/
#reviewCityList{margin:0;padding:0}
#reviewCityList dt{font-size:13px; font-weight:bold;}
#reviewCityList dd{font-size:12px; margin-bottom:12px; color:#888;}
#reviewCityList dd a:link, #reviewCityList dd a:visited {color:#545454;}
#reviewCityList dd a:hover {color:#a31022; text-decoration:none;}
/* 页面中的导航*/
#navInPage {padding: 7px 1px 5px -1px;}
#navInPage ul li {
padding: 0 6px 0 6px;
}
#navInPage #bar { width:100%;
}
#navInPage #bar li {
float: left;
margin: 0;
text-align: center;
font-weight: bold;
padding: 3px 6px 1px 6px; display:block;
}
#navInPage #bar li.active a, #navInPage #bar li a:hover {
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
padding: 3px 6px 6px 6px;
background: #A31022 url(https://data.chinahighlights.com/css/images/tbg.gif) no-repeat center bottom;
border-right-width: 2px;
border-right-style: solid;
border-left-style: none;
border-right-color: #E7E7E7;
}
#navInPage #bar li a {
padding: 3px 3px 1px 10px;
font-weight: bold;
color: #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
background-image: none;
}
form.otherCity fieldset {
width: 98%;
padding:5px 5px 10px 5px;
margin-top:5px;
border:1px solid #e1e1e1;
background:#fff;
color:#888;
font-size:11px;
background:#f9f9f9;
line-height:18px;
}
form.otherCity fieldset a{color:#666;}
form.otherCity fieldset a:hover{color:#a31022; text-decoration:none;}
form.otherCity fieldset legend {
color:#a31022;
font-weight:bold;
padding:0 1px 0 1px;
background:#fff;
font-size:13px;
}
#reviewListDetail{margin:0;}
#content #mainContent #reviewListDetail h2 {font-size:14px; margin-top:18px; color:#777;padding-bottom:2px; border-bottom:1px solid #e1e1e1;}
#content #mainContent #reviewListDetail h2 a{color:#666; font-size:14px; text-decoration:underline;}
.grayFont { color:#a1a1a1;}
/*--Review Search--*/
form input { background-color:#fff; border:1px solid #d1d1d1; padding: 3px 5px; -moz-border-radius: 4px; }
form select { background:#fff; border:1px solid #d1d1d1; padding: 2px; -moz-border-radius: 4px;}