主要是父级盒子的设置
父级盒子
.index_b_div{
width: 30.52%;
height: 1100px;
/*必须*/
display: flex;
justify-content:center;
flex-direction:column;
align-items:center;
}
子级盒子
.index_b_bk{
width: 100%;
height: 295px;
background: #f00;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 15px #cccccc;
margin: 30px 0;
}