@@ -83,7 +83,7 @@ | |||
<!-- </div>--> | |||
<div class="fr"> | |||
<a href="view/user/user.html">请登录</a> | |||
<a href="javascript:void(0)">免费注册</a> | |||
<a href="view/login/register.html">免费注册</a> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
@@ -97,7 +97,7 @@ | |||
<li><a href="view/listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="view/bidding/biddingList.html">竞价大厅</a></li> | |||
<li><a href="javascript:void(0)">项目公告</a></li> | |||
<li><a href="javascript:void(0)">个人供求</a></li> | |||
<li><a href="view/demand/demand.html">个人供求</a></li> | |||
<li><a href="view/new/newList.html">新闻资讯</a></li> | |||
<li><a href="view/policy/policy.html">政策法规</a></li> | |||
<li><a href="view/interact/interactList.html">互动交流</a></li> | |||
@@ -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; | |||
} |
@@ -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; | |||
} |
@@ -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%; | |||
} |
@@ -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; | |||
} |
@@ -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{ | |||
@@ -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; | |||
} |
@@ -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' //网站新闻类接口 |
@@ -20,7 +20,8 @@ requirejs.config({ | |||
//自己写的路径配置 | |||
Tools: 'common/tools', | |||
addressApi: 'api/index' //所有Ajax接口存放地 | |||
addressApi: 'api/index', //所有Ajax接口存放地 | |||
newApi: 'api/new' //新闻接口 | |||
}, | |||
shim: { | |||
bootstrap: { | |||
@@ -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'; | |||
@@ -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; | |||
}); |
@@ -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<vars.length;i++) { | |||
var pair = vars[i].split("="); | |||
if(pair[0] == variable){return pair[1];} | |||
} | |||
return(false); | |||
} | |||
//新闻资讯数据 | |||
module.NewsInformation = function (data) { | |||
console.log(data) | |||
if (data.code == 200) { | |||
var content = data.data; | |||
$("#newTitle").html(content.title); | |||
$("#newTime").html(content.newsTime); | |||
$("#newCome").html(content.createBy); | |||
$("#newContent").html(content.content); | |||
} | |||
} | |||
return module; | |||
}); |
@@ -15,8 +15,43 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//用户资料鼠标悬浮 | |||
module.userHover(); | |||
//个人中心选项卡鼠标悬浮 | |||
module.userListHover(); | |||
}; | |||
//个人中心选项卡鼠标悬浮 | |||
module.userListHover = function(){ | |||
document.getElementById('icon-list1').onmouseout = function(){ | |||
document.getElementById('icon1').src = '../../static/images/user_index_icon1.png' | |||
} | |||
document.getElementById('icon-list1').onmouseover = function(){ | |||
document.getElementById('icon1').src = '../../static/images/user_index_icon5.png' | |||
} | |||
document.getElementById('icon-list2').onmouseout = function(){ | |||
document.getElementById('icon2').src = '../../static/images/user_index_icon2.png' | |||
} | |||
document.getElementById('icon-list2').onmouseover = function(){ | |||
document.getElementById('icon2').src = '../../static/images/user_index_icon6.png' | |||
} | |||
document.getElementById('icon-list3').onmouseout = function(){ | |||
document.getElementById('icon3').src = '../../static/images/user_index_icon3.png' | |||
} | |||
document.getElementById('icon-list3').onmouseover = function(){ | |||
document.getElementById('icon3').src = '../../static/images/user_index_icon7.png' | |||
} | |||
document.getElementById('icon-list4').onmouseout = function(){ | |||
document.getElementById('icon4').src = '../../static/images/user_index_icon4.png' | |||
} | |||
document.getElementById('icon-list4').onmouseover = function(){ | |||
document.getElementById('icon4').src = '../../static/images/user_index_icon8.png' | |||
} | |||
} | |||
//用户资料鼠标悬浮 | |||
module.userHover = function () { | |||
document.getElementById('userName').onmouseover = function(){ | |||
@@ -19,9 +19,21 @@ define(['jquery', "Tools"], function ($, Tools) { | |||
$('#graphicImg').on('click', module.verificationCode) | |||
//图形验证码加载 | |||
module.verificationCode() | |||
//背景高度 | |||
module.register() | |||
}; | |||
/*-----------------------------自定义方法-------------------------------------*/ | |||
//登录方式切换 | |||
loginTab = function(type){ | |||
document.getElementById('loginTab').style.display = 'none' | |||
document.getElementById('phoneTab').style.display = 'none' | |||
document.getElementById(type+'Tab').style.display = 'block' | |||
} | |||
//背景高度 | |||
module.register = function(){ | |||
document.getElementById('registerBody').style.height = (document.body.offsetHeight - 112) +'px'; | |||
} | |||
//图形验证码 | |||
module.verificationCode = function () { | |||
tools.doGet(captchaImage_get, {}, module.verificationAjax, true) | |||
@@ -0,0 +1,34 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, template, Tools, echarts, swiper) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//背景高度 | |||
module.register(); | |||
//注册须知按钮跳转 | |||
module.goRegister(); | |||
}; | |||
//背景高度 | |||
module.register = function(){ | |||
document.getElementById('registerBody').style.height = (document.body.offsetHeight - 112) +'px'; | |||
} | |||
//注册须知按钮跳转 | |||
module.goRegister = function(){ | |||
document.getElementById('agree').addEventListener('click',function(){ | |||
window.location.href = 'registerFrom.html'; | |||
}) | |||
} | |||
return module; | |||
}); |
@@ -0,0 +1,170 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-项目公告</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 flex_dom flex_item_between flex_item_mid topDress"> | |||
<p class="topTit">Hi,欢迎来到农村产权交易中心</p> | |||
<div class="flex_dom flex_item_end"> | |||
<el-select v-model="cityValue" placeholder="请选择"> | |||
<el-option-group v-for="group in options" :key="group.label" :label="group.label"> | |||
<el-option v-for="item in group.options" :key="item.value" :label="item.label" | |||
:value="item.value"> | |||
</el-option> | |||
</el-option-group> | |||
</el-select> | |||
<p class="topTit02">返回主站</p> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
</div> | |||
<div class="fr"> | |||
<a href="javascript:void(0)">请登录</a> | |||
<a href="javascript:void(0)">免费注册</a> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
<li><a href="../../index.html">首页</a></li> | |||
<li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="javascript:void(0)">竞价大厅</a></li> | |||
<li><a href="javascript:void(0)">项目公告</a></li> | |||
<li><a href="javascript:void(0)">个人供求</a></li> | |||
<li class="active"><a href="javascript:void(0)">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<div class="breadcrum"> | |||
<ul class="bre_news"> | |||
<a href="/news/list-c1" title="农交动态" class="active"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||
<a href="/news/list-c5" title="媒体报道"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||
</ul> | |||
</div> | |||
<div class="newList"> | |||
<ul> | |||
<li> | |||
<a href="announcementDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
<li> | |||
<a href="newDetail.html" class="fl"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p class="fr">2021-04-09</p> | |||
<div class="clear"></div> | |||
<p class="m-t-5">项目编号:TD-ZC-20213685</p> | |||
</li> | |||
</ul> | |||
</div> | |||
<ul class="pageNum"> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
<li>4</li> | |||
<li>5</li> | |||
<p>...</p> | |||
<li>10</li> | |||
<p> >> </p> | |||
<p>共10页</p> | |||
</ul> | |||
</div> | |||
<!--底部链接 --> | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
{{/each}} | |||
</script> | |||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||
<p class="ba" id="webConfigRecord"> | |||
鲁公网安备<span>12011502000077号</span><span>京ICP备 17061038号-1</span> | |||
</p> | |||
<p class="ba" id="webConfigAddress"> | |||
左云县农村产权交易网<span>联系地址:北京紫竹书院技术基地</span><span>联系电话:400-060-123</span> | |||
</p> | |||
</div> | |||
<div class="ewm fr"> | |||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||
<p class="ewmtit">关注公众号 了解详情</p> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
</html> |
@@ -0,0 +1,155 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-项目公告</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/announcement/announcement.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 flex_dom flex_item_between flex_item_mid topDress"> | |||
<p class="topTit">Hi,欢迎来到农村产权交易中心</p> | |||
<div class="flex_dom flex_item_end"> | |||
<el-select v-model="cityValue" placeholder="请选择"> | |||
<el-option-group v-for="group in options" :key="group.label" :label="group.label"> | |||
<el-option v-for="item in group.options" :key="item.value" :label="item.label" | |||
:value="item.value"> | |||
</el-option> | |||
</el-option-group> | |||
</el-select> | |||
<p class="topTit02">返回主站</p> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
</div> | |||
<div class="fr"> | |||
<a href="javascript:void(0)">请登录</a> | |||
<a href="javascript:void(0)">免费注册</a> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
<li><a href="../../index.html">首页</a></li> | |||
<li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="javascript:void(0)">竞价大厅</a></li> | |||
<li><a href="javascript:void(0)">项目公告</a></li> | |||
<li><a href="javascript:void(0)">个人供求</a></li> | |||
<li class="active"><a href="javascript:void(0)">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<p class="font16 m-t-15 titIndex">成交公告<i>></i><span>成交详情</span></p> | |||
<table width="100%" cellpadding="0" border="1" cellspacing="0"> | |||
<tr> | |||
<td colspan="4" style="font-weight:bolder; font-size:16px;">胶州市三里河街道办事处管理村农贸市场南侧三层2号网点成交公示</td> | |||
</tr> | |||
<tr> | |||
<td>项目名称</td> | |||
<td colspan="3">胶州市三里河街道办事处管理村农贸市场南侧三层2号网点</td> | |||
</tr> | |||
<tr> | |||
<td>项目编号</td> | |||
<td>SW-ZC-20211793</td> | |||
<td>流转方向</td> | |||
<td>转出</td> | |||
</tr> | |||
<tr> | |||
<td>交易方式</td> | |||
<td>电子竞价</td> | |||
<td>成交时间</td> | |||
<td>2021-04-29 16:00:00</td> | |||
</tr> | |||
<tr> | |||
<td>标的区域</td> | |||
<td colspan="3">三里河街道办事处-管理村</td> | |||
</tr> | |||
<tr> | |||
<td>转出方</td> | |||
<td colspan="3">胶州市三里河街道办事处管理村股份经济合作社</td> | |||
</tr> | |||
<tr> | |||
<td>受让方</td> | |||
<td colspan="3">叶利霞</td> | |||
</tr> | |||
<tr> | |||
<td>公示开始时间</td> | |||
<td>2021-07-01</td> | |||
<td>公示结束时间</td> | |||
<td>2026-06-30</td> | |||
</tr> | |||
<tr> | |||
<td>转出面积/数量</td> | |||
<td>1处</td> | |||
<td>转出期限</td> | |||
<td>2021-07-01至2026-06-30</td> | |||
</tr> | |||
<tr> | |||
<td>成交价格</td> | |||
<td>138500元/年</td> | |||
<td>成交金额</td> | |||
<td>692500元</td> | |||
</tr> | |||
<tr> | |||
<td>备注</td> | |||
<td colspan="3"></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!--底部链接 --> | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
{{/each}} | |||
</script> | |||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||
<p class="ba" id="webConfigRecord"> | |||
鲁公网安备<span>12011502000077号</span><span>京ICP备 17061038号-1</span> | |||
</p> | |||
<p class="ba" id="webConfigAddress"> | |||
左云县农村产权交易网<span>联系地址:北京紫竹书院技术基地</span><span>联系电话:400-060-123</span> | |||
</p> | |||
</div> | |||
<div class="ewm fr"> | |||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||
<p class="ewmtit">关注公众号 了解详情</p> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
</html> |
@@ -0,0 +1,241 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-鉴证详情</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/announcement/announcement.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 flex_dom flex_item_between flex_item_mid topDress"> | |||
<p class="topTit">Hi,欢迎来到农村产权交易中心</p> | |||
<div class="flex_dom flex_item_end"> | |||
<el-select v-model="cityValue" placeholder="请选择"> | |||
<el-option-group v-for="group in options" :key="group.label" :label="group.label"> | |||
<el-option v-for="item in group.options" :key="item.value" :label="item.label" | |||
:value="item.value"> | |||
</el-option> | |||
</el-option-group> | |||
</el-select> | |||
<p class="topTit02">返回主站</p> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
</div> | |||
<div class="fr"> | |||
<a href="javascript:void(0)">请登录</a> | |||
<a href="javascript:void(0)">免费注册</a> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
<li><a href="../../index.html">首页</a></li> | |||
<li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="javascript:void(0)">竞价大厅</a></li> | |||
<li class="active"><a href="javascript:void(0)">项目公告</a></li> | |||
<li><a href="javascript:void(0)">个人供求</a></li> | |||
<li><a href="javascript:void(0)">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<p class="font16 m-t-15 titIndex">成交公告<i>></i><span>鉴证详情</span></p> | |||
<table border="1" cellpadding="0" cellspacing="0"> | |||
<tr> | |||
<td colspan="6" style="font-weight:bolder; font-size:16px;">农村产权交易鉴证书</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">鉴证书编号</td> | |||
<td colspan="3">【2021】第40003号</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">项目名称</td> | |||
<td>胶州市三里河街道办事处北三里河村三里河文苑小区105号</td> | |||
<td>项目编号</td> | |||
<td>SW-ZC-20211792</td> | |||
</tr> | |||
<tr> | |||
<td rowspan="3">转出方</td> | |||
<td>所有权人</td> | |||
<td>胶州市三里河街道办事处北三里河村股份经济合作社</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>转出方</td> | |||
<td>胶州市三里河街道办事处北三里河村股份经济合作社</td> | |||
<td>转出行为批准机构名称</td> | |||
<td> | |||
<el-input v-model="form.pzjg" placeholder="请输入转出行为批准机构"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>负责人</td> | |||
<td> | |||
<el-input v-model="form.legalPerson" placeholder="请输入负责人"/> | |||
</td> | |||
<td>注册号<br/>(身份证号)</td> | |||
<td> | |||
<el-input v-model="form.idCardNum" placeholder="请输入转出方注册号(身份证号)"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td rowspan="3">受让方</td> | |||
<td>受让方</td> | |||
<td> | |||
<el-input v-model="form.inName" placeholder="请输入受让方名称"/> | |||
</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>法定代表人</td> | |||
<td> | |||
<el-input v-model="form.realname" placeholder="请输入受让方法定代表人姓名"/> | |||
</td> | |||
<td>公司性质</td> | |||
<td>集体</td> | |||
</tr> | |||
<tr> | |||
<td>注册资本</td> | |||
<td> | |||
<el-input v-model="form.companyCapital" placeholder="请输入注册资金"/> | |||
</td> | |||
<td><p>注册号<br/> | |||
(身份证号)</p></td> | |||
<td> | |||
<el-input v-model="form.companyLicense" placeholder="请输入注册号(身份证号)"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td rowspan="8"><p>转出</p> | |||
<p>标的</p> | |||
<p>内容</p> | |||
<p>及</p> | |||
<p>方式</p></td> | |||
<td>坐落</td> | |||
<td colspan="3"> | |||
<el-input v-model="form.areaName" placeholder="请输入项目坐落"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>标的物情况</td> | |||
<td colspan="3"> | |||
<el-input v-model="form.szCondition" type="textarea" placeholder="四至情况"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>转出面积(数量)</td> | |||
<td> | |||
<el-input v-model="form.allCount" placeholder="请输入转出面积"/> | |||
</td> | |||
<td>转出期限</td> | |||
<td> | |||
<el-input v-model="form.outStartEndTime" placeholder="请输入转出期限"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>确权机构</td> | |||
<td> | |||
<el-input v-model="form.organization" placeholder="请输入确权机构"/> | |||
</td> | |||
<td>权证编号</td> | |||
<td> | |||
<el-input v-model="form.warrantCode" placeholder="请输入权证编号"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>转出方式</td> | |||
<td>出租</td> | |||
<td>交易方式</td> | |||
<td>电子竞价</td> | |||
</tr> | |||
<tr> | |||
<td>交易底价</td> | |||
<td> | |||
<el-input v-model="form.price" placeholder="请输入交易底价"/> | |||
</td> | |||
<td>成交金额</td> | |||
<td> | |||
<el-input v-model="form.dealMoneySum" placeholder="请输入成交金额"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>合同签署日期</td> | |||
<td>2021.4.3</td> | |||
<td>合同编号</td> | |||
<td> | |||
<el-input v-model="form.contractCode" placeholder="请输入合同编号"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>附记</td> | |||
<td colspan="4"> | |||
<el-input v-model="form.jzsRemark" type="textarea" placeholder="请输入附记"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td colspan="5" style="border-bottom:1px solid #999;"> | |||
<p align="right">农村产权交易鉴证书</p> | |||
<p>2021.4.3</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!--底部链接 --> | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
{{/each}} | |||
</script> | |||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||
<p class="ba" id="webConfigRecord"> | |||
鲁公网安备<span>12011502000077号</span><span>京ICP备 17061038号-1</span> | |||
</p> | |||
<p class="ba" id="webConfigAddress"> | |||
左云县农村产权交易网<span>联系地址:北京紫竹书院技术基地</span><span>联系电话:400-060-123</span> | |||
</p> | |||
</div> | |||
<div class="ewm fr"> | |||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||
<p class="ewmtit">关注公众号 了解详情</p> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
</html> |
@@ -0,0 +1,204 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-个人供求</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/demand/demand.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 flex_dom flex_item_between flex_item_mid topDress"> | |||
<p class="topTit">Hi,欢迎来到农村产权交易中心</p> | |||
<div class="flex_dom flex_item_end"> | |||
<el-select v-model="cityValue" placeholder="请选择"> | |||
<el-option-group v-for="group in options" :key="group.label" :label="group.label"> | |||
<el-option v-for="item in group.options" :key="item.value" :label="item.label" | |||
:value="item.value"> | |||
</el-option> | |||
</el-option-group> | |||
</el-select> | |||
<p class="topTit02">返回主站</p> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
</div> | |||
<div class="fr"> | |||
<a href="javascript:void(0)">请登录</a> | |||
<a href="javascript:void(0)">免费注册</a> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
<li><a href="../../index.html">首页</a></li> | |||
<li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="javascript:void(0)">竞价大厅</a></li> | |||
<li><a href="javascript:void(0)">项目公告</a></li> | |||
<li><a href="javascript:void(0)">个人供求</a></li> | |||
<li class="active"><a href="javascript:void(0)">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<div class="personalTit-Tab m-t-20"> | |||
<input type="button" value="发布供求" class="personalBtn"/> | |||
<div class="tabList"> | |||
<p class="active" id="supplyBtn" onclick="tabCheck('supply')">个人供应</p> | |||
<p id="demandBtn" onclick="tabCheck('demand')">个人需求</p> | |||
<table id="supply" cellspacing="0" cellpadding="0" width="100%"> | |||
<tr> | |||
<td width="100px">供</td> | |||
<td>项目名称</td> | |||
<td>发布时间</td> | |||
<td>联系电话</td> | |||
</tr> | |||
<tr> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
</table> | |||
<table style="display: none;" id="demand" cellspacing="0" cellpadding="0" width="100%"> | |||
<tr> | |||
<td width="100px">需</td> | |||
<td>项目名称</td> | |||
<td>发布时间</td> | |||
<td>联系电话</td> | |||
</tr> | |||
<tr> | |||
<td>需</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>需</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>需</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>需</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
<tr> | |||
<td>需</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>阶梯竞价</td> | |||
<td>15314031621</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- <el-button size="mini" round class="perBtn">个人供求发布</el-button>--> | |||
</div> | |||
<ul class="pageNum"> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
<li>4</li> | |||
<li>5</li> | |||
<p>...</p> | |||
<li>10</li> | |||
<p> >> </p> | |||
<p>共10页</p> | |||
</ul> | |||
</div> | |||
<!--底部链接 --> | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
{{/each}} | |||
</script> | |||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||
<p class="ba" id="webConfigRecord"> | |||
鲁公网安备<span>12011502000077号</span><span>京ICP备 17061038号-1</span> | |||
</p> | |||
<p class="ba" id="webConfigAddress"> | |||
左云县农村产权交易网<span>联系地址:北京紫竹书院技术基地</span><span>联系电话:400-060-123</span> | |||
</p> | |||
</div> | |||
<div class="ewm fr"> | |||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||
<p class="ewmtit">关注公众号 了解详情</p> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
<script> | |||
tabCheck = function (type) { | |||
document.getElementById('supply').style.display = 'none'; | |||
document.getElementById('demand').style.display = 'none'; | |||
document.getElementById(type).style.display = 'inline-table'; | |||
document.getElementById('supplyBtn').className = ''; | |||
document.getElementById('demandBtn').className = ''; | |||
document.getElementById(type+'Btn').className = 'active'; | |||
} | |||
</script> | |||
</html> |
@@ -0,0 +1,126 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-用户登录</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/login/login.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="fr"> | |||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<p class="fl userName" id="userName">Sherry</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
<ul> | |||
<li> | |||
<p>Sherry</p> | |||
</li> | |||
<li class="m-t-5"> | |||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||
<p class="fl">我的资料</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||
<p class="fl">我的供求</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||
<p class="fl">我的咨询</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li class="m-b-5"> | |||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||
<p class="fl">我的竞价</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||
<p class="fl">退出登录</p> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- <div class="fr">--> | |||
<!-- <a href="javascript:void(0)">请登录</a>--> | |||
<!-- <a href="javascript:void(0)">免费注册</a>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="registerBody" id="registerBody"> | |||
<div class="w-1200"> | |||
<div class="loginView"> | |||
<div class="titleTab"> | |||
<p id="loginBtn" onclick="loginTab('login')" class="active">用户登录</p> | |||
<p id="phoneBtn" onclick="loginTab('phone')">快捷登录</p> | |||
<div class="clear"></div> | |||
</div> | |||
<table id="loginTab" style="display: block;"> | |||
<tr> | |||
<td width="25%">手机号码</td> | |||
<td colspan="2"><input type="text" placeholder="请输入手机号"/></td> | |||
</tr> | |||
<tr> | |||
<td>密<i style="margin-left: 2em;"></i>码</td> | |||
<td colspan="2"><input type="password" placeholder="请输入密码"/></td> | |||
</tr> | |||
<tr> | |||
<td>图形验证</td> | |||
<td width="40%"><input type="text" placeholder="请输入验证码"/></td> | |||
<td><img src="../../static/images/banner.jpg" alt=""/></td> | |||
</tr> | |||
</table> | |||
<table id="phoneTab" style="display: none;"> | |||
<tr> | |||
<td width="25%">手机号码</td> | |||
<td colspan="2"><input type="text" placeholder="请输入手机号"/></td> | |||
</tr> | |||
<tr> | |||
<td>验<i style="margin-left: 0.5em;"></i>证<i style="margin-left: 0.5em;"></i>码</td> | |||
<td width="40%"><input type="text" placeholder="请输入验证码"/></td> | |||
<td><input type="button" value="发送验证码" class="fsYzm"/></td> | |||
</tr> | |||
<tr> | |||
<td>图形验证</td> | |||
<td><input type="text"/></td> | |||
<td><img src="../../static/images/banner.jpg" alt=""/></td> | |||
</tr> | |||
</table> | |||
<div class="remberPsw"> | |||
<input type="checkbox"/>记住密码 | |||
</div> | |||
<input type="button" value="登录" class="loginBtn"/> | |||
<input type="button" value="注册" class="registerBtn"/> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/user/login.js" defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,94 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-用户注册</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/login/register.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="fr"> | |||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<p class="fl userName" id="userName">Sherry</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
<ul> | |||
<li> | |||
<p>Sherry</p> | |||
</li> | |||
<li class="m-t-5"> | |||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||
<p class="fl">我的资料</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||
<p class="fl">我的供求</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||
<p class="fl">我的咨询</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li class="m-b-5"> | |||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||
<p class="fl">我的竞价</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||
<p class="fl">退出登录</p> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- <div class="fr">--> | |||
<!-- <a href="javascript:void(0)">请登录</a>--> | |||
<!-- <a href="javascript:void(0)">免费注册</a>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="registerBody" id="registerBody"> | |||
<div class="w-1200"> | |||
<div class="registerView"> | |||
<p class="registerTit">请选择要注册的用户类型</p> | |||
<a href="registerExplain.html"> | |||
<img src="../../static/images/register_icon2.png" alt="" style="margin: 45px 95px 50px 0px;"/> | |||
</a> | |||
<a href="registerExplain.html"> | |||
<img src="../../static/images/register_icon1.png" alt="" style="margin: 45px 0px 50px 0px;;"/> | |||
</a> | |||
<p>个人用户:参与农村产权交易的自然人;</p> | |||
<p>单位用户:主要是参与农村产权交易的机关单位、社会组织、农业企业、家庭农场、合作社等。</p> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/user/register.js" defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,284 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-用户注册</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/login/register.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="fr"> | |||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<p class="fl userName" id="userName">Sherry</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
<ul> | |||
<li> | |||
<p>Sherry</p> | |||
</li> | |||
<li class="m-t-5"> | |||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||
<p class="fl">我的资料</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||
<p class="fl">我的供求</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||
<p class="fl">我的咨询</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li class="m-b-5"> | |||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||
<p class="fl">我的竞价</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||
<p class="fl">退出登录</p> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- <div class="fr">--> | |||
<!-- <a href="javascript:void(0)">请登录</a>--> | |||
<!-- <a href="javascript:void(0)">免费注册</a>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="registerBody" id="registerBody"> | |||
<div class="w-1200"> | |||
<div class="explainView"> | |||
<img src="../../static/images/registerTit.png" alt=""/> | |||
<p class="p-t-15 m-t-20 p-b-10" style="border-top: 1px solid #e3e3e3"> | |||
为营造公开、公平、公正的网络交易环境,维护农村产权交易平台(以下简称平台)会员秩序,确保网络交易的顺利进行,特将有关事项告知如下: | |||
</p> | |||
<div style="overflow-y: scroll;height: 300px"> | |||
<p> | |||
1.注册成为平台的会员应遵守本须知阐述之条款和条件。 | |||
<br/>2.适用范围 | |||
<br/>2.1本须知内容包括须知正文及所有平台已经发布或将来可能发布的各类规则。所有规则为须知不可分割的一部分,如果会员用户在平台访问或交易,使用我们的产品或服务,使用移动应用或软件(以下统称为"服务"),即表明会员用户已充分阅读、理解并同意接受本须知的条款和条件(以下统称"条款")。 | |||
<br/>2.2平台向会员用户提供较多类型的服务,在通常情况下会员用户需要遵守其他条款。会员用户使用平台提供的服务(例如:个人中心、发布询价信息、发布招标信息、发布竞价信息等)时,会员用户同时应接受适用于那些服务的业务管理须知、条款(以下统称为“交易文件”);如果以下使用条件与“交易文件”有不一致之处,则以“交易文件”为准。 | |||
<br/>3.注册 | |||
<br/>3.1会员用户资格申请 | |||
<br/>申请成为会员用户应当具有完全民事权利能力和与所从事的民事行为相适应的行为能力的自然人、法人或其他组织。若会员用户不具备前述主体资格,请勿使用服务,否则会员用户及会员用户的监护人应承担因此而导致的一切后果,且平台有权注销(永久冻结)会员用户的账户,并向会员用户及会员用户的监护人索偿。如会员用户代表一家公司或其他法律主体在平台登记,则会员用户声明和保证,有权让该公司或该法律主体受本须知“条款”的约束。 | |||
<br/>3.2注册目的 | |||
<br/>会员用户应承诺进行注册是为了接受平台之服务,并非出于违反法律法规或破坏平台网络交易秩序的目的。 | |||
<br/>3.3注册流程 | |||
<br/>3.3.1会员用户同意根据平台注册页面的要求提供信息,设置平台账号及密码,应确保所提供全部信息的真实性、完整性和准确性。 | |||
<br/>3.3.2会员用户获得平台账号及密码时视为会员用户注册成功,会员用户同意接收平台发送的与平台网站管理、运营相关的电子邮件或短消息。 | |||
<br/>3.3.3在完成注册或激活流程时,会员用户应当按照法律法规要求,按相应页面的提示准确提供并及时更新资料。如有合理理由怀疑用户提供的资料错误、不实、过时或不完整的,平台有权向用户发出询问或要求改正的通知,并有权直接做出删除相应资料的处理,直至中止、终止对用户提供部分或全部平台服务,平台对此不承担任何责任,会员用户将承担因此产生的任何直接或间接损失及不利后果。 | |||
<br/>3.4交易信息发布 | |||
<br/>会员应充分了解并同意,农村产权交易网是一个商业交易平台,而并非面向消费者的消费购买市场,故您的交易行为应当基于真实的商业需求,不得存在恶意处置/采购、恶意竞价、恶意维权等扰乱平台正常交易秩序的行为。会员用户应根据各交易方式的流程以及交易文件,遵循诚实信用原则发布相应的信息。 | |||
<br/>4.会员用户服务及账户安全 | |||
<br/>4.1会员用户应当遵守法律法规、规章、规范性文件及政策要求的规定,不得在平台或利用平台服务从事非法或其他损害平台或第三方权益的活动,如发送或接收任何违法、违规、违反公序良俗、侵犯他人权益的信息,发送或接收传销材料或存在其他危害的信息或言论,未经平台授权使用或伪造平台电子邮件题头信息等。 | |||
<br/>4.2会员用户应当遵守法律法规,应当妥善使用和保管平台账号及密码,对其平台账号和密码下进行的行为和发生的事件负责。当会员用户发现平台账号被未经其授权的第三方使用或存在账号安全问题时应立即有效通知平台,要求平台暂停该平台账号的服务。平台有权在合理时间内对用户的该等请求采取行动,但对采取行动前会员用户已经遭受的损失不承担任何责任。会员用户在未经平台同意的情况下不得将平台账号以赠与、借用、租用、转让或其他方式处分给他人。 | |||
<br/>4.3会员用户通过平台进行交易时,应当遵守平台发布的其他关于交易的服务条款和操作规则的全部规定。 | |||
<br/>4.4会员用户在平台对商品、服务进行评价时应当根据实际情况如实进行评价。 | |||
<br/>5.会员用户应当 | |||
<br/>5.1会员用户应保证其在注册时和提交项目信息时所提供的名称、联系方式、联系地址等全部信息真实、完整、准确,并当上述信息发生变更时及时进行更新。 | |||
<br/>5.2会员用户不得以任何技术手段或其他方式干扰平台的正常运行或干扰其他用户对平台服务的使用。 | |||
<br/>5.3会员用户不得以虚构事实等方式恶意诋毁平台或第三方的商誉。 | |||
<br/>5.4会员用户在交易成功后应配合接收货物或发票等。 | |||
<br/>5.5会员用户不得对商品、服务进行虚假评价或虚假投诉。 | |||
<br/>6.平台有权 | |||
<br/>6.1如会员用户不具备本须知约定的注册资格,则平台有权拒绝用户进行注册,对已注册的会员用户有权注销其账号,平台因此而遭受损失的有权向前述会员用户或其法定代理人主张赔偿。同时,平台保留其他任何情况下决定是否接受会员用户注册的权利。 | |||
<br/>6.2平台发现账户使用者并非账户初始注册人时,有权中止该账户的使用。 | |||
<br/>6.3平台通过技术检测、人工抽检等方式合理怀疑用户提供的信息错误、不实、失效或不完整时,有权通知用户更正、更新信息或中止、终止为其提供平台服务 | |||
<br/>6.4平台有权在发现平台上显示的任何信息存在明显错误时,对信息予以更正。 | |||
<br/>6.5平台保留随时修改、中止或终止平台服务的权利,平台行使修改或中止服务的权利不需事先告知会员用户,平台终止平台一项或多项服务的,以平台发布的终止公告为准。 | |||
<br/>7.特别申明 | |||
<br/>7.1会员用户未通过平台与其他用户之间进行的交易不属于平台交易,平台对此类交易事项不承担任何责任,用户不得因其与用户之间因此类交易发生的任何争议投诉平台或要求平台承担任何责任。 | |||
<br/>7.2平台依照法律规定履行基础保障义务,但对于下述原因导致的履行障碍、履行瑕疵、履行延后或履行内容变更等情形,平台及交易组织方并不承担相应的违约责任: | |||
<br/>7.2.1因自然灾害、罢工、暴乱、战争、政府行为、司法行政命令等不可抗力因素; | |||
<br/>7.2.2因电力供应故障、通讯网络故障等公共服务因素或第三人因素; | |||
<br/>7.2.3在平台已尽善意管理的情况下,因常规或紧急的设备与系统维护、设备与系统故障、网络信息与数据安全等因素。 | |||
<br/>发生上述情况时,交易组织方有权暂停或终止交易项目,但应及时通知会员。 | |||
<br/>7.3因操作失误、所使用的终端不符合系统需求、网络环境异常等会员自身原因,对会员使用平台上的信息或由平台链接的信息,或其他与平台链接的网站信息所导致的损失或损害(包括直接、间接、特别或后果性的损失或损害,电脑系统之损坏或数据丢失等后果),责任均由会员自行承担,与平台及交易组织方无关。 | |||
<br/>7.4平台向会员的提供的全部信息、内容、材料、产品(包括软件)和服务,均是在"按现状"和"按现有"的基础上提供的。除非另有明确的书面说明,平台不对其运营及其包含在本网站上的信息、内容、材料、产品(包括软件)或服务作任何形式的、明示或默示的声明或担保(根据中华人民共和国法律另有规定的以外)。平台不担保所包含的或以其它方式通过本平台提供给会员的全部信息、内容、材料、产品(包括软件)和服务、其服务器或从平台发出的电子信件、信息没有病毒或其他有害成分。如因不可抗力或其他无法控制的原因使农交网交易系统崩溃或无法正常使用导致网上交易无法完成或丢失有关的信息、记录等,平台会合理地尽力协助处理善后事宜。 | |||
<br/>7.5链接申明 | |||
<br/>“服务” 或第三方均可能提供与其他万维网网站或资源的链接。由于平台并不控制该等网站和资源,会员用户承认并同意,平台并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。会员用户进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,平台及交易组织方均不承担责任 | |||
<br/>7.6隐私申明 | |||
<br/>7.6.1为了会员用户更加方便和安全的使用平台的服务,平台将收集用户与平台站点有关的特征信息,用于标识用户的设备。同时,平台会积极采取先进的技术手段和有效的管理机制来保障用户的账户安全。 | |||
<br/>7.6.2会员用户一旦自愿在平台披露"用户资料",该等资料即可能被其他人士获取和使用。 | |||
<br/>7.7知识产权申明 | |||
<br/>7.7.1平台所包含的全部智力成果包括但不限于数据库、网站设计、文字和图表、软件、照片、录像、音乐、声音及其前述组合,软件编译、相关源代码和软件 (包括小应用程序和脚本) 的知识产权权利均归平台所有。会员用户不得为商业目的复制、更改、拷贝、发送或使用前述任何材料或内容。 | |||
<br/>7.7.2平台名称中包含的所有权利 (包括商誉和商标) 均归平台所有。 | |||
<br/>7.7.3会员用户接受本须知即视为用户同意平台无偿使用其在平台发表的任何形式的信息的著作权,包括但不限于:复制权、发行权、出租权、展览权、表演权、放映权、广播权、信息网络传播权、摄制权、改编权、翻译权、汇编权以及应当由著作权人享有的其他可转让权利,用户应保证上述权利无任何瑕疵。 | |||
<br/>7.7.4会员用户在使用平台服务过程中不得非法使用或处分平台或他人的知识产权权利。 | |||
<br/>7.8赔偿申明 | |||
<br/>会员用户如果违反本须知或经在此提及而纳入本须知的其他文件,或因用户违反法律侵害了第三方的合法权利,或因用户违反法律须承担行政或刑事责任,而使第三方或行政、司法机关对平台提出索赔或处罚要求(包括司法费用和其他专业人士的费用),用户必须全额赔偿给平台,并使其等免遭损失。 | |||
<br/>8.服务条款的变更和终止 | |||
<br/>8.1须知的变更 | |||
<br/>平台有权根据业务需要酌情修订“条款”,并以网站公告的形式进行更新,不再单独通知予用户。经修订的“条款”一经在平台公布,即产生效力。如会员用户不同意相关修订,请会员用户立即停止使用“服务”。如用户继续使用“服务”,则将视为用户已接受经修订的“条款”,当用户与平台发生争议时,应以最新的 “条款”为准 | |||
<br/>8.2服务的终止 | |||
<br/>8.2.1平台有权依据本须知约定注销用户的平台账号并终止全部平台服务。 | |||
<br/>8.2.2注销平台账号后,用户无权要求平台继续向其提供任何服务或履行任何其他义务,包括但不限于要求平台为用户保留或向用户披露其原平台账号中的任何信息,向用户或第三方转发任何其未曾阅读或发送过的信息等。 | |||
<br/>8.2.3服务终止不影响守约方向违约方追究违约责任。 | |||
<br/>9.违约责任 | |||
<br/>9.1平台或会员用户违反本须知的约定即构成违约,违约方应当向守约方承担违约责任。 | |||
<br/>9.2如因会员用户提供的信息不真实、不完整或不准确给平台或其他用户造成损失的,平台有权要求会员用户对平台或对其他会员用户进行损失的赔偿。 | |||
<br/>9.3如因会员用户违反法律法规规定或本须知约定,在平台或利用平台服务从事非法活动的,平台有权立即终止继续对其提供平台服务,注销其账号,并要求其赔偿由此给平台造成的损失。 | |||
<br/>9.4如会员用户以技术手段干扰平台的运行或干扰其他用户对平台使用的,平台有权立即注销其平台账号,并有权要求其赔偿由此给平台造成的损失。 | |||
<br/>9.5如会员用户以虚构事实等方式恶意诋毁平台或商家的商誉,平台有权要求用户向平台或商家公开道歉,赔偿其给平台或商家造成的损失,并有权终止对其提供平台服务。 | |||
<br/>9.6条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。平台未就您或其他人士的某项违约行为采取行动,并不表明平台放弃对违约行为采取行动的权利。 | |||
<br/>10.黑名单制度 | |||
<br/>会员有下列情形之一的,将被农交网列入不良行为记录名单,并在农交网进行曝光,两年内不得参与农交网平台的一切项目: | |||
<br/>10.1采取不正当手段诋毁、排挤或串通他人的; | |||
<br/>10.2有吵闹、起哄、斗殴等行为,扰乱竞价、拍卖、招投标现场、评审或办公秩序的; | |||
<br/>10.3成交后,无正当理由拒不签订成交确认书(合同)或者成交确认书(合同)签订后未能履行又不按约赔偿的; | |||
<br/>10.4成交后,不缴付履约保证金或中标(成交)服务费的; | |||
<br/>10.5提出不当要求,进行恶意敲诈的; | |||
<br/>10.6提供虚假材料谋取中标、成交的; | |||
<br/>10.7提供虚假材料或者未按规定程序进行质疑、投诉、诉讼,影响项目正常进行的; | |||
<br/>10.8向交易组织方或农交网工作人员行贿或提供其他不正当利益的; | |||
<br/>10.8向交易组织方或农交网工作人员行贿或提供其他不正当利益的; | |||
<br/>11.监督 | |||
<br/>欢迎会员对农交网工作人员进行监督,凡发现农交网工作人员有以下情形的,会员均可以书面具名方式进行投诉: | |||
<br/>11.1索要、接受礼品、礼金、有价证券、回扣、好处费、感谢费等; | |||
<br/>11.2接受关联交易人宴请、健身、娱乐等活动; | |||
<br/>11.3在关联交易人处报销应由个人支付的费用; | |||
<br/>11.4接受关联交易人旅游活动的邀请; | |||
<br/>11.5违反相关工作条例,违规向关联交易人透露交易信息; | |||
<br/>11.6擅自披露、篡改"用户资料"或重要交易数据。 | |||
<br/>12.争议解决 | |||
<br/>会员用户与平台因本须知的履行发生争议的应通过友好协商解决,协商解决不成的,任一方有权将争议提交常州仲裁委员会依据该会仲裁规则进行仲裁。 | |||
<br/>13.法律适用 | |||
<br/>13.1本须知之效力、解释、变更、执行与争议解决均适用中华人民共和国大陆地区法律。 | |||
<br/>13.2如发生平台服务条款与中国法律相抵触时,则这些条款将完全按法律规定重新解释,而其它合法条款则依旧保持对会员用户产生法律效力和影响。 | |||
<br/>13.2如发生平台服务条款与中国法律相抵触时,则这些条款将完全按法律规定重新解释,而其它合法条款则依旧保持对会员用户产生法律效力和影响。 | |||
<br/>14.本须知自在农村产权交易网公示之日起生效,本须知解释权和修订权归农村产权交易网所有。 | |||
<br/>农村产权交易网 | |||
<br/>注册人声明:我已仔细阅读该须知,并同意该须知相关规定。 | |||
</p> | |||
</div> | |||
<input type="button" class="btn1" value="不同意"/> | |||
<input type="button" class="btn2" id="agree" value="同意"/> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/user/register.js" defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,252 @@ | |||
<!DOCTYPE html | |||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>农燊高科-用户注册</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/login/register.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<img src="../../static/images/logo.png" class="fl" alt="左云县农村产权交易网" /> | |||
<h1 class="fl" id="webConfigName">左云县农村产权交易网</h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="fr"> | |||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<p class="fl userName" id="userName">Sherry</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
<ul> | |||
<li> | |||
<p>Sherry</p> | |||
</li> | |||
<li class="m-t-5"> | |||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||
<p class="fl">我的资料</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||
<p class="fl">我的供求</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||
<p class="fl">我的咨询</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li class="m-b-5"> | |||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||
<p class="fl">我的竞价</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||
<p class="fl">退出登录</p> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- <div class="fr">--> | |||
<!-- <a href="javascript:void(0)">请登录</a>--> | |||
<!-- <a href="javascript:void(0)">免费注册</a>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<div style="border-top: 2px solid #007b76"></div> | |||
<div class="w-1200"> | |||
<div class="topBtn"> | |||
<input type="button" value="个人用户" class="active"/> | |||
<input type="button" value="单位用户"/> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="txc"> | |||
<table class="userTable"> | |||
<tr> | |||
<td> | |||
<span>*</span>手机号码: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>验证码: | |||
</td> | |||
<td> | |||
<input type="text" style="width: 28%;margin-right: 2%;" class="fl"/> | |||
<img src="../../static/images/banner.jpg" alt="" class="fl" style="width: 28%;margin-right: 2%;"/> | |||
<input type="button" value="看不清?点击更换" class="fl" style="width: 40%;padding: 0;"/> | |||
</td> | |||
<td> | |||
请输入验证码 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>密码: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
8-20位必须包含数字和字母 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>确认密码: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
请再次确认密码 | |||
</td> | |||
</tr> | |||
</table> | |||
<div class="p-b-20" style="border-top: 1px solid #cfcfcf;"></div> | |||
<table class="userTable" style="display: none;"> | |||
<tr> | |||
<td> | |||
<span>*</span>姓名: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
必须填写真实姓名,否则不能通过审核 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>身份证号码: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
和姓名对应的证件号码,否则验证不能通过 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>联系住址: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
请填写您的详细地址 | |||
</td> | |||
</tr> | |||
</table> | |||
<table class="userTable"> | |||
<tr> | |||
<td> | |||
<span>*</span>公司名称: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
必须填写真实单位名称,否则不能通过审核 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>负责人姓名: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>身份证号: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
填写法人身份证号 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>社会信用代码: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
填写公司的社会信用代码 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
<span>*</span>营业执照号: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
填写公司的营业执照号 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
联系地址: | |||
</td> | |||
<td> | |||
<input type="text"/> | |||
</td> | |||
<td> | |||
请填写详细地址 | |||
</td> | |||
</tr> | |||
</table> | |||
<table class="userTable"> | |||
<tr> | |||
<td></td> | |||
<td colspan="2"> | |||
<input type="checkbox"/> | |||
我已经阅读并同意<span style="color: #007b76;">《农村产权交易信息服务平台会员注册协议》</span> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td> | |||
<input type="button" value="立即注册"/> | |||
</td> | |||
<td></td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/user/register.js" defer type="text/javascript"></script> | |||
</html> |
@@ -12,8 +12,6 @@ | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
@@ -71,13 +69,13 @@ | |||
<div class="w-1200"> | |||
<p class="font16 m-t-15 titIndex">新闻资讯<i>></i><span>详情</span></p> | |||
<div class="title"> | |||
<h1 class="font56">2021年棚户区改造补偿标准有哪些?旧改与棚改赔偿哪个稿?</h1> | |||
<div> | |||
<p>2021-04-06</p> | |||
<p>来源:产权交易网</p> | |||
<h1 class="font56" id="newTitle"></h1> | |||
<div class="m-b-30"> | |||
<p id="newTime"></p> | |||
<p id="newCome"></p> | |||
</div> | |||
</div> | |||
<div class="font24">新闻详情</div> | |||
<div class="font24" id="newContent"></div> | |||
<div class="share"> | |||
<p class="fl">分享到:</p> | |||
<img src="../../static/images/icon5.png" alt=""/> | |||
@@ -112,5 +110,6 @@ | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/new/newDetail.js" defer type="text/javascript"></script> | |||
</html> |
@@ -69,53 +69,28 @@ | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<div class="breadcrum"> | |||
<ul class="bre_news"> | |||
<a href="/news/list-c2" title="农交政策" class="active"><i class="iconfont icon-ArtboardCopy11"></i>农交政策</a> | |||
<a href="/news/list-c3" title="农交法规"><i class="iconfont icon-fagui"></i>农交法规</a> | |||
<a href="/news/list-c1" title="农交动态"><i class="iconfont icon-dongtai"></i>农交动态</a> | |||
<a href="/news/list-c5" title="媒体报道"><i class="iconfont icon-meitibaodao"></i>媒体报道</a> | |||
<a href="/news/list-c6" title="视频专栏"><i class="iconfont icon-shipin"></i>视频专栏</a> | |||
<a href="/news/list-c7" title="话题聚焦"><i class="iconfont icon-redian"></i>话题聚焦</a> | |||
</ul> | |||
</div> | |||
<div class="newList"> | |||
<ul> | |||
<li> | |||
<a href="newDetail.html"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<script id="NewsInformationData" type="text/html"> | |||
{{each newsInformationList as value i}} | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
<a href="newDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{value.title}}</a> | |||
<p class="fr">{{value.newsTime}}</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</p> | |||
</li> | |||
</ul> | |||
{{/each}} | |||
</script> | |||
<ul id="NewsInformationContent"></ul> | |||
</div> | |||
<ul class="pageNum"> | |||
<script id="NewsInformationData" type="text/html"> | |||
{{each newsInformationList as value i}} | |||
<li> | |||
<a href="newDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{value.title}}</a> | |||
<p class="fr">{{value.newsTime}}</p> | |||
<div class="clear"></div> | |||
</li> | |||
{{/each}} | |||
</script> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
@@ -154,5 +129,6 @@ | |||
</div> | |||
</div> | |||
</body> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../../static/js/project/new/new.js" defer type="text/javascript"></script> | |||
</html> |
@@ -11,9 +11,8 @@ | |||
<meta name="description" cxontent="" /> | |||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/user/user.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/interact/interact.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
@@ -92,7 +91,6 @@ | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
@@ -106,9 +104,421 @@ | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<div class="w-1200 m-t-20"> | |||
<div class="leftList fl"> | |||
<ul> | |||
<li class="active" id="icon-list1"> | |||
<img src="../../static/images/user_index_icon1.png" id="icon1" alt="" class="fl"/> | |||
<p class="fl">我的资料</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li id="icon-list2"> | |||
<img src="../../static/images/user_index_icon2.png" id="icon2" alt="" class="fl"/> | |||
<p class="fl">我的供求</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li id="icon-list3"> | |||
<img src="../../static/images/user_index_icon3.png" id="icon3" alt="" class="fl"/> | |||
<p class="fl">我的咨询</p> | |||
<div class="clear"></div> | |||
</li> | |||
<li id="icon-list4"> | |||
<img src="../../static/images/user_index_icon4.png" id="icon4" alt="" class="fl"/> | |||
<p class="fl">我的竞价</p> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<!-- 我的资料 — 公司 --> | |||
<div class="fl userTable" style="display: none;"> | |||
<input type="button" value="用户资料"/> | |||
<input type="button" value="银行账户信息"/> | |||
<table width="100%"> | |||
<tr> | |||
<td><span>*</span>手机号码:</td> | |||
<td><p class="m-l-10 m-r-10 fl">15314031621</p><span>修改手机号</span></td> | |||
<td><span>*</span>密码:</td> | |||
<td><input type="text"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>负责人姓名:</td> | |||
<td><input type="text"/></td> | |||
<td>社会信用代码:</td> | |||
<td><input type="text"/></td> | |||
</tr> | |||
<tr> | |||
<td>企业性质:</td> | |||
<td><input type="text"/></td> | |||
<td>经营范围:</td> | |||
<td><input type="text"/></td> | |||
</tr> | |||
<tr> | |||
<td>经营期限:</td> | |||
<td><input type="text"/></td> | |||
<td>成立时间:</td> | |||
<td><input type="text"/></td> | |||
</tr> | |||
<tr> | |||
<td>注册资金:</td> | |||
<td><input type="text"/></td> | |||
<td>营业执照号:</td> | |||
<td><input type="text"/></td> | |||
</tr> | |||
<tr> | |||
<td>联系地址:</td> | |||
<td><input type="text"/></td> | |||
<td>上传相关附件:</td> | |||
<td><img src="../../static/images/upload.png" alt="" class="m-l-10"/></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td><input type="button" value="保存"/></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- 我的资料 — 个人 --> | |||
<div class="fl userTable" style="display: none;"> | |||
<input type="button" value="用户资料"/> | |||
<input type="button" value="银行账户信息"/> | |||
<table width="100%"> | |||
<tr> | |||
<td style="border: none;"><span>*</span>手机号码:</td> | |||
<td style="border: none;"><p class="m-l-10 m-r-10 fl">15314031621</p><span>修改手机号</span></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>密码:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td style="border-bottom: 1px solid #e3e3e3;height: 0;padding: 0;"></td> | |||
<td style="border-bottom: 1px solid #e3e3e3;height: 0;padding: 0;"></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>姓名:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>身份证号码:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td>联系住址:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td>上传相关附件:</td> | |||
<td> | |||
<img src="../../static/images/upload.png" alt="" class="m-l-10"/><br/> | |||
<span>*身份证照片、本人和身份证的合影</span> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td><input type="button" value="保存" style="width: 30%"/></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- 我的资料 — 银行账户信息 --> | |||
<div class="fl userTable" style="display: none;"> | |||
<input type="button" value="用户资料"/> | |||
<input type="button" value="银行账户信息"/> | |||
<table width="100%"> | |||
<tr> | |||
<td style="border: none;"><span>*</span>开户银行:</td> | |||
<td style="border: none;"><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>开户姓名:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>开户账号:</td> | |||
<td><input type="text" style="width: 30%"/></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td><input type="button" value="保存" style="width: 30%"/></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- 我的资料 — 更换手机号 --> | |||
<div class="fl userTable" style="display: none;"> | |||
<input type="button" value="用户资料"/> | |||
<input type="button" value="银行账户信息"/> | |||
<table width="100%"> | |||
<tr> | |||
<td style="border: none;"><span>*</span>当前号码:</td> | |||
<td style="border: none;"><p class="m-l-10">15314031621</p></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>新手机号:</td> | |||
<td><input type="text" style="width: 30%" class="fl"/><p class="m-l-10 fl" style="line-height: 36px;">更换手机号后,下次登录使用新手机号</p></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>验证码:</td> | |||
<td><input type="text" style="width: 30%" class="fl"/><p class="m-l-10 fl" style="line-height: 36px;">免费获取短信动态码</p></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td><input type="button" value="保存" style="width: 30%"/></td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- 我的供求 --> | |||
<div class="fl supplyTable" style="display: none;"> | |||
<input type="button" value="发布供求"/> | |||
<div class="clear"></div> | |||
<table width="100%" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td>序号</td> | |||
<td>供/求</td> | |||
<td>项目名称</td> | |||
<td>发布时间</td> | |||
<td>联系电话</td> | |||
<td>是否审核</td> | |||
<td>操作</td> | |||
</tr> | |||
<tr> | |||
<td>1</td> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>2021-03-02</td> | |||
<td>15563425122</td> | |||
<td>是</td> | |||
<td> | |||
<div class="fl"> | |||
<img src="../../static/images/modify.png" alt="" class="fl"/> | |||
<p class="fl">修改</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="fr"> | |||
<img src="../../static/images/detail.png" alt="" class="fl"/> | |||
<p class="fl">删除</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>2</td> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>2021-03-02</td> | |||
<td>15563425122</td> | |||
<td>是</td> | |||
<td></td> | |||
</tr> | |||
</table> | |||
<ul class="pageNum"> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
<li>4</li> | |||
<li>5</li> | |||
<p>...</p> | |||
<li>10</li> | |||
<p> >> </p> | |||
<p>共10页</p> | |||
</ul> | |||
</div> | |||
<!-- 我的供求 - 发布 --> | |||
<div class="fl releaseSupply" style="display: none;"> | |||
<p class="fl releaseSupplyTit">添加个人供求</p> | |||
<input type="button" value="发布供求" class="releaseSupplyBtn"/> | |||
<div class="clear"></div> | |||
<table width="100%"> | |||
<tr> | |||
<td><span>*</span>供求类型:</td> | |||
<td> | |||
<select> | |||
<option>供求类型</option> | |||
<option>供求类型</option> | |||
</select> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>项目名称:</td> | |||
<td><input type="text" placeholder="请输入项目名称"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>项目地址:</td> | |||
<td><input type="text" placeholder="请输入项目地址"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>姓名:</td> | |||
<td><input type="text" placeholder="请输入姓名"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>联系电话:</td> | |||
<td><input type="text" placeholder="请输入联系电话"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>项目详情:</td> | |||
<td><input type="text" placeholder="请输入项目详情"/></td> | |||
</tr> | |||
</table> | |||
<div class="submitBtn"> | |||
<input type="button" value="确定"/> | |||
<input type="button" value="取消"/> | |||
</div> | |||
</div> | |||
<!-- 我的咨询 --> | |||
<div class="fl releaseSupply" style="display: none;"> | |||
<div class="searchCriteria" style="padding-top: 0;"> | |||
<p class="fl m-r-5">标题:</p> | |||
<input type="text" class="fl m-r-25"/> | |||
<p class="fl m-r-5">内容:</p> | |||
<input type="text" class="fl m-r-25"/> | |||
<input type="button" value="搜索" class="fl m-r-25"/> | |||
<input type="button" value="我要发布" class="fl"/> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="interactList"> | |||
<ul> | |||
<li> | |||
<div class="m-b-20"> | |||
<img src="../../static/images/questions.png" alt="" class="fl m-r-20"/> | |||
<p class="fl">1. 没拍到钱怎么退回?</p> | |||
<p class="fr">03-11 15:02</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div> | |||
<img src="../../static/images/answer.png" alt="" class="fl m-r-20"/> | |||
<p class="fl"> | |||
如果报名后未出价或者未竞价成功,保证金会在拍卖结束后的24小时内解冻。<br/> | |||
钱款需要退回银行卡方法如下:<br/> | |||
通过银行专用款项交保,请在支付宝app搜索“银行专用款项”,点击转出自行提现,无需手续费;<br/> | |||
通过网银交保,保证金会在1-3个工作日内自动退回您的银行卡;<br/> | |||
通过余额宝交保,请在支付宝app找到余额宝,点击转出;<br/> | |||
通过余额交保,如果钱款是通过银行卡充值到余额的,请在自充值之日起30天内点击“免费退回”申请免手续费退回银行卡。<br/> | |||
</p> | |||
<div class="clear"></div> | |||
</div> | |||
</li> | |||
<li> | |||
<div class="m-b-20"> | |||
<img src="../../static/images/questions.png" alt="" class="fl m-r-20"/> | |||
<p class="fl">1. 没拍到钱怎么退回?</p> | |||
<p class="fr">03-11 15:02</p> | |||
<div class="clear"></div> | |||
</div> | |||
<div> | |||
<img src="../../static/images/answer.png" alt="" class="fl m-r-20"/> | |||
<p class="fl"> | |||
如果报名后未出价或者未竞价成功,保证金会在拍卖结束后的24小时内解冻。<br/> | |||
钱款需要退回银行卡方法如下:<br/> | |||
通过银行专用款项交保,请在支付宝app搜索“银行专用款项”,点击转出自行提现,无需手续费;<br/> | |||
通过网银交保,保证金会在1-3个工作日内自动退回您的银行卡;<br/> | |||
通过余额宝交保,请在支付宝app找到余额宝,点击转出;<br/> | |||
通过余额交保,如果钱款是通过银行卡充值到余额的,请在自充值之日起30天内点击“免费退回”申请免手续费退回银行卡。<br/> | |||
</p> | |||
<div class="clear"></div> | |||
</div> | |||
</li> | |||
</ul> | |||
</div> | |||
<ul class="pageNum"> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
<li>4</li> | |||
<li>5</li> | |||
<p>...</p> | |||
<li>10</li> | |||
<p> >> </p> | |||
<p>共10页</p> | |||
</ul> | |||
</div> | |||
<!-- 我的咨询 - 发布 --> | |||
<div class="fl releaseSupply" style="display: none;"> | |||
<p class="fl releaseSupplyTit">添加互动交流</p> | |||
<input type="button" value="发布咨询" class="releaseSupplyBtn"/> | |||
<div class="clear"></div> | |||
<table width="100%"> | |||
<tr> | |||
<td><span>*</span>标题:</td> | |||
<td><input type="text" placeholder="请输入标题"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>姓名:</td> | |||
<td><input type="text" placeholder="请输入姓名"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>联系电话:</td> | |||
<td><input type="text" placeholder="请输入联系电话"/></td> | |||
</tr> | |||
<tr> | |||
<td><span>*</span>咨询内容:</td> | |||
<td><input type="text" placeholder="请输入咨询内容"/></td> | |||
</tr> | |||
</table> | |||
<div class="submitBtn"> | |||
<input type="button" value="确定"/> | |||
<input type="button" value="取消"/> | |||
</div> | |||
</div> | |||
<!-- 我的竞价 --> | |||
<div class="fl supplyTable"> | |||
<table width="100%" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td>序号</td> | |||
<td>项目编号</td> | |||
<td>项目名称</td> | |||
<td>距离结束时间</td> | |||
<td>项目当前价</td> | |||
<td>我的竞价</td> | |||
<td>项目状态</td> | |||
<td>操作</td> | |||
</tr> | |||
<tr> | |||
<td>1</td> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>2021-03-02</td> | |||
<td>15563425122</td> | |||
<td>是</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" class="iWanna"/> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>2</td> | |||
<td>供</td> | |||
<td>出租济南市莱芜区方下街道龙口东村229亩土地经营权</td> | |||
<td>2021-03-02</td> | |||
<td>15563425122</td> | |||
<td>是</td> | |||
<td>进行中</td> | |||
<td></td> | |||
</tr> | |||
</table> | |||
<ul class="pageNum"> | |||
<li class="active">1</li> | |||
<li>2</li> | |||
<li>3</li> | |||
<li>4</li> | |||
<li>5</li> | |||
<p>...</p> | |||
<li>10</li> | |||
<p> >> </p> | |||
<p>共10页</p> | |||
</ul> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--底部链接 --> | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||