|
@@ -70,12 +70,18 @@
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -56px;
|
|
margin-left: -56px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- background: url(../../../img/newMenu/demandMore.png) no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 28px;
|
|
|
|
+ background: rgba(105, 2, 2, 0.5);
|
|
|
|
+ border-radius: 12px;
|
|
}
|
|
}
|
|
.newDemand .demandZnew a:hover{
|
|
.newDemand .demandZnew a:hover{
|
|
- background: url(../../../img/newMenu/demnadMoreHover.png) no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ color: red;
|
|
|
|
+ border: 1px solid red
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
.newDemand ul {
|
|
.newDemand ul {
|
|
width:940px;
|
|
width:940px;
|
|
@@ -382,6 +388,7 @@
|
|
|
|
|
|
.fullImgTxt li {
|
|
.fullImgTxt li {
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
|
|
+ transition: all .2s ease-in-out;
|
|
}
|
|
}
|
|
|
|
|
|
.fullImgTxt li .warpImg {
|
|
.fullImgTxt li .warpImg {
|
|
@@ -415,9 +422,11 @@
|
|
color: #191919;
|
|
color: #191919;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
margin-top: 70px;
|
|
margin-top: 70px;
|
|
- cursor: pointer;
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+.fullImgTxt ul li:hover {
|
|
|
|
+ margin-top: -4px;
|
|
|
|
+ transition: all .2s ease-in;
|
|
|
|
+}
|
|
.fullImgTxt .btnAreaBj .btnArea:hover {
|
|
.fullImgTxt .btnAreaBj .btnArea:hover {
|
|
background: #0289df;
|
|
background: #0289df;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
@@ -445,7 +454,6 @@
|
|
vertical-align: bottom;
|
|
vertical-align: bottom;
|
|
margin-bottom: -30px;
|
|
margin-bottom: -30px;
|
|
box-shadow: 0 3px 10px #333;
|
|
box-shadow: 0 3px 10px #333;
|
|
- cursor: pointer;
|
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -475,7 +483,7 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.studyTxt ul li:hover img {
|
|
.studyTxt ul li:hover img {
|
|
- opacity: 0.5;
|
|
|
|
|
|
+ opacity: 0.7;
|
|
}
|
|
}
|
|
.studyTxt ul li:hover .imgRight h5{
|
|
.studyTxt ul li:hover .imgRight h5{
|
|
color:#ff5910;
|
|
color:#ff5910;
|
|
@@ -615,7 +623,7 @@
|
|
}
|
|
}
|
|
/* 技术人才需求*/
|
|
/* 技术人才需求*/
|
|
.technology>div>img{
|
|
.technology>div>img{
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 180px;
|
|
height: 280px;
|
|
height: 280px;
|
|
}
|
|
}
|
|
.technology.row{
|
|
.technology.row{
|
|
@@ -654,7 +662,7 @@
|
|
}
|
|
}
|
|
.technology ol li div h4>span:first-child{
|
|
.technology ol li div h4>span:first-child{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 130px;
|
|
|
|
|
|
+ width: 60px;
|
|
}
|
|
}
|
|
.technology ol li div .titleBorder{
|
|
.technology ol li div .titleBorder{
|
|
width: 42px;
|
|
width: 42px;
|