fix: nav
This commit is contained in:
@@ -281,6 +281,8 @@ img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.hot_list ul li .img {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
.hot_list ul li a:hover .text {
|
||||
@@ -314,6 +316,8 @@ img {
|
||||
}
|
||||
.hot_list ul li img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
}
|
||||
.hot_list ul li .text {
|
||||
@@ -845,15 +849,19 @@ img {
|
||||
.curriculum_article .img {
|
||||
float: left;
|
||||
margin-right: 2%;
|
||||
width: 37%;
|
||||
width: 20vw;
|
||||
/* height: 20vw; */
|
||||
object-fit: cover;
|
||||
}
|
||||
.curriculum_article .img img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.curriculum_article .web {
|
||||
float: left;
|
||||
width: 60%;
|
||||
width: 60vw;
|
||||
}
|
||||
.curriculum_article .web .tit {
|
||||
margin-top: 45px;
|
||||
@@ -901,7 +909,7 @@ img {
|
||||
}
|
||||
.about_gsjj .list {
|
||||
border-top: 1px solid #ddd;
|
||||
padding-top: 50px;
|
||||
/* padding-top: 50px; */
|
||||
margin-top: 45px;
|
||||
}
|
||||
.about_gsjj .list:first-child {
|
||||
@@ -2277,4 +2285,4 @@ img {
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.header .logo img{ width:auto; height:58px;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user