@@ -52,7 +52,6 @@ let onClickExItem = (data) => {
padding: 38px 0 56px;
margin-bottom: 20px;
cursor: pointer;
-
.title {
font-size: 30px;
font-weight: 400;
@@ -60,8 +59,10 @@ let onClickExItem = (data) => {
margin: 28px 0 16px;
}
- >img {
- width: 100%;
+ > img {
+ max-height: 700px;
+ max-width: 1400px;
+ object-fit: contain;
.date {