diff --git a/index.html b/index.html index 5d51097..3f8a33a 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@
请登录 - 免费注册 + 免费注册
@@ -97,7 +97,7 @@
  • 挂牌项目
  • 竞价大厅
  • 项目公告
  • -
  • 个人供求
  • +
  • 个人供求
  • 新闻资讯
  • 政策法规
  • 互动交流
  • diff --git a/static/css/announcement/announcement.css b/static/css/announcement/announcement.css new file mode 100644 index 0000000..0024606 --- /dev/null +++ b/static/css/announcement/announcement.css @@ -0,0 +1,27 @@ +table tr td{ + padding: 20px 0px; + text-align: center; + border-top: 1px solid #e1e1e1; + border-right: 1px solid #e1e1e1; +} + +table tr td:first-child{ + border-left: 1px solid #e1e1e1; +} + +table tr:last-child td{ + border-bottom: 1px solid #e1e1e1; +} + +table{ + margin-top: 25px; + width: 100%; +} + +.titIndex span{ + color: #007b76; +} + +.titIndex i{ + padding: 0px 10px; +} \ No newline at end of file diff --git a/static/css/demand/demand.css b/static/css/demand/demand.css new file mode 100644 index 0000000..6d40e34 --- /dev/null +++ b/static/css/demand/demand.css @@ -0,0 +1,49 @@ +.pageNum{ + margin-top: 45px; + text-align: center; +} + +.pageNum li{ + width: 25px; + height: 25px; + text-align: center; + line-height: 25px; + margin-right: 5px; + display: inline-block; +} + +.pageNum p{ + height: 25px; + text-align: center; + line-height: 25px; + margin-right: 5px; + display: inline-block; +} + +.pageNum li.active{ + background-color: #007b76; + color: #ffffff; + border-radius: 2px; +} + +.pageNum li:hover{ + background-color: #007b76; + color: #ffffff; + border-radius: 2px; + cursor:pointer; +} + +.personalTit-Tab{ + width: 100%; +} + +.personalBtn{ + background: #007b76!important; + color: #ffffff!important; + border: none; + padding: 5px 25px; + border-radius: 25px; + position: absolute; + top: 10px; + right: 0; +} \ No newline at end of file diff --git a/static/css/login/login.css b/static/css/login/login.css new file mode 100644 index 0000000..873da6f --- /dev/null +++ b/static/css/login/login.css @@ -0,0 +1,109 @@ +.registerBody{ + background: url("../../images/loginBg.png"); + width: 100%; + border-top: 2px solid #007b76; +} + +.loginView{ + background: #FFFFFF; + text-align: center; + width: 420px; + margin: 0 auto; + margin-top: 100px; + padding-bottom: 20px; +} + +.loginView p{ + text-align: left; +} + +.loginView img{ + width: 100%; + height: 35px; +} + +.loginView table{ + width: 75%; + margin: 0 auto; +} + +.loginView table tr td:nth-child(2){ + text-align: left; +} + +.loginView table tr td:first-child{ + padding-right: 10px; +} + +.loginView table tr td{ + padding-top: 20px; +} + +.loginView table tr td input[type="text"],input[type="password"]{ + height: 35px; + border: 1px solid #cfcfcf; + padding-left: 5px; + width: 100%; + background: #f6f6f6; +} + +.titleTab{ + background: #007b76; +} + +.titleTab p{ + float: left; + display: block; + line-height: 76px; + width: 50%; + text-align: center; + color: #7fbdba; +} + +.titleTab p:hover{ + cursor: pointer; +} + +.active{ + color: #ffffff!important; +} + +.remberPsw{ + width: 72%; + margin: 0 auto; + text-align: left; + margin-top: 20px; +} + +.remberPsw input[type="checkbox"]{ + position: relative; + top: 2px; +} + +.loginBtn{ + width: 70%; + padding: 10px 0; + border: none; + background: #007b76; + color: #ffffff; + display: block; + margin: 0 auto; + margin-top: 10px; + cursor: pointer; +} + +.registerBtn{ + border: none; + padding: 10px 0; + display: block; + margin: 0 auto; + margin-top: 10px; + color: #007b76; + cursor: pointer; +} + +.fsYzm{ + height: 35px; + border: 1px solid #cfcfcf; + width: 100%; +} \ No newline at end of file diff --git a/static/css/login/register.css b/static/css/login/register.css new file mode 100644 index 0000000..580a45b --- /dev/null +++ b/static/css/login/register.css @@ -0,0 +1,127 @@ +.registerBody{ + background: url("../../images/loginBg.png"); + width: 100%; + border-top: 2px solid #007b76; +} + +.registerView{ + background: #FFFFFF; + text-align: center; + width: 420px; + margin: 0 auto; + padding: 55px 50px; + margin-top: 100px; +} + +.registerTit{ + font-size: 24px; + text-align: center!important; +} + +.registerView p{ + text-align: left; +} + +.registerView img{ + width: 70px; +} + +.explainView{ + background: #FFFFFF; + text-align: center; + width: 700px; + margin: 0 auto; + padding: 35px 40px; + margin-top: 20px; +} + +.explainView p{ + text-align: left; +} + +.explainView .btn2{ + background: #007b76; + padding: 5px 15px; + color: #ffffff; + border: none; + border-radius: 20px; + margin-top: 20px; + width: 100px; +} + +.explainView .btn1{ + background: #ffffff; + padding: 5px 15px; + color: #5e5e5e; + border: 1px solid #d2d2d2; + border-radius: 20px; + margin-top: 20px; + width: 100px; + margin-right: 10px; +} + +.topBtn .active{ + background: #007b76!important; + color: #ffffff!important; +} + +.topBtn input[type='button']{ + background: #eff1f1; + padding: 10px 35px; + color: #a8a8a8; + border: none; + margin-bottom: 10px; + display: block; + float: left; +} + +.userTable tr td:first-child{ + text-align: right; + width: 12%; +} + +.userTable tr td input[type="text"],.userTable tr td input[type="button"]{ + height: 36px; + border: 1px solid #e3e3e3; + width: 100%; + padding-left: 10px; + display: block; +} + +.userTable tr td span{ + color: red; +} + +.userTable tr td:nth-child(2){ + width: 30%; + text-align: left; +} + +.userTable tr td img{ + height: 36px; +} + +.userTable tr td{ + padding-bottom: 20px; +} + +.userTable{ + margin: 0 auto; + width: 65%; +} + +.userTable tr td:nth-child(3){ + text-align: left; + width: 30%; + padding-left: 10px; +} + +.userTable tr td input[type="checkbox"]{ + margin: 0; +} + +.userTable tr:last-child input[type="button"]{ + background: #007b76!important; + color: #ffffff!important; + border: none; +} \ No newline at end of file diff --git a/static/css/new/new.css b/static/css/new/new.css index 161fd9b..234f4f6 100644 --- a/static/css/new/new.css +++ b/static/css/new/new.css @@ -56,7 +56,7 @@ .newList{ color: #2e2e2e; padding: 0px 28px; - margin-top: 60px; + margin-top: 10px; } .newList ul li:hover a,.newList ul li:hover p{ @@ -66,13 +66,6 @@ .newList ul li{ padding: 15px; border-bottom: 1px dashed #dbdbdb; - display: flex !important; - display: -webkit-box !important; - display: -webkit-flex !important; - justify-content: space-between; - -webkit-justify-content: space-between; - align-items: center; - -webkit-align-items: center; } .newList ul li a i{ diff --git a/static/css/user/user.css b/static/css/user/user.css new file mode 100644 index 0000000..396880a --- /dev/null +++ b/static/css/user/user.css @@ -0,0 +1,225 @@ +.leftList{ + height: 600px; + width: 200px; + background: #f9f9f9; + padding: 20px; +} + +.leftList ul li{ + padding: 8px 35px; + line-height: 20px; + cursor: pointer; + margin-bottom: 15px; +} + +.leftList ul li img{ + margin-right: 10px; +} + +.leftList ul .active{ + background: #e0ecec; + color: #007b76; +} + +.leftList ul li:hover{ + background: #e0ecec; + color: #007b76; +} + +.userTable{ + width: 1000px; + padding: 0px 30px; +} + +.userTable input[type='button']{ + background: #007b76; + padding: 8px 15px; + color: #ffffff; + border: none; + border-radius: 20px; +} + +.userTable table tr td span{ + color: red; +} + +.userTable table tr td{ + padding: 18px 0px; +} +.userTable table tr td:nth-child(odd){ + width: 10%; + text-align: right; +} + +.userTable input[type='text']{ + border: 1px solid #e3e3e3; + width: 90%; + height: 36px; + margin-left: 10px; +} + +.userTable table tr:first-child td{ + border-bottom: 1px solid #e3e3e3; +} + +.userTable table tr:last-child td input[type='button']{ + border-radius: 0; + width: 90%; + margin-left: 10px; +} + +.supplyTable{ + width: 1000px; + padding-left: 15px; +} + +.supplyTable tr td{ + text-align: center; + padding: 15px 20px; + border-right: 1px solid #e3e3e3 ; + border-bottom: 1px solid #e3e3e3 ; +} + +.supplyTable tr td:first-child{ + border-left: 1px solid #e3e3e3 ; +} + +.supplyTable tr td:last-child div p{ + line-height: 14px; + font-size: 12px; + margin-left: 2px; + color: #007b76; +} + +.supplyTable input[type='button']{ + background: #007b76; + padding: 5px 15px; + color: #ffffff; + border: none; + border-radius: 20px; + float: right; + margin-bottom: 10px; +} + +.supplyTable table tr:first-child td{ + background: #007b76; + color: #FFFFFF; + padding: 15px 0px; + border: none; +} + +.iWanna{ + margin: 0!important; + border: 1px solid #626262!important; + background: #ffffff!important; + color: #626262!important; +} + +.iWanna:hover{ + border: 1px solid #007b76!important; + background: #007b76!important; + color: #FFFFFF!important; +} + +.pageNum{ + margin-top: 45px; + text-align: center; +} + +.pageNum li{ + width: 25px; + height: 25px; + text-align: center; + line-height: 25px; + margin-right: 5px; + display: inline-block; +} + +.pageNum p{ + height: 25px; + text-align: center; + line-height: 25px; + margin-right: 5px; + display: inline-block; +} + +.pageNum li.active{ + background-color: #007b76; + color: #ffffff; + border-radius: 2px; +} + +.pageNum li:hover{ + background-color: #007b76; + color: #ffffff; + border-radius: 2px; + cursor:pointer; +} + +.releaseSupply { + width: 1000px; + padding-left: 15px; +} + +.releaseSupplyBtn{ + background: #007b76; + padding: 5px 15px; + color: #ffffff; + border: none; + border-radius: 20px; + float: right; + margin-bottom: 10px; +} + +.releaseSupplyTit{ + font-size: 18px; + color: #007b76; + line-height: 28px; + padding-left: 32px; +} + +.releaseSupply table{ + border: 1px solid #e3e3e3; + padding: 15px 30px; +} + +.releaseSupply table tr td{ + padding: 12px 0px; +} + +.releaseSupply table tr td:first-child{ + width: 8%; + text-align: right; +} + +.releaseSupply table tr td input{ + height: 36px; + border: 1px solid #e3e3e3; + width: 100%; + margin-left: 10px; + padding-left: 10px; +} + +.releaseSupply table tr td select{ + height: 36px; + border: 1px solid #e3e3e3; + margin-left: 10px; +} + +.releaseSupply table tr td span{ + color: red; +} + +.submitBtn{ + text-align: center!important; + margin-top: 15px; +} + +.submitBtn input{ + background: #007b76; + color: #FFFFFF; + border: none; + padding: 5px 30px; + border-radius: 15px; + clear: both; +} \ No newline at end of file diff --git a/static/images/detail.png b/static/images/detail.png new file mode 100644 index 0000000..2236010 Binary files /dev/null and b/static/images/detail.png differ diff --git a/static/images/loginBg.png b/static/images/loginBg.png new file mode 100644 index 0000000..25c41d8 Binary files /dev/null and b/static/images/loginBg.png differ diff --git a/static/images/modify.png b/static/images/modify.png new file mode 100644 index 0000000..9b55cd3 Binary files /dev/null and b/static/images/modify.png differ diff --git a/static/images/registerTit.png b/static/images/registerTit.png new file mode 100644 index 0000000..c4aa6c9 Binary files /dev/null and b/static/images/registerTit.png differ diff --git a/static/images/register_icon1.png b/static/images/register_icon1.png new file mode 100644 index 0000000..8716049 Binary files /dev/null and b/static/images/register_icon1.png differ diff --git a/static/images/register_icon2.png b/static/images/register_icon2.png new file mode 100644 index 0000000..9f8d824 Binary files /dev/null and b/static/images/register_icon2.png differ diff --git a/static/images/upload.png b/static/images/upload.png new file mode 100644 index 0000000..9567f6c Binary files /dev/null and b/static/images/upload.png differ diff --git a/static/images/user_index_icon1.png b/static/images/user_index_icon1.png new file mode 100644 index 0000000..e6f226d Binary files /dev/null and b/static/images/user_index_icon1.png differ diff --git a/static/images/user_index_icon2.png b/static/images/user_index_icon2.png new file mode 100644 index 0000000..1be5be9 Binary files /dev/null and b/static/images/user_index_icon2.png differ diff --git a/static/images/user_index_icon3.png b/static/images/user_index_icon3.png new file mode 100644 index 0000000..0a167f0 Binary files /dev/null and b/static/images/user_index_icon3.png differ diff --git a/static/images/user_index_icon4.png b/static/images/user_index_icon4.png new file mode 100644 index 0000000..b0178db Binary files /dev/null and b/static/images/user_index_icon4.png differ diff --git a/static/images/user_index_icon5.png b/static/images/user_index_icon5.png new file mode 100644 index 0000000..5af7348 Binary files /dev/null and b/static/images/user_index_icon5.png differ diff --git a/static/images/user_index_icon6.png b/static/images/user_index_icon6.png new file mode 100644 index 0000000..815cf48 Binary files /dev/null and b/static/images/user_index_icon6.png differ diff --git a/static/images/user_index_icon7.png b/static/images/user_index_icon7.png new file mode 100644 index 0000000..2fa39bc Binary files /dev/null and b/static/images/user_index_icon7.png differ diff --git a/static/images/user_index_icon8.png b/static/images/user_index_icon8.png new file mode 100644 index 0000000..943a377 Binary files /dev/null and b/static/images/user_index_icon8.png differ diff --git a/static/js/api/new.js b/static/js/api/new.js new file mode 100644 index 0000000..a1cdb15 --- /dev/null +++ b/static/js/api/new.js @@ -0,0 +1,20 @@ +/*-------------- +* 新闻类 +-----------------*/ + +/* +@purl /transaction/website/newsList?number={number}&deptId={deptId}&pageNum={pageNum}&pageSize={pageSize} +@param + number: 新闻类型字典编号 + deptId:行政区划部门ID + pageNum:当前记录起始索引(当前页码) + pageSize:每页显示记录数 +*/ +var newList = '/transaction/website/newsList' //网站新闻类接口 + +/* +@purl /transaction/website/news/{id} +@param + id: 新闻主键ID +*/ +var newDetail = '/transaction/website/news' //网站新闻类接口 diff --git a/static/js/common/main.js b/static/js/common/main.js index a22d0d7..6712142 100644 --- a/static/js/common/main.js +++ b/static/js/common/main.js @@ -20,7 +20,8 @@ requirejs.config({ //自己写的路径配置 Tools: 'common/tools', - addressApi: 'api/index' //所有Ajax接口存放地 + addressApi: 'api/index', //所有Ajax接口存放地 + newApi: 'api/new' //新闻接口 }, shim: { bootstrap: { diff --git a/static/js/project/index.js b/static/js/project/index.js index e0e6d76..f6357c9 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -354,7 +354,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa divScroll.onmouseout = function () { module.timeInter(divScroll); } - module.tabCheck('supply'); + } module.timeInter = function (divScroll) { @@ -370,7 +370,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa } //切换 - module.tabCheck = function (type) { + tabCheck = function (type) { document.getElementById('supply').style.display = 'none'; document.getElementById('demand').style.display = 'none'; document.getElementById(type).style.display = 'inline-table'; diff --git a/static/js/project/new/new.js b/static/js/project/new/new.js new file mode 100644 index 0000000..703cffd --- /dev/null +++ b/static/js/project/new/new.js @@ -0,0 +1,40 @@ +/** + * Created by Administrator on 2021/4/5. + */ +define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) { + //数据存储 + var module = { + data: { + //新闻列表 + newsInformationList:'', + //页码 + pageNum: 1, + //总页数 + pageList: 0, + //每页数量 + pageSize: 1, + }, + }; + var tools = new Tools(); + + module.init = function (page) { + + //新闻资讯 + tools.doGet(newList, {number:2,deptId:100,pageNum:module.data.pageNum,pageSize:1}, module.NewsInformation); + + }; + + //新闻资讯数据 + module.NewsInformation = function (data) { + console.log(data) + if (data.code == 200) { + var content = data.rows; + module.data.newsInformationList = content; + var NewsInformationData = template('NewsInformationData', module.data); + $("#NewsInformationContent").html(NewsInformationData); + module.data.pageList = data.total/module.data.pageSize; + } + } + + return module; +}); \ No newline at end of file diff --git a/static/js/project/new/newDetail.js b/static/js/project/new/newDetail.js new file mode 100644 index 0000000..a6993db --- /dev/null +++ b/static/js/project/new/newDetail.js @@ -0,0 +1,45 @@ +/** + * Created by Administrator on 2021/4/5. + */ +define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) { + //数据存储 + var module = { + data: { + newsInformationList:'' + }, + }; + var tools = new Tools(); + + module.init = function (page) { + + console.log(getQueryVariable('id')) + //新闻资讯 + tools.doGet(newDetail + '/'+getQueryVariable('id'), {}, module.NewsInformation); + + }; + + function getQueryVariable(variable) + { + var query = window.location.search.substring(1); + var vars = query.split("&"); + for (var i=0;i + + + + + 农燊高科-项目公告 + + + + + + + + + + + + +
    + +
    +
    +

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

    +
    + + + + + + +

    返回主站

    +
    +
    +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +
    + +
    +
    +
    +
    + + + +
    + +
    + +
    +
      +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    • 5
    • +

      ...

      +
    • 10
    • +

      >>

      +

      共10页

      +
    +
    + + +
    + + + \ No newline at end of file diff --git a/view/announcement/announcementDetail.html b/view/announcement/announcementDetail.html new file mode 100644 index 0000000..72fbc09 --- /dev/null +++ b/view/announcement/announcementDetail.html @@ -0,0 +1,155 @@ + + + + + + 农燊高科-项目公告 + + + + + + + + + + +
    + +
    +
    +

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

    +
    + + + + + + +

    返回主站

    +
    +
    +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +
    + +
    +
    +
    +
    + + + +
    +

    成交公告>成交详情

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    胶州市三里河街道办事处管理村农贸市场南侧三层2号网点成交公示
    项目名称胶州市三里河街道办事处管理村农贸市场南侧三层2号网点
    项目编号SW-ZC-20211793流转方向转出
    交易方式电子竞价成交时间2021-04-29 16:00:00
    标的区域三里河街道办事处-管理村
    转出方胶州市三里河街道办事处管理村股份经济合作社
    受让方叶利霞
    公示开始时间2021-07-01公示结束时间2026-06-30
    转出面积/数量1处转出期限2021-07-01至2026-06-30
    成交价格138500元/年成交金额692500元
    备注
    +
    + + +
    + + + \ No newline at end of file diff --git a/view/attestation/attestation.html b/view/attestation/attestation.html new file mode 100644 index 0000000..dd70547 --- /dev/null +++ b/view/attestation/attestation.html @@ -0,0 +1,241 @@ + + + + + + 农燊高科-鉴证详情 + + + + + + + + + + +
    + +
    +
    +

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

    +
    + + + + + + +

    返回主站

    +
    +
    +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +
    + +
    +
    +
    +
    + + + +
    +

    成交公告>鉴证详情

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    农村产权交易鉴证书
    鉴证书编号【2021】第40003号
    项目名称胶州市三里河街道办事处北三里河村三里河文苑小区105号项目编号SW-ZC-20211792
    转出方所有权人胶州市三里河街道办事处北三里河村股份经济合作社
    转出方胶州市三里河街道办事处北三里河村股份经济合作社转出行为批准机构名称 + +
    负责人 + + 注册号
    (身份证号)
    + +
    受让方受让方 + +
    法定代表人 + + 公司性质集体
    注册资本 + +

    注册号
    + (身份证号)

    + +

    转出

    +

    标的

    +

    内容

    +

    +

    方式

    坐落 + +
    标的物情况 + +
    转出面积(数量) + + 转出期限 + +
    确权机构 + + 权证编号 + +
    转出方式出租交易方式电子竞价
    交易底价 + + 成交金额 + +
    合同签署日期2021.4.3合同编号 + +
    附记 + +
    +

    农村产权交易鉴证书

    +

    2021.4.3

    +
    +
    + + +
    + + + \ No newline at end of file diff --git a/view/demand/demand.html b/view/demand/demand.html new file mode 100644 index 0000000..06a68f8 --- /dev/null +++ b/view/demand/demand.html @@ -0,0 +1,204 @@ + + + + + + 农燊高科-个人供求 + + + + + + + + + + +
    + +
    +
    +

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

    +
    + + + + + + +

    返回主站

    +
    +
    +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +
    + +
    +
    +
    +
    + + + +
    +
    + +
    +

    个人供应

    +

    个人需求

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    项目名称发布时间联系电话
    出租济南市莱芜区方下街道龙口东村229亩土地经营权阶梯竞价15314031621
    出租济南市莱芜区方下街道龙口东村229亩土地经营权阶梯竞价15314031621
    出租济南市莱芜区方下街道龙口东村229亩土地经营权阶梯竞价15314031621
    出租济南市莱芜区方下街道龙口东村229亩土地经营权阶梯竞价15314031621
    出租济南市莱芜区方下街道龙口东村229亩土地经营权阶梯竞价15314031621
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +
      +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    • 5
    • +

      ...

      +
    • 10
    • +

      >>

      +

      共10页

      +
    +
    + + +
    + + + \ No newline at end of file diff --git a/view/login/login.html b/view/login/login.html new file mode 100644 index 0000000..125eca8 --- /dev/null +++ b/view/login/login.html @@ -0,0 +1,126 @@ + + + + + + 农燊高科-用户登录 + + + + + + + + + + +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +

    Sherry

    +
    +
    + + + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    用户登录

    +

    快捷登录

    +
    +
    + + + + + + + + + + + + + + +
    手机号码
    图形验证
    + + + + + + + + + + + + + + + + +
    + 记住密码 +
    + + +
    +
    +
    + +
    + + + \ No newline at end of file diff --git a/view/login/register.html b/view/login/register.html new file mode 100644 index 0000000..8696c6c --- /dev/null +++ b/view/login/register.html @@ -0,0 +1,94 @@ + + + + + + 农燊高科-用户注册 + + + + + + + + + + +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +

    Sherry

    +
    +
    + + + + + +
    +
    +
    +
    + +
    +
    +
    +

    请选择要注册的用户类型

    + + + + + + +

    个人用户:参与农村产权交易的自然人;

    +

    单位用户:主要是参与农村产权交易的机关单位、社会组织、农业企业、家庭农场、合作社等。

    +
    +
    +
    + +
    + + + \ No newline at end of file diff --git a/view/login/registerExplain.html b/view/login/registerExplain.html new file mode 100644 index 0000000..1bb9853 --- /dev/null +++ b/view/login/registerExplain.html @@ -0,0 +1,284 @@ + + + + + + 农燊高科-用户注册 + + + + + + + + + + +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +

    Sherry

    +
    +
    + + + + + +
    +
    +
    +
    + +
    +
    +
    + +

    + 为营造公开、公平、公正的网络交易环境,维护农村产权交易平台(以下简称平台)会员秩序,确保网络交易的顺利进行,特将有关事项告知如下: +

    +
    +

    + 1.注册成为平台的会员应遵守本须知阐述之条款和条件。 + +
    2.适用范围 + +
    2.1本须知内容包括须知正文及所有平台已经发布或将来可能发布的各类规则。所有规则为须知不可分割的一部分,如果会员用户在平台访问或交易,使用我们的产品或服务,使用移动应用或软件(以下统称为"服务"),即表明会员用户已充分阅读、理解并同意接受本须知的条款和条件(以下统称"条款")。 + +
    2.2平台向会员用户提供较多类型的服务,在通常情况下会员用户需要遵守其他条款。会员用户使用平台提供的服务(例如:个人中心、发布询价信息、发布招标信息、发布竞价信息等)时,会员用户同时应接受适用于那些服务的业务管理须知、条款(以下统称为“交易文件”);如果以下使用条件与“交易文件”有不一致之处,则以“交易文件”为准。 + +
    3.注册 + +
    3.1会员用户资格申请 + +
    申请成为会员用户应当具有完全民事权利能力和与所从事的民事行为相适应的行为能力的自然人、法人或其他组织。若会员用户不具备前述主体资格,请勿使用服务,否则会员用户及会员用户的监护人应承担因此而导致的一切后果,且平台有权注销(永久冻结)会员用户的账户,并向会员用户及会员用户的监护人索偿。如会员用户代表一家公司或其他法律主体在平台登记,则会员用户声明和保证,有权让该公司或该法律主体受本须知“条款”的约束。 + +
    3.2注册目的 + +
    会员用户应承诺进行注册是为了接受平台之服务,并非出于违反法律法规或破坏平台网络交易秩序的目的。 + +
    3.3注册流程 + +
    3.3.1会员用户同意根据平台注册页面的要求提供信息,设置平台账号及密码,应确保所提供全部信息的真实性、完整性和准确性。 + +
    3.3.2会员用户获得平台账号及密码时视为会员用户注册成功,会员用户同意接收平台发送的与平台网站管理、运营相关的电子邮件或短消息。 + +
    3.3.3在完成注册或激活流程时,会员用户应当按照法律法规要求,按相应页面的提示准确提供并及时更新资料。如有合理理由怀疑用户提供的资料错误、不实、过时或不完整的,平台有权向用户发出询问或要求改正的通知,并有权直接做出删除相应资料的处理,直至中止、终止对用户提供部分或全部平台服务,平台对此不承担任何责任,会员用户将承担因此产生的任何直接或间接损失及不利后果。 + +
    3.4交易信息发布 + +
    会员应充分了解并同意,农村产权交易网是一个商业交易平台,而并非面向消费者的消费购买市场,故您的交易行为应当基于真实的商业需求,不得存在恶意处置/采购、恶意竞价、恶意维权等扰乱平台正常交易秩序的行为。会员用户应根据各交易方式的流程以及交易文件,遵循诚实信用原则发布相应的信息。 + +
    4.会员用户服务及账户安全 + +
    4.1会员用户应当遵守法律法规、规章、规范性文件及政策要求的规定,不得在平台或利用平台服务从事非法或其他损害平台或第三方权益的活动,如发送或接收任何违法、违规、违反公序良俗、侵犯他人权益的信息,发送或接收传销材料或存在其他危害的信息或言论,未经平台授权使用或伪造平台电子邮件题头信息等。 + +
    4.2会员用户应当遵守法律法规,应当妥善使用和保管平台账号及密码,对其平台账号和密码下进行的行为和发生的事件负责。当会员用户发现平台账号被未经其授权的第三方使用或存在账号安全问题时应立即有效通知平台,要求平台暂停该平台账号的服务。平台有权在合理时间内对用户的该等请求采取行动,但对采取行动前会员用户已经遭受的损失不承担任何责任。会员用户在未经平台同意的情况下不得将平台账号以赠与、借用、租用、转让或其他方式处分给他人。 + +
    4.3会员用户通过平台进行交易时,应当遵守平台发布的其他关于交易的服务条款和操作规则的全部规定。 + +
    4.4会员用户在平台对商品、服务进行评价时应当根据实际情况如实进行评价。 + +
    5.会员用户应当 + +
    5.1会员用户应保证其在注册时和提交项目信息时所提供的名称、联系方式、联系地址等全部信息真实、完整、准确,并当上述信息发生变更时及时进行更新。 + +
    5.2会员用户不得以任何技术手段或其他方式干扰平台的正常运行或干扰其他用户对平台服务的使用。 + +
    5.3会员用户不得以虚构事实等方式恶意诋毁平台或第三方的商誉。 + +
    5.4会员用户在交易成功后应配合接收货物或发票等。 + +
    5.5会员用户不得对商品、服务进行虚假评价或虚假投诉。 + +
    6.平台有权 + +
    6.1如会员用户不具备本须知约定的注册资格,则平台有权拒绝用户进行注册,对已注册的会员用户有权注销其账号,平台因此而遭受损失的有权向前述会员用户或其法定代理人主张赔偿。同时,平台保留其他任何情况下决定是否接受会员用户注册的权利。 + +
    6.2平台发现账户使用者并非账户初始注册人时,有权中止该账户的使用。 + +
    6.3平台通过技术检测、人工抽检等方式合理怀疑用户提供的信息错误、不实、失效或不完整时,有权通知用户更正、更新信息或中止、终止为其提供平台服务 + +
    6.4平台有权在发现平台上显示的任何信息存在明显错误时,对信息予以更正。 + +
    6.5平台保留随时修改、中止或终止平台服务的权利,平台行使修改或中止服务的权利不需事先告知会员用户,平台终止平台一项或多项服务的,以平台发布的终止公告为准。 + +
    7.特别申明 + +
    7.1会员用户未通过平台与其他用户之间进行的交易不属于平台交易,平台对此类交易事项不承担任何责任,用户不得因其与用户之间因此类交易发生的任何争议投诉平台或要求平台承担任何责任。 + +
    7.2平台依照法律规定履行基础保障义务,但对于下述原因导致的履行障碍、履行瑕疵、履行延后或履行内容变更等情形,平台及交易组织方并不承担相应的违约责任: + +
    7.2.1因自然灾害、罢工、暴乱、战争、政府行为、司法行政命令等不可抗力因素; + +
    7.2.2因电力供应故障、通讯网络故障等公共服务因素或第三人因素; + +
    7.2.3在平台已尽善意管理的情况下,因常规或紧急的设备与系统维护、设备与系统故障、网络信息与数据安全等因素。 + +
    发生上述情况时,交易组织方有权暂停或终止交易项目,但应及时通知会员。 + +
    7.3因操作失误、所使用的终端不符合系统需求、网络环境异常等会员自身原因,对会员使用平台上的信息或由平台链接的信息,或其他与平台链接的网站信息所导致的损失或损害(包括直接、间接、特别或后果性的损失或损害,电脑系统之损坏或数据丢失等后果),责任均由会员自行承担,与平台及交易组织方无关。 + +
    7.4平台向会员的提供的全部信息、内容、材料、产品(包括软件)和服务,均是在"按现状"和"按现有"的基础上提供的。除非另有明确的书面说明,平台不对其运营及其包含在本网站上的信息、内容、材料、产品(包括软件)或服务作任何形式的、明示或默示的声明或担保(根据中华人民共和国法律另有规定的以外)。平台不担保所包含的或以其它方式通过本平台提供给会员的全部信息、内容、材料、产品(包括软件)和服务、其服务器或从平台发出的电子信件、信息没有病毒或其他有害成分。如因不可抗力或其他无法控制的原因使农交网交易系统崩溃或无法正常使用导致网上交易无法完成或丢失有关的信息、记录等,平台会合理地尽力协助处理善后事宜。 + +
    7.5链接申明 + +
    “服务” 或第三方均可能提供与其他万维网网站或资源的链接。由于平台并不控制该等网站和资源,会员用户承认并同意,平台并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。会员用户进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,平台及交易组织方均不承担责任 + +
    7.6隐私申明 + +
    7.6.1为了会员用户更加方便和安全的使用平台的服务,平台将收集用户与平台站点有关的特征信息,用于标识用户的设备。同时,平台会积极采取先进的技术手段和有效的管理机制来保障用户的账户安全。 + +
    7.6.2会员用户一旦自愿在平台披露"用户资料",该等资料即可能被其他人士获取和使用。 + +
    7.7知识产权申明 + +
    7.7.1平台所包含的全部智力成果包括但不限于数据库、网站设计、文字和图表、软件、照片、录像、音乐、声音及其前述组合,软件编译、相关源代码和软件 (包括小应用程序和脚本) 的知识产权权利均归平台所有。会员用户不得为商业目的复制、更改、拷贝、发送或使用前述任何材料或内容。 + +
    7.7.2平台名称中包含的所有权利 (包括商誉和商标) 均归平台所有。 + +
    7.7.3会员用户接受本须知即视为用户同意平台无偿使用其在平台发表的任何形式的信息的著作权,包括但不限于:复制权、发行权、出租权、展览权、表演权、放映权、广播权、信息网络传播权、摄制权、改编权、翻译权、汇编权以及应当由著作权人享有的其他可转让权利,用户应保证上述权利无任何瑕疵。 + +
    7.7.4会员用户在使用平台服务过程中不得非法使用或处分平台或他人的知识产权权利。 + +
    7.8赔偿申明 + +
    会员用户如果违反本须知或经在此提及而纳入本须知的其他文件,或因用户违反法律侵害了第三方的合法权利,或因用户违反法律须承担行政或刑事责任,而使第三方或行政、司法机关对平台提出索赔或处罚要求(包括司法费用和其他专业人士的费用),用户必须全额赔偿给平台,并使其等免遭损失。 + +
    8.服务条款的变更和终止 + +
    8.1须知的变更 + +
    平台有权根据业务需要酌情修订“条款”,并以网站公告的形式进行更新,不再单独通知予用户。经修订的“条款”一经在平台公布,即产生效力。如会员用户不同意相关修订,请会员用户立即停止使用“服务”。如用户继续使用“服务”,则将视为用户已接受经修订的“条款”,当用户与平台发生争议时,应以最新的 “条款”为准 + +
    8.2服务的终止 + +
    8.2.1平台有权依据本须知约定注销用户的平台账号并终止全部平台服务。 + +
    8.2.2注销平台账号后,用户无权要求平台继续向其提供任何服务或履行任何其他义务,包括但不限于要求平台为用户保留或向用户披露其原平台账号中的任何信息,向用户或第三方转发任何其未曾阅读或发送过的信息等。 + +
    8.2.3服务终止不影响守约方向违约方追究违约责任。 + +
    9.违约责任 + +
    9.1平台或会员用户违反本须知的约定即构成违约,违约方应当向守约方承担违约责任。 + +
    9.2如因会员用户提供的信息不真实、不完整或不准确给平台或其他用户造成损失的,平台有权要求会员用户对平台或对其他会员用户进行损失的赔偿。 + +
    9.3如因会员用户违反法律法规规定或本须知约定,在平台或利用平台服务从事非法活动的,平台有权立即终止继续对其提供平台服务,注销其账号,并要求其赔偿由此给平台造成的损失。 + +
    9.4如会员用户以技术手段干扰平台的运行或干扰其他用户对平台使用的,平台有权立即注销其平台账号,并有权要求其赔偿由此给平台造成的损失。 + +
    9.5如会员用户以虚构事实等方式恶意诋毁平台或商家的商誉,平台有权要求用户向平台或商家公开道歉,赔偿其给平台或商家造成的损失,并有权终止对其提供平台服务。 + +
    9.6条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。平台未就您或其他人士的某项违约行为采取行动,并不表明平台放弃对违约行为采取行动的权利。 + +
    10.黑名单制度 + +
    会员有下列情形之一的,将被农交网列入不良行为记录名单,并在农交网进行曝光,两年内不得参与农交网平台的一切项目: + +
    10.1采取不正当手段诋毁、排挤或串通他人的; + +
    10.2有吵闹、起哄、斗殴等行为,扰乱竞价、拍卖、招投标现场、评审或办公秩序的; + +
    10.3成交后,无正当理由拒不签订成交确认书(合同)或者成交确认书(合同)签订后未能履行又不按约赔偿的; + +
    10.4成交后,不缴付履约保证金或中标(成交)服务费的; + +
    10.5提出不当要求,进行恶意敲诈的; + +
    10.6提供虚假材料谋取中标、成交的; + +
    10.7提供虚假材料或者未按规定程序进行质疑、投诉、诉讼,影响项目正常进行的; + +
    10.8向交易组织方或农交网工作人员行贿或提供其他不正当利益的; + +
    10.8向交易组织方或农交网工作人员行贿或提供其他不正当利益的; + +
    11.监督 + +
    欢迎会员对农交网工作人员进行监督,凡发现农交网工作人员有以下情形的,会员均可以书面具名方式进行投诉: + +
    11.1索要、接受礼品、礼金、有价证券、回扣、好处费、感谢费等; + +
    11.2接受关联交易人宴请、健身、娱乐等活动; + +
    11.3在关联交易人处报销应由个人支付的费用; + +
    11.4接受关联交易人旅游活动的邀请; + +
    11.5违反相关工作条例,违规向关联交易人透露交易信息; + +
    11.6擅自披露、篡改"用户资料"或重要交易数据。 + +
    12.争议解决 + +
    会员用户与平台因本须知的履行发生争议的应通过友好协商解决,协商解决不成的,任一方有权将争议提交常州仲裁委员会依据该会仲裁规则进行仲裁。 + +
    13.法律适用 + +
    13.1本须知之效力、解释、变更、执行与争议解决均适用中华人民共和国大陆地区法律。 + +
    13.2如发生平台服务条款与中国法律相抵触时,则这些条款将完全按法律规定重新解释,而其它合法条款则依旧保持对会员用户产生法律效力和影响。 + +
    13.2如发生平台服务条款与中国法律相抵触时,则这些条款将完全按法律规定重新解释,而其它合法条款则依旧保持对会员用户产生法律效力和影响。 + +
    14.本须知自在农村产权交易网公示之日起生效,本须知解释权和修订权归农村产权交易网所有。 + +
    农村产权交易网 + +
    注册人声明:我已仔细阅读该须知,并同意该须知相关规定。 +

    +
    + + +
    +
    +
    + +
    + + + \ No newline at end of file diff --git a/view/login/registerFrom.html b/view/login/registerFrom.html new file mode 100644 index 0000000..a735238 --- /dev/null +++ b/view/login/registerFrom.html @@ -0,0 +1,252 @@ + + + + + + 农燊高科-用户注册 + + + + + + + + + + +
    + +
    +
    + 左云县农村产权交易网 +

    左云县农村产权交易网

    +
    +
    +
    +
    + + +

    Sherry

    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + +
    + *手机号码: + + +
    + *验证码: + + + + + + 请输入验证码 +
    + *密码: + + + + 8-20位必须包含数字和字母 +
    + *确认密码: + + + + 请再次确认密码 +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + *公司名称: + + + + 必须填写真实单位名称,否则不能通过审核 +
    + *负责人姓名: + + +
    + *身份证号: + + + + 填写法人身份证号 +
    + *社会信用代码: + + + + 填写公司的社会信用代码 +
    + *营业执照号: + + + + 填写公司的营业执照号 +
    + 联系地址: + + + + 请填写详细地址 +
    + + + + + + + + + + +
    + + 我已经阅读并同意《农村产权交易信息服务平台会员注册协议》 +
    + +
    +
    +
    + +
    + + + \ No newline at end of file diff --git a/view/new/newDetail.html b/view/new/newDetail.html index ddc2d68..a239482 100644 --- a/view/new/newDetail.html +++ b/view/new/newDetail.html @@ -12,8 +12,6 @@ - - @@ -71,13 +69,13 @@

    新闻资讯>详情

    -

    2021年棚户区改造补偿标准有哪些?旧改与棚改赔偿哪个稿?

    -
    -

    2021-04-06

    -

    来源:产权交易网

    +

    +
    +

    +

    -
    新闻详情
    +
    - + \ No newline at end of file diff --git a/view/new/newList.html b/view/new/newList.html index efcca9e..f6a331d 100644 --- a/view/new/newList.html +++ b/view/new/newList.html @@ -69,53 +69,28 @@
    -
    -
    - + \ No newline at end of file diff --git a/view/user/user.html b/view/user/user.html index 6ceac4b..8446e31 100644 --- a/view/user/user.html +++ b/view/user/user.html @@ -11,9 +11,8 @@ - - - + + @@ -92,7 +91,6 @@
    -
    -
    +
    +
    +
      +
    • + +

      我的资料

      +
      +
    • +
    • + +

      我的供求

      +
      +
    • +
    • + +

      我的咨询

      +
      +
    • +
    • + +

      我的竞价

      +
      +
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    序号项目编号项目名称距离结束时间项目当前价我的竞价项目状态操作
    1出租济南市莱芜区方下街道龙口东村229亩土地经营权2021-03-0215563425122进行中 + +
    2出租济南市莱芜区方下街道龙口东村229亩土地经营权2021-03-0215563425122进行中
    +
      +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    • 5
    • +

      ...

      +
    • 10
    • +

      >>

      +

      共10页

      +
    +
    + +
    +