* {
margin:0;
padding:0;
}
.main {
position:relative;
margin:auto;
}
.box {
padding:15px 0 0 15px;
width:165px;
height:auto;
float:left;
}
.pic {
width:inherit;
box-shadow:0 0 2px rgba(0,0,0,0.3);
padding:10px;
box-sizing:border-box;
border-radius:5px;
}
.pic img {
width:100%;
height:auto;
display:block;
}
更新时间:2019-10-24 00:38:46