liting2017 6 years ago
parent
commit
e60e56b461
1 changed files with 27 additions and 16 deletions
  1. 27 16
      src/css/newMenu/demand.css

+ 27 - 16
src/css/newMenu/demand.css

@@ -177,15 +177,18 @@
     -o-text-overflow:ellipsis;
     overflow: hidden;
 }
+.demandTxt .col-md-7 .name{
+    color: #333333;
+}
 .demandTxt .col-md-7>div{
     margin-bottom: 16px;
     padding: 5px 0;;
     width: 100%;
-    transition:  all .5s ease-out;
+    transition:  all .2s ease-out;
 }
-.demandTxt .col-md-7>a>div:hover{
+.demandTxt .col-md-7:hover{
     margin-left: -8px;
-    transition:  all .5s ease-in;
+    transition:  all .2s ease-in;
 }
 .demandTxt .col-md-7>div:hover .name{
     color: #ff5910;
@@ -193,8 +196,8 @@
 .demandTxt .col-md-7 div a{
     color:#333;
 }
-.demandTxt .col-md-7 div>div {
-    padding: 0 5px;
+.demandTxt .col-md-7 div>div:nth-child(2) {
+    padding: 8px 5px 20px;
 }
 .demandTxt .col-md-7 div:hover{
   
@@ -220,6 +223,7 @@
 
 .demandTxt .col-md-7 {
     padding-right: 0px;
+    margin-bottom: 20px;
 }
 
 .demandTxt p:nth-child(2),
@@ -239,7 +243,9 @@
 }
 .demandTxt .colorOrange{
     vertical-align: top;
-    margin-right: 10px;
+    margin-right: 100px;
+    float: right;
+    margin-top: -24px;
 }
 .colorOrt {
     color: #ff570c;
@@ -247,6 +253,7 @@
 }
 .demandTxt .colorTime{
     vertical-align: top;
+    margin-top: -24px;
 }
 .colorTime {
     font-size: 12px;
@@ -266,7 +273,7 @@
 }
 .talentsTxt ol li:hover{
     margin-left: -8px;
-    transition: all .5s ease-in
+    transition: all .2s ease-in
 }
 .introduceP{
     padding-left: 10px; 
@@ -326,10 +333,10 @@
     overflow: hidden;
     width: 24.6%;
     margin-bottom: 30px;
-    transition: all .3s ease-in;
+    transition: all .2s ease-in;
 }
 .imgGroup ul li:hover{
-    transition: all .3s ease-in;
+    transition: all .2s ease-in;
     box-shadow: 0 5px 10px #ccc;
 }
 .imgGroup ul li:hover p{
@@ -534,6 +541,10 @@
 .capital{
     padding-top: 40px;
 }
+.capitalMain{
+    height: 322px;
+    overflow: hidden;
+}
 .capitalMain div ol{
     display: -webkit-flex;
     display: flex;
@@ -543,13 +554,13 @@
     padding: 20px 20px;
     margin-right: 20px;
     overflow: hidden;
-    transition: all .3s ease-out;
+    transition: all .2s ease-out;
     background: url(../../../img/newMenu/demand-20.jpg) no-repeat;
 }
 .capitalMain div ol li:hover{
     margin-top: -15px;
     box-shadow: 0 5px 5px #ccc;
-    transition: all .3s ease-in
+    transition: all .2s ease-in
 }
 .capitalMain div ol li:hover h4{
     color: #0289df;
@@ -626,10 +637,10 @@
 .technology ol li{
     height: 136px;
     margin-bottom: 8px;
-    transition: all .3s ease-in-out;
+    transition: all .2s ease-in-out;
 }
 .technology ol li:hover div{
-    transition: all .3s ease-in-out;
+    transition: all .2s ease-in-out;
     border-radius: 5px;
     border-color: #1797e9;
 }
@@ -656,7 +667,7 @@
 }
 .technology ol li div h4>span:first-child{
     display: inline-block;
-    width: 60px;
+    width:145px;
 }
 .technology ol li div .titleBorder{
     width: 42px;
@@ -698,10 +709,10 @@
     font-size: 12px;
     color: #0289df;
     margin-top: 6px;
-    transition: all .3s ease-out;
+    transition: all .2s ease-out;
 }
 .technology ol li:hover div>span{
-    transition: all .3s ease-in;
+    transition: all .2s ease-in;
     width: 100px;
     background: #0289df;
     color: #ffffff;