dengzhiguo 6 years ago
parent
commit
14a2180ff8
2 changed files with 5 additions and 1 deletions
  1. 1 1
      src/css/inded.css
  2. 4 0
      src/js/newMenu/index.js

+ 1 - 1
src/css/inded.css

@@ -51,7 +51,7 @@ display: flex;justify-content: space-around;padding: 35px 40px;}
 #hotProject{width:100%;padding-top: 30px;background:url("../../img/indedImg/inded40.png")no-repeat;}
 .hotProject_cont{width: 1200px;height:700px;margin:30px auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
 .hotProject_cont>div{width:285px;height:335px;background-color: #fff;}
-.hotProject_cont>img{width:285px;height:165px;}
+.hotProject_cont>div>img{width:285px;height:165px;}
 .hotProject_cont>div>h3{margin:10px 0 10px 20px;letter-spacing: 2px;}
 .hotProject_cont>div>p{margin-left:20px;letter-spacing: 1px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}

+ 4 - 0
src/js/newMenu/index.js

@@ -50,7 +50,11 @@ import 'js/public.js';
 //			default :break;
 //		}
 	})
+	$(".zaixian").click(function(){
+		//window.open(globalConfig.context + `user/account/index.html#/evaluate`);
+		
 	
+	})
 	function task(){
 		if($(".brands>div>img:nth-child(1)").hasClass("active")){
 			$(".brands>div>img:nth-child(3)").css("opacity","0");