@@ -61,48 +61,148 @@ | |||
<i class="i5"></i> | |||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||
</div> | |||
<p>四议两公开</p> | |||
<p>公示公开</p> | |||
</a> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="search"> | |||
<input type="search" placeholder="搜索您需要的讯息" id="searchInput" oninput="searchChange()" > | |||
</div> | |||
<div class="new" style="height: 56vh;"> | |||
<div id="loginF" style="display: none;width: 100%;"> | |||
<div class="login_form_main"> | |||
<img src="./static/images/sunVillage_info_login_code_header.png" alt=""> | |||
<div class="login_from"> | |||
<div class="flex_block"> | |||
<div class="flex_input_main"> | |||
<div class="icon_wrap user"></div> | |||
<div class="input_wrap"> | |||
<input type="text" id="userName" class="ipt" placeholder="姓名"/> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="flex_block"> | |||
<div class="flex_input_main"> | |||
<div class="icon_wrap password"></div> | |||
<div class="input_wrap"> | |||
<input type="text" id="password" class="ipt" placeholder="身份证号码"/> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="btn" onclick="submitUser()">验证</div> | |||
</div> | |||
</div> | |||
<div class="personalTit-banner"> | |||
<div class="swiper-container" id="bannerFocusNextWrap"> | |||
<div class="swiper-wrapper" id="bannerFocusNextContent"> | |||
<script id="newListDataImg" type="text/html"> | |||
{{if newImgList.length>0}} | |||
{{each newImgList as value i}} | |||
<div class="swiper-slide"> | |||
<a href="#"><img src="/api{{value}}" alt=""></a> | |||
</div> | |||
{{/each}} | |||
{{else}} | |||
<div class="swiper-slide"> | |||
<a href="#"><img src="static/images/news2.jpg" alt=""></a> | |||
</div> | |||
{{/if}} | |||
</script> | |||
</div> | |||
<div class="page-pagination a2"></div> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="tab_box"> | |||
<img src="./static/images/index_code_btn_1.png" alt="" onclick="changeList('1')"> | |||
<img src="./static/images/index_code_btn_2.png" alt="" onclick="changeList('2')"> | |||
<img src="./static/images/index_code_btn_3.png" alt="" onclick="changeList('3')"> | |||
<img src="./static/images/index_code_btn_4.png" alt="" onclick="changeList('4')"> | |||
<img src="./static/images/index_code_btn_5.png" alt="" onclick="changeList('5')"> | |||
<img src="./static/images/index_code_btn_6.png" alt="" onclick="changeList('6')"> | |||
</div> | |||
<div class="new_list" id="new_list_1" style="display: block;"> | |||
<div class="new_list_tit"> | |||
<p>财务公开</p> | |||
<p id="nowDateNYR1">2023.03.15</p> | |||
</div> | |||
<div class="new"> | |||
<div class="personalTit-banner"> | |||
<div class="swiper-container" id="bannerFocusNextWrap"> | |||
<div class="swiper-wrapper" id="bannerFocusNextContent"> | |||
<script id="newListDataImg" type="text/html"> | |||
{{if newImgList.length>0}} | |||
{{each newImgList as value i}} | |||
<div class="swiper-slide"> | |||
<a href="#"><img src="/api{{value}}" alt=""></a> | |||
<div id="review_box1" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent1"> | |||
<script id="newListData1" type="text/html"> | |||
{{each newList1 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail_01.html?id={{value.id}}">{{value.openName}}</a> | |||
<p>{{value.openNy}}</p> | |||
</div> | |||
{{/each}} | |||
{{else}} | |||
<div class="swiper-slide"> | |||
<a href="#"><img src="static/images/news2.jpg" alt=""></a> | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="new_list_ul" id="newListContent_ul_1"></div> | |||
</div> | |||
</div> | |||
<div class="new_list" id="new_list_2" style="display: none;"> | |||
<div class="new_list_tit"> | |||
<p>合同公开</p> | |||
<p id="nowDateNYR2">2023.03.15</p> | |||
</div> | |||
<div id="review_box2" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent2"> | |||
<script id="newListData2" type="text/html"> | |||
{{each newList2 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail_02.html?id={{value.code}}">{{value.name}}</a> | |||
<p>{{value.code}}</p> | |||
<p>{{value.buildingTime}}</p> | |||
</div> | |||
{{/if}} | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="page-pagination a2"></div> | |||
<div class="new_list_ul" id="newListContent_ul_2"></div> | |||
</div> | |||
</div> | |||
<div class="new_list"> | |||
<div class="new_list" id="new_list_3" style="display: none;"> | |||
<div class="new_list_tit"> | |||
<p>重大事项</p> | |||
<p id="nowDateNYR3">2023.03.15</p> | |||
</div> | |||
<div id="review_box3" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent3"> | |||
<script id="newListData3" type="text/html"> | |||
{{each newList3 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail_03.html?id={{value.id}}">{{value.openName}}</a> | |||
<p>{{value.bookName}}</p> | |||
<p>{{value.openNy}}</p> | |||
</div> | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="new_list_ul" id="newListContent_ul_3"></div> | |||
</div> | |||
</div> | |||
<div class="new_list" id="new_list_4" style="display: none;"> | |||
<div class="new_list_tit"> | |||
<p>四议两公开</p> | |||
<p id="nowDateNYR">2023.03.15</p> | |||
<p id="nowDateNYR4">2023.03.15</p> | |||
</div> | |||
<div id="review_box" style="height: 36vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent"> | |||
<script id="newListData" type="text/html"> | |||
{{each newList as value i}} | |||
<div id="review_box4" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent4"> | |||
<script id="newListData4" type="text/html"> | |||
{{each newList4 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail.html?id={{value.id}}">{{value.openName}}</a> | |||
<p>{{value.bookName}}</p> | |||
@@ -111,50 +211,98 @@ | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="new_list_ul" id="newListContent2"></div> | |||
<div class="new_list_ul" id="newListContent_ul_4"></div> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="new_list" id="new_list_5" style="display: none;"> | |||
<div class="new_list_tit"> | |||
<p>工程项目</p> | |||
<p id="nowDateNYR5">2023.03.15</p> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
<div id="review_box5" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent5"> | |||
<script id="newListData5" type="text/html"> | |||
{{each newList5 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail.html?id={{value.id}}">{{value.openName}}</a> | |||
<p>{{value.bookName}}</p> | |||
<p>{{value.jueyiAt}}</p> | |||
</div> | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="new_list_ul" id="newListContent_ul_5"></div> | |||
</div> | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
<div class="new_list" id="new_list_6" style="display: none;"> | |||
<div class="new_list_tit"> | |||
<p>事务公开</p> | |||
<p id="nowDateNYR6">2023.03.15</p> | |||
</div> | |||
</script> | |||
<div id="review_box6" style="height: 40vh;overflow: hidden;margin-top: 2.5vh;"> | |||
<div class="new_list_ul" id="newListContent6"> | |||
<script id="newListData6" type="text/html"> | |||
{{each newList6 as value i}} | |||
<div class="new_list_li"> | |||
<a href="discussionsDetail.html?id={{value.id}}">{{value.openName}}</a> | |||
<p>{{value.bookName}}</p> | |||
<p>{{value.jueyiAt}}</p> | |||
</div> | |||
{{/each}} | |||
</script> | |||
</div> | |||
<div class="new_list_ul" id="newListContent_ul_6"></div> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -45,43 +45,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -0,0 +1,100 @@ | |||
<!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/newDetail.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<div class="new_content"> | |||
<div class="new_content_left"> | |||
<div class="new_content_left_tit"> | |||
<a href="discussions.html"><i></i></a> | |||
<p id="name"></p> | |||
</div> | |||
<div class="new_content_left_come"> | |||
<p id="creatBy"></p> | |||
<p id="creatTime"></p> | |||
</div> | |||
<div class="new_content_content" id="jueyiAt"></div> | |||
<div class="new_content_content" id="jueyiPic"></div> | |||
<div class="new_content_content" id="shishiAt"></div> | |||
<div class="new_content_content" id="shishiPic"></div> | |||
<div class="new_content_content" id="remark"></div> | |||
</div> | |||
<div class="new_content_right"> | |||
<div class="new_content_right_tit">财务公开列表</div> | |||
<div class="new_content_right_main" id="newListContent"> | |||
<script id="newListData" type="text/html"> | |||
{{each newList as value i}} | |||
<p><a href="discussionsDetail_01.html?id={{value.id}}">{{value.openName}}</a></p> | |||
{{/each}} | |||
</script> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</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/discussionsDetail_01.js" defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,93 @@ | |||
<!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/newDetail.css" rel="stylesheet" type="text/css" /> | |||
<style type="text/css"> | |||
.new_content_content{ | |||
margin-top: 0; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<div class="new_content"> | |||
<div class="new_content_left"> | |||
<div class="new_content_left_tit"> | |||
<a href="discussions.html"><i></i></a> | |||
<p id="name"></p> | |||
</div> | |||
<div class="new_content_content" style="margin-top: 10px;" id="code"></div> | |||
<div class="new_content_content" id="biddingType"></div> | |||
<div class="new_content_content" id="secondParty"></div> | |||
<div class="new_content_content" id="settleType"></div> | |||
<div class="new_content_content" id="totalAmount"></div> | |||
<div class="new_content_content" id="settledAmount"></div> | |||
<div class="new_content_content" id="receivedAmount"></div> | |||
<div class="new_content_content" id="num"></div> | |||
<div class="new_content_content" id="unit"></div> | |||
<div class="new_content_content" id="buildingTime"></div> | |||
<div class="new_content_content" id="startTime"></div> | |||
<div class="new_content_content" id="endTime"></div> | |||
</div> | |||
<div class="new_content_right"> | |||
<div class="new_content_right_tit">合同公开列表</div> | |||
<div class="new_content_right_main" id="newListContent"> | |||
<script id="newListData" type="text/html"> | |||
{{each newList as value i}} | |||
<p><a href="discussionsDetail_02.html?id={{value.code}}">{{value.name}}</a></p> | |||
{{/each}} | |||
</script> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<img src="static/images/link_00.png" alt=""> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</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/discussionsDetail_02.js" defer type="text/javascript"></script> | |||
</html> |
@@ -0,0 +1,100 @@ | |||
<!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/newDetail.css" rel="stylesheet" type="text/css" /> | |||
</head> | |||
<body> | |||
<div class="main" id="page"> | |||
<div class="new_content"> | |||
<div class="new_content_left"> | |||
<div class="new_content_left_tit"> | |||
<a href="discussions.html"><i></i></a> | |||
<p id="openName"></p> | |||
</div> | |||
<div class="new_content_left_come"> | |||
<p id="creatBy"></p> | |||
<p id="creatTime"></p> | |||
</div> | |||
<div class="new_content_content" id="openNy"></div> | |||
<div class="new_content_content" id="openPic"></div> | |||
<div class="new_content_content" id="openFile"></div> | |||
<div class="new_content_content" id="content"></div> | |||
<div class="new_content_content" id="remark"></div> | |||
</div> | |||
<div class="new_content_right"> | |||
<div class="new_content_right_tit">重大事项列表</div> | |||
<div class="new_content_right_main" id="newListContent"> | |||
<script id="newListData" type="text/html"> | |||
{{each newList as value i}} | |||
<p><a href="discussionsDetail_03.html?id={{value.id}}">{{value.openName}}</a></p> | |||
{{/each}} | |||
</script> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</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/discussionsDetail_03.js" defer type="text/javascript"></script> | |||
</html> |
@@ -220,43 +220,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -159,43 +159,51 @@ | |||
</script> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -117,43 +117,50 @@ | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -43,43 +43,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -204,43 +204,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -140,43 +140,51 @@ | |||
</script> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -190,43 +190,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -130,43 +130,51 @@ | |||
</script> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -198,43 +198,51 @@ | |||
</div> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -125,43 +125,51 @@ | |||
</script> | |||
</div> | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
<div class="footer_main" > | |||
<div class="footer" id="webContent"> | |||
<script id="webData" type="text/html"> | |||
<div class="footer_link"> | |||
<!-- <p class="footer_link_tit">友情链接</p>--> | |||
<!-- {{each webList.botoom1 as value i}}--> | |||
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>--> | |||
<!-- {{/each}}--> | |||
<img src="static/images/link_00.png" alt=""> | |||
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> | |||
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> | |||
{{each webList.botoom1 as value i}} | |||
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> | |||
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> | |||
<p class="link_tt">{{value.contentValue}}</p> | |||
</a> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
<div class="footer_link_filings"> | |||
{{each webList.botoom2 as value i}} | |||
<div class="footer_link_filings_left"> | |||
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p> | |||
<a href="#">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
<div class="footer_link_company"> | |||
{{each webList.botoom3 as value i}} | |||
<div> | |||
<p>{{value.contentTitle}}</p> | |||
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a> | |||
</div> | |||
{{/each}} | |||
</div> | |||
</script> | |||
</div> | |||
<img src="" id="ewm" alt=""> | |||
</div> | |||
@@ -168,6 +168,122 @@ | |||
/*align-items: center;*/ | |||
} | |||
.login_form_main{ | |||
flex: 1; | |||
/*background: linear-gradient(to bottom right, rgb(168, 249, 252), rgb(105, 119, 249));*/ | |||
} | |||
.login_form_main img{ | |||
width: 50%; | |||
margin: 0 auto; | |||
display: block; | |||
} | |||
.login_from { | |||
width: 50%; | |||
background: #ffffff; | |||
background-size: 100% 100%; | |||
margin: -1PX auto 0; | |||
padding: 1.6vh 50px 3.2vh; | |||
border-radius: 0 0 20PX 20PX; | |||
} | |||
.btn{ | |||
width: 100%; | |||
height: 4vh; | |||
margin:0 auto; | |||
font-size: 16px; | |||
color: #fff; | |||
line-height: 4vh; | |||
text-align: center; | |||
border: none; | |||
background: linear-gradient(to right , #97EDF7 , #2376EC); | |||
border-radius: 5vh; | |||
cursor: pointer; | |||
} | |||
.login_from .flex_block { | |||
margin-bottom: 2vh; | |||
display: flex; | |||
justify-content: space-between; | |||
} | |||
.login_from .flex_block .flex_input_main { | |||
position: relative; | |||
display: flex; | |||
flex: 1; | |||
align-items: center; | |||
background: #E7F0FF; | |||
border-radius: 62px; | |||
height: 5vh; | |||
} | |||
.login_from .flex_block .flex_input_main .icon_wrap.user { | |||
background: url('../images/login_icon_1.png') no-repeat; | |||
background-size: 100% 100%; | |||
margin-left: 30px; | |||
} | |||
.login_from .flex_block .flex_input_main .icon_wrap.password { | |||
background: url('../images/login_icon_2_code.png') no-repeat; | |||
height: 40%; | |||
background-size: 100% 100%; | |||
margin-left: 30px; | |||
} | |||
.login_from .flex_block .flex_input_main .icon_wrap.valid { | |||
background: url('../images/login_icon_3.png') no-repeat; | |||
background-size: 100% 100%; | |||
margin-left: 30px; | |||
} | |||
.login_from .flex_block .flex_input_main .icon_wrap { | |||
width: 2.5vh; | |||
height: 2.5vh; | |||
} | |||
.login_from .flex_block .flex_input_main .input_wrap { | |||
flex: 1; | |||
margin-left: 16px; | |||
padding-right: 30px; | |||
} | |||
.login_from .flex_block .flex_input_main .input_wrap .ipt { | |||
width: 100%; | |||
height: 4vh; | |||
background: transparent; | |||
font-size: 16px; | |||
color: #3f3d56; | |||
} | |||
.login_from .flex_block .flex_input_main .showHidden { | |||
width: 32px; | |||
height: 32px; | |||
background: url('../images/login_icon_4.png') no-repeat; | |||
background-size: 100% 100%; | |||
position: absolute; | |||
right: 38px; | |||
cursor: pointer; | |||
} | |||
.login_from .flex_block .flex_input_main .showHidden.ico_hide { | |||
background: url('../images/login_icon_5.png') no-repeat; | |||
background-size: 100% 100%; | |||
} | |||
.login_from .flex_block .flex_input_main.valid { | |||
flex: 0 0 380px; | |||
} | |||
.login_from .flex_block .valid_main { | |||
width: 165px; | |||
height: 62px; | |||
border-radius: 30px; | |||
} | |||
.login_from .flex_block .valid_main img { | |||
width: 100%; | |||
height: 100%; | |||
border-radius: 30px; | |||
} | |||
.personalTit-banner { | |||
width: 45%; | |||
height: 100%; | |||
@@ -248,15 +364,26 @@ | |||
color: #848484; | |||
flex-shrink: 0; | |||
} | |||
.footer{ | |||
.footer_main{ | |||
height: 20vh; | |||
background: #e1e4ef; | |||
margin-top: 6.3vh; | |||
display: flex; | |||
padding: 1.5vh 12.5%; | |||
align-items: center; | |||
} | |||
#ewm{ | |||
width: 15vh; | |||
height: 15vh; | |||
} | |||
.footer{ | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
padding: 1.5vh 12.5%; | |||
height: 17vh; | |||
flex: 1; | |||
} | |||
.footer_link_tit{ | |||
@@ -430,3 +557,17 @@ | |||
background-position: 1000px 0; | |||
} | |||
} | |||
.tab_box{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
width: 50%; | |||
justify-content: space-between; | |||
align-items: center; | |||
} | |||
.tab_box img{ | |||
display: block; | |||
width: 48%; | |||
cursor: pointer; | |||
} |
@@ -6,6 +6,9 @@ | |||
padding: 1vh; | |||
} | |||
.footer{ | |||
/*margin-top: 4.3vh;*/ | |||
} | |||
.footer_main{ | |||
margin-top: 4.3vh; | |||
} | |||
@@ -196,4 +199,4 @@ | |||
.center_table table tr:first-child td{ | |||
background: #e4edfe; | |||
} | |||
} |
@@ -109,3 +109,17 @@ var webDeptType = '/transaction/website/transfer/'//标的物类型查询接口 | |||
var listSiyigongkai = '/open/villageAffairs/public/siyigongkaiList'//查询四议两公开列表 | |||
var siyigongkaiDetail = '/open/villageAffairs/public/siyigongkaiDetail'//查询四议两公开列表 | |||
var checkFarmer = '/register/checkFarmer'//查询四议两公开列表 | |||
var familyMember = '/open/home/mobile/familyMember/list'//查询四议两公开列表 | |||
var financePublicList = '/open/villageAffairs/public/financePublicList'//财务公开列表 | |||
var contractionList = '/open/contraction/list'//合同公开列表 | |||
var majorEventPublicList = '/open/villageAffairs/public/majorEventPublicList'//重大事项列表 | |||
var financePublicDetail = '/open/villageAffairs/public/financePublicDetail' | |||
var majorEventPublicDetail = '/open/villageAffairs/public/majorEventPublicDetail' |
@@ -17,7 +17,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, | |||
module.init = function (page) { | |||
//新闻列表 | |||
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8}, module.newsList , true); | |||
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8}, module.newsList4 , true); | |||
tools.doGet(webList, {}, module.webList , true); | |||
// new Swiper('#bannerFocusNextWrap', { | |||
// paginationClickable: true, | |||
@@ -25,29 +25,16 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, | |||
// autoplay : 2000, | |||
// loop:true | |||
// }) | |||
$("#nowDateNYR").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
changeList('1'); | |||
}; | |||
module.newsList = function (data) { | |||
module.newsList4 = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList = content; | |||
var newListData = template('newListData', module.data); | |||
$("#newListContent").html(newListData); | |||
var newImgList = []; | |||
// content.map(rr=>{ | |||
// if (rr.jueyiPic!=null&&rr.jueyiPic!=""){ | |||
// rr.jueyiPic.split(','); | |||
// newImgList.push(rr.jueyiPic); | |||
// } | |||
// }) | |||
module.data.newImgList = newImgList; | |||
var newListDataImg = template('newListDataImg', module.data); | |||
$("#bannerFocusNextContent").html(newListDataImg); | |||
// roll(20) | |||
module.data.newList4 = content; | |||
var newListData4 = template('newListData4', module.data); | |||
$("#newListContent_ul_4").html(newListData4); | |||
} | |||
} | |||
@@ -59,6 +46,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, | |||
$("#webContent").html(webData); | |||
var titData = template('titData', module.data); | |||
$("#titContent").html(titData); | |||
$('#ewm').attr('src', '/api/'+content.top.bz); | |||
} | |||
} | |||
@@ -67,6 +55,128 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, | |||
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8,openName:$("#searchInput").val()}, module.newsList , true); | |||
} | |||
submitUser = function () { | |||
tools.doPost(checkFarmer, {memberName:$("#userName").val(),idcard:$("#password").val()}, module.checkFarmer , true); | |||
} | |||
module.checkFarmer = function (data) { | |||
if (data.code == 200) { | |||
let seconds = 3600; | |||
let expires = new Date(new Date() * 1 + seconds * 1000); | |||
tools.setCookie("user", JSON.stringify(data.data), { expires: expires }); | |||
tools.doGet(familyMember, {idcard:$("#password").val(),familyStatus:"02"}, module.familyMember , true); | |||
} | |||
} | |||
module.familyMember = function (data) { | |||
if (data.code == 200) { | |||
const farmerCode = data.rows[0].farmerCode; | |||
tools.setCookie("farmerCode",farmerCode, { expires: 30 }); | |||
$('#loginF').css('display','none'); | |||
$('#new_list').css('display','block'); | |||
} | |||
} | |||
changeList = function (type) { | |||
$('#new_list_1').css('display','none'); | |||
$('#new_list_2').css('display','none'); | |||
$('#new_list_3').css('display','none'); | |||
$('#new_list_4').css('display','none'); | |||
$('#new_list_5').css('display','none'); | |||
$('#new_list_6').css('display','none'); | |||
switch (type) { | |||
case '1': | |||
$('#new_list_1').css('display','block'); | |||
$("#nowDateNYR1").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
tools.doGet(financePublicList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'openNy', | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList1 , true); | |||
break; | |||
case '2': | |||
$('#new_list_2').css('display','block'); | |||
$("#nowDateNYR2").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
tools.doGet(contractionList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'buildingTime', | |||
translate_dict: 1, | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList2 , true); | |||
break; | |||
case '3': | |||
$('#new_list_3').css('display','block'); | |||
$("#nowDateNYR3").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
tools.doGet(majorEventPublicList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'openNy', | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList3 , true); | |||
break; | |||
case '4': | |||
$('#new_list_4').css('display','block'); | |||
$("#nowDateNYR4").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8}, module.newsList4 , true); | |||
break; | |||
case '5': | |||
$('#new_list_5').css('display','block'); | |||
$("#nowDateNYR5").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
break; | |||
case '6': | |||
$('#new_list_6').css('display','block'); | |||
$("#nowDateNYR6").html(new Date().getFullYear()+'-'+(new Date().getMonth()+1)+'-'+new Date().getDate()); | |||
break; | |||
} | |||
} | |||
module.newsList1 = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList1 = content; | |||
var newListData1 = template('newListData1', module.data); | |||
$("#newListContent_ul_1").html(newListData1); | |||
} | |||
} | |||
module.newsList2 = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList2 = content; | |||
var newListData2 = template('newListData2', module.data); | |||
$("#newListContent_ul_2").html(newListData2); | |||
} | |||
} | |||
module.newsList3 = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList3 = content; | |||
var newListData3 = template('newListData3', module.data); | |||
$("#newListContent_ul_3").html(newListData3); | |||
} | |||
} | |||
function roll(t) { | |||
var ul1 = document.getElementById("newListContent"); | |||
var ul2 = document.getElementById("newListContent2"); | |||
@@ -0,0 +1,95 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//服务器地址 | |||
serverApi:'', | |||
//焦点图数据 | |||
focusList: [], | |||
communicateList: [], | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//新闻详情 | |||
tools.doGet(financePublicDetail, { | |||
id:getQueryVariable('id'), | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsDetail , true); | |||
//新闻列表 | |||
tools.doGet(financePublicList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'openNy', | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList , true); | |||
tools.doGet(webList, {}, module.webList , true); | |||
}; | |||
//获取地址栏参数 | |||
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.webList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
module.data.webList = content; | |||
var webData = template('webData', module.data); | |||
$("#webContent").html(webData); | |||
} | |||
} | |||
module.newsDetail = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
$('#name')[0].innerHTML = content.openName; | |||
$('#jueyiAt')[0].innerHTML = '公开年月:'+content.openNy; | |||
$('#jueyiPic')[0].innerHTML = '公开图片:<br/>'; | |||
if (content.openPic){ | |||
let arr = content.openPic.split(','); | |||
for (let i = 0;i < arr.length; i++){ | |||
$('#jueyiPic')[0].innerHTML += '<img src="/api'+arr[i]+'" style="width: 200px;height: 150px;margin-right: 10px;">'; | |||
} | |||
} | |||
$('#shishiPic')[0].innerHTML = '附件:<br/>'; | |||
if (content.openFile){ | |||
let arr2 = content.openFile.split(','); | |||
for (let i = 0;i < arr2.length; i++){ | |||
$('#shishiPic')[0].innerHTML += '<a href="/api'+arr2[i]+'">'; | |||
} | |||
} | |||
$('#remark')[0].innerHTML = '备注:'+content.remark; | |||
} | |||
} | |||
module.newsList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList = content; | |||
var newListData = template('newListData', module.data); | |||
$("#newListContent").html(newListData); | |||
} | |||
} | |||
return module; | |||
}); |
@@ -0,0 +1,85 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//服务器地址 | |||
serverApi:'', | |||
//焦点图数据 | |||
focusList: [], | |||
communicateList: [], | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//新闻详情 | |||
tools.doGet(contractionList, { | |||
code:getQueryVariable('id'), | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsDetail , true); | |||
//新闻列表 | |||
tools.doGet(contractionList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'buildingTime', | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList , true); | |||
tools.doGet(webList, {}, module.webList , true); | |||
}; | |||
//获取地址栏参数 | |||
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.webList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
module.data.webList = content; | |||
var webData = template('webData', module.data); | |||
$("#webContent").html(webData); | |||
} | |||
} | |||
module.newsDetail = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows[0]; | |||
$('#name').html(content.name); | |||
$('#code').html('合同编码:' + content.code); | |||
$('#biddingType').html('合同类型:'+content.biddingType); | |||
$('#secondParty').html('合同乙方:'+content.secondParty); | |||
$('#settleType').html('结款方式:'+content.settleType); | |||
$('#totalAmount').html('合同金额:'+content.totalAmount); | |||
$('#settledAmount').html('已结款:'+content.settledAmount); | |||
$('#receivedAmount').html('下次应结:'+content.receivedAmount); | |||
$('#num').html('数量:'+content.num); | |||
$('#unit').html('单位:'+content.unit); | |||
$('#buildingTime').html('签订日期:'+content.buildingTime); | |||
$('#startTime').html('开始日期:'+content.startTime); | |||
$('#endTime').html('结束日期:'+content.endTime); | |||
} | |||
} | |||
module.newsList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList = content; | |||
var newListData = template('newListData', module.data); | |||
$("#newListContent").html(newListData); | |||
} | |||
} | |||
return module; | |||
}); |
@@ -0,0 +1,96 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//服务器地址 | |||
serverApi:'', | |||
//焦点图数据 | |||
focusList: [], | |||
communicateList: [], | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//新闻详情 | |||
tools.doGet(majorEventPublicDetail, { | |||
id:getQueryVariable('id'), | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsDetail , true); | |||
//新闻列表 | |||
tools.doGet(majorEventPublicList, { | |||
pageNum:1, | |||
pageSize:10, | |||
orderByColumn: 'openNy', | |||
isAsc: 'desc', | |||
bookId: JSON.parse(tools.getCookie('user')).bookId, | |||
deptId: JSON.parse(tools.getCookie('user')).deptId | |||
}, module.newsList , true); | |||
tools.doGet(webList, {}, module.webList , true); | |||
}; | |||
//获取地址栏参数 | |||
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.webList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
module.data.webList = content; | |||
var webData = template('webData', module.data); | |||
$("#webContent").html(webData); | |||
} | |||
} | |||
module.newsDetail = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
$('#openName')[0].innerHTML = content.openName; | |||
$('#openNy')[0].innerHTML = '公开年月:'+content.openNy; | |||
$('#openPic')[0].innerHTML = '公开图片:<br/>'; | |||
if (content.openPic){ | |||
let arr = content.openPic.split(','); | |||
for (let i = 0;i < arr.length; i++){ | |||
$('#openPic')[0].innerHTML += '<img src="/api'+arr[i]+'" style="width: 200px;height: 150px;margin-right: 10px;">'; | |||
} | |||
} | |||
$('#openFile')[0].innerHTML = '附件:<br/>'; | |||
if (content.openFile){ | |||
let arr2 = content.openFile.split(','); | |||
for (let i = 0;i < arr2.length; i++){ | |||
$('#openFile')[0].innerHTML += '<a href="/api'+arr2[i]+'">'; | |||
} | |||
} | |||
$('#content')[0].innerHTML = '内容:'+content.content; | |||
$('#remark')[0].innerHTML = '备注:'+content.remark; | |||
} | |||
} | |||
module.newsList = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
module.data.newList = content; | |||
var newListData = template('newListData', module.data); | |||
$("#newListContent").html(newListData); | |||
} | |||
} | |||
return module; | |||
}); |