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.

81 lines
2.5 KiB
CSS

@charset "utf-8";
.ContentMobile {display: none !important;}
@media(max-width:750px) {
/* city tour index */
.OpenIcon {
background: url(https://data.chinahighlights.com/pic/open-icon-bj-1.png);
height: 21px;
width: 21px;
cursor: pointer;
display: block;
position: relative;
float: right;}
.CloseIcon {
background: url(https://data.chinahighlights.com/pic/close-icon-bj-1.png);
height: 21px;
width: 21px;
cursor: pointer;
display: block;
position: relative;
float: right;
}
.tourDatesBJ {
display: block;
margin: 30px 0 10px;
font-size: 18px;
clear: both;
line-height: 20px;
border-top: 1px solid #d1d1d1;
padding-top: 15px;
cursor: pointer;
}
.GoodKnowTitle { display: block;
margin: 10px 0 10px 0;
font-size: 17px;
line-height: 20px;
cursor: pointer;
font-weight: bold;
border-top: 2px dashed #bbb;
padding-top: 13px;
color: #a31022;}
h1.IndexMobile { font-size: 24px; border-bottom: none;}
#topRecommend { margin-top: 20px;}
/* city tour detail mobile*/
.ContentMobile {display: none !important;}
.DetailTitleMobile {position: relative;}
.InfoMobile { padding-bottom: 10px; position: absolute; bottom: 0; background:rgba(255, 255, 255, 0.78) !important;}
.InfoMobile h1 { border-bottom: none;}
.DetailPriceMobile { font-size: 22px; color: #a31022;}
.TopPriceMobile { padding: 15px 15px 0 15px;}
.dayTourList { background-color: #f3f3f3; border: 1px solid #e2e2e2; border-radius: 4px; position: relative; padding: 5px 15px 20px 15px; margin-bottom: 35px;}
.tourDays { position: absolute; color: #fff !important; background: #a31022; border-radius: 50px; padding: 22px 5px 3px 5px; left: -13px; top: -23px; height: 65px;}
.tourDates .daystitle { color: #07559e;}
.DetailMobile { border-bottom: 2px dashed #bbbbbb; margin-bottom: 15px;}
.GoodtoKnow { display: block;
margin: 30px 0 10px;
font-size: 18px;
clear: both;
line-height: 20px;
border-top: 1px solid #d1d1d1;
padding-top: 15px;
cursor: pointer;}
.OpenTag {
background: url(https://data.chinahighlights.com/pic/tour-arrow-down-mobile.png)no-repeat;
height: 21px;
width: 21px;
cursor: pointer;
display: block;
position: relative;
float: right;}
.CloseTag {
background: url(https://data.chinahighlights.com/pic/tour-arrow-up-mobile.png) no-repeat;
height: 21px;
width: 21px;
cursor: pointer;
display: block;
position: relative;
float: right;
}
img.HotelstarMobile { margin: -30px 0 5px 0;}
}