improve img and add reply lazyload

This commit is contained in:
xmcp
2018-08-23 12:23:05 +08:00
parent 9bbebd9f11
commit f07c5633e1
4 changed files with 13 additions and 6 deletions

View File

@@ -97,8 +97,13 @@
margin-left: -10px;
}
.flow-item-row img {
.flow-item-row p.img {
text-align: center;
}
p.img img {
max-width: 100%;
max-height: 100vh;
box-shadow: 0 1px 5px rgba(0,0,0,.4);
}
.box-header-badge {