Bladeren bron

官网调整

Lijy 2 jaren geleden
bovenliggende
commit
b3c89dc246

+ 1 - 1
fhKeeper/formulahousekeeper/inva_4_tivo/css/customer.css

@@ -511,7 +511,7 @@ html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-colo
 }
 .specialShowProgressbar span {
     display: inline-block;
-    width: 13.75rem;
+    /* width: 13.75rem; */
     height: .1875rem;
     background: #20a0ff;
     position: absolute;

+ 9 - 3
fhKeeper/formulahousekeeper/inva_4_tivo/css/index.css

@@ -16,7 +16,9 @@
 }
 .navigationTitle {
     max-width: 81.25rem;
-    height: 6.375rem;
+    /* height: 6.375rem; */
+    /* max-width: 102.25rem; */
+    height: 8rem;
     margin: auto;
     position: relative;
     display: flex;
@@ -146,15 +148,19 @@
     width: 100%;
     position: fixed;
     z-index: 10;
-    top: 6.25rem;
+    /* top: 6.25rem; */
+    top: 8rem;
     left: 0;
     background: #fff;
-    height: 18.75rem;
+    /* height: 18.75rem; */
+    height: 23.1rem;
     border-top: .0625rem solid rgb(163, 163, 163);
 }
 .connont {
     width: 81.25rem;
     margin: auto;
+    transform: scale(1.258);
+    margin-top: 2rem;
 }
 
 .tils::before {

+ 8 - 6
fhKeeper/formulahousekeeper/inva_4_tivo/customer.html

@@ -79,7 +79,7 @@
                 ·用高效的客户追踪系统和智能数据处理,节约销售成本,提高企业营收·
             </div>
             <a href="http://clinic.ttkuaiban.com/#/register">
-                <div class="bannBtn">MORE</div>
+                <!-- <div class="bannBtn">MORE</div> -->
             </a>
         </div>
     </div>
@@ -119,7 +119,7 @@
                     <div style="display: inline-block;"> 
                         <h4>数据分析</h4>
                         <p>线索分析、来源排行、<br/> 商机分析、任务统计</p>
-                        <span>了解更多</span>
+                        <!-- <span>了解更多</span> -->
                     </div>
                 </div>
                 <div class="coreFunctionConRihtCon">
@@ -127,7 +127,7 @@
                     <div style="display: inline-block;"> 
                         <h4>产品管理</h4>
                         <p>产品基础信息、销售时间、<br/> 产品描述等</p>
-                        <span>了解更多</span>
+                        <!-- <span>了解更多</span> -->
                     </div>
                 </div>
                 <div class="coreFunctionConRihtCon">
@@ -135,7 +135,7 @@
                     <div style="display: inline-block;"> 
                         <h4>个性化</h4>
                         <p>自定义组件、个性化UI等</p>
-                        <span>了解更多</span>
+                        <!-- <span>了解更多</span> -->
                     </div>
                 </div>
             </div>
@@ -189,7 +189,7 @@
             <div class="specialShowTil">
                 <h2><span>特色</span>展示</h2>
                 <div class="specialShowProgressbar">
-                    <div><span></span><p>90%</p></div>
+                    <div><span style="width: 9%;" id="tesSpan"></span><p id="tesTex">1/11</p></div>
                 </div>
             </div>
             <div class="specialShowCon">
@@ -284,7 +284,9 @@
 
     <!-- 客户评价  -->
     <div class="evaluation">
-        <div class="evaluationLogo"><img src="./image/customer/hezuo.png" alt=""></div>
+        <div class="evaluationLogo">
+            <!-- <img src="./image/customer/hezuo.png" alt=""> -->
+        </div>
         <div class="evaluationC">
             <div class="evaluationCon">
                 <div class="evaluationConIkun" style="left: 0rem;">

+ 12 - 12
fhKeeper/formulahousekeeper/inva_4_tivo/index.html

@@ -17,6 +17,16 @@
     <!-- 统计文件 -->
     <!-- <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
     <script>LA.init({id: "Jk62Sh8gvUhl1xcU",ck: "Jk62Sh8gvUhl1xcU"})</script> -->
+    <script>
+        function bodyScale() {
+            var devicewidth = document.documentElement.clientWidth;
+            var scale = devicewidth / 1920;  // 设计稿的尺寸
+            document.body.style.zoom = scale;
+        }
+        window.onload = window.onresize = function () {
+            bodyScale();
+        };
+    </script>
 </head>
 
 <body data-spy="scroll" data-target=".fixed-top" id="body">
@@ -30,7 +40,7 @@
     </div> -->
 
     <!-- <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top"> -->
-    <nav class="navbar headers" style="z-index: 9;">
+    <nav class="navbar headers" style="z-index: 9;transform: scale(1.258);">
         <div class="navigationBar">
             <div class="navigationBarBack" id="all"></div>
             <div class="navigationTitle abc" id="abc">
@@ -69,7 +79,7 @@
         <img id="consultigImg" src="./image/ions/kefu2.png" alt="">
     </div>
     <!-- 产品介绍 -->
-    <div class="product" id="product" style="display: none">
+    <div class="product" id="product" style="display: none;">
         <div class="connont">
             <div style="display: flex;">
                 <div class="management">
@@ -661,15 +671,5 @@
 
     <!-- <script src="js/js/scripts.js"></script>  -->
     <script src="js/index.js"></script>
-    <script>
-        function bodyScale() {
-            var devicewidth = document.documentElement.clientWidth;
-            var scale = devicewidth / 1920;  // 设计稿的尺寸
-            document.body.style.zoom = scale;
-        }
-        window.onload = window.onresize = function () {
-            bodyScale();
-        };
-    </script>
 </body>
 </html>

+ 3 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/js/customer.js

@@ -80,6 +80,9 @@ $('#product').hover(function () {
 // 特色展示 
 $('#specialShowConLeftUL li').click(function () {
     let index = $(this).index()
+    // console.log(index, '索引')
+    $('#tesTex').html(+index + 1 + '/11')
+    $('#tesSpan').css('width', (+index + 1) * 9.09 + '%')
     let arr = $('#specialShowConLeftUL li')
     // if(index != '1' && index != '7') {
        for(let i in arr) {

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/config/index.js

@@ -1,10 +1,10 @@
 var path = require('path')
 
 //  var ip = '127.0.0.1'
-var ip = '47.101.180.183'
+// var ip = '47.101.180.183'
 // var ip = '47.100.37.243'
 // var ip = '192.168.2.31'
-// var ip = '192.168.2.20'
+var ip = '192.168.2.45'
 
 // var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
 // for (var i in ifaces) {