|
@@ -427,7 +427,7 @@ export default {
|
427
|
427
|
height: 400px;
|
428
|
428
|
margin: 0 auto;
|
429
|
429
|
border-radius: 4px;
|
430
|
|
-
|
|
430
|
+ overflow: hidden;
|
431
|
431
|
// @media only screen and (max-width: 812px) {
|
432
|
432
|
// width: 500px !important;
|
433
|
433
|
// height: 200px !important;
|
|
@@ -467,8 +467,12 @@ export default {
|
467
|
467
|
}
|
468
|
468
|
}
|
469
|
469
|
.fl {
|
470
|
|
- @media only screen and (max-width: 812px) {
|
471
|
|
- width: 100% !important;
|
|
470
|
+ // @media only screen and (max-width: 812px) {
|
|
471
|
+ // width: 100% !important;
|
|
472
|
+ // height: 400px !important;
|
|
473
|
+ // }
|
|
474
|
+ @media only screen and (min-width: 768px) {
|
|
475
|
+ width: 1000px !important;
|
472
|
476
|
height: 400px !important;
|
473
|
477
|
}
|
474
|
478
|
}
|