底部模板增加tours列表页链接

master
candice 2 years ago
parent 897af31e59
commit 8cb038babc

@ -77,6 +77,21 @@ z-index: 9;}
.bottom_why_us_content h3 {font-size: 21px;
margin-top: -5px;}
.bottom_why_us_content p {font-size: 18px;}
.bottom_destinations { background: #333;
padding: 50px 0 30px 0;
color: #fff;
position: relative;}
.bottom_destinations ul { display: inline-block;}
.bottom_destinations ul li a { color: #fff; text-decoration: none;}
.bottom_destinations ul li { font-family: 'Goudy Old Style';
border-left: 5px solid #ad1818;
padding-left: 15px;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
list-style: none;
margin-right: 40px;}
.destination_links { width: 100%;}
.web_cookie { background-color: #f1f1f1;
position: fixed;
bottom: 0;
@ -2210,6 +2225,10 @@ ul.infolist, ul.drop1, ul.ghlist { margin: 0 15px 0 30px; }
.updated_news {top: 49px; padding: 7px 15px; width: calc(100% - 30px);line-height: 20px;}
.infotopimage img { margin-bottom: 20px;}
.articlenexttitle { background: #f6f6f6;}
.bottom_destinations { display: inline-block;}
.destination_links {width: 50%; float: left;}
.bottom_destinations ul { padding: 0 20px;}
.bottom_destinations ul li { margin-right: 0;}
/*信息集合页*/
.destinations { padding: 0;}
.all_width_content_1200, .list_content, .cruise_index_top_info { width: 100%;}

Loading…
Cancel
Save