diff --git a/index.html b/index.html index 6d4a47e..107d364 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@
- 产品咨询 + 产品咨询
@@ -130,18 +130,18 @@
-
  • -

    网上家园

    +
  • +

    网上家园

  • -
  • -

    GIS地图应用

    +
  • +

    GIS地图应用

  • -
  • -

    利益联结机制

    +
  • +

    利益联结机制

  • @@ -149,6 +149,9 @@ + + +
    @@ -287,21 +290,23 @@

    服务能力

    -
    @@ -311,7 +316,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/static/css/index.css b/static/css/index.css index 1c7f12d..17e4d31 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -248,14 +248,12 @@ font-size: 36px; color: #070b29; font-family: "Source Han Sans SC Medium"; - font-weight: bold; } .business_text p:nth-child(3){ font-size: 16px; color: #070b29; margin-top: 45px; - font-weight: bold; line-height: 34px; font-family: "Source Han Sans SC Normal"; } @@ -467,6 +465,8 @@ color: #ffffff!important; border-radius: 50px; padding: 10px 30px; + display: block; + text-align: center; box-shadow: 0px 5px 12px #a6bfd9; } .bottomAbout_box ul{ @@ -505,9 +505,11 @@ padding: 25px 0; color: #636363; } + .downTit{ font-size: 36px; color: #1473e6; + font-weight: bold; text-align: left; margin-bottom: 35px; } diff --git a/static/css/main.css b/static/css/main.css index f2d46c3..855c6a3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -247,6 +247,13 @@ body { opacity: 0 !important; } +.buttonHover:hover{ + transform:scale(1.06) +} + +.buttonHover{ + transition:transform 0.5s; +} .w-1200 { width: 1200px; margin: 0 auto; diff --git a/static/images/index_img4.png b/static/images/index_img4.png new file mode 100644 index 0000000..4b50d96 Binary files /dev/null and b/static/images/index_img4.png differ diff --git a/static/images/index_img5.png b/static/images/index_img5.png new file mode 100644 index 0000000..82df5ee Binary files /dev/null and b/static/images/index_img5.png differ diff --git a/static/images/index_img6.png b/static/images/index_img6.png new file mode 100644 index 0000000..87fd2ba Binary files /dev/null and b/static/images/index_img6.png differ diff --git a/static/images/service_img.png b/static/images/service_img01.png similarity index 100% rename from static/images/service_img.png rename to static/images/service_img01.png diff --git a/static/images/service_img02.png b/static/images/service_img02.png new file mode 100644 index 0000000..1a9853b Binary files /dev/null and b/static/images/service_img02.png differ diff --git a/static/images/service_img03.png b/static/images/service_img03.png new file mode 100644 index 0000000..94c721d Binary files /dev/null and b/static/images/service_img03.png differ diff --git a/static/js/project/index.js b/static/js/project/index.js index 47b30bb..b249bee 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -11,7 +11,7 @@ function changeTab(id,that){ li[i].className = ''; - if(i<3){ + if(i<6){ document.getElementById('img'+(i+1)).style.display = 'none'; document.getElementById('index_icon'+(i+1)).src = './static/images/index_icon'+(i+1)+'.png'; } @@ -24,4 +24,30 @@ function changeTab(id,that){ document.getElementById('img'+id).style.display = 'table-cell'; +} + +var servicelist = document.getElementById('serviceList'); + +var serviceli = servicelist.getElementsByTagName('li'); + +serviceli[0].className = 'active' + +document.getElementById('index_icon1').src = './static/images/index_icon7.png'; + +function changeTabService(id,that){ + + for (var i = 0; i < serviceli.length; i++) { + + serviceli[i].className = ''; + + if(i<6){ + document.getElementById('img0'+(i+1)).style.display = 'none'; + } + + } + + that.className = 'active'; + + document.getElementById('img0'+id).style.display = 'table-cell'; + } \ No newline at end of file diff --git a/view/about.html b/view/about.html index 34fa350..ec81d41 100644 --- a/view/about.html +++ b/view/about.html @@ -34,7 +34,7 @@
    - 产品咨询 + 产品咨询
    @@ -274,7 +274,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/view/downLoad.html b/view/downLoad.html index 1109d51..fc98b32 100644 --- a/view/downLoad.html +++ b/view/downLoad.html @@ -32,7 +32,7 @@
    - 产品咨询 + 产品咨询
    @@ -69,7 +69,6 @@ -

    工具下载

    @@ -84,7 +83,7 @@ - + @@ -92,7 +91,7 @@ - + @@ -100,7 +99,7 @@ - + @@ -108,7 +107,7 @@ - + @@ -116,7 +115,7 @@ - +
    打印控件 32位 CLodop_Setup_for_Win32NT 4.4M
    打印控件 64位 CLodop_Setup_for_Win64NT 5.4M
    高拍仪驱动 CZURPlugin_1.0.21.602_Setup 75.2M
    向日葵服务端 SunloginClient9.8.2 4.5M
    谷歌浏览器 ChromeSetup 1.1M
    @@ -127,7 +126,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/view/product.html b/view/product.html index 43f304c..1840bcf 100644 --- a/view/product.html +++ b/view/product.html @@ -32,7 +32,7 @@
    - 产品咨询 + 产品咨询
    @@ -137,7 +137,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/view/productHomestead.html b/view/productHomestead.html index 42a903a..ecaf2be 100644 --- a/view/productHomestead.html +++ b/view/productHomestead.html @@ -32,7 +32,7 @@
    - 产品咨询 + 产品咨询
    @@ -126,7 +126,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/view/productNewBusiness.html b/view/productNewBusiness.html index 0f5a911..cd6bdae 100644 --- a/view/productNewBusiness.html +++ b/view/productNewBusiness.html @@ -32,7 +32,7 @@
    - 产品咨询 + 产品咨询
    @@ -127,7 +127,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询
    diff --git a/view/service.html b/view/service.html index 7b359f6..6254840 100644 --- a/view/service.html +++ b/view/service.html @@ -32,7 +32,7 @@
    - 产品咨询 + 产品咨询
    @@ -209,7 +209,7 @@

    以农立命,以信立燊,高科立业。

    - 立即咨询 + 立即咨询