dengzhiguo 7 years ago
parent
commit
ed31fb4196
4 changed files with 193 additions and 58 deletions
  1. 14 3
      src/css/Technologytrading.css
  2. 2 1
      src/css/public.css
  3. 164 42
      src/js/Technologytrading.js
  4. 13 12
      template/Technologytrading.html

+ 14 - 3
src/css/Technologytrading.css

@@ -51,7 +51,7 @@ background-size: 1200px 215px;margin:0 auto;position: relative;}
 
 body{background: #f5f5f5;}
 .container{width: 1200px;}
-.industry{background: #ffffff;overflow: hidden;margin-bottom: 30px;}
+.industry{background: #ffffff;overflow: hidden;}
 .industry_left{float: left;width: 300px;height:938px;text-align: center;padding-top: 40px;background: #2a9ee2;}
 
 .industry_left h3{font-size: 24px;margin-bottom: 22px;color: #FFFFFF;font-weight:normal;}
@@ -99,8 +99,19 @@ body{background: #f5f5f5;}
 .details_text p b{font-weight:normal;color: #333333;width:160px;height:40px ;display: inline-block;vertical-align: top; }
 .details_text a{width: 80px;height: 26px;display: inline-block;background: #ffb200;border-radius: 10px;float: right;line-height: 26px;text-align: center;color: #ffffff;margin-right: 30px;margin-bottom: 16px;}
 
-.pagination_box{width: 100%;height:50px;text-align: right;}
-.pagination_box>div{width:200px;height:50px;overflow: hidden;}
+.pagination_box{width: 100%;height:50px;text-align: right;line-height: 90px;}
+.pagination_box>div{float:right;width:200px;height:50px;overflow: hidden;display:inline-block;line-height: 40px;}
+.pagination_box>span{width:40px;height:30px;display:inline-block;font-size: 14px;
+    float: right;line-height: 30px;margin-top: 10px;box-shadow: 0 0 10px 0 #999 inset;text-align: center;
+border-radius: 5px;cursor: pointer;font-weight: bold;}
+.pagination_box>span.second{border: none;box-shadow: none;line-height: 30px;font-size: 16px;color:#F68705;width:25px;text-align: center;
+    display: inline-block;cursor: pointer;font-weight: normal;}
+.pagination_box>span.first{border: none;box-shadow: none;line-height: 30px;font-size: 16px;color:#F68705;width:25px;text-align: center;
+    display: inline-block;cursor: pointer;font-weight: normal;}
+.pagination_box>span.span_true{color:#f68705;}
+.pagination_box>span.all_span{width:40px;height:30px;display:inline-block;font-size: 14px;
+    float: right;line-height: 30px;margin-top: 10px;font-weight: bold;text-align: center;
+border: none;box-shadow: none;}
 .paging_box{overflow: hidden;}
 .paging_box>span{line-height: 50px;font-size: 16px;color:#F68705;width:25px;text-align: center;
     display: inline-block;cursor: pointer;}

+ 2 - 1
src/css/public.css

@@ -70,7 +70,8 @@ header .nav_right a:hover{color: #2a6597;}
 
 
 /*右侧挂件*/
-.pub_fix{width: 70px;position: fixed;right: 68px;bottom: 100px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;text-align: center;height: 382px;background: #ffffff;}
+.pub_fix{width: 70px;position: fixed;right: 20px;bottom: 100px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;
+    text-align: center;height: 382px;background: #ffffff;z-index: 999;}
 .pub_fix .index_blur{width: 100%;height: 30px;line-height: 30px;background: #4c7fa9;display: inline-block;}
 .pub_fix .index_orange{width: 100%;height: 30px;line-height: 30px;background: #ffd68f;display: inline-block;}
 .pub_fix ul li:first-child{border: none;}

File diff suppressed because it is too large
+ 164 - 42
src/js/Technologytrading.js


+ 13 - 12
template/Technologytrading.html

@@ -140,15 +140,15 @@
 					<input type="text" placeholder="医药生物"/>
 					<span class="search_click"></span>
 					<div>
-						<span>医药</span>
-						<span>教育</span>
-						<span>生物</span>
-						<span>医药</span>
-						<span>教育</span>
-						<span>生物</span>
-						<span>医药</span>
-						<span>教育</span>
-						<span>生物</span>
+						<span><a href="">医药</a></span>
+						<span><a href="">教育</a></span>
+						<span><a href="">生物</a></span>
+						<span><a href="">医药</a></span>
+						<span><a href="">教育</a></span>
+						<span><a href="">生物</a></span>
+						<span><a href="">医药</a></span>
+						<span><a href="">教育</a></span>
+						<span><a href="">生物</a></span>
 					</div>
 				</div>
 			</form>
@@ -167,7 +167,7 @@
 					<ol>
 						<li class="act" value="0" id="patent">专利交易</li>
 						<li value="1" id="attorn">精品技术转让</li>
-						<li value="0" id="nedd">精品创业需求</li>
+						<li value="2" id="nedd">精品创业需求</li>
 					</ol>
 				</div>
 				<div class="main_details checked">
@@ -242,8 +242,9 @@
 						</li>
 
 					</ul>
-				</div>			
+				</div>
 				<div class="pagination_box">
+					<span aria-hidden="true" class="page_right">&gt;&gt;</span>
 					<div>
 						<div class="paging_box">
 							<!--<span value="1" class="action_span">1</span>-->
@@ -252,7 +253,7 @@
 							<!--<span value="4" >4</span>-->
 						</div>
 					</div>
-
+					<span aria-hidden="false" class="page_left">&lt;&lt;</span>
 				</div>
 			</div>
 		</div>