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.

96 lines
1.7 KiB

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