소스 검색

官网调整

Lijy 2 년 전
부모
커밋
64f801cfca

+ 8 - 13
fhKeeper/formulahousekeeper/inva_4_tivo/css/index.css

@@ -249,14 +249,7 @@
     letter-spacing:0
 }
 /* 智能 */
-.smart {
-    width: 100%;
-    max-width: 120rem;
-    height: 52.0625rem;
-    margin: auto;
-    background: url(../image/zhineg.jpg) no-repeat center;
-    background-size: 120rem 100%;
-}
+
 .smart h2 {
     text-align: center;
     font-size: 2.625rem !important;
@@ -817,15 +810,17 @@ body {
 }
 
 .znyq {
-    /* height: 400vh; */
-    height: 251.6875rem;
+    height: 600vh;
+    /* height: 251.6875rem; */
     width: 100%;
 }
 .smart {
-    /* height: 90vh; */
-    height: 56.625rem;
+    height: 62rem;
+    /* height: 56.625rem; */
     position: sticky;
-    top: 6.25rem;
+    top: 6.375rem;
+    background: url(../image/zhineg.jpg) no-repeat center;
+    background-size: 120rem 100%;
 }
 .tb {
     height: 300vh;

+ 24 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/css/projectt.css

@@ -536,6 +536,30 @@ html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-colo
     cursor: not-allowed !important;
 }
 
+/* 新产品定价 */
+.pricingsCon {
+   width: 62.5rem;
+    margin: auto;
+}
+.pricingsConTop {
+    display: flex;
+    flex-wrap: wrap;
+    box-shadow: 0 0 20px 1px #b1b1b1;
+    border-radius: .625rem;
+    /* border-bottom: 1px solid #333; */
+    /* border-right: 1px solid #333;  */
+}
+.pricingsConTop div {
+    color: #333333;
+    width: 50%;
+    line-height: 3.75rem;
+    text-align: center;
+    font-size: 1.25rem;
+    box-sizing: border-box;
+    border-top: 1px solid #939393;
+    /* border-left: 1px solid #333; */
+}
+
 /* 产品定价 */
 .pricings {
     width: 100%;

BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/bannar9.gif


+ 8 - 4
fhKeeper/formulahousekeeper/inva_4_tivo/js/index.js

@@ -90,10 +90,14 @@ $(window).scroll(function () {
         $('#manConDD7').css({'transform': `translate(${(1 - jiesaoopacity) * 362}px, ${(1 - jiesaoopacity) * 123}px)`})
     }
     // 智能引擎滚动计算
-    if(currentTop > znyqTop && currentTop < (znyqTop + screenHeight) && currentTop < 3000) {
-        let znyqTopopacity = (2900 - currentTop)
-        let znyqToppadding = (znyqTopopacity - 1) * 1.15 + 'px'
-        $('#znyqH').css({'transform':'translate(0,'+znyqToppadding+')'})
+    // if(currentTop > znyqTop && currentTop < (znyqTop + screenHeight) && currentTop < 3000) {
+    //     let znyqTopopacity = (2900 - currentTop)
+    //     let znyqToppadding = (znyqTopopacity - 1) * 1.15 + 'px'
+    //     $('#znyqH').css({'transform':'translate(0,'+znyqToppadding+')'})
+    // }
+    if(currentTop > znyqTop && currentTop < (znyqTop + screenHeight)) {
+        let teamOffset = (currentTop - znyqTop) / screenHeight
+        $('#znyqH').css({'transform':`translate(0, ${(1 - teamOffset) * 260}px)`})
     }
     if(currentTop > znyqTop && currentTop < (znyqTop + screenHeight + 800) && currentTop > 2900) {
         let znyqTopopacityVal = (currentTop - znyqTop) / (screenHeight + 800)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 31 - 2
fhKeeper/formulahousekeeper/inva_4_tivo/project.html