liting2017 6 年之前
父節點
當前提交
c2cb20c1fc

+ 9 - 3
src/css/newMenu/public.css

@@ -821,7 +821,7 @@ header .colorRed{
 	to{transform:rotateY(0deg)}
 } */
 .loading{
-	position: absolute;
+	position: fixed;
 	width: 100%;
 	height: 100%;
 	background: rgba(0, 0, 0, 0.1);
@@ -832,15 +832,21 @@ header .colorRed{
 .loading{
 	display: none;
 }
+.loading div{
+	position: fixed;
+	width: 98vw;
+	height: 100vh;
+}
 .loading p{
 	position: absolute;
 	left: 50%;
-	top: 500px;
+	top: 50%;
 	width: 200px;
 	height: 40px;
 	margin-left: -100px;
-	margin-top: -40px;
+	margin-top: -20px;
 }
+
 .loading p span{
 	display: inline-block;
 	font-size: 30px;

+ 3 - 3
src/css/newMenu/services.css

@@ -924,6 +924,7 @@
 .project{
     clear: both;
     overflow: hidden;
+    margin-bottom: 40px;
 }
 .project .projectImg{
     float: left;
@@ -955,7 +956,6 @@
     height: 57px;
     background: #f8f8f8;
     font-size: 14px;
-   
     line-height: 57px;
     text-align: center;
     margin-right: 2px;
@@ -966,7 +966,7 @@
     -o-text-overflow: ellipsis;
     padding: 0 5px;
 }
-.imgLeft ul li:hover{
+.imgLeft ul li:hover p{
     color: #ff5d1d;
 }
 .imgLeft ul li a{
@@ -1088,7 +1088,7 @@
 }
 .customerList ul li div h5 span:first-child{
     font-weight: normal;
-    font-size: 14px;
+    font-size: 18px;
     color: #323232;
     margin-top: 16px;
 }

+ 18 - 3
src/css/public.css

@@ -1141,17 +1141,32 @@ header .nav_right .head_login {
 	}
 }
 .loading{
+	position: fixed;
+	width: 100%;
+	height: 100%;
+	background: rgba(0, 0, 0, 0.1);
+	top: 0;
+	left: 0;
+	z-index: 99999999999;
+}
+.loading{
 	display: none;
 }
+.loading div{
+	position: fixed;
+	width: 98vw;
+	height: 100vh;
+}
 .loading p{
 	position: absolute;
 	left: 50%;
-	top: 500px;
+	top: 50%;
 	width: 200px;
 	height: 40px;
 	margin-left: -100px;
-	margin-top: -40px;
+	margin-top: -20px;
 }
+
 .loading p span{
 	display: inline-block;
 	font-size: 30px;
@@ -1159,6 +1174,6 @@ header .nav_right .head_login {
 	transition: all .2s ease-in-out;
 }
 .loading p span.active{
-	margin-left: -4px;
+	margin-left: -10px;
 	transition: all .2s ease-in;
 }

+ 4 - 2
src/js/newMenu/demandList.js

@@ -9,7 +9,9 @@ import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/achievementList.css';
 import 'js/public.js';
-
+const globalConfig={
+    context:''
+} 
 "use strict";
 $(function () {
     var thePageNo = 1,
@@ -17,7 +19,7 @@ $(function () {
         dataList = {},
         pageSize = 15;
     init();
-
+    
     function init() {
         pages();
         inpFun();

+ 3 - 0
src/js/newMenu/serviceList.js

@@ -26,6 +26,8 @@ $(function () {
         jump();
         $('.onSelect .preFirst').css('display', 'none');
         $('.onSelect .next').css('display', 'none');
+        $('.hot ul li').removeClass('active');
+
     };
     //一级界面跳转此页面
    
@@ -286,6 +288,7 @@ $(function () {
     //搜索
     function search() {
         $('.hot ul li').click(function () {
+            $(this).addClass('active').siblings().removeClass('active');
             dataList.name = $(this).text();
             dataList.topId = '';
             dataList.secondId = '';

+ 7 - 5
src/js/public.js

@@ -372,21 +372,23 @@ $(function(){
 		clearInterval(setTime);
 		let txt = "loading...",htmls=[],i=0,
 			txtArr = txt.split('');
+			let ps = document.createElement('p');
 			txtArr.map(item=>{
 				htmls.push(`
 					<span>${item}</span>
 				`)
-			})
+
+			});
+			ps.innerHTML=htmls.join('');
+			$('.loading div').html(ps);
 		function active(){
 			i++;
-			if(i>=txtArr.length){
+			if(i>txtArr.length){
 				i=0;
 			}
-			$('.loading p').html(htmls);
-			$('.loading p span').eq(i).addClass('active');
+			$('.loading p span').eq(i).addClass('active').siblings().removeClass('active');
 		}
 	    let setTime =setInterval(()=>{active()},100);
 	}
-	console.log()
 });
 

+ 1 - 1
template/newMenu/demandList.html

@@ -601,7 +601,7 @@
         </div>
     </footer>
     <div class="loading">
-        <p>loading...</p>
+        <div></div>
     </div>
 </body>
 

+ 3 - 0
template/newMenu/serviceList.html

@@ -13,6 +13,9 @@
 </head>
 
 <body>
+    <div class="loading">
+        <p></p>
+    </div>
     <div class="header">
         <div class="container">
             <div>