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

master
candice 2 years ago
parent 676e82daef
commit ec2f04b7a1

@ -430,7 +430,25 @@ p.nextinfo {text-align: center;}
font-family: 'Goudy Old Style'; font-family: 'Goudy Old Style';
margin-top: 20px;} 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 { .whyus {
border-right: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1;

Loading…
Cancel
Save