master
candice 4 years ago
parent 1c2c367306
commit fe8e0f4f23

@ -1725,20 +1725,31 @@ padding: 10px 15px;
.tourdetailinfo p { padding: 0 15px;} .tourdetailinfo p { padding: 0 15px;}
.expatstourname { .expatstourname {
display: block; display: block;
font-size: 21px; font-size: 18px;
padding: 0 15px; padding: 0 15px;
line-height: 27px; line-height: 25px;
margin-bottom: 15px; margin-bottom: 15px;
font-family: 'raleway regular';} font-family: 'raleway regular';
font-weight: 600;
height: 50px;}
.expatstourname a { color: #000; .expatstourname a { color: #000;
text-decoration: none;} text-decoration: none;}
.citytourname { font-size: 23px; .citytourname {
font-family: 'raleway regular'; font-family: 'raleway regular';
font-weight: 600; font-weight: 600;
display: block; display: block;
line-height: 30px; line-height: 30px;
padding: 0 15px; width: calc(100% - 40px);
margin-bottom: 15px;} margin-bottom: 0;
padding: 50px 20px 0 20px;
background: url(https://data.chinahighlights.com/image/tour-detail/tour-list-tour-title-bg.png) repeat-x;
height: 50px;
position: absolute;
bottom: 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size: 27px;
}
/*contact us按钮*/ /*contact us按钮*/
.moretour {color: #000; font-size: 23px; text-align: center; font-weight: 600; margin-bottom: 30px; padding: 0 15px; margin-top: 60px; font-style: italic; line-height: 45px; clear: both; font-family: 'raleway regular';} .moretour {color: #000; font-size: 23px; text-align: center; font-weight: 600; margin-bottom: 30px; padding: 0 15px; margin-top: 60px; font-style: italic; line-height: 45px; clear: both; font-family: 'raleway regular';}
.moretour a { text-decoration: none; color: #000; border-bottom: 3px solid #d1d1d1;} .moretour a { text-decoration: none; color: #000; border-bottom: 3px solid #d1d1d1;}
@ -1886,6 +1897,8 @@ padding: 10px 15px;
transition: 1s;} transition: 1s;}
button.tour_view_more .fa {margin-left: 15px; button.tour_view_more .fa {margin-left: 15px;
font-size: 20px;} font-size: 20px;}
.tour_img_title {position: relative;}
/* tour集合页元素 结束 */ /* tour集合页元素 结束 */
/* menu begin */ /* menu begin */

Loading…
Cancel
Save