Commit a9ab7d14 by halweg

fix : 缩略图多图换行

parent 35574e67
......@@ -93,7 +93,7 @@
.joshine-review-container .joshine-review-list-item .joshine-review-pics {
width: 50%;
display: flex;
flex-wrap: nowrap;
flex-wrap: wrap;
}
.joshine-review-container .joshine-review-list-item .joshine-review-pic-item {
position: relative;
......@@ -103,6 +103,7 @@
line-height: 108px;
overflow: hidden;
margin-right: 5px;
margin-bottom: .2em;
}
.joshine-review-container .joshine-review-list-item .joshine-review-des-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment