解决方案列表布局
代码语言:html
所属分类:布局界面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
* {
padding: 0;
margin: 0;
font-family: "微软雅黑";
box-sizing: border-box;
outline: none
}
:after,:before {
box-sizing: inherit
}
a {
text-decoration: none;
color: inherit
}
ul {
list-style: none
}
.col-sm-4 {
float: left;
position: relative;
width: 33.33333333%
}
.selected-solution {
height: 695px;
background: #f1f3ff
}
.selected-solution>div {
position: relative;
width: 1270px;
margin: 0 auto
}
.selected-solution .swiper-container {
height: 695px;
width: 1200px
}
.selected-solution .layer-title {
color: #393b40;
padding: 50px 0 30px;
text-align: center;
font-size: 30px;
letter-spacing: 1.09px
}
/*主体列表*/
.selected-solution .solution-cardlist {
max-width: 1200px;
margin: 20px auto 0
}
.swiper-slide,.swiper-wrapper {
height: 560px!important
}
.selected-solution .solution-cardlist .col-sm-4 {
padding: 0 10px;
top: 0;
transition: all .15s linear;
box-sizing: border-box
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card {
height: 480px;
background: #fff;
border-radius: 6px;
text-align: left;
overflow: hidden;
transition: all .15s linear
}
.selected-solution .solution-cardlist .col-sm-4:hover {
position: relative;
top: -20px;
transition: all .25s linear
}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card {
height: 530px;
box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
transition: all .2s linear
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
width: auto;
height: 200px;
transition: all .2s linear
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 {
margin: 20px 30px 10px;
font-size: 18px;
color: #252b3a;
letter-spacing: .65px;
text-align: left
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card p {
margin: 0 30px;
padding-bottom: 30px;
fo.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0