bianjiang 11 months ago
parent
commit
2c9a38ee4d
2 changed files with 19 additions and 4 deletions
  1. 4 1
      xihuaTemplate/css/media.css
  2. 15 3
      xihuaTemplate/css/style.css

+ 4 - 1
xihuaTemplate/css/media.css

@@ -42,7 +42,7 @@
   .page_tabs_box {
     width: 100%;
   }
-  .page_tabs_box .column_title_box > div {
+  .page_tabs_box .column_title_box {
     padding: 12px 20px;
     margin-bottom: 0;
   }
@@ -225,6 +225,9 @@
   .tab_list.research_list .list_item .item .list_img {
     height: 300px;
   }
+  .tab_list.research_list .list_item img {
+    height: 300px;
+  }
   .research_bg {
     background-size: cover;
   }

+ 15 - 3
xihuaTemplate/css/style.css

@@ -310,6 +310,9 @@
 .news_lay_box .news_lay_item .list_item.news_1 .title {
   padding-right: 0;
 }
+.news_lay_box .news_lay_item .list_item.news_1 a {
+  color: #fff;
+}
 .news_lay_box .news_lay_item .list_item.news_1 a:hover {
   color: #fff;
 }
@@ -534,8 +537,8 @@
 }
 .teachers_box .teacher_item img {
   width: 100%;
-  height: 100%;
-  object-fit: contain;
+  height: 300;
+  object-fit: cover;
   border-radius: 50%;
   transition: all 0.3s ease-in-out;
 }
@@ -671,6 +674,15 @@
   height: 400px;
   overflow: hidden;
 }
+.tab_list.research_list .list_item img {
+  height: 400px;
+}
+.tab_list.research_list .list_item .item_tit a {
+  color: #fff;
+}
+.tab_list.research_list .list_item .item_tit a:hover {
+  color: #fff;
+}
 .tab_list.research_list .list_item .item .info_box {
   position: absolute;
   left: 0;
@@ -1173,7 +1185,7 @@
   position: relative;
   width: 220px;
 }
-.page_tabs_box .column_title_box > div {
+.page_tabs_box .column_title_box {
   display: flex;
   align-items: center;
   margin-bottom: 16px;