|
@@ -259,6 +259,7 @@
|
|
}
|
|
}
|
|
.news_lay_box .news_lay_item .list_item img {
|
|
.news_lay_box .news_lay_item .list_item img {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ object-fit: cover;
|
|
}
|
|
}
|
|
.news_lay_box .news_lay_item .list_item .cover {
|
|
.news_lay_box .news_lay_item .list_item .cover {
|
|
display: none;
|
|
display: none;
|
|
@@ -301,6 +302,7 @@
|
|
.news_lay_box .news_lay_item .list_item .item_date {
|
|
.news_lay_box .news_lay_item .list_item .item_date {
|
|
display: block;
|
|
display: block;
|
|
color: #848484;
|
|
color: #848484;
|
|
|
|
+ font-size: 12px;
|
|
}
|
|
}
|
|
.news_lay_box .news_lay_item .list_item.news_1 {
|
|
.news_lay_box .news_lay_item .list_item.news_1 {
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
@@ -341,7 +343,6 @@
|
|
color: #848484;
|
|
color: #848484;
|
|
}
|
|
}
|
|
.news_lay_box .news_lay_item .s_item img {
|
|
.news_lay_box .news_lay_item .s_item img {
|
|
- height: 210px;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
@@ -792,6 +793,7 @@
|
|
flex: 1;
|
|
flex: 1;
|
|
height: 160px;
|
|
height: 160px;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.page_article_list .item_tit {
|
|
.page_article_list .item_tit {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -1135,6 +1137,7 @@
|
|
.content_wrapper {
|
|
.content_wrapper {
|
|
flex: 1;
|
|
flex: 1;
|
|
padding-left: 40px;
|
|
padding-left: 40px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.content_wrapper .page_article_box {
|
|
.content_wrapper .page_article_box {
|
|
padding: 20px 28px;
|
|
padding: 20px 28px;
|
|
@@ -1371,8 +1374,12 @@
|
|
}
|
|
}
|
|
|
|
|
|
.page_teacher_list .item .info_box .more {
|
|
.page_teacher_list .item .info_box .more {
|
|
|
|
+ display: none;
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
+.page_teacher_list .item:hover .info_box .more {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
.page_teacher_list .item .info_box .more_text {
|
|
.page_teacher_list .item .info_box .more_text {
|
|
color: var(--vt-c-primary);
|
|
color: var(--vt-c-primary);
|
|
cursor: pointer;
|
|
cursor: pointer;
|