liting2017 6 years ago
parent
commit
26f7ab2416

BIN
img/newMenu/achievementLJ.png


BIN
img/newMenu/achievementLJhover.png


BIN
img/newMenu/achievementZX.png


BIN
img/newMenu/achievementZXhover.png


BIN
img/newMenu/achievement_10.png


BIN
img/newMenu/achievement_11.png


BIN
img/newMenu/achievement_15.png


BIN
img/newMenu/achievement_9.png


BIN
img/newMenu/demand-1.png


BIN
img/newMenu/demand-2.png


BIN
img/newMenu/demandMore.png


BIN
img/newMenu/demandPat.png


BIN
img/newMenu/demandPatHover.png


BIN
img/newMenu/demnadMoreHover.png


+ 74 - 2
src/css/newMenu/achievement.css

@@ -192,8 +192,38 @@ hr{
 .study h4 a:hover{
     color: #0289df;
 }
-.patent img{
+.patent{
     width: 100%;
+    height: 204px;
+    position: relative;
+}
+.patent .imgPatent{
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 204px;
+    background: url(../../../img/newMenu/achievement_9.png) no-repeat;
+    background-size:100% 100%; 
+    z-index: 200;
+}
+.patent  a{
+    position: absolute;
+    width: 210px;
+    height: 54px;
+    display: inline-block;
+    background: url(../../../img/newMenu/demandPat.png)no-repeat;
+    background-size:100% 100%;
+    bottom: 20px;
+    right: 72px;
+    z-index:400;
+    transition: all .2s ease-in-out;
+}
+.patent a:hover{
+    background: url(../../../img/newMenu/demandPatHover.png)no-repeat;
+    background-size:100% 100%;
+    right: 65px;
+    transition: all .2s ease-in
 }
 .patentList{
     padding-top: 46px;
@@ -203,7 +233,6 @@ hr{
     height: 213px;
 }
 .patentList .col-sm-4 div>img{
-    height: 230px;
     height: 114px;
 }
 .patentList>.row>.col-sm-4 img:first-child{
@@ -222,6 +251,49 @@ hr{
     -o-text-overflow:ellipsis;
     line-height: 30px;
 }
+.patentList .demandAdviser,.patentList .demandDeclare{
+    width: 380px;
+    height: 213px;
+    position: relative;
+}
+.patentList .demandAdviser{
+    margin-bottom: 14px;
+}
+.demandAdviser a{
+    position: absolute;
+    bottom:-10px;
+    right: 5px;
+    width: 100px;
+    height:50px;
+    display: inline-block;
+    background: url(../../../img//newMenu/achievementLJ.png) no-repeat;
+    background-size:100% 100%; 
+}
+.demandDeclare a{
+    position: absolute;
+    bottom: 0px;
+    right: 5px;
+    width: 100px;
+    height: 50px;
+    display: inline-block;
+    background: url(../../../img//newMenu/achievementZX.png) no-repeat;
+    background-size:100% 100%; 
+}
+.demandDeclare a:hover{
+    background: url(../../../img//newMenu/achievementZXhover.png) no-repeat;
+    background-size:100% 100%; 
+}
+.demandAdviser a:hover{
+    background: url(../../../img//newMenu/achievementLJhover.png) no-repeat;
+    background-size:100% 100%; 
+}
+.patentList .demandAdviser img,.patentList .demandDeclare img{
+    width: 100%;
+    height:213px!important;
+    position: absolute;
+    left: 0;
+    top: 0;
+}
 .achieveBj img{
     margin-top: 16px;
     width: 100%;

+ 20 - 4
src/css/newMenu/demand.css

@@ -22,7 +22,7 @@
     width: 96px;
     height: 20px;
     display: inline-block;
-    background: url(../../../img/newMenu/demand-1.jpg) no-repeat;
+    background: url(../../../img/newMenu/demand-1.png) no-repeat;
     vertical-align: top;
     margin-top: 15px
 }
@@ -54,13 +54,29 @@
     padding: 10px 14px;
     margin-bottom: 42px;
 }
-
-.newDemand img {
+.newDemand  .demandZnew{
     width: 200px;
     height: 140px;
     float: left;
+    position: relative;
+    background: url(../../../img/newMenu/demand-2.jpg)no-repeat;
+    background-size: 100% 100%;
+}
+.newDemand  .demandZnew a{
+    width: 112px;
+    height: 28px;
+    position: absolute;
+    bottom: 26px;
+    left: 50%;
+    margin-left: -56px;
+    display: inline-block;
+    background: url(../../../img/newMenu/demandMore.png) no-repeat;
+    background-size: 100% 100%;
+}
+.newDemand  .demandZnew a:hover{
+    background: url(../../../img/newMenu/demnadMoreHover.png) no-repeat;
+    background-size: 100% 100%;
 }
-
 .newDemand ul {
     width:940px;
     box-sizing: border-box;

+ 1 - 1
src/css/newMenu/header.css

@@ -382,7 +382,7 @@ input:focus{
     width: 96px;
     height: 20px;
     display: inline-block;
-    background: url(../../../img/newMenu/demand-1.jpg) no-repeat;
+    background: url(../../../img/newMenu/demand-1.png) no-repeat;
     vertical-align: top;
     margin-top: 15px
 }

+ 10 - 1
src/css/thinkTank/policyDetail.css

@@ -1,4 +1,4 @@
-#policyDetail{margin-top:66px;padding-top: 50px;width:100%;background: #F5F5F5;border-top:6px solid #2C6597; padding-bottom: 100px; }
+#policyDetail{padding-top: 50px;width:100%;background: #F5F5F5;border-top:6px solid #2C6597; padding-bottom: 100px; }
 #title_top{width:100%;height:45px;background: #fff;padding-top: 15px;border-bottom: 1px solid #EDEDED;}
 
 .title_top{width:1100px;height:30px;padding-left: 25px;line-height: 24px;margin: 0 auto;
@@ -17,6 +17,12 @@ top:40px;right:50px;}
 margin-bottom: 15px;}
 .small_title>span{float: right;margin-left: 20px;color:#ACACAC;}
 .small_title>p{color:#626161;}
+.small_title>h1{
+    font-size: 24px;
+}
+.contetn_right h5 a{
+    color: #333333;
+}
 .content_img{width:700px;height:350px;text-align: center;margin-top:15px;border-bottom: none; }
 .content_img>img{width:515px;height:340px;margin: 0 auto;}
 .content_left>h4{font-weight: bold;font-size: 16px;margin-bottom: 15px;}
@@ -33,6 +39,9 @@ margin-bottom: 15px;}
 .content_left a:hover{
     color: #0C79FF;
 }
+.content_left a {
+    color :#333333;
+}
 .contetn_right>div.right_title>div{width:90px;height:40px;background: #3185D0;line-height: 40px;
 text-align: center;color:#F2F7FC;font-weight: bold;}
 .contetn_right>div>h5{margin: 0;font-weight: bold;padding-top: 10px;margin-bottom: 10px;width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

+ 14 - 4
template/newMenu/achievement.html

@@ -442,15 +442,25 @@
             </h4>
         </div>
         <div class="patent">
+            <div class="imgPatent">
+
+            </div>
             <a href="">
-                <img src="../../img/newMenu/achievement_9.jpg" alt="">
+               
             </a>
+
         </div>
         <div class="patentList">
             <div class="row">
                 <div class="col-sm-4">
-                    <img src="../../img/newMenu/achievement_10.jpg" alt="">
-                    <img src="../../img/newMenu/achievement_11.jpg" alt="">
+                    <div class="demandAdviser">
+                        <img src="../../img/newMenu/achievement_10.png" alt="">
+                        <a href=""></a>
+                    </div>
+                    <div class="demandDeclare">
+                        <img src="../../img/newMenu/achievement_11.png" alt="">
+                        <a href=""></a>
+                    </div>
                 </div>
                 <div class="col-sm-8">
                     <ul class="row">
@@ -513,7 +523,7 @@
             </div>
         </div>
         <div class="achieveBj">
-            <img src="../../img/newMenu/achievement_15.jpg" alt="">
+            <img src="../../img/newMenu/achievement_15.png" alt="">
         </div>
         <div class="studyT" id="practicalTitle">
             <h4>实用技术

+ 3 - 1
template/newMenu/demand.html

@@ -250,7 +250,9 @@
             </marquee>
         </div>
         <div class="newDemand">
-            <img src="../../img/newMenu/demand-2.jpg" alt="">
+            <div class="demandZnew">
+                 <a href=""></a>
+            </div>
             <ul>
                 <li>
                     <div>