fix error

This commit is contained in:
rulingcom 2021-10-15 04:47:30 +00:00
parent 53fb3fcabd
commit 5df46834aa
1 changed files with 5 additions and 0 deletions

View File

@ -271,6 +271,11 @@ body{
flex: none;
display: none;
}
.box:hover img {
width: 100%;
height: 100%;
object-fit: cover;
}
.box{
flex: 3;
color: #666666;