ソースを参照

项目管家官网开发,用户评价待完成

Lijy 2 年 前
コミット
820076f223
25 ファイル変更1295 行追加16 行削除
  1. 13 4
      fhKeeper/formulahousekeeper/inva_4_tivo/css/index.css
  2. 727 0
      fhKeeper/formulahousekeeper/inva_4_tivo/css/projectt.css
  3. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/bannar7.jpg
  4. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/bannar9.gif
  5. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/logo.jpg
  6. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossEight.jpg
  7. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossFour.jpg
  8. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossLeft.jpg
  9. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossOne.jpg
  10. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossRight.jpg
  11. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossSeven.jpg
  12. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossSix.jpg
  13. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossThree.jpg
  14. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossTwo.jpg
  15. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossfive.jpg
  16. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/bannar.jpg
  17. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/fours.png
  18. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/ones.png
  19. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/threes.png
  20. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/tuandui.jpg
  21. BIN
      fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/twos.png
  22. 5 12
      fhKeeper/formulahousekeeper/inva_4_tivo/index.html
  23. 20 0
      fhKeeper/formulahousekeeper/inva_4_tivo/js/one.js
  24. 84 0
      fhKeeper/formulahousekeeper/inva_4_tivo/js/project.js
  25. 446 0
      fhKeeper/formulahousekeeper/inva_4_tivo/project.html

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

@@ -68,6 +68,16 @@
     z-index: 9999999;
 }
 
+/* 图片 */
+.bannarIMgGam {
+    width: 35.0625rem;
+    height: 34.625rem;
+    position: absolute;
+    top: 150px;
+    right: 225px;
+    z-index: 1;
+}
+
 /* 产品介绍 */
 .product {
     width: 100%;
@@ -134,6 +144,9 @@
     border-radius: .625rem;
     color: #3370FF;
 }
+.management a {
+    color: #333;
+}
 .hide {
     display: none;
 }
@@ -750,14 +763,10 @@
 
 /* 尝试滚动 */
 .jiesao {
-    /* height: 200vh; */
-    /* height: 125.8125rem; */
     height: 137.5rem;
     width: 100%;
 }
 .managements {
-    /* height: 72vh; */
-    /* height: 90vh; */
     height: 56.625rem;
     position: sticky;
     top: 6.25rem;

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

@@ -0,0 +1,727 @@
+@charset "utf-8";
+
+html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
+@media screen and (min-width:320px){html{font-size:    10px;}}
+@media screen and (min-width:360px){html{font-size: 11.25px;}}
+@media screen and (min-width:375px){html{font-size: 11.7px;}}
+@media screen and (min-width:480px){html{font-size:    15px;}}
+@media screen and (min-width:414px){html{font-size:  13px;}}
+@media screen and (min-width:560px){html{font-size:  17.5px;}}
+@media screen and (min-width:640px){html{font-size:    20px;}}
+
+.contentes {
+    width: 81.25rem;
+    margin: auto;
+    position: relative;
+}
+.contentes img {
+    width: 100%;
+    height: 100%;
+}
+
+.bor {
+    box-shadow: 0 0 .5rem .75rem #e6e9ef;
+}
+
+/* 团队协作 */
+.collaborationTeam {
+    width: 100%;
+    background: #ffffff;
+    height: 250vh;
+}
+.collTeam {
+    height: 100vh;
+    box-sizing: border-box;
+    position: sticky;
+    top: 6.375rem;
+}
+.collCent {
+    height: 40rem;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}
+.collCentImg {
+    width: 7.5rem;
+    height: 8.75rem;
+    margin-right: 3.125rem;
+    position: relative;
+    z-index: 2;
+}
+.collCentFonts {
+    font-size: 2.25rem;
+    color: #333;
+    overflow: hidden;
+    width: 32.5rem;
+    padding-left: 2.5rem;
+}
+.collCentFonts span {
+    color: #5e95f8;
+}
+
+/* 项目模板 */
+.templateProject {
+    width: 100%;
+    background: #fafbfd;
+    height: 300vh;
+}
+.templat{
+    height: 100vh;
+    box-sizing: border-box;
+    position: sticky;
+    top: 6.375rem;
+    overflow: hidden;
+}
+.templat h2 {
+    font-size: 2.25rem;
+    color: #333;
+    padding: 2.5rem 0 2.4rem 0;
+    text-align: center;
+    font-weight: normal;
+    letter-spacing: .3125rem
+}
+.templat span {
+    font-size: 3rem;
+    color: #01bea8;
+}
+.templat i {
+    font-style: normal;
+    font-size: 3rem;
+    color: #3dc9ff;
+}
+.templatCon {
+    position: relative;
+}
+.templatOne, .templatTwo, .templatThree, .templatFour {
+    border-radius: .625rem;
+}
+.templatOne {
+    width: 17.625rem;
+    height: 32.25rem;
+    position: absolute;
+    z-index: 2;
+    right: 2.1875rem;
+    top: 3.125rem;
+}
+.templatTwo {
+    width: 58.3125rem;
+    height: 28.3125rem;
+    position: absolute;
+    z-index: 1;
+    top: 0;
+    left: 11.4375rem;
+}
+.templatThree {
+    width: 19.4375rem;
+    height: 21.4375rem;
+    position: absolute;
+    z-index: 3;
+    top: 16.25rem;
+    right: 17.5rem;
+}
+.templatFour {
+    width: 27.125rem;
+    height: 16.5rem;
+    position: absolute;
+    z-index: 2;
+    left: 2.8125rem;
+    top: 17.5rem;
+}
+
+/* 跨部门 */
+.acrossDepartments {
+    background: #ffffff;
+    position: relative;
+    z-index: 3;
+}
+.acrossDepartments h2{
+    font-size: 2.25rem;
+    font-weight: normal;
+    color: #333;
+    letter-spacing: .3125rem;
+    padding: 2.1875rem 0 150px 0;
+}
+.acrossDepartments span {
+    color: #01bea8;
+}
+.acrossCon {
+    display: flex;
+    justify-content: space-around;
+    padding-bottom: 8.75rem;
+}
+.acrossConOne, .acrossConTwo {
+    width: 20.25rem;
+    height: 20.1875rem;
+    position: relative;
+}
+.acrossConOne {
+    background: url(../image/projectImg/acrossLeft.jpg) no-repeat center;
+    background-size: 100% 100%;
+}
+.acrossConTwo {
+    background: url(../image/projectImg/acrossRight.jpg) no-repeat center;
+    background-size: 100% 100%;
+}
+.acrossIonsOne {
+    width: 7.5rem;
+    height: 7.5rem;
+    border: .0625rem solid #e0efee;
+    border-radius: 50%;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    position: absolute;
+    transition: all 0.5s;
+    cursor:pointer;
+}
+.acrossIonsOne:hover {
+    transform: scale(1.2);
+}
+.acsTop {
+    background: linear-gradient(to top,#1de7e5,#4ab8f9);
+}
+.acsBon {
+    background: linear-gradient(to top,#4ab8f9,#1de7e5);
+}
+.acsLeft {
+    background: linear-gradient(to right,#4ab8f9,#1de7e5);
+}
+.acsRight {
+    background: linear-gradient(to right,#1de7e5,#4ab8f9);
+}
+
+.acsTops {
+    background: linear-gradient(to top,#82a6d7,#55749f);
+}
+.acsBons {
+    background: linear-gradient(to top,#55749f,#82a6d7);
+}
+.acsLefts {
+    background: linear-gradient(to right,#55749f,#82a6d7);
+}
+.acsRights {
+    background: linear-gradient(to right,#82a6d7,#55749f);
+}
+.acrossIonsTwo {
+    width: 6.875rem;
+    height: 6.875rem;
+    border-radius: 50%;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}
+.acrossIonsThree {
+    width: 5.4375rem;
+    height: 5.4375rem;
+    border-radius: 50%;
+    display: flex;
+    justify-content: center;
+    flex-wrap: wrap;
+    background: #ffffff;
+}
+.acrossIonsThree p {
+    font-size: 1rem;
+    width: 100%;
+    text-align: center;
+    color: #333;
+    margin-top: 22px;
+    margin-bottom: 20px;
+}
+.acrossIonsThree div {
+    width: 1.875rem;
+    height: 1.875rem;
+    margin-top: -1.5625rem;
+}
+
+/* 支持多种行业和场景使用 */
+.industryScenario {
+    background: #ffffff;
+}
+.industryScenario h2 {
+    text-align: center;
+    font-size: 2.25rem;
+    color: #333;
+    margin-top: 1.875rem;
+    font-weight: normal;
+}
+.industryScenario h2 p {
+    font-size: 1.125rem;
+    color: #666666;
+    margin-top: 1.25rem;
+}
+.industryCon {
+    width: 100%;
+    margin-top: 1.5625rem;
+    margin-bottom: 40px;
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: space-around;
+}
+.industryConOverlap {
+    width: 24.375rem;
+    height: 16.75rem;
+    background: #f5f5f5;
+    border-radius: .3125rem;
+    box-sizing: border-box;
+    padding: 2.8125rem 2.625rem 0 2.625rem;
+    margin-bottom: 3.125rem;
+    box-shadow: 9px 8px 11px #e9e9e9;
+}
+.industryConOverlapTil {
+    font-size: 1.5rem;
+    color: #333;
+    line-height: 2.5rem;
+    display: flex;
+    justify-content: center;
+}
+.industryConOverlapTil div {
+    width: 11.25rem;
+    height: 2.5rem;
+    display: inline-block;
+    margin-right: .625rem;
+    border-radius: 2.5rem;
+    text-align: center;
+    margin-left: -0.625rem;
+    color: #ffffff;
+}
+.industryConOverlapTil p {
+    display: inline-block;
+}
+.industryConOverlapTex {
+    font-size: 1.5rem;
+    color: #666666;
+    font-family: 宋体;
+    margin-top: .9375rem;
+    line-height: 1.875rem;
+}
+.industryConOverlapBtn {
+    font-size: 1.125rem;
+    margin-top: 1.875rem;
+    margin-left: -0.75rem;
+}
+
+/* 用户评价 */
+.userEvaluation {
+    background: #4a65ac;
+    width: 100%;
+    overflow: hidden;
+}
+.inBlock {
+    display: inline-block;
+}
+.userEvaluationLeft {
+    margin-right: 10.625rem;
+    float: left;
+}
+.userEvaluationLeft h2 {
+    font-size: 3.125rem;
+    color: #ffffff;
+    font-weight: normal;
+    margin-top: 8.75rem;
+    margin-bottom: 2.1875rem;
+}
+.userEvaluationLeft p {
+    font-size: 1rem;
+    color: #ffffff;
+}
+.userEvaluationLeft div {
+    width: 10rem;
+    height: 3.125rem;
+    border-radius: 3.125rem;
+    border: .125rem solid #ffffff;
+    text-align: center;
+    line-height: 50px;
+    font-size: 1.125rem;
+    color: #ffffff;
+    margin-top: 6.25rem;
+    margin-bottom: 10.25rem;
+    background: #3f5697;
+}
+.userEvaluationRight {
+    width: 4100px;
+    display: flex;
+    /* justify-content: space-between; */
+    position: relative;
+    margin-top: 9.1875rem;
+    margin-bottom: 7.5rem;
+}
+.userEvaluationRightCon {
+    width: 23.125rem;
+    height: 18.4375rem;
+    background: #fff;
+    border-radius: .625rem;
+    padding: 2.1875rem;
+    box-sizing: border-box;
+    position: relative;
+    margin-right: 1.875rem;
+}
+.userEvaluationRightConIMg {
+    width: 7.5rem;
+    height: 7.5rem;
+    border-radius: 50%;
+    position: absolute;
+    top: -3.75rem;
+    left: 2.1875rem;
+    background: red;
+}
+.userEvaluationRightConTex {
+
+}
+.userEvaluationRightConTex p{
+    font-size: 1.75rem;
+    color: #333;
+    margin-top: 5rem;
+    margin-bottom: 1.125rem;
+}
+.userEvaluationRightConTex span {
+    font-size: 1rem;
+    color: #666666;
+    line-height: 1.5625rem;
+}
+.userKongz {
+    width: 46.25rem;
+}
+
+/* 产品定价 */
+.pricings {
+    width: 100%;
+    max-width: 120rem;
+    height: 58.8125rem;
+    margin: auto;
+    /* background: url(../image/dingj.jpg) no-repeat center; */
+    /* background-size: 120rem 58.8125rem; */
+}
+.pri {
+    display: flex;
+    justify-content: space-between;
+    width: 78rem;
+    margin: auto;
+}
+.tooltipTis {
+    width: 75rem;
+    margin: auto;
+    text-align: center;
+    font-size: 1.75rem;
+    position: relative;
+    top: -3.125rem;
+    /* transform: translate(100rem,0); */
+}
+.tooltipTisFillCons {
+    animation: moves 2s;
+    animation-fill-mode: both; 
+}
+
+@keyframes moves {
+    0%{
+        transform: translate(100rem,0);
+    }
+    100%{
+        transform: translate(0,0);
+    }
+} 
+.li {
+    text-align: center;
+    background: #fff;
+    padding: 10px;
+    box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
+    cursor: pointer;
+    transition: all  .25s  ease-in;
+}
+.li_con {
+    width: 240px;
+    height: 168px;
+    background: #f3f3f3;
+    box-sizing: border-box;
+    padding-top: 46px;
+}
+.li_con div {
+    width: 100%;
+    text-align: center;
+    font-size: 24px;
+    color: #565656;
+    margin-bottom: 22px;
+}
+.li_con div span{
+    font-size: 28px;
+}
+.li li {
+    width: 100%;
+    height: 32px;
+    font-size: 14.4px;
+    line-height: 32px;
+    text-align: center;
+    list-style-type:none;
+    color: #b5b0b0;
+}
+.li li:nth-child(2n) {
+    background: #f3f3f3;
+}
+.btn {
+    width: 140px;
+    height: 40px;
+    margin: auto;
+    background-image: url(../image/xg.png);
+    background-size: 100% 100%;
+    margin-bottom: 19.2px;
+    border: 0;
+    background-repeat: no-repeat;
+}
+.li:hover {
+    transform:translateY(-1.25rem);
+}
+.li:hover .btn{
+    background: url(../image/xgs.png);
+    background-size: 100% 100%;
+    background-repeat:no-repeat;
+}
+.li:hover .li_con{
+    background: linear-gradient(to left,#4daefe,#01f1fe);
+}
+.li:hover .li_con div{
+    color: #fff;
+}
+.btn a {
+    display: inline-block;
+    width: 100%;
+    height: 100%;
+}
+.al a{
+    color: #407be7 !important;
+}
+.al {
+    position: relative;
+}
+.al::after {
+    content: '';
+    width: 100%;
+    height: 3px;
+    background: #407be7;
+    position: absolute;
+    bottom: -20px;
+    left: 0;
+}
+.pricings h2 {
+    font-size: 2.625rem;
+    color: #333;
+    padding: 6.25rem 5rem 4rem 5rem;
+}
+
+/* 底部 */
+.footer-frame {
+	width: 100%;
+	height: 24px;
+}
+
+.footer {
+	padding-top: 48px;
+	padding-bottom: 8px;
+	background-color: #20a0ff;
+    margin-top: -0.125rem;
+}
+
+.footer .footer-col {
+	margin-bottom: 36px;
+}
+
+.footer h4 {
+	margin-bottom: 10px;
+	color: #fff;
+}
+
+.footer .list-unstyled,
+.footer p {
+	color: #f3f7fd;
+}
+
+.footer .footer-col.middle .list-unstyled .fas {
+	color: #fff;
+	font-size: 8px;
+	line-height: 24px;
+}
+
+.footer .footer-col.middle .list-unstyled .media-body {
+	margin-left: 8px;
+}
+
+.footer .footer-col.last .list-unstyled .fas {
+	color: #fff;
+	font-size: 14px;
+	line-height: 24px;
+}
+
+.footer .footer-col.last .list-unstyled .media-body {
+	margin-left: 10px;
+}
+
+.footer .footer-col.last .list-unstyled .fas.fa-globe {
+	margin-left: 16px;
+	margin-right: 10px;
+}
+
+.navbar {
+    padding: 0 !important;
+}
+
+.ulss {
+    display: inline-block;
+}
+.alss {
+    display: flex;
+    justify-content: space-around;
+    width: 87.5rem;
+    margin: auto;
+}
+
+.copyright {
+    width: 100%;
+    text-align: center;
+    line-height: 2.5rem;
+    color: #fff;
+    font-size: 1rem;
+    background: #20a0ff;
+    border-top: 1px solid #565656;
+}
+
+/* 质询图标 */
+.consulting {
+    width: 3.125rem;
+    height: 3.125rem;
+    border-radius: 50%;
+    background: #fff;
+    position: fixed;
+    bottom: 3.75rem;
+    right: 6.25rem;
+    z-index: 4;
+    box-shadow: 0 0 1.25rem 0px #cbcbcb;
+    cursor:pointer;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+.consulting:hover {
+    background: #3396FB;
+}
+.conImgConImg {
+    width: 2.5rem;
+    height: 2.5rem;
+    position: relative;
+    margin-top: 1.5625rem;
+    margin-left: 1.125rem;
+}
+.conImgConImg img{
+    width: 100%;
+}
+
+/* 咨询 */
+.zhixun {
+    display: block;
+    position: fixed;
+    bottom: 7.5rem;
+    right: 1.25rem;
+    padding: 1rem;
+    background: #fff;
+    box-shadow: .1875rem .1875rem .625rem #ccc;
+    z-index: 99999999;
+    text-align: center;
+}
+.zhixun p {
+    margin: 8px 0;
+}
+.zhixun img {
+    width: 8rem;
+}
+
+.tabOn {
+    background: #fff;
+    color: #20a0ff !important;
+}
+
+/* 产品介绍 */
+.product {
+    width: 100%;
+    position: fixed;
+    z-index: 10;
+    top: 6.25rem;
+    left: 0;
+    background: #fff;
+    height: 18.75rem;
+    border-top: .0625rem solid rgb(163, 163, 163);
+    box-shadow: 1px 3px 5px 0px #ddd;
+}
+.connont {
+    width: 81.25rem;
+    margin: auto;
+}
+
+.tils::before {
+    content:"";
+    height: .125rem;
+    width: 100%;
+    bottom: 0;
+    left: 0;
+    background: #37B8FF;
+    position: absolute;
+}
+/* 导航下拉 */
+.management {
+    margin-top: 1.25rem;
+    width: 33.75rem;
+    font-size: 1rem;
+}
+.management h3 {
+    width: 100%;
+    font-size: 1rem;
+    font-weight: normal;
+    color: #333333;
+    line-height: 2.5rem;
+    border-bottom: .0625rem solid rgb(180, 180, 180);
+    margin-left: 1.25rem;
+}
+.management ul {
+    margin-top: .625rem;
+    width: 11.25rem;
+}
+.management li{
+    margin-top: .625rem;
+    line-height: 2.5rem;
+    cursor:pointer;
+    padding-left: 1.25rem;
+}
+.management a {
+    color: #333;
+}
+.management li:hover {
+    background: #F0F4FF;
+    border-radius: .625rem;
+    color: #3370FF;
+}
+
+/* js锁添加的样式 */
+.tils::before {
+    content:"";
+    height: .125rem;
+    width: 100%;
+    bottom: 0;
+    left: 0;
+    background: #37B8FF;
+    position: absolute;
+}
+.hanAll {
+    background: #fff !important;
+    box-shadow: .0625rem .1875rem .3125rem 0px #ddd;
+}
+.abc .til {
+    color: #3c86df !important;
+}
+.abc .til a{
+    color: #3c86df !important;
+}
+.navigationBarBack {
+    background: #f6fef9;
+}
+.navigationTitle a {
+    color: #333 !important;
+}
+.navigationTitle {
+    color: #333 !important;
+}

BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/bannar7.jpg


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


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/logo.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossEight.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossFour.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossLeft.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossOne.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossRight.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossSeven.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossSix.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossThree.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossTwo.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/acrossfive.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/bannar.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/fours.png


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/ones.png


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/threes.png


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/tuandui.jpg


BIN
fhKeeper/formulahousekeeper/inva_4_tivo/image/projectImg/twos.png


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

@@ -75,9 +75,9 @@
                 <div class="management">
                     <h3>管家</h3>
                     <ul>
-                        <li>工时管家</li>
+                        <a href="./index.html"><li>工时管家</li></a>
                         <li>随访管家</li>
-                        <li>项目管家</li>
+                        <a href="./project.html"><li>项目管家</li></a> 
                     </ul>
                 </div>
                 <div></div>
@@ -89,18 +89,17 @@
     <!-- <div style="height: 102px"></div> -->
     
     <!-- 轮播图 -->
-    <div class="bannar">
+    <div class="bannar" style="position: relative">
         <!-- <img src="./image/bannar1.jpg" style="width: 100%;" alt=""> -->
-        <img src="./image/bannar1.gif" style="width: 100%;" alt="">
+        <img src="./image/bannar7.jpg" style="width: 100%;" alt="" class="bannarIMgGamOne">
+        <img src="./image/bannar9.gif" alt="" class="bannarIMgGam">
     </div>
 
     <!-- 系统管理 -->
     <div class="jiesao">
         <div class="managements">
-            <!-- <div class="manImg"><img src="./image/gongshi.jpg" alt=""></div> -->
             <div class="connont">
                 <div class="manContent">
-                    <!-- <img id="jiesaoImg" src="./image/gsgj.png" alt="" style="padding-top: 300px;"> -->
                     <div style="position: relative;z-index: 2;">
                         <img id="jiesaoImg" src="./image/gsgj.png" alt="">
                         <p id="jiesaoP">化繁为简  只需一个<span>工时管家</span></p>
@@ -619,12 +618,6 @@
                         <div class="footer-col middle">
                             <h4>&nbsp;&nbsp;类别</h4>
                             <ul class="list-unstyled li-space-lg p-small">
-                                <!-- <li class="media">
-                                    <div class="media-body"><a href="./download.html" style="color: #f3f7fd;text-decoration:none;"><i class="fa fa-windows"></i>&nbsp;&nbsp;&nbsp;Windows版本</a></div>
-                                </li>
-                                <li class="media">
-                                    <div class="media-body"><a href="./download.html" style="color: #f3f7fd;text-decoration:none;"><i class="fa fa-apple"></i>&nbsp;&nbsp;&nbsp;Mac版本</a></div>
-                                </li> -->
                                 <li class="media">
                                     <div class="media-body"><a href="http://worktime.ttkuaiban.com/#/login" target="_blank" style="color: #f3f7fd;text-decoration:none;"><i class="fa fa-edge"></i>&nbsp;&nbsp;&nbsp;管理后台</a></div>
                                 </li>

+ 20 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/js/one.js

@@ -0,0 +1,20 @@
+(function(doc, win) {
+    var docEl = doc.documentElement, // 获取html对象
+        resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', // 横屏是否支持,不支持则为浏览器大小改变
+        // 计算页面字体大小
+        recalc = function() {
+            // 获取页面宽度
+            var clientWidth = docEl.clientWidth;
+            // 获取不到页面宽度,直接返回
+            if (!clientWidth) return;
+            // 设置html字体大小(浏览器默认字体大小为16px)
+            docEl.style.fontSize = clientWidth / 1920 * 20  + "px";
+            console.log(clientWidth / 1920 * 20  + "px")
+        };
+    // 不支持addEventListener,返回
+    if (!doc.addEventListener) return;
+    // 监听事件,获取当前html标签的字体大小
+    win.addEventListener(resizeEvt, recalc, false);
+    // dom内容加在完成事件
+    doc.addEventListener('DOMContentLoaded', recalc, false);
+})(document, window)

+ 84 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/js/project.js

@@ -0,0 +1,84 @@
+// 屏幕试图的高度
+let screenHeight = $(window).height()
+console.log(screenHeight)
+// 获取团队协作的高度
+let collaborationTeamHeight = $('#collaborationTeam').offset().top
+// 获取项目模板的高度
+let templateProjectHeight = $('#templateProject').offset().top
+$(window).scroll(function () {
+    // 当前滚动的高度
+    let currentTop = $(window).scrollTop()
+    if(currentTop < 2) {
+        $('#all').removeClass('hanAll')
+        $('#abc').addClass('abc')
+    } else {
+        $("#all").addClass("hanAll");
+        $("#abc").removeClass("abc");
+    }
+    // 团队协作滚动计算
+    if(currentTop > collaborationTeamHeight && currentTop < (collaborationTeamHeight + screenHeight)) {
+        let teamOffset = (currentTop - collaborationTeamHeight) / screenHeight
+        console.log(teamOffset, '值')
+        $('#collCentImg').css({'transform': `translate(${(1 - teamOffset) * 250}px,0)`})
+        $('#collCentFonts').css({'transform': `translate(-${(1 - teamOffset) * 550}px,0)`})
+    }
+    // 项目模板的计算
+    if(currentTop > templateProjectHeight && currentTop < (templateProjectHeight + screenHeight)) {
+        let teamOffset = (currentTop - templateProjectHeight) / screenHeight
+        console.log(teamOffset, '值')
+        $('#templatOne').css({'transform': `translate(${(1 - teamOffset) * 500}px,0)`})
+        $('#templatFour').css({'transform': `translate(-${(1 - teamOffset) * 600}px,0)`})
+        $('#templatThree').css({'transform': `translate(0, ${(1 - teamOffset) * 500}px)`})
+    }
+})
+
+// 导航下划线
+$('.aus li').hover(function () {
+    let i = $(this).index()
+    $(".aus li").eq(i).addClass('tils')
+},function () {
+    let i = $(this).index()
+    $(".aus li").eq(i).removeClass('tils')
+
+})
+
+$('.auss li').hover(function () {
+    let i = $(this).index()
+    $(".auss li").eq(i).addClass('tils')
+},function () {
+    let i = $(this).index()
+    $(".auss li").eq(i).removeClass('tils')
+})
+
+// 客服hover
+$('#zhixun').hover(function () {
+    $("#zhixun").show()
+    $("#consultigImg").attr("src", './image/ions/kefu1.png')
+},function () {
+    $("#zhixun").hide()
+    $("#consultigImg").attr("src", './image/ions/kefu2.png')
+})
+$('#consulting').hover(function () {
+    $("#zhixun").show()
+    $("#consultigImg").attr("src", './image/ions/kefu1.png')
+},function () {
+    $("#zhixun").hide()
+    $("#consultigImg").attr("src", './image/ions/kefu2.png')
+})
+
+// 产品鼠标移入移出
+let fls = true
+$('#productHov').hover(function () {$("#product").show()},function () {
+    setTimeout(function() {
+        if(fls) {
+            $("#product").hide()
+        }
+    }, 200)
+})
+$('#product').hover(function () {
+    fls = false
+    $("#product").show()
+},function () {
+    fls = true
+    $("#product").hide()
+})

ファイルの差分が大きいため隠しています
+ 446 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/project.html