fix error
This commit is contained in:
parent
5df46834aa
commit
dd87b4deb7
|
@ -271,11 +271,15 @@ body{
|
||||||
flex: none;
|
flex: none;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.box:hover img {
|
.box img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
.box .w-ba-banner__slide, .box .w-ba-banner__slide a {
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.box{
|
.box{
|
||||||
flex: 3;
|
flex: 3;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -297,8 +301,8 @@ body{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
|
flex: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
|
||||||
height: 250px;
|
height: 250px;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue