@@ -43,6 +43,45 @@ | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
</div> | |||
<!-- <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">文登村权志龙</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<!-- <div class="headHover">--> | |||
<!-- <ul>--> | |||
<!-- <li>--> | |||
<!-- <p>文登村权志龙</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>--> | |||
<!-- <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> | |||
@@ -57,18 +96,15 @@ | |||
<ul class="container w-1200"> | |||
<li class="active"><a href="javascript:void(0)">首页</a></li> | |||
<li><a href="view/listingItems/itemsList.html">挂牌项目</a></li> | |||
<li><a href="javascript:void(0)">竞价大厅</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/new/newList.html">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="javascript:void(0)">互动交流</a></li> | |||
<li><a href="view/policy/policy.html">政策法规</a></li> | |||
<li><a href="view/interact/interactList.html">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<!--banner及左侧导航 --> | |||
<div class="banner"> | |||
<div class="bannerLeft fl"> | |||
@@ -0,0 +1,15 @@ | |||
.tableList table tr:nth-child(2n){ | |||
background: none!important; | |||
} | |||
.tableList input[type='button'] { | |||
border: 1px solid #a6a6a6; | |||
border-radius: 20px; | |||
padding: 4px 10px; | |||
} | |||
.tableList input[type='button']:hover { | |||
color: #FFFFFF !important; | |||
border-color: #007b76 !important; | |||
background-color: #007b76 !important; | |||
} |
@@ -49,6 +49,7 @@ | |||
.logoSearch .logoSearch-div { | |||
height: 72px; | |||
line-height: 72px; | |||
position: relative; | |||
} | |||
.logoSearch-div a { | |||
@@ -1050,4 +1051,40 @@ label input[type="radio"]:checked+span { | |||
.interactionTableLeft tr:hover { | |||
color: #007b76; | |||
} | |||
.userName{ | |||
font-size: 12px; | |||
} | |||
.headHover{ | |||
position: absolute; | |||
top: 64px; | |||
right: 0; | |||
background: #FFF; | |||
padding: 15px 10px; | |||
width: 142px; | |||
z-index: 9; | |||
box-shadow: 0px 0px 5px #e1e1e1; | |||
} | |||
.headHover ul li p{ | |||
line-height: 12px; | |||
font-size: 12px; | |||
margin-left: 5px; | |||
} | |||
.headHover ul li{ | |||
padding: 8px 5px; | |||
} | |||
.headHover ul li:first-child{ | |||
padding: 0; | |||
} | |||
.headHover ul li:first-child p{ | |||
font-size: 14px; | |||
border-bottom: 1px solid #e3e3e3; | |||
padding-bottom: 15px; | |||
} |
@@ -0,0 +1,69 @@ | |||
.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; | |||
} | |||
.searchCriteria{ | |||
padding: 28px 22px; | |||
} | |||
.searchCriteria p{ | |||
line-height: 30px; | |||
} | |||
.searchCriteria input[type='text']{ | |||
border: 2px solid #007b76; | |||
padding: 5px; | |||
} | |||
.searchCriteria input[type='button']{ | |||
border: none; | |||
padding: 6px 20px; | |||
background: #007b76; | |||
color:#ffffff; | |||
border-radius: 15px; | |||
} | |||
.interactList{ | |||
padding: 0px 20px; | |||
border: 1px solid #e3e3e3; | |||
} | |||
.interactList ul li{ | |||
padding: 34px 0px; | |||
border-bottom: 1px dashed #e3e3e3; | |||
} | |||
.interactList ul li:last-child{ | |||
border: none; | |||
} |
@@ -213,7 +213,7 @@ | |||
} | |||
.view .arrow-left { | |||
background: url(../images/feel3.png) no-repeat left top; | |||
background: url(../../images/feel3.png) no-repeat left top; | |||
position: absolute; | |||
left: 10px; | |||
top: 50%; | |||
@@ -224,7 +224,7 @@ | |||
} | |||
.view .arrow-right { | |||
background: url(../images/feel4.png) no-repeat left bottom; | |||
background: url(../../images/feel4.png) no-repeat left bottom; | |||
position: absolute; | |||
right: 10px; | |||
top: 50%; | |||
@@ -257,7 +257,7 @@ | |||
} | |||
.preview .arrow-left { | |||
background: url(../images/feel3.png) no-repeat left top; | |||
background: url(../../images/feel3.png) no-repeat left top; | |||
position: absolute; | |||
left: 10px; | |||
top: 50%; | |||
@@ -268,7 +268,7 @@ | |||
} | |||
.preview .arrow-right { | |||
background: url(../images/feel4.png) no-repeat left bottom; | |||
background: url(../../images/feel4.png) no-repeat left bottom; | |||
position: absolute; | |||
right: 10px; | |||
top: 50%; |
@@ -867,7 +867,6 @@ body { | |||
.wid50 { | |||
width: 50% !important; | |||
overflow-x: hidden; | |||
} | |||
.wid55 { | |||
@@ -0,0 +1,624 @@ | |||
<!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/bidding/bidding.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/listingItems/items.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="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="../new/newList.html">新闻资讯</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="auction_hall_condition"> | |||
<table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | |||
<tr class="auction_tr"> | |||
<td class="auction_td">标的类型</td> | |||
<td> | |||
<div class="auction_all_right2" id="auction_all_right_standard_type"> | |||
<div class="auction_all_one2"> | |||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="standardTypeAll" | |||
onclick="selectedStandardType('All','level1')">全部 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType1" onclick="selectedStandardType('1','level1')"> | |||
农户承包土地经营权 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType2" onclick="selectedStandardType('2','level1')"> | |||
农村集体资源性资产 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType3" onclick="selectedStandardType('3','level1')"> | |||
农村集体经营性资产 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType4" onclick="selectedStandardType('4','level1')"> | |||
农村集体建设用地 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType5" onclick="selectedStandardType('5','level1')">宅基地 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType6" onclick="selectedStandardType('6','level1')">林权</div> | |||
<div class="auction_hall_table_tab" id="standardType7" onclick="selectedStandardType('7','level1')"> | |||
农业生产设施设备 | |||
</div> | |||
<div class="auction_hall_table_tab" id="standardType8" onclick="selectedStandardType('8','level1')">股权</div> | |||
</div> | |||
</div> | |||
</td> | |||
</tr> | |||
<tr class="auction_tr"> | |||
<td class="auction_td">标的所在地</td> | |||
<td> | |||
<!-- <a href="market-3253">全部</a> --> | |||
<div class="auction_all_left"> | |||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="locInfoall" | |||
onclick="selectedLocInfo('all','province')">全部 | |||
</div> | |||
</div> | |||
<div class="auction_all_right"> | |||
<div class="auction_all_one"> | |||
<!-- 省 --> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('1','province')" id="locInfo1"> | |||
北京 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('2','province')" id="locInfo2"> | |||
天津 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('3','province')" id="locInfo3"> | |||
河北 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('15','province')" id="locInfo15"> | |||
山西 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('27','province')" id="locInfo27"> | |||
内蒙古 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('40','province')" id="locInfo40"> | |||
辽宁 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('55','province')" id="locInfo55"> | |||
吉林 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('65','province')" id="locInfo65"> | |||
黑龙江 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('79','province')" id="locInfo79"> | |||
上海 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('80','province')" id="locInfo80"> | |||
江苏 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('94','province')" id="locInfo94"> | |||
浙江 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('106','province')" | |||
id="locInfo106">安徽 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('124','province')" | |||
id="locInfo124">福建 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('134','province')" | |||
id="locInfo134">江西 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('146','province')" | |||
id="locInfo146">山东 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('164','province')" | |||
id="locInfo164">河南 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('182','province')" | |||
id="locInfo182">湖北 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('197','province')" | |||
id="locInfo197">湖南 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('212','province')" | |||
id="locInfo212">广东 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('234','province')" | |||
id="locInfo234">广西 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('249','province')" | |||
id="locInfo249">海南 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('252','province')" | |||
id="locInfo252">重庆 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('253','province')" | |||
id="locInfo253">四川 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('275','province')" | |||
id="locInfo275">贵州 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc auction_hall_table_tab_select" | |||
onclick="selectedLocInfo('285','province')" id="locInfo285">云南 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('302','province')" | |||
id="locInfo302">西藏 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('310','province')" | |||
id="locInfo310">陕西 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('321','province')" | |||
id="locInfo321">甘肃 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('336','province')" | |||
id="locInfo336">青海 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('345','province')" | |||
id="locInfo345">宁夏 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('351','province')" | |||
id="locInfo351">新疆 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('3250','province')" | |||
id="locInfo3250">台湾 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('3251','province')" | |||
id="locInfo3251">香港 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('3252','province')" | |||
id="locInfo3252">澳门 | |||
</div> | |||
</div> | |||
<!-- 市 --> | |||
<div class="auction_add_area auction_add_area_one"> | |||
<div class="auction_hall_table_tab auction_hall_table_tab_select" | |||
onclick="selectedLocInfo('285','province')">全部 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('286','city')" id="locInfo286"> | |||
昆明 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('287','city')" id="locInfo287"> | |||
曲靖 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('288','city')" id="locInfo288"> | |||
玉溪 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('289','city')" id="locInfo289"> | |||
保山 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('290','city')" id="locInfo290"> | |||
昭通 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('291','city')" id="locInfo291"> | |||
丽江 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('292','city')" id="locInfo292"> | |||
普洱市 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('293','city')" id="locInfo293"> | |||
临沧 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('294','city')" id="locInfo294"> | |||
楚雄 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('295','city')" id="locInfo295"> | |||
红河 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('296','city')" id="locInfo296"> | |||
文山 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('297','city')" id="locInfo297"> | |||
西双版纳 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('298','city')" id="locInfo298"> | |||
大理 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('299','city')" id="locInfo299"> | |||
德宏 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('300','city')" id="locInfo300"> | |||
怒江 | |||
</div> | |||
<div class="auction_hall_table_tab auction_loc" onclick="selectedLocInfo('301','city')" id="locInfo301"> | |||
迪庆 | |||
</div> | |||
</div> | |||
<!-- 区 --> | |||
<div class="auction_add_area auction_add_area_two"> | |||
</div> | |||
</div> | |||
</td> | |||
</tr> | |||
<tr class="auction_tr"> | |||
<td class="auction_td">项目状态</td> | |||
<td> | |||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="statusall" | |||
onclick="selectedStatus('all')">全部 | |||
</div> | |||
<div class="auction_hall_table_tab" id="status1" onclick="selectedStatus('1')">公示中</div> | |||
<div class="auction_hall_table_tab" id="status2" onclick="selectedStatus('2')">竞价中</div> | |||
<div class="auction_hall_table_tab" id="status3" onclick="selectedStatus('3')">竞价成功</div> | |||
<div class="auction_hall_table_tab" id="status4" onclick="selectedStatus('4')">竞价结束</div> | |||
<div class="auction_hall_table_tab" id="status8" onclick="selectedStatus('8')">已成交</div> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<img src="../../static/images/bannerBottom.jpg" alt="" class="m-t-30"/> | |||
<div class="tableType" style="background: none"> | |||
<p><i></i>未开始</p> | |||
<p><i></i>进行中</p> | |||
<p><i></i>已结束</p> | |||
</div> | |||
<table width="100%" class="tableHead"> | |||
<tr> | |||
<td>项目名称</td> | |||
<td>竞价方式</td> | |||
<td>报名截止时间</td> | |||
<td>竞价开始时间</td> | |||
<td>标的底价</td> | |||
<td>当前报价</td> | |||
<td>竞价剩余时间</td> | |||
<td>操作</td> | |||
</tr> | |||
</table> | |||
<div class="tableList" style="height: auto; overflow-y: none;"> | |||
<table width="100%;"> | |||
<tr> | |||
<td>1惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr class="now-row"> | |||
<td>2惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>3惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr class="notStart-row"> | |||
<td>4惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>5惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>6惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr class="notStart-row"> | |||
<td>7惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>8惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>9惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>10惠城区桥东街道...</td> | |||
<td>阶梯竞价</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>2021-4-1 9:00</td> | |||
<td>100</td> | |||
<td>110</td> | |||
<td>进行中</td> | |||
<td> | |||
<input type="button" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</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 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> | |||
<!--target-module="./static/js/project/index.js"--> | |||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||
defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,223 @@ | |||
<!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/interact/interact.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><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> | |||
</ul> | |||
</div> | |||
<div class="w-1200"> | |||
<div class="searchCriteria"> | |||
<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> | |||
<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> | |||
<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="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> |
@@ -11,10 +11,10 @@ | |||
<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.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="../../static/css/swiper-bundle.min.css" rel="stylesheet" type="text/css"/> | |||
<link href="../../static/css/items.css" rel="stylesheet" type="text/css"/> | |||
<link href="../../static/css/listingItems/items.css" rel="stylesheet" type="text/css"/> | |||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css"/> | |||
<style> | |||
@@ -11,9 +11,9 @@ | |||
<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.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="../../static/css/items.css" rel="stylesheet" type="text/css" /> | |||
<link href="../../static/css/listingItems/items.css" rel="stylesheet" type="text/css" /> | |||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
@@ -11,7 +11,7 @@ | |||
<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.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> | |||
@@ -11,7 +11,7 @@ | |||
<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.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> | |||
@@ -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/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><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> | |||
</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> | |||
</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> | |||
<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> | |||
<li> | |||
<a href="javascript:void(0)"><i class="sanjiao-right"></i>湖南省郴州市汝城县开展非法占用耕地专项治理行动实施方案</a> | |||
<p>2021-04-09</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,43 @@ | |||
<!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" /> | |||
</head> | |||
<body> | |||
<!--底部链接 --> | |||
<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> | |||
<script src="../static/js/common/require.js" data-main="../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../static/js/project/index.js" defer type="text/javascript"></script> | |||
</body> | |||
</html> |
@@ -0,0 +1,69 @@ | |||
<!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" /> | |||
</head> | |||
<body> | |||
<!--顶部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 class="active"><a href="javascript:void(0)">首页</a></li> | |||
<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/new/newList.html">新闻资讯</a></li> | |||
<li><a href="javascript:void(0)">政策法规</a></li> | |||
<li><a href="view/interact/interactList.html">互动交流</a></li> | |||
</ul> | |||
</div> | |||
<script src="../static/js/common/require.js" data-main="../static/js/common/main.js?t=101" id="require-page" | |||
target-module="../static/js/project/index.js" defer type="text/javascript"></script> | |||
</body> | |||
</html> |