|
@@ -163,6 +163,9 @@
|
|
|
.news_lay_box .news_lay_item .list_item .cover {
|
|
|
height: 210px;
|
|
|
}
|
|
|
+ .news_lay_box .news_lay_item .list_item img {
|
|
|
+ height: 210px;
|
|
|
+ }
|
|
|
.news_lay_box .news_lay_item .list_item.news_1 {
|
|
|
font-size: 18px;
|
|
|
line-height: 28px;
|
|
@@ -293,6 +296,12 @@
|
|
|
.footer_layout .lay_footer .footer_menu {
|
|
|
padding: 80px 20px;
|
|
|
}
|
|
|
+ .spe_cards .cards_item:hover .card_icon img,
|
|
|
+ .spe_cards .cards_item .card_icon {
|
|
|
+ width: 54px;
|
|
|
+ height: 54px;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+ }
|
|
|
}
|
|
|
@media screen and (max-width: 750px) {
|
|
|
.home_lay_title {
|
|
@@ -370,12 +379,7 @@
|
|
|
}
|
|
|
}
|
|
|
@media screen and (max-width: 1366px) {
|
|
|
- .spe_cards .cards_item:hover .card_icon img,
|
|
|
- .spe_cards .cards_item .card_icon {
|
|
|
- width: 54px;
|
|
|
- height: 54px;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- }
|
|
|
+
|
|
|
.spe_cards .cards_item .card_desc .desc {
|
|
|
max-height: 100px;
|
|
|
overflow: hidden;
|