|
@@ -280,11 +280,21 @@ body {
|
|
|
.news-main .post-title a {
|
|
|
font-size: 34px;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .news-main .post-title a {
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+}
|
|
|
.news-main img {
|
|
|
- height: 100%;
|
|
|
+ height: 375px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .news-main img {
|
|
|
+ height: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
.news-main .news-info a {
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -302,6 +312,12 @@ body {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .focus-content img,
|
|
|
+ .news-featured img {
|
|
|
+ height: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
.focus-content .post-title,
|
|
|
.news-featured .post-title {
|
|
|
overflow: hidden;
|
|
@@ -356,6 +372,11 @@ body {
|
|
|
background-position: center center;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .tab-content .bg-img {
|
|
|
+ height: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
.tab-content .bg-img section {
|
|
|
padding: 10px 25px;
|
|
|
position: absolute;
|
|
@@ -413,6 +434,11 @@ body {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .news-all .first-img {
|
|
|
+ height: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
.news-all .line {
|
|
|
padding: 0 12px;
|
|
|
}
|
|
@@ -422,6 +448,11 @@ body {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .news-all .cover-img {
|
|
|
+ height: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
/* news-all.html End */
|
|
|
/* news-featured.html Start */
|