From bf487a6ab96d5b753c40851ab8af0dd217c763f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 16 Feb 2023 16:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 463 +++++++++++++------------------ static/css/index.css | 82 +++++- static/js/project/index.js | 10 +- view/listingItems/itemsList.html | 112 ++++---- 4 files changed, 312 insertions(+), 355 deletions(-) diff --git a/index.html b/index.html index 26c9920..b905439 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@
-

Hi,欢迎来到农村产权交易中心123

+

Hi,欢迎来到农村产权交易中心1111

返回主站 @@ -182,7 +182,7 @@
-
+

挂牌项目 @@ -203,293 +203,210 @@ 四荒地 更多>

- -
+ + + + + + + + + +
项目名称挂牌价格转出方报名结束竞价结束地址
+
+ +
+

集体资产 更多>

- -
+ + + + + + + + + +
项目名称挂牌价格转出方报名结束竞价结束地址
+
+ +
+

农业生产设备 更多>

- -
+ + + + + + + + + +
项目名称挂牌价格转出方报名结束竞价结束地址
+
+ +
+

小型水利设施 更多>

- -
+ + + + + + + + + +
项目名称挂牌价格转出方报名结束竞价结束地址
+
+ +
+
-
+
@@ -503,7 +420,7 @@
- +
@@ -537,20 +454,22 @@
-

成交公告更多>

+ +

成交公告更多>

-
    +
      -

      鉴证公告更多>

      + +

      鉴证公告更多>

      -
        +
          - +
          -
          +
          diff --git a/static/css/index.css b/static/css/index.css index 986b421..b42503d 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -299,6 +299,22 @@ padding: 0px 2px; } +.centerLeft .centerLeft-center .tableList{ + width: 100%; + height: auto; +} + +.centerLeft .centerLeft-center .tableList table tr td span{ + padding: 3px 8px; + margin: 0 5px 0 20px; + display: inline-block; + border-radius: 10px; +} + +.centerLeft .centerLeft-center .tableList table tr{ + cursor: pointer; +} + .centerLeft-center .centerleft-center-tit01 { color: #626262; margin: 24px 0px 14px 0px; @@ -415,27 +431,30 @@ . centerRight {} .centerRight-list0 { - min-height: 484px; - padding: 26px 30px; + min-height: 420px; + /*padding: 26px 30px;*/ background-color: #f7f7f7; border: 1px solid #e3e3e3; + float: left; + margin-top: 25px; + width: 24%; } .centerRight-list0 p:first-child { font-size: 20px; - color: #626262; + color: #ffffff; } .centerRight-list0 p:first-child span:first-child { font-size: 12px; - color: var(--color); - border: 1px solid var(--color); + color: #ffffff; + border: 1px solid #ffffff; padding: 1px 6px; margin-right: 6px; } .centerRight-list0 p:first-child span { - display: inline-block; + display: inline; vertical-align: middle; } @@ -454,6 +473,14 @@ color: #d21313; } +.centerRight-list0 p:nth-child(3) { + margin-left: 15px; +} + +.centerRight-list0 p:nth-child(2) { + margin-left: 15px; +} + .centerRight-list0 .down{ color: var(--color); } @@ -471,6 +498,9 @@ border: 1px solid #e3e3e3; padding-bottom: 15px; min-height: 420px; + float: left; + width: 24%; + margin-left: 1.333%; } .centerRight-list1-tit01 { @@ -496,7 +526,7 @@ .centerRight-list1-div02 { margin: 0 auto; margin-top: 15px; - width: 80%; + width: 88%; margin-bottom: 18px; position: relative; } @@ -556,7 +586,7 @@ } .centerRight-list1-form { - width: 80%; + width: 88%; margin: 0 auto; margin-top: 15px; } @@ -576,7 +606,7 @@ select { border: 1px solid #bfbfbf; height: 26px; padding-left: 5px; - width: 196px; + width: 170px; } .searchbtn { @@ -593,8 +623,11 @@ select { margin-top: 26px; background-color: #f7f7f7; border: 1px solid #e3e3e3; - padding: 26px 20px; + /*padding: 26px 20px;*/ min-height: 420px; + float: left; + width: 24%; + margin-left: 1.333%; } .centerRight-list2-tit01 { @@ -602,6 +635,26 @@ select { color: #626262; } +.centerRight-list2 .centerRight-list1-tit01{ + position: relative; +} + +.centerRight-list2 .centerRight-list1-tit01 span:last-child{ + font-size: 14px; + position: absolute; + right: 15px; +} + +.centerRight-list3 .centerRight-list1-tit01{ + position: relative; +} + +.centerRight-list3 .centerRight-list1-tit01 span:last-child{ + font-size: 14px; + position: absolute; + right: 15px; +} + .centerRight-list2-tit01 span:last-child { font-size: 14px; float: right; @@ -636,7 +689,7 @@ select { } .centerRight-list2 ul li { - margin-top: 28px; + margin-top: 20px; } .centerRight-list2 ul li a:hover { @@ -647,8 +700,11 @@ select { margin-top: 26px; background-color: #f7f7f7; border: 1px solid #e3e3e3; - padding: 26px 20px; + /*padding: 26px 20px;*/ min-height: 420px; + float: left; + width: 24%; + margin-left: 1.333%; } .centerRight-list3-tit01 { @@ -681,7 +737,7 @@ select { } .centerRight-list3 ul li { - margin-top: 28px; + margin-top: 20px; } .centerRight-list3 ul li a:hover { diff --git a/static/js/project/index.js b/static/js/project/index.js index 6f99887..3696507 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -90,7 +90,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa }], grid: { height: 200, - width: 280, + width: 230, top: '-5px' }, tooltip: { @@ -136,16 +136,16 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); //土地 - tools.doGet(webListing + '/1,2,3/0/3', {}, module.landList, true); + tools.doGet(webListing + '/1,2,3/0/5', {}, module.landList, true); //集体资产 - tools.doGet(webListing + '/4/0/3', {}, module.collectiveAssets, true); + tools.doGet(webListing + '/4/0/5', {}, module.collectiveAssets, true); //农业生产设备 - tools.doGet(webListing + '/5/0/3', {}, module.productionEquipment, true); + tools.doGet(webListing + '/5/0/5', {}, module.productionEquipment, true); //小型水利设施 - tools.doGet(webListing + '/6/0/3', {}, module.waterConservancyFacilities, true); + tools.doGet(webListing + '/6/0/5', {}, module.waterConservancyFacilities, true); //查询挂牌项目浏览总次数 tools.doGet(allViewCount + '/100', {}, module.allViewCount, true); diff --git a/view/listingItems/itemsList.html b/view/listingItems/itemsList.html index 289ddb4..845b72b 100644 --- a/view/listingItems/itemsList.html +++ b/view/listingItems/itemsList.html @@ -222,72 +222,54 @@
          - +
          - {{/each}} - -
          + +