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地图应用
利益联结机制
+利益联结机制
+
+
+
服务能力
功能定制服务
基于农村新型经营主体实际重点难点事项提供对应服务,充分利用信息平台优势及配备人员资源,持续提高对应服务水平。
代理记TTTT账服务
代理记账服务将新型经营主体记账工作集约化、集中化、标准化、流程化、专业化、规范化,即减轻了新型经营主体管理人的负担,也可以有效保障记账的规范性与记账进度。
农业培训服务
提供在线培训平台,涵盖各类农技及农业问题,通过远程指导或在线视频的方式提高农技授课触达及培训效果,提升区域整体农业水平。
+
+
+
以农立命,以信立燊,高科立业。
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 @@ -工具下载
以农立命,以信立燊,高科立业。
以农立命,以信立燊,高科立业。
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 @@
以农立命,以信立燊,高科立业。