2 lines
316 B
CSS
2 lines
316 B
CSS
.list{display:flex;flex-wrap:wrap}.list .item{width:200px;margin:20px}.list .item img{height:300px}.time{font-size:12px;color:#999}.bottom{margin-top:13px;line-height:12px;display:flex;justify-content:space-between;align-items:center}.button{padding:0;min-height:auto;min-width:40px}.image{width:100%;display:block}
|