css
/*专题
.module-collection{
padding: 32px 0;
}
.collection-out > ul li{
width:25%;
}
.home-collection-in{
display: flex;
align-items: center;
background:none;
}
.home-collection-info h2{
font-size: 16px;
color: #fff;
font-weight: normal;
}
.home-collection .home-collection-content{
padding:20px;
border-radius: 4px;
}
.home-collection-content > div > div.home-collection-image{
width: auto;
}
.home-collection-content > div > div.home-collection-info{
display: block;
flex:1;
width:auto;
}
.home-collection-in .home-collection-thumb{
position: relative;
width:72px;
height: 72px;
overflow: hidden;
border-radius: 4px;
}
.home-collection-info h2{
height: auto;
margin: 0 20px 8px;
}
.home-collection-row-1{
font-size: 14px;
border:none;
padding-bottom: 0;
color:rgba(255,255,255,.8);
}
*/