|
@@ -302,7 +302,10 @@ input:focus{
|
|
|
margin: 0 6px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-.crumbNav li:nth-child(2n+1):hover{
|
|
|
+.crumbNav li a{
|
|
|
+ color: #393838;
|
|
|
+}
|
|
|
+.crumbNav li:nth-child(2n+1):hover a{
|
|
|
cursor: pointer;
|
|
|
color: #0289df;
|
|
|
}
|
|
@@ -324,6 +327,10 @@ input:focus{
|
|
|
.talentsTxt {
|
|
|
padding-right: 15px;
|
|
|
}
|
|
|
+.talentsTxt ol li:hover{
|
|
|
+ box-shadow: 0 5px 5px #ccc;
|
|
|
+ transition: all .3s ease-in;
|
|
|
+}
|
|
|
.talentsIntroduce{
|
|
|
overflow: hidden;
|
|
|
white-space:nowrap;
|
|
@@ -331,6 +338,13 @@ input:focus{
|
|
|
-o-text-overflow:ellipsis;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+.demandTxt .col-md-7 div a{
|
|
|
+ color:#333;
|
|
|
+}
|
|
|
+.demandTxt .col-md-7 div:hover{
|
|
|
+ box-shadow: 0 5px 5px #ccc;
|
|
|
+ transition: all .3s ease-in;
|
|
|
+}
|
|
|
.demandTxt .col-md-7 div>p:first
|
|
|
.mainHot .demandTxt img {
|
|
|
float: left;
|
|
@@ -394,7 +408,9 @@ input:focus{
|
|
|
.talentsTxt ol li {
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
-
|
|
|
+.talentsTxt ol li a{
|
|
|
+ color:#333;
|
|
|
+}
|
|
|
/* 企业技术需求 */
|
|
|
|
|
|
.enterprise {
|
|
@@ -435,8 +451,13 @@ input:focus{
|
|
|
overflow: hidden;
|
|
|
width: 24.6%;
|
|
|
margin-bottom: 30px;
|
|
|
+ transition: all .3s ease-in;
|
|
|
+}
|
|
|
+.imgGroup ul li:hover{
|
|
|
+ transition: all .3s ease-in;
|
|
|
+ transform: scale(1.05);
|
|
|
+ box-shadow: 0 5px 10px #ccc;
|
|
|
}
|
|
|
-
|
|
|
.imgGroup ul li img {
|
|
|
width: 100%;
|
|
|
height: 116px;
|
|
@@ -562,6 +583,7 @@ input:focus{
|
|
|
height:110px;
|
|
|
overflow: hidden;
|
|
|
margin-bottom: 20px;
|
|
|
+ border: 1px solid transparent;
|
|
|
}
|
|
|
.studyTxt ul li img {
|
|
|
width: 100%;
|
|
@@ -573,6 +595,9 @@ input:focus{
|
|
|
float: left;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+.studyTxt ul li:hover .imgRight{
|
|
|
+ background:rgba(255, 255,255, .8);
|
|
|
+}
|
|
|
.studyTxt ul li .imgRight{
|
|
|
box-sizing: border-box;
|
|
|
padding-left:10px;
|
|
@@ -615,7 +640,7 @@ input:focus{
|
|
|
}
|
|
|
.studyTxt>div>img{
|
|
|
width: 100%;
|
|
|
- height: 370px;
|
|
|
+ height: 369px;
|
|
|
}
|
|
|
.studyTxt .col-sm-4{
|
|
|
padding-right: 0;
|
|
@@ -699,6 +724,12 @@ input:focus{
|
|
|
}
|
|
|
.technology ol li{
|
|
|
margin-bottom: 8px;
|
|
|
+ transition: all .3s ease-in-out;
|
|
|
+}
|
|
|
+.technology ol li:hover div{
|
|
|
+ transition: all .3s ease-in-out;
|
|
|
+ border-radius: 5px;
|
|
|
+ border-color: #1797e9;
|
|
|
}
|
|
|
.technology ol li div{
|
|
|
box-sizing: border-box;
|
|
@@ -757,6 +788,13 @@ input:focus{
|
|
|
font-size: 12px;
|
|
|
color: #0289df;
|
|
|
margin-top: 6px;
|
|
|
+ transition: all .3s ease-out;
|
|
|
+}
|
|
|
+.technology ol li:hover div>span{
|
|
|
+ transition: all .3s ease-in;
|
|
|
+ width: 100px;
|
|
|
+ background: #0289df;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.demandFootImg{
|
|
|
width: 100%;
|