|
@@ -951,12 +951,12 @@
|
|
height: 300px;
|
|
height: 300px;
|
|
position: relative;
|
|
position: relative;
|
|
.content-img{
|
|
.content-img{
|
|
- width: 400px;
|
|
|
|
- height: 300px;
|
|
|
|
|
|
+ width: auto;
|
|
|
|
+ height: auto;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
& > img{
|
|
& > img{
|
|
- width: auto;
|
|
|
|
- height: 400px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|