diff --git a/index.html b/index.html
index ec90029..d024d3b 100644
--- a/index.html
+++ b/index.html
@@ -154,36 +154,68 @@
公示公告
更多 >
-
+
+
+
+
@@ -194,7 +226,9 @@
更多>
-
![]()
+
+

+
项目名称 |
@@ -207,7 +241,7 @@
操作 |
-
-
-
-
-
-
-
-
-
diff --git a/static/css/index.css b/static/css/index.css
index 7a69119..97b748f 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -208,7 +208,7 @@
.bannerLeft {
height: 400px;
- padding:5px 15px 15px;
+ padding:20px;
flex: 1;
background: #f8f8f8;
}
@@ -241,6 +241,7 @@
display: inline-block;
font-size: 18px;
padding: 5px 0;
+ margin-left: 20px;
}
.bannerLeft_tab span{
margin-top: 10px;
@@ -262,7 +263,7 @@
}
.bannerLeft_tab p:first-child{
- margin-right: 20px;
+ margin-left: 0px;
}
.bannerLeft-top ul li {
@@ -360,7 +361,9 @@
.nav_main{
display: flex;
justify-content: space-between;
- padding: 5vh 0;
+ padding: 3vh 0;
+ background: #f8f8f8;
+ margin: 3vh auto;
}
.nav_main div{
@@ -941,6 +944,8 @@ select {
.bidding {
overflow: hidden;
+ background: #f8f8f8;
+ padding: 20px;
}
.biddingTit {
@@ -1271,6 +1276,34 @@ label input[type="radio"]:checked+span {
.tableList table tr:nth-child(odd) {
background-color: #f6f5f5;
}
+.tableList_top {
+ height: 260px;
+ overflow-y: auto;
+}
+
+.tableList_top table tr td {
+ text-align: left;
+ padding: 10px 0px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.tableList_top table tr td:first-child {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ width: 20%;
+}
+
+.tableList_top table tr td:last-child {
+ text-align: center;
+ width: 20%;
+}
+
+.tableList_top table tr:nth-child(odd) {
+ background-color: #f6f5f5;
+}
.bidding input[type='button'] {
border: 1px solid #a6a6a6;
@@ -1439,3 +1472,13 @@ label input[type="radio"]:checked+span {
display: block;
float: left;
}
+
+.center_main_jyxm{
+ overflow: hidden;
+ background: #f8f8f8;
+ padding: 20px;
+}
+
+.bannerLeft_tt_jyxm{
+ background: url("../images/index_center_left_icon_03.png") no-repeat left center!important;
+}
diff --git a/static/images/hf_01.png b/static/images/hf_01.png
new file mode 100644
index 0000000..7cf9cad
Binary files /dev/null and b/static/images/hf_01.png differ
diff --git a/static/images/index_center_left_icon_02.png b/static/images/index_center_left_icon_02.png
new file mode 100644
index 0000000..ded0e82
Binary files /dev/null and b/static/images/index_center_left_icon_02.png differ
diff --git a/static/images/index_center_left_icon_03.png b/static/images/index_center_left_icon_03.png
new file mode 100644
index 0000000..ff208e4
Binary files /dev/null and b/static/images/index_center_left_icon_03.png differ
diff --git a/static/images/lc_01.png b/static/images/lc_01.png
new file mode 100644
index 0000000..b559462
Binary files /dev/null and b/static/images/lc_01.png differ
diff --git a/static/js/project/index.js b/static/js/project/index.js
index cbad171..d3d4e50 100644
--- a/static/js/project/index.js
+++ b/static/js/project/index.js
@@ -120,7 +120,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(websiteNew + '/1/0/4', {}, module.focusNews , true);
//新闻资讯
- tools.doGet(websiteNew + '/2/0/6', {}, module.NewsInformation , true);
+ //tools.doGet(websiteNew + '/2/0/6', {}, module.NewsInformation , true);
//政策法规
tools.doGet(websiteNew + '/3/0/6', {}, module.policiesRegulations , true);
@@ -129,7 +129,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(websiteNew + '/4/0/6', {}, module.tradingRules , true);
//资料下载
- tools.doGet(websiteNew + '/5/0/6', {}, module.dataDownload, true);
+ //tools.doGet(websiteNew + '/5/0/6', {}, module.dataDownload, true);
//标的物所在地
// tools.doGet(webDept, {deptId:''}, module.deptLocation , true);
@@ -171,12 +171,12 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(attestationList + '/0/5', {}, module.attestationList, true);
//个人供求
- tools.doGet(supplyDemand + '/100/1/5', {}, module.supplyDemand, true);
+ //tools.doGet(supplyDemand + '/100/1/5', {}, module.supplyDemand, true);
- tools.doGet(supplyDemand + '/100/2/5', {}, module.supplyDemand2, true);
+ //tools.doGet(supplyDemand + '/100/2/5', {}, module.supplyDemand2, true);
//互动交流
- tools.doGet(communicateList + '/100/5/notnull', {}, module.communicateList, true);
+ //tools.doGet(communicateList + '/100/5/notnull', {}, module.communicateList, true);
//土地挂牌价格走势统计图
// tools.doGet(statistics, {deptId: 100}, module.statisticsContent, true);