Authored by 刘传洋

detail comment img fix

... ... @@ -963,12 +963,12 @@
.img-preview{
img {
width:100%;
/*width:100%;*/
}
.img-thumb{
display:block;
width:70px;
height:100px;
display:inline-block;
max-width:70px;
max-height:100px;
border:2px solid #999;
margin-bottom: 10px;
... ... @@ -976,6 +976,12 @@
&:hover{
border-color:#000;
}
img{
max-width:70px;
max-height:100px;
vertical-align: top;
}
}
.img-detail{
... ... @@ -993,9 +999,15 @@
}
.img-wrap{
width:345px;
height:345px;
max-width:345px;
max-height:345px;
overflow:hidden;
img{
max-width:345px;
max-height:345px;
vertical-align: top;
}
}
}
... ...