-
-
-
-
-
+
-
-
- Hi,欢迎来到农村产权交易中心
-
-
-
-
-
-
-
-
-
- 返回主站
-
-
-
-
-
-
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
- -
-
文登区
- - -
-
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+ 
承包土地经营权
+
+
+
+ 
集体经营性资产
+
+
+
+ 
宅基地使用权
+
+
+
+ 
集体资产采购类
+
+
+
+ 
林权
+
+
+
+ 
四荒地使用权
+
+
+
+ 
农业生产设施设备
+
+
+
+ 
小型水利设施使用权
+
+
+
+ 
农业类知识产权
+
-
-
-
+
+
-
diff --git a/static/css/index.css b/static/css/index.css
index 03bcf0c..7a69119 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -34,10 +34,9 @@
}
.logo{
- width: 72px;
+ width: 593px;
height: 72px;
- float: left;
- background: var(--logo) 0px no-repeat;
+ background: url("../images/index_head_logo.png") 0px no-repeat;
}
/*顶部标题*/
.topTit {
@@ -96,14 +95,18 @@
/*logo和搜索*/
.logoSearch {
- height: calc(100vw/5.3 - 38px);
+ height: 150px;
+ background: url("../images/index_head_bg.png") no-repeat center;
+ background-size: 100% 100%;
}
.logoSearch .logoSearch-div {
height: 72px;
line-height: 72px;
position: relative;
- top: calc(100vw/5.3/3);
+ top: 39px;
+ width: 1200px;
+ margin: 0 auto;
}
.logoSearch-div a {
@@ -156,12 +159,11 @@
/*导航栏*/
.top .active {
/*background-color: var(--color);*/
- background-color: #2d9e99;
+ background-color: #ffffff;
}
.top .active a {
- color: #FFFFFF;
-
+ color: #1269d3;
}
.top {
@@ -189,26 +191,41 @@
.top ul li:hover {
/*background-color: var(--color);*/
- background-color: #2d9e99;
- color: #FFFFFF;
+ background-color: #ffffff;
+ color: #1269d3;
}
.top ul li:hover a {
- color: #FFFFFF;
+ color: #1269d3;
}
/*banner*/
.banner {
- margin-top: 15px;
+
}
/*banner左侧导航*/
.bannerLeft {
- border: 1px solid #e3e3e3;
- width: 400px;
- height: 300px;
+ height: 400px;
padding:5px 15px 15px;
+ flex: 1;
+ background: #f8f8f8;
+}
+.bannerLeft_tt{
+ display: flex;
+ justify-content: space-between;
+}
+.bannerLeft_tt a{
+ line-height: 40px;
+}
+.bannerLeft_tt p{
+ background: url("../images/index_center_left_icon.png") no-repeat left center;
+ padding-left: 40px;
+ height: 40px;
+ font-size: 20px;
+ font-weight: bold;
+ line-height: 40px;
}
.bannerLeft_tab {
position: relative;
@@ -336,8 +353,32 @@
}
.bannerRight {
- width: 800px;
- height: 300px;
+ width: 100%;
+ height: 500px;
+}
+
+.nav_main{
+ display: flex;
+ justify-content: space-between;
+ padding: 5vh 0;
+}
+
+.nav_main div{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ width: 11.1111%;
+}
+
+.nav_main div img{
+ display: block;
+ margin-bottom: 15px;
+}
+
+.center_main{
+ display: flex;
+ justify-content: space-between;
}
/*内容区*/
diff --git a/static/images/index_center_left_icon.png b/static/images/index_center_left_icon.png
new file mode 100644
index 0000000..c22ff95
Binary files /dev/null and b/static/images/index_center_left_icon.png differ
diff --git a/static/images/index_center_right_icon.png b/static/images/index_center_right_icon.png
new file mode 100644
index 0000000..6e2a159
Binary files /dev/null and b/static/images/index_center_right_icon.png differ
diff --git a/static/images/index_head_bg.png b/static/images/index_head_bg.png
new file mode 100644
index 0000000..9936171
Binary files /dev/null and b/static/images/index_head_bg.png differ
diff --git a/static/images/index_head_logo.png b/static/images/index_head_logo.png
new file mode 100644
index 0000000..6ba79d9
Binary files /dev/null and b/static/images/index_head_logo.png differ
diff --git a/static/images/index_nav_icon_01.png b/static/images/index_nav_icon_01.png
new file mode 100644
index 0000000..a467916
Binary files /dev/null and b/static/images/index_nav_icon_01.png differ
diff --git a/static/images/index_nav_icon_02.png b/static/images/index_nav_icon_02.png
new file mode 100644
index 0000000..e59a305
Binary files /dev/null and b/static/images/index_nav_icon_02.png differ
diff --git a/static/images/index_nav_icon_03.png b/static/images/index_nav_icon_03.png
new file mode 100644
index 0000000..b9af3dc
Binary files /dev/null and b/static/images/index_nav_icon_03.png differ
diff --git a/static/images/index_nav_icon_04.png b/static/images/index_nav_icon_04.png
new file mode 100644
index 0000000..d5761d9
Binary files /dev/null and b/static/images/index_nav_icon_04.png differ
diff --git a/static/images/index_nav_icon_05.png b/static/images/index_nav_icon_05.png
new file mode 100644
index 0000000..a05ec7d
Binary files /dev/null and b/static/images/index_nav_icon_05.png differ
diff --git a/static/images/index_nav_icon_06.png b/static/images/index_nav_icon_06.png
new file mode 100644
index 0000000..9501bb0
Binary files /dev/null and b/static/images/index_nav_icon_06.png differ
diff --git a/static/images/index_nav_icon_07.png b/static/images/index_nav_icon_07.png
new file mode 100644
index 0000000..79dae72
Binary files /dev/null and b/static/images/index_nav_icon_07.png differ
diff --git a/static/images/index_nav_icon_08.png b/static/images/index_nav_icon_08.png
new file mode 100644
index 0000000..1fe5442
Binary files /dev/null and b/static/images/index_nav_icon_08.png differ
diff --git a/static/images/index_nav_icon_09.png b/static/images/index_nav_icon_09.png
new file mode 100644
index 0000000..546a30c
Binary files /dev/null and b/static/images/index_nav_icon_09.png differ
diff --git a/static/js/common/tools.js b/static/js/common/tools.js
index 64d99cf..8bc4fac 100644
--- a/static/js/common/tools.js
+++ b/static/js/common/tools.js
@@ -516,20 +516,21 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) {
var content = data.data;
console.log(content)
// content[13].configValue = 'red';
- if (content[13].configValue == 'red'){
- themeColor = 'red';
- document.documentElement.style.setProperty('--color', '#e8041f');
- document.documentElement.style.setProperty('--icon', "url('../images/icon3_red.png')");
- document.documentElement.style.setProperty('--logo', "url('../images/logo_red.png')");
- logo = '../images/logo_red.png';
- }
- if (content[13].configValue == 'green'){
- themeColor = 'green';
- document.documentElement.style.setProperty('--color', '#007b76');
- document.documentElement.style.setProperty('--icon', "url('../images/icon3.png')");
- document.documentElement.style.setProperty('--logo', "url('../images/logo.png')");
- logo = '../images/logo.png';
- }
+ document.documentElement.style.setProperty('--color', '#1269d3');
+ // if (content[13].configValue == 'red'){
+ // themeColor = 'red';
+ // document.documentElement.style.setProperty('--color', '#e8041f');
+ // document.documentElement.style.setProperty('--icon', "url('../images/icon3_red.png')");
+ // document.documentElement.style.setProperty('--logo', "url('../images/logo_red.png')");
+ // logo = '../images/logo_red.png';
+ // }
+ // if (content[13].configValue == 'green'){
+ // themeColor = 'green';
+ // document.documentElement.style.setProperty('--color', '#007b76');
+ // document.documentElement.style.setProperty('--icon', "url('../images/icon3.png')");
+ // document.documentElement.style.setProperty('--logo', "url('../images/logo.png')");
+ // logo = '../images/logo.png';
+ // }
$("#webConfigName").html(content[0].configValue);
$("#webConfigRecord").html(content[1].configValue + '' + content[2].configValue);
$("#webConfigAddress").html(content[0].configValue + '' + content[3].configValue);
diff --git a/static/js/project/index.js b/static/js/project/index.js
index 3e0d292..cbad171 100644
--- a/static/js/project/index.js
+++ b/static/js/project/index.js
@@ -112,7 +112,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
module.init = function (page) {
//获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
+ // tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
//获取焦点图信息
tools.doGet(websitePicture, {picType:2,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsPC , true);