fix error
This commit is contained in:
parent
53fb3fcabd
commit
5df46834aa
|
@ -271,6 +271,11 @@ body{
|
||||||
flex: none;
|
flex: none;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.box:hover img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
.box{
|
.box{
|
||||||
flex: 3;
|
flex: 3;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|
Loading…
Reference in New Issue