|
@@ -71,7 +71,7 @@
|
|
|
padding: 10px 0;
|
|
|
box-sizing: border-box;
|
|
|
width: 19.6%;
|
|
|
- display: inline-block;
|
|
|
+ float: left;
|
|
|
}
|
|
|
.newDemand ul li a{
|
|
|
color: #666;
|
|
@@ -90,7 +90,9 @@
|
|
|
float: right;
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
-
|
|
|
+.newDemand ul li div p:nth-child(2){
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
/* HOT */
|
|
|
|
|
|
.mainHot .hot {
|
|
@@ -157,7 +159,6 @@
|
|
|
margin-bottom: 16px;
|
|
|
padding: 5px 0;;
|
|
|
width: 100%;
|
|
|
-<<<<<<< HEAD
|
|
|
transition: all .5s ease-out;
|
|
|
}
|
|
|
.demandTxt .col-md-7>div:hover{
|
|
@@ -166,8 +167,6 @@
|
|
|
}
|
|
|
.demandTxt .col-md-7>div:hover .name{
|
|
|
color: #ff5910;
|
|
|
-=======
|
|
|
->>>>>>> 9581e476b11f7020b30f9d3662f3b4fdaa965620
|
|
|
}
|
|
|
.demandTxt .col-md-7 div a{
|
|
|
color:#333;
|
|
@@ -219,10 +218,6 @@
|
|
|
float: right;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
-=======
|
|
|
->>>>>>> 9581e476b11f7020b30f9d3662f3b4fdaa965620
|
|
|
.demandTxt .colorOrange{
|
|
|
vertical-align: top;
|
|
|
margin-top: -20px;
|
|
@@ -247,22 +242,15 @@
|
|
|
.talentsTxt ol li {
|
|
|
padding: 5px 5px 0px;
|
|
|
height: 56px;
|
|
|
-<<<<<<< HEAD
|
|
|
- transition: all .5s ease-out;
|
|
|
-=======
|
|
|
->>>>>>> 9581e476b11f7020b30f9d3662f3b4fdaa965620
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.talentsTxt ol li img{
|
|
|
float: right;
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
.talentsTxt ol li:hover{
|
|
|
margin-left: -8px;
|
|
|
transition: all .5s ease-in
|
|
|
}
|
|
|
-=======
|
|
|
->>>>>>> 9581e476b11f7020b30f9d3662f3b4fdaa965620
|
|
|
.introduceP{
|
|
|
padding-left: 10px;
|
|
|
margin-top: 12px;
|
|
@@ -642,7 +630,7 @@
|
|
|
width: 130px;
|
|
|
}
|
|
|
.technology ol li div .titleBorder{
|
|
|
- width: 64px;
|
|
|
+ width: 42px;
|
|
|
height: 24px;
|
|
|
line-height: 24px;
|
|
|
display: inline-block;
|
|
@@ -656,6 +644,9 @@
|
|
|
.technology ol li div .money{
|
|
|
color: #ff570c;
|
|
|
font-size: 14px;
|
|
|
+ float: right;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
.technology ol li div>p{
|
|
|
overflow: hidden;
|