You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.2 KiB

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.top {
width: 1440px;
background-color: red;
text-align: center;
margin: 0 auto;
}
.content {
width: 1440px;
height: 510px;
text-align: center;
margin: 0 auto;
}
.content .img_one {
display: inline-block;
height: 510px;
background-image: url(img/img_one.jpg);
}
.content .img_one img {
height: 510px;
}
.content .images {
display: inline-block;
width: 750px;
height: 510px;
}
.content .swiper {
width: 100%;
height: 100%;
background-color: aqua;
}
.content .swiper .swiper-slide img {
height: 510px;
}
.content .img_two {
display: inline-block;
height: 510px;
background-image: url(img/img_two.jpg);
}
.content .img_two img {
height: 510px;
}
.foot {
width: 1440px;
height: 510px;
text-align: center;
margin: 0 auto;
margin-top: 50px;
}
.foot .op {
float: left;
width: 220px;
height: 500px;
border: 1px solid #808080;
}
.foot .op .op_head img {
width: 220px;
}
.foot .op .op_table ul li {
list-style: none;
height: 50px;
line-height: 50px;
}
.foot .op .op_table .current {
background-color: #808080;
color: #ffffff;
}
.foot .tab_con {
float: right;
width: 1220px;
height: 500px;
background-color: red;
}