liting2017 6 years ago
parent
commit
4ee962d3ea
3 changed files with 127 additions and 23 deletions
  1. 6 4
      src/css/newMenu/demand.css
  2. 93 0
      src/css/public.css
  3. 28 19
      template/newMenu/demand.html

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

@@ -243,13 +243,13 @@ input:focus{
 }
 
 .newDemand img {
-    width: 202px;
+    width: 200px;
     height: 140px;
     float: left;
 }
 
 .newDemand ul {
-    max-width: 910px;
+    width:940px;
     box-sizing: border-box;
     float: left;
 }
@@ -260,7 +260,9 @@ input:focus{
     width: 19.6%;
     display: inline-block;
 }
-
+.newDemand ul li a{
+    color: #666;
+}
 .newDemand ul li:first-child div {
     border: none;
 }
@@ -728,7 +730,7 @@ input:focus{
     color: #7a7878;
     text-align: center;
     font-size: 14px;
-    margin: 0 10px;
+    margin: 0 5px;
 }
 .technology ol li div .money{
     color: #ff570c;

+ 93 - 0
src/css/public.css

@@ -103,7 +103,100 @@ ol {
 
 
 /*顶部区域*/
+/* header */
+.header  {
+    color:#333;
+    height: 64px;
+    line-height: 64px;
+    background-color: #f9f9f9;
+}
+.header div>div{
+    margin-left: 30px;
+    float:right;
+}
+.header ul li {
+    float: left;
+    margin: 0 10px;
+}
+.header a{
+    color:#333;
+}
+.header .colorRed{
+    color: #ff570c;
+}
+/* 新导航 */
+.navHeader {
+	background: #ffffff;
+	line-height: 90px;
+	height: 90px;
+}
+.navHeader .nav ul li img {
+	width: 30px;
+	height: 30px;
+	position: absolute;
+	right: 0px;
+	top: 9px;
+}
+.navHeader .logo {
+	float: left;
+	padding-left: 20px;
+}
+
+.navHeader .logo_right {
+	margin-top: 8px;
+	float: left;
+	padding-left: 20px;
+	width: 120px;
+	height: 75px;
+	background: url("../../img/index_xuan.png") no-repeat center center;
+	margin-left: 10px;
+}
 
+.navHeader .nav {
+	float: left;
+	padding-left: 70px;
+}
+
+.navHeader .nav>ul>li {
+	float: left;
+	width: 120px;
+	text-align: center;
+	line-height: 90px;
+	position: relative;
+}
+
+.navHeader .nav>ul>li>a {
+	color: #074d88;
+	width: 120px;
+	line-height: 90px;
+	display: inline-block;
+	font-size: 20px;
+}
+
+.navHeader .nav>ul>li:hover a {
+	color: #074F88;
+}
+.navHeader .nav ul li .subnavigation {
+	width: 120px;
+	position: absolute;
+	top: 76px;
+	z-index: 9999;
+	background: #ffffff;
+    display: none;
+    padding-top: 18px;
+    padding-bottom: 15px;
+    box-shadow: 0 0 10px #ccc;
+}
+.navHeader .nav_right{
+    float: right;
+    color:#ff570c;
+}
+.navHeader .nav_right img{
+    width: 82px;
+    height: 62px;
+    margin-right: 14px;
+}
+/* 旧导航 */
 header {
 	width: 100%;
 	background: #ffffff;

+ 28 - 19
template/newMenu/demand.html

@@ -243,13 +243,16 @@
             <ul>
                 <li>
                     <div>
+                            <a href="#">
                         <p>寻求:高压电极加热技术和蓄热技术</p>
                         <p class="colorWrite">湖南****责任有限公司</p>
                         <p>
                             <span class="colorRed">企业技术需求</span>
                             <span class="colorBlur timeBefor">3天前</span>
                         </p>
+                    </a>
                     </div>
+                    
                 </li>
                 <li>
                     <div>
@@ -477,8 +480,10 @@
                 <div class="imgGroup col-md-10">
                     <ul>
                         <li>
-                            <img src="../../img/newMenu/demand-9.png" alt="">
-                            <p>寻求:高压电极加热技术和蓄热技术</p>
+                            <a href="#">
+                                <img src="../../img/newMenu/demand-9.png" alt="">
+                                <p>寻求:高压电极加热技术和蓄热技术</p>
+                            </a>
                         </li>
                         <li>
                             <img src="../../img/newMenu/demand-10.png" alt="">
@@ -590,15 +595,17 @@
             <div class="col-sm-10">
                 <ul class="row">
                     <li class="col-sm-4">
-                        <div class="imgLeft">
-                            <img src="../../img/newMenu/demand-17.jpg" alt="">
-                        </div>
-                        <div class="imgRight">
-                            <h5>湖南****责任有限公司</h5>
-                            <p>寻找能够进行产学研合作的单位,212121212121111111111我们愿意分成...</p>
-                            <span>新材料</span>
-                            <span>半导体</span>
-                        </div>
+                        <a href="#">
+                            <div class="imgLeft">
+                                <img src="../../img/newMenu/demand-17.jpg" alt="">
+                            </div>
+                            <div class="imgRight">
+                                <h5>湖南****责任有限公司</h5>
+                                <p>寻找能够进行产学研合作的单位,212121212121111111111我们愿意分成...</p>
+                                <span>新材料</span>
+                                <span>半导体</span>
+                            </div>
+                        </a>
                     </li>
                     <li class="col-sm-4">
                         <div class="imgLeft">
@@ -788,14 +795,16 @@
             <div class="col-sm-10">
                 <ol class="row">
                     <li class="col-sm-4">
-                        <div>
-                            <h4>数据分析精算师
-                                <span class="titleBorder">兼 职</span>
-                                <span class="money">¥5000.00元/月</span>
-                            </h4>
-                            <p>我们诚邀专家专家到我司工作,怎么搞都可以,只要你来,我们好生伺候,这样可吧...</p>
-                            <span class="float-right">招募中</span>
-                        </div>
+                        <a href="#">
+                            <div>
+                                <h4>数据分析精算师
+                                    <span class="titleBorder">兼 职</span>
+                                    <span class="money">¥5000.00元/月</span>
+                                </h4>
+                                <p>我们诚邀专家专家到我司工作,怎么搞都可以,只要你来,我们好生伺候,这样可吧...</p>
+                                <span class="float-right">招募中</span>
+                            </div>
+                        </a>
                     </li>
                     <li class="col-sm-4">
                         <div>