|
|
|
@ -1564,6 +1564,51 @@ h1.tourdetailh1 {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
/*特色体验*/
|
|
|
|
|
.experienceimg {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.experience {
|
|
|
|
|
float: left;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
.beijingexperienceinfo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
|
color: #fff;
|
|
|
|
|
width: calc(100% - 2px);
|
|
|
|
|
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
}
|
|
|
|
|
.experiencename {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
.experiencesub {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
.highlightsmore {
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
display: block;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
.highlightsmore a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
/*线路1大两小*/
|
|
|
|
|
.tourleft { position: relative; float: left; margin-right: 25px; width: 50%; }
|
|
|
|
|
.tourleftinfo {
|
|
|
|
|