底部模板增加各目的地tours列表页链接样式

master
candice 2 years ago
parent 676e82daef
commit ec2f04b7a1

@ -417,20 +417,38 @@ p.nextinfo {text-align: center;}
background-size: cover;
height: 530px;
padding-top: 5px;}
.bottom_why_us h2 {text-align: center;
.bottom_why_us h2 {text-align: center;
color: #fff;}
table.why_us_table { width: 1140px !important;
table.why_us_table { width: 1140px !important;
margin: 20px auto 0 auto;
color: #fff;}
.bottom_why_us_content { text-align: center;
.bottom_why_us_content { text-align: center;
padding: 0 15px; height: 295px;}
.bottom_why_us_content img {width: 60px;
.bottom_why_us_content img {width: 60px;
margin: 0 auto;}
.bottom_why_us_content h3 {font-size: 22px;
.bottom_why_us_content h3 {font-size: 22px;
font-family: 'Goudy Old Style';
margin-top: 20px;}
.bottom_why_us_content p {font-size: 18px;}
.bottom_why_us_content p {font-size: 18px;}
.bottom_destinations {background: #e3e3e3;display: flex;padding: 70px 0;}
.destination_content {float: left; margin: 10px; position: relative;}
.destination_content img {width: 540px; border-radius: 6px;}
.destination_links {position: absolute;
top: 0;
color: #fff;
background: rgb(0 0 0 / 55%);
width: calc(100% - 60px);
border-radius: 6px;
padding: 0 30px;
height: 100%;
font-size: 18px;}
.destination_content h4 a {color: #fff; font-family: 'Goudy Old Style'; font-weight: 600;}
.destination_content ul {color: #fff;
margin: 0;
display: inline-block;
padding: 0 20px;}
.destination_content ul li {float: left; width: 50%; list-style: square;}
.destination_content ul li a {color: #fff;}
/*首页反馈*/
.whyus {
border-right: 1px solid #d1d1d1;

Loading…
Cancel
Save