@@ -0,0 +1,5 @@ | |||||
# Default ignored files | |||||
/shelf/ | |||||
/workspace.xml | |||||
# Editor-based HTTP Client requests | |||||
/httpRequests/ |
@@ -0,0 +1,15 @@ | |||||
<?xml version="1.0" encoding="UTF-8"?> | |||||
<project version="4"> | |||||
<component name="FindBugsConfigurable"> | |||||
<option name="make" value="true" /> | |||||
<option name="effort" value="default" /> | |||||
<option name="priority" value="Medium" /> | |||||
<option name="excludeFilter" value="" /> | |||||
</component> | |||||
<component name="JavaScriptSettings"> | |||||
<option name="languageLevel" value="ES6" /> | |||||
</component> | |||||
<component name="SuppressionsComponent"> | |||||
<option name="suppComments" value="[]" /> | |||||
</component> | |||||
</project> |
@@ -0,0 +1,8 @@ | |||||
<?xml version="1.0" encoding="UTF-8"?> | |||||
<project version="4"> | |||||
<component name="ProjectModuleManager"> | |||||
<modules> | |||||
<module fileurl="file://$PROJECT_DIR$/.idea/nsgk_web.iml" filepath="$PROJECT_DIR$/.idea/nsgk_web.iml" /> | |||||
</modules> | |||||
</component> | |||||
</project> |
@@ -0,0 +1,12 @@ | |||||
<?xml version="1.0" encoding="UTF-8"?> | |||||
<module type="WEB_MODULE" version="4"> | |||||
<component name="NewModuleRootManager"> | |||||
<content url="file://$MODULE_DIR$"> | |||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> | |||||
<excludeFolder url="file://$MODULE_DIR$/temp" /> | |||||
<excludeFolder url="file://$MODULE_DIR$/tmp" /> | |||||
</content> | |||||
<orderEntry type="inheritedJdk" /> | |||||
<orderEntry type="sourceFolder" forTests="false" /> | |||||
</component> | |||||
</module> |
@@ -0,0 +1,6 @@ | |||||
<?xml version="1.0" encoding="UTF-8"?> | |||||
<project version="4"> | |||||
<component name="VcsDirectoryMappings"> | |||||
<mapping directory="" vcs="Git" /> | |||||
</component> | |||||
</project> |
@@ -1,7 +1,7 @@ | |||||
/*-------------- | /*-------------- | ||||
* 获取用户、登录、注册相关 | * 获取用户、登录、注册相关 | ||||
-----------------*/ | -----------------*/ | ||||
var captchaImage_get = '/captchaImage'; //图形验证码接口 | |||||
var captchaImage_get = '/gkyzm'; //图形验证码接口 | |||||
var login_post = '/login'; //用户登录接口 | var login_post = '/login'; //用户登录接口 | ||||
var getInfo_get = '/getInfo' //获取用户信息 | var getInfo_get = '/getInfo' //获取用户信息 | ||||
@@ -9,27 +9,27 @@ var getInfo_get = '/getInfo' //获取用户信息 | |||||
* 首页 | * 首页 | ||||
-----------------*/ | -----------------*/ | ||||
/* | /* | ||||
@purl /enforce/website/news/{number}/{deptId}/{limit} | |||||
@param | |||||
@purl /open/enforce/website/news/{number}/{deptId}/{limit} | |||||
@param | |||||
number:新闻类型字典编号 | number:新闻类型字典编号 | ||||
deptId:部门ID | deptId:部门ID | ||||
limit: 要查询的数据条数 | limit: 要查询的数据条数 | ||||
*/ | */ | ||||
var news = '/enforce/website/news' //查询新闻管理列表固定条数 | |||||
var news = '/open/enforce/website/news' //查询新闻管理列表固定条数 | |||||
/* | /* | ||||
@purl /enforce/website/getTopDeptId | |||||
@purl /open/enforce/website/getTopDeptId | |||||
@param | @param | ||||
*/ | */ | ||||
var getTopDeptId = '/enforce/website/getTopDeptId' //查询当前系统最高级的deptId | |||||
var getTopDeptId = '/open/enforce/website/getTopDeptId' //查询当前系统最高级的deptId | |||||
/* | /* | ||||
@purl /enforce/website/scheme | |||||
@purl /open/enforce/website/scheme | |||||
@param | @param | ||||
deptId:部门ID | deptId:部门ID | ||||
limit: 要查询的数据条数 | limit: 要查询的数据条数 | ||||
*/ | */ | ||||
var getScheme = '/enforce/website/scheme' //查询方案公开固定条数 | |||||
var getScheme = '/open/enforce/website/scheme' //查询方案公开固定条数 | |||||
@@ -37,7 +37,7 @@ var getScheme = '/enforce/website/scheme' //查询方案公开固定条数 | |||||
* 工作动态 通知公告 执法依据 | * 工作动态 通知公告 执法依据 | ||||
-----------------*/ | -----------------*/ | ||||
/* | /* | ||||
@purl /enforce/website/news/{number}/{deptId}/{limit} | |||||
@purl /open/enforce/website/news/{number}/{deptId}/{limit} | |||||
@param | @param | ||||
number:新闻类型字典编号 | number:新闻类型字典编号 | ||||
deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
@@ -45,7 +45,7 @@ var getScheme = '/enforce/website/scheme' //查询方案公开固定条数 | |||||
pageSize:每页显示记录数 | pageSize:每页显示记录数 | ||||
(分页方法默认需要传 pageNum 和 pageSize两个参数) | (分页方法默认需要传 pageNum 和 pageSize两个参数) | ||||
*/ | */ | ||||
var newsList = '/enforce/website/newsList' //查询新闻管理列表分页 | |||||
var newsList = '/open/enforce/website/newsList' //查询新闻管理列表分页 | |||||
@@ -53,24 +53,24 @@ var newsList = '/enforce/website/newsList' //查询新闻管理列表分页 | |||||
* 方案公开 | * 方案公开 | ||||
-----------------*/ | -----------------*/ | ||||
/* | /* | ||||
@purl /enforce/website/scheme/list | |||||
@purl /open/enforce/website/scheme/list | |||||
@param | @param | ||||
deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
pageNum:当前记录起始索引(当前页码) | pageNum:当前记录起始索引(当前页码) | ||||
pageSize:每页显示记录数 | pageSize:每页显示记录数 | ||||
(分页方法默认需要传 pageNum 和 pageSize两个参数) | (分页方法默认需要传 pageNum 和 pageSize两个参数) | ||||
*/ | */ | ||||
var schemeList = '/enforce/website/scheme/list' //查询方案公开列表 | |||||
var schemeList = '/open/enforce/website/scheme/list' //查询方案公开列表 | |||||
/* | /* | ||||
@purl /enforce/website/scheme/list | |||||
@purl /open/enforce/website/scheme/list | |||||
@param | @param | ||||
deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
pageNum:当前记录起始索引(当前页码) | pageNum:当前记录起始索引(当前页码) | ||||
pageSize:每页显示记录数 | pageSize:每页显示记录数 | ||||
(分页方法默认需要传 pageNum 和 pageSize两个参数) | (分页方法默认需要传 pageNum 和 pageSize两个参数) | ||||
*/ | */ | ||||
var schemeDetail = '/enforce/website/scheme/get' //获取方案管理详细信息 | |||||
var schemeDetail = '/open/enforce/website/scheme/get' //获取方案管理详细信息 | |||||
@@ -78,14 +78,14 @@ var schemeDetail = '/enforce/website/scheme/get' //获取方案管理详细信 | |||||
* 农用品库 | * 农用品库 | ||||
-----------------*/ | -----------------*/ | ||||
/* | /* | ||||
@purl /enforce/website/product/list | |||||
@purl /open/enforce/website/product/list | |||||
@param | @param | ||||
deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
pageNum:当前记录起始索引(当前页码) | pageNum:当前记录起始索引(当前页码) | ||||
pageSize:每页显示记录数 | pageSize:每页显示记录数 | ||||
(分页方法默认需要传 pageNum 和 pageSize两个参数) | (分页方法默认需要传 pageNum 和 pageSize两个参数) | ||||
*/ | */ | ||||
var productList = '/enforce/website/product/list' //查询农用品管理列表 | |||||
var productList = '/open/enforce/website/product/list' //查询农用品管理列表 | |||||
@@ -93,32 +93,32 @@ var productList = '/enforce/website/product/list' //查询农用品管理列表 | |||||
* 投诉建议 | * 投诉建议 | ||||
-----------------*/ | -----------------*/ | ||||
/* | /* | ||||
@purl /enforce/website/communicate/list | |||||
@purl /open/enforce/website/communicate/list | |||||
@param | @param | ||||
deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
pageNum:当前记录起始索引(当前页码) | pageNum:当前记录起始索引(当前页码) | ||||
pageSize:每页显示记录数 | pageSize:每页显示记录数 | ||||
(分页方法默认需要传 pageNum 和 pageSize两个参数) | (分页方法默认需要传 pageNum 和 pageSize两个参数) | ||||
*/ | */ | ||||
var communicateList = '/enforce/website/communicate/list' //查询举报留言列表 | |||||
var communicateList = '/open/enforce/website/communicate/list' //查询举报留言列表 | |||||
/* | /* | ||||
@purl /enforce/website/communicate/list | |||||
@purl /open/enforce/website/communicate/list | |||||
@param | @param | ||||
id:主键ID | id:主键ID | ||||
*/ | */ | ||||
var communicateDetail = '/enforce/website/communicate/get' //获取举报留言详细信息 | |||||
var communicateDetail = '/open/enforce/website/communicate/get' //获取举报留言详细信息 | |||||
/* | /* | ||||
@purl /enforce/website/communicate/add | |||||
@purl /open/enforce/website/communicate/add | |||||
@param | @param | ||||
*/ | */ | ||||
var communicateAdd = '/enforce/website/communicate/add' //获取举报留言详细信息 | |||||
var communicateAdd = '/open/enforce/website/communicate/add' //获取举报留言详细信息 | |||||
/* | /* | ||||
@purl /enforce/website/communicate/add | |||||
@purl /open/enforce/website/communicate/add | |||||
@param | @param | ||||
*/ | */ | ||||
var dictType = '/enforce/website/data/type' //获取举报留言详细信息 | |||||
var dictType = '/open/enforce/website/data/type' //获取举报留言详细信息 |
@@ -0,0 +1,447 @@ | |||||
<!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="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i5"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>公示公开</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="new" id="loginF" style="height: 56vh; background: url('./static/images/login_bg.png') no-repeat center;background-size: 100% 100%; "> | |||||
<div style="width: 100%;"> | |||||
<div class="login_form_main"> | |||||
<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> | |||||
</div> | |||||
<div class="new_list_main" id="listB" style="display: none;position:relative;height: 56vh;"> | |||||
<div class="new_list_left"> | |||||
<div style="display: flex;align-items: center;cursor: pointer;border-bottom: 1px solid #b6b6b5;padding-bottom: 15px;margin-bottom: 15px;" onclick="clearCook()"> | |||||
<img src="static/images/list_icon_01.png" alt="" style="display: block;"> | |||||
<p style="line-height: 1;color: #1663ff;margin-left: 5px;font-weight: bold;font-size: 20px;" id="deptName">切换验证</p> | |||||
<img src="static/images/list_icon_03.png" alt="" style="display: block;margin-left: auto;"> | |||||
</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')"> | |||||
<img src="./static/images/index_code_btn_7.png" alt="" onclick="changeList('7')"> | |||||
<img src="./static/images/index_code_btn_8.png" alt="" onclick="changeList('8')"> | |||||
<img src="./static/images/index_code_btn_9.png" alt="" onclick="changeList('9')"> | |||||
<img src="./static/images/index_code_btn_11.png" alt="" onclick="changeList('11')"> | |||||
<!-- <img src="./static/images/index_code_btn_10.png" alt="" onclick="changeList('10')">--> | |||||
</div> | |||||
</div> | |||||
<div class="new_list_right"> | |||||
<div class="new_list" id="new_list_1" style="display: block;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>财务公开</p> | |||||
<p id="nowDateNYR1" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box1" style="height: 44vh;overflow-y: scroll;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}} | |||||
</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"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>合同公开</p> | |||||
<p id="nowDateNYR2" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box2" style="height: 44vh;overflow-y: scroll;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 style="flex: 1;">{{value.secondParty}}</p> | |||||
<p style="flex: .5;text-align: center;">{{value.contractYears}}年</p> | |||||
<p style="flex: .5;">{{value.totalAmount}}元</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" style="overflow-y: scroll;" id="newListContent_ul_2"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_3" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p class="tab"><span id="zd" class="act" onclick="ZDSXTabClick('zd')">重大事项</span><span id="zy" onclick="ZDSXTabClick('zy')">重要事项</span></p> | |||||
<p id="nowDateNYR3" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box3" style="height: 44vh;overflow-y: scroll;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 id="review_box3_zy" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;display: none;"> | |||||
<div class="new_list_ul" id="newListContent3_zy"> | |||||
<script id="newListData3_zy" type="text/html"> | |||||
{{each newList11 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_03_zy.html?id={{value.id}}">{{value.openName}}</a> | |||||
<p>{{value.importantType}}</p> | |||||
<p>{{value.openNy}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_3_zy"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_4" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>四议两公开</p> | |||||
<p id="nowDateNYR4" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box4" style="height: 44vh;overflow-y: scroll;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> | |||||
<p>{{value.jueyiAt}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_4"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_5" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>工程项目</p> | |||||
<p id="nowDateNYR5" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box5" style="height: 44vh;overflow-y: scroll;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="new_list" id="new_list_6" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>事务公开</p> | |||||
<p id="nowDateNYR6" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box6" style="height: 44vh;overflow-y: scroll;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 class="new_list" id="new_list_7" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>资产公开</p> | |||||
<p id="nowDateNYR7" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box7" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;"> | |||||
<div class="new_list_ul" id="newListContent7"> | |||||
<script id="newListData7" type="text/html"> | |||||
{{each newList7 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_06.html?id={{value.code}}">{{value.name}}</a> | |||||
<p>{{value.originalValue}}</p> | |||||
<p>{{value.operationType}}</p> | |||||
<p>{{value.useType}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_7"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_8" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>资源公开</p> | |||||
<p id="nowDateNYR8" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box8" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;"> | |||||
<div class="new_list_ul" id="newListContent8"> | |||||
<script id="newListData8" type="text/html"> | |||||
{{each newList8 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_07.html?id={{value.code}}">{{value.name}}</a> | |||||
<p style="flex: .5;text-align: right;">{{value.totalArea}}亩</p> | |||||
<p style="text-align: center;">{{value.operationType}}</p> | |||||
<p style="flex: .5;text-align: right;">{{value.useType}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_8"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_9" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>零工公开</p> | |||||
<p id="nowDateNYR9" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box9" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;"> | |||||
<div class="new_list_ul" id="newListContent9"> | |||||
<script id="newListData9" type="text/html"> | |||||
{{each newList9 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_08.html?id={{value.id}}">{{value.openName}}</a> | |||||
<p>{{value.openNy}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_9"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_10" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>实施过程公开</p> | |||||
<p id="nowDateNYR10" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box10" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;"> | |||||
<div class="new_list_ul" id="newListContent10"> | |||||
<script id="newListData10" type="text/html"> | |||||
{{each newList10 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_10.html?id={{value.id}}">{{value.otherName}}</a> | |||||
<p>{{value.bookName}}</p> | |||||
<p>{{value.openAt}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_10"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" id="new_list_11" style="display: none;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>专项公示</p> | |||||
<p id="nowDateNYR11" style="margin-left: auto;">2023.03.15</p> | |||||
</div> | |||||
<div id="review_box11" style="height: 44vh;overflow-y: scroll;margin-top: 2.5vh;"> | |||||
<div class="new_list_ul" id="newListContent11"> | |||||
<script id="newListData11" type="text/html"> | |||||
{{each newList12 as value i}} | |||||
<div class="new_list_li"> | |||||
<a href="discussionsDetail_11.html?id={{value.id}}">{{value.openName}}</a> | |||||
<p>{{value.specialPublicityType}}</p> | |||||
<p>有异议:{{value.differCount}}</p> | |||||
<p>无异议:{{value.agreeCount}}</p> | |||||
<p>{{value.openAt}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent_ul_11"></div> | |||||
</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> | |||||
</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/discussions.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,106 @@ | |||||
<!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="shishiguochengAt"></div> | |||||
<div class="new_content_content" id="shishiguochengPic"></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.html?id={{value.id}}">{{value.openName}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,107 @@ | |||||
<!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="openPicSzmx"></div> | |||||
<div class="new_content_content" id="openPicKmye"></div> | |||||
<div class="new_content_content" id="openPicZcfz"></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" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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,123 @@ | |||||
<!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 id="attachmentListContent" style="margin-top: 2vh;"> | |||||
<script id="attachmentListData" type="text/html"> | |||||
{{each attachmentList as value i}} | |||||
<a href="/api{{value.fileUrl}}" target="downloadFile" style="display: flex;align-items:center;margin-top: 1vh;"> | |||||
<img src="../static/images/file_icon.png" width="32" style="margin-right: 10px;" alt=""> | |||||
{{value.fileName}} | |||||
</a> | |||||
{{/each}} | |||||
</script> | |||||
</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_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_02.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,105 @@ | |||||
<!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" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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> |
@@ -0,0 +1,105 @@ | |||||
<!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_zy.html?id={{value.id}}">{{value.openName}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_zy.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,108 @@ | |||||
<!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="operationType"></div> | |||||
<div class="new_content_content" id="secondParty"></div> | |||||
<div class="new_content_content" id="location"></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> | |||||
<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_06.html?id={{value.code}}">{{value.name}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_06.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,111 @@ | |||||
<!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="location"></div> | |||||
<div class="new_content_content" id="east"></div> | |||||
<div class="new_content_content" id="west"></div> | |||||
<div class="new_content_content" id="south"></div> | |||||
<div class="new_content_content" id="north"></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> | |||||
<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_07.html?id={{value.code}}">{{value.name}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_07.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,104 @@ | |||||
<!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="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_08.html?id={{value.id}}">{{value.openName}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_08.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,105 @@ | |||||
<!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_10.html?id={{value.id}}">{{value.otherName}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_10.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,107 @@ | |||||
<!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="specialPublicityType"></div> | |||||
<div class="new_content_content" id="differCount"></div> | |||||
<div class="new_content_content" id="agreeCount"></div> | |||||
<div class="new_content_content" id="qrcode"></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_11.html?id={{value.id}}">{{value.openName}}</a></p> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer_main" style="margin-top:0;" > | |||||
<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 id="dialogOp" style="display: none;width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;"> | |||||
<div onclick="closeDia()" style="width: 100vw;height: 100vh;position:absolute;top: 0;left: 0;background: rgba(0,0,0,.5);"></div> | |||||
<img src="" id="dialogImg" style="position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 70vh;" 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_11.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,275 @@ | |||||
<!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/property.css" rel="stylesheet" type="text/css" /> | |||||
<link href="static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="select"> | |||||
<select id="treeselectContent" onchange="selectChange()"> | |||||
<script id="treeselectData" type="text/html"> | |||||
{{each treeselect as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="treeselectSecondContent" onchange="selectSecondChange()"> | |||||
<script id="treeselectSecondData" type="text/html"> | |||||
{{each treeselectSecond as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()"> | |||||
<option value="">全部</option> | |||||
<option value="3" selected>闲置中</option> | |||||
<option value="4">已流转</option> | |||||
<!-- <script id="useTypeData" type="text/html">--> | |||||
<!-- {{each useType as value i}}--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
</select> | |||||
</div> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="discussions.html"> | |||||
<div> | |||||
<i class="i5"></i> | |||||
</div> | |||||
<p>公示公开</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="new"> | |||||
<div class="table_main"> | |||||
<table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent"> | |||||
<script id="propertyData" type="text/html"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>村</td> | |||||
<td>宅基地代码</td> | |||||
<!-- <td>房屋面积(㎡)</td>--> | |||||
<!-- <td>房屋类型</td>--> | |||||
<td>宗地面积(㎡)</td> | |||||
<td>使用状态</td> | |||||
</tr> | |||||
{{each propertyList as value i}} | |||||
<tr onclick="openDialog({{value.id}})"> | |||||
<td>{{value.townshipName}}</td> | |||||
<td>{{value.villageName}}</td> | |||||
<td>{{value.zjddm}}</td> | |||||
<!-- <td>{{value.nmfwmj}}</td>--> | |||||
<!-- <td>{{value.fwlx}}</td>--> | |||||
<td>{{value.zdmj}}</td> | |||||
<td>{{value.landStatus}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</script> | |||||
</table> | |||||
</div> | |||||
<div class="pageNum"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<div id="map_main" style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;position:relative;"> | |||||
<div id="container"></div> | |||||
<img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt=""> | |||||
<img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt=""> | |||||
</div> | |||||
</div> | |||||
<div class="dialog" id="dialog" style="display: none;"> | |||||
<div class="bg-mengban"></div> | |||||
<div class="dialog_table" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
<p class="bigWin" onclick="window.location='homesteadDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p> | |||||
<!-- <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>--> | |||||
<!-- <i class="sanjiao-left"></i>--> | |||||
<!-- <p class="phone">{{phone}} {{leader}}</p>--> | |||||
<img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt=""> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townshipName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>宅基地代码</td> | |||||
<td>{{propertyDetail.zjddm}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>宗地面积(㎡)</td> | |||||
<td>{{propertyDetail.zdmj}}</td> | |||||
<td>使用状态</td> | |||||
<td>{{propertyDetail.landStatus}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_5.png" alt=""></p> | |||||
<p class="name">房屋信息</p> | |||||
</div> | |||||
<div class="center_table"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>房屋代码</td> | |||||
<td>房屋面积(㎡)</td> | |||||
<td>户型</td> | |||||
<td>户型结构</td> | |||||
<td>房屋类型</td> | |||||
<td>房屋结构</td> | |||||
</tr> | |||||
{{each propertyDetail.homesteadNmfwList as value i}} | |||||
<tr> | |||||
<td>{{value.nmfwdm}}</td> | |||||
<td>{{value.nmfwmj}}</td> | |||||
<td>{{value.hx}}</td> | |||||
<td>{{value.hxjg}}</td> | |||||
<td>{{value.fwlx}}</td> | |||||
<td>{{value.fwjg}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_4.png" alt=""></p> | |||||
<p class="name">现场图片</p> | |||||
</div> | |||||
<div class="dialog_img"> | |||||
{{each attachment as value i}} | |||||
<img src="/api{{value.fileUrl}}" alt=""> | |||||
{{/each}} | |||||
</div> | |||||
</script> | |||||
</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/homestead.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,214 @@ | |||||
<!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/homesteadDetail.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="homeDetail" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="detail_header"> | |||||
<p class="detail_tit">详细信息</p> | |||||
<p class="bigWin" onclick="history.back()"><img src="static/images/back.png" alt=""></p> | |||||
<p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p> | |||||
<i class="sanjiao-left"></i> | |||||
<p class="phone">{{phone}} {{leader}}</p> | |||||
</div> | |||||
<div class="dialog_table"> | |||||
<div class="dialog_table_left"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townshipName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>宅基地代码</td> | |||||
<td>{{propertyDetail.zjddm}}</td> | |||||
<td>宗地面积(㎡)</td> | |||||
<td>{{propertyDetail.zdmj}}</td> | |||||
<td>使用状态</td> | |||||
<td>{{propertyDetail.landStatus}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_5.png" alt=""></p> | |||||
<p class="name">房屋信息</p> | |||||
</div> | |||||
<div class="center_table"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>房屋代码</td> | |||||
<td>房屋面积(㎡)</td> | |||||
<td>户型</td> | |||||
<td>户型结构</td> | |||||
<td>房屋类型</td> | |||||
<td>房屋结构</td> | |||||
</tr> | |||||
{{each propertyDetail.homesteadNmfwList as value i}} | |||||
<tr> | |||||
<td>{{value.nmfwdm}}</td> | |||||
<td>{{value.nmfwmj}}</td> | |||||
<td>{{value.hx}}</td> | |||||
<td>{{value.hxjg}}</td> | |||||
<td>{{value.fwlx}}</td> | |||||
<td>{{value.fwjg}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</table> | |||||
</div> | |||||
</div> | |||||
<div class="dialog_table_right"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_4.png" alt=""></p> | |||||
<p class="name">现场图片</p> | |||||
</div> | |||||
<div class="dialog_img"> | |||||
{{each attachment as value i}} | |||||
<img src="/api{{value.fileUrl}}" alt=""> | |||||
{{/each}} | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div style=" | |||||
width: calc(100% - 4vh); | |||||
margin: 0 auto; | |||||
overflow: hidden; | |||||
" | |||||
> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/map_icon.png" alt=""></p> | |||||
<p class="name">地图</p> | |||||
</div> | |||||
<div id="container"></div> | |||||
</div> | |||||
</script> | |||||
</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/homesteadDetail.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,176 @@ | |||||
<!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="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav active"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="discussions.html"> | |||||
<div> | |||||
<i class="i5"></i> | |||||
</div> | |||||
<p>公示公开</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="search"> | |||||
<input type="search" placeholder="搜索您需要的讯息" id="searchInput" oninput="searchChange()" > | |||||
</div> | |||||
<div class="new" style="justify-content: space-between;"> | |||||
<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/news.png" alt=""></a> | |||||
</div> | |||||
{{/if}} | |||||
</script> | |||||
</div> | |||||
<div class="page-pagination a2"></div> | |||||
</div> | |||||
</div> | |||||
<div class="new_list" style="width: 52%;"> | |||||
<div class="new_list_tit"> | |||||
<img src="static/images/list_icon_02.png" alt="" style="display: block;"> | |||||
<p>资讯</p> | |||||
<p id="nowDateNYR" style="margin-left: auto;">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 class="new_list_li"> | |||||
<a href="newDetail.html?id={{value.id}}">{{value.infoName}}</a> | |||||
<p>{{value.infoTime}}</p> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div class="new_list_ul" id="newListContent2"></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> | |||||
<!-- <div class="footer_link_filings_right">--> | |||||
<!-- <p>服务热线</p>--> | |||||
<!-- <a href="#">{{webList[4].contentValue}}</a>--> | |||||
<!-- </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/index.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,98 @@ | |||||
<!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="index.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="content"> | |||||
</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="newDetail.html?id={{value.id}}">{{value.infoName}}</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/new.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,259 @@ | |||||
<!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/property.css" rel="stylesheet" type="text/css" /> | |||||
<link href="static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="select"> | |||||
<select id="treeselectContent" onchange="selectChange()"> | |||||
<script id="treeselectData" type="text/html"> | |||||
{{each treeselect as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="treeselectSecondContent" onchange="selectSecondChange()"> | |||||
<script id="treeselectSecondData" type="text/html"> | |||||
{{each treeselectSecond as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()"> | |||||
<option value="">全部</option> | |||||
<option value="2" selected>闲置</option> | |||||
<option value="3">出租</option> | |||||
<!-- <script id="useTypeData" type="text/html">--> | |||||
<!-- {{each useType as value i}}--> | |||||
<!-- --> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
</select> | |||||
</div> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="discussions.html"> | |||||
<div> | |||||
<i class="i5"></i> | |||||
</div> | |||||
<p>公示公开</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="new"> | |||||
<div class="table_main"> | |||||
<table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent"> | |||||
<script id="propertyData" type="text/html"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>村</td> | |||||
<td>资产编码</td> | |||||
<td>资产名称</td> | |||||
<td>数量</td> | |||||
<td>单位</td> | |||||
<td>资产类别</td> | |||||
<td>使用情况</td> | |||||
<td>构建时间</td> | |||||
</tr> | |||||
{{each propertyList as value i}} | |||||
<tr onclick="openDialog({{value.id}})"> | |||||
<td>{{value.townName}}</td> | |||||
<td>{{value.deptName}}</td> | |||||
<td>{{value.code}}</td> | |||||
<td style="text-align: left;padding: 0 10px;">{{value.name}}</td> | |||||
<td>{{value.quantity}}</td> | |||||
<td>{{value.unit}}</td> | |||||
<td>{{value.assetType}}</td> | |||||
<td>{{value.useType}}</td> | |||||
<td>{{value.buildTime}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</script> | |||||
</table> | |||||
</div> | |||||
<div class="pageNum"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<div id="map_main" style="box-shadow: 0px 5px 20px #999999 inset;width: 100%;height: 16vh;position:relative;"> | |||||
<div id="container"></div> | |||||
<img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt=""> | |||||
<img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt=""> | |||||
</div> | |||||
</div> | |||||
<div class="dialog" id="dialog" style="display: none"> | |||||
<div class="bg-mengban"></div> | |||||
<div class="dialog_table" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
<p class="bigWin" onclick="window.location='propertyDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p> | |||||
<!-- <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>--> | |||||
<!-- <i class="sanjiao-left"></i>--> | |||||
<!-- <p class="phone">{{phone}} {{leader}}</p>--> | |||||
<img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt=""> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>资产编码</td> | |||||
<td>{{propertyDetail.code}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>资产名称</td> | |||||
<td>{{propertyDetail.name}}</td> | |||||
<td>数量</td> | |||||
<td>{{propertyDetail.quantity}}</td> | |||||
<td>单位</td> | |||||
<td>{{propertyDetail.unit}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>资产类别</td> | |||||
<td>{{propertyDetail.assetType}}</td> | |||||
<td>使用情况</td> | |||||
<td>{{propertyDetail.useType}}</td> | |||||
<td>构建时间</td> | |||||
<td>{{propertyDetail.buildTime}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_4.png" alt=""></p> | |||||
<p class="name">现场图片</p> | |||||
</div> | |||||
<div class="dialog_img"> | |||||
{{each attachment as value i}} | |||||
<img src="/api{{value.fileUrl}}" alt=""> | |||||
{{/each}} | |||||
</div> | |||||
</script> | |||||
</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/property.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,195 @@ | |||||
<!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/homesteadDetail.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="homeDetail" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="detail_header"> | |||||
<p class="detail_tit">详细信息</p> | |||||
<p class="bigWin" onclick="history.back()"><img src="static/images/back.png" alt=""></p> | |||||
<p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p> | |||||
<i class="sanjiao-left"></i> | |||||
<p class="phone">{{phone}} {{leader}}</p> | |||||
</div> | |||||
<div class="dialog_table"> | |||||
<div class="dialog_table_left" style="width: 100%;"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>资产编码</td> | |||||
<td>{{propertyDetail.code}}</td> | |||||
<td>资产名称</td> | |||||
<td>{{propertyDetail.name}}</td> | |||||
<td>数量</td> | |||||
<td>{{propertyDetail.quantity}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>单位</td> | |||||
<td>{{propertyDetail.unit}}</td> | |||||
<td>资产类别</td> | |||||
<td>{{propertyDetail.assetType}}</td> | |||||
<td>使用情况</td> | |||||
<td>{{propertyDetail.useType}}</td> | |||||
<td>构建时间</td> | |||||
<td>{{propertyDetail.buildTime}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_4.png" alt=""></p> | |||||
<p class="name">现场图片</p> | |||||
</div> | |||||
<div class="dialog_img propertyImg"> | |||||
{{each attachment as value i}} | |||||
<img src="/api{{value.fileUrl}}" style="width: 10%;" alt=""> | |||||
{{/each}} | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div style=" | |||||
width: calc(100% - 4vh); | |||||
margin: 0 auto; | |||||
overflow: hidden; | |||||
" | |||||
> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/map_icon.png" alt=""></p> | |||||
<p class="name">地图</p> | |||||
</div> | |||||
<div id="container"></div> | |||||
</div> | |||||
</script> | |||||
</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/propertyDetail.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,245 @@ | |||||
<!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/property.css" rel="stylesheet" type="text/css" /> | |||||
<link href="static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="select"> | |||||
<select id="treeselectContent" onchange="selectChange()"> | |||||
<script id="treeselectData" type="text/html"> | |||||
{{each treeselect as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="treeselectSecondContent" onchange="selectSecondChange()"> | |||||
<script id="treeselectSecondData" type="text/html"> | |||||
{{each treeselectSecond as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="useTypeContent" onchange="useTypeChange()"> | |||||
<option value="">全部</option> | |||||
<option value="1">未流转</option> | |||||
<option value="2">部分流转</option> | |||||
<option value="3">已流转</option> | |||||
<!-- <script id="useTypeData" type="text/html">--> | |||||
<!-- {{each useType as value i}}--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
</select> | |||||
</div> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="new"> | |||||
<div class="table_main"> | |||||
<table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent"> | |||||
<script id="propertyData" type="text/html"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>村</td> | |||||
<td>地块代码</td> | |||||
<td>土地类别</td> | |||||
<td>土地利用类型</td> | |||||
<td>地力等级</td> | |||||
<td>土地用途</td> | |||||
<td>是否基本农田</td> | |||||
<td>实测面积(亩)</td> | |||||
<td>流转状态</td> | |||||
</tr> | |||||
{{each propertyList as value i}} | |||||
<tr onclick="openDialog({{value.id}})"> | |||||
<td>{{value.townName}}</td> | |||||
<td>{{value.deptName}}</td> | |||||
<td>{{value.dkbm}}</td> | |||||
<td>{{value.dklb}}</td> | |||||
<td>{{value.tdlylx}}</td> | |||||
<td>{{value.dldj}}</td> | |||||
<td>{{value.tdyt}}</td> | |||||
<td>{{value.sfjbnt}}</td> | |||||
<td>{{value.scmjm}}</td> | |||||
<td>{{value.dkzt}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</script> | |||||
</table> | |||||
</div> | |||||
<div class="pageNum"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<div id="map_main" style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;position:relative;"> | |||||
<div id="container"></div> | |||||
<img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt=""> | |||||
<img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt=""> | |||||
</div> | |||||
</div> | |||||
<div class="dialog" id="dialog" style="display: none;"> | |||||
<div class="bg-mengban"></div> | |||||
<div class="dialog_table" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
<p class="bigWin" onclick="window.location='resourceDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p> | |||||
<p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p> | |||||
<i class="sanjiao-left"></i> | |||||
<p class="phone">{{phone}} {{leader}}</p> | |||||
<img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt=""> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>地块代码</td> | |||||
<td>{{propertyDetail.dkbm}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>地块类别</td> | |||||
<td>{{propertyDetail.dklb}}</td> | |||||
<td>土地利用类型</td> | |||||
<td>{{propertyDetail.tdlylx}}</td> | |||||
<td>地力等级</td> | |||||
<td>{{propertyDetail.dldj}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>土地用途</td> | |||||
<td>{{propertyDetail.tdyt}}</td> | |||||
<td>是否基本农田</td> | |||||
<td>{{propertyDetail.sfjbnt}}</td> | |||||
<td>实测面积</td> | |||||
<td>{{propertyDetail.scmjm}}(亩)</td> | |||||
</tr> | |||||
<tr> | |||||
<td>流转状态</td> | |||||
<td>{{propertyDetail.dkzt}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
</script> | |||||
</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/resource.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,185 @@ | |||||
<!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/homesteadDetail.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="homeDetail" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="detail_header"> | |||||
<p class="detail_tit">详细信息</p> | |||||
<p class="bigWin" onclick="history.back()"><img src="static/images/back.png" alt=""></p> | |||||
<p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p> | |||||
<i class="sanjiao-left"></i> | |||||
<p class="phone">{{phone}} {{leader}}</p> | |||||
</div> | |||||
<div class="dialog_table"> | |||||
<div class="dialog_table_left" style="width: 100%;"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>地块代码</td> | |||||
<td>{{propertyDetail.dkbm}}</td> | |||||
<td>地块类别</td> | |||||
<td>{{propertyDetail.dklb}}</td> | |||||
<td>土地利用类型</td> | |||||
<td>{{propertyDetail.tdlylx}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>地力等级</td> | |||||
<td>{{propertyDetail.dldj}}</td> | |||||
<td>土地用途</td> | |||||
<td>{{propertyDetail.tdyt}}</td> | |||||
<td>是否基本农田</td> | |||||
<td>{{propertyDetail.sfjbnt}}</td> | |||||
<td>实测面积</td> | |||||
<td>{{propertyDetail.scmjm}}</td> | |||||
<td>流转状态</td> | |||||
<td>{{propertyDetail.dkzt}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div style=" | |||||
width: calc(100% - 4vh); | |||||
margin: 0 auto; | |||||
overflow: hidden; | |||||
" | |||||
> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/map_icon.png" alt=""></p> | |||||
<p class="name">地图</p> | |||||
</div> | |||||
<div id="container"></div> | |||||
</div> | |||||
</script> | |||||
</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/resourceDetail.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,253 @@ | |||||
<!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/property.css" rel="stylesheet" type="text/css" /> | |||||
<link href="static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="select"> | |||||
<select id="treeselectContent" onchange="selectChange()"> | |||||
<script id="treeselectData" type="text/html"> | |||||
{{each treeselect as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="treeselectSecondContent" onchange="selectSecondChange()"> | |||||
<script id="treeselectSecondData" type="text/html"> | |||||
{{each treeselectSecond as value i}} | |||||
<option value="{{value.value}}">{{value.label}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()"> | |||||
<option value="">全部</option> | |||||
<option value="2" selected>闲置</option> | |||||
<option value="3">出租</option> | |||||
<!-- <script id="useTypeData" type="text/html">--> | |||||
<!-- {{each useType as value i}}--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
</select> | |||||
</div> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="discussions.html"> | |||||
<div> | |||||
<i class="i5"></i> | |||||
</div> | |||||
<p>公示公开</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="new"> | |||||
<div class="table_main"> | |||||
<table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent"> | |||||
<script id="propertyData" type="text/html"> | |||||
<tr> | |||||
<td style="width: 8%;">镇</td> | |||||
<td style="width: 8%;">村</td> | |||||
<td style="width: 14%;">资源编码</td> | |||||
<td style="width: 26%;">资源名称</td> | |||||
<td style="width: 14%;">资源分类</td> | |||||
<td style="width: 14%;">资源类型</td> | |||||
<td style="width: 8%;">面积/亩</td> | |||||
<td style="width: 8%;">使用情况</td> | |||||
</tr> | |||||
{{each propertyList as value i}} | |||||
<tr onclick="openDialog({{value.id}})"> | |||||
<td>{{value.townName}}</td> | |||||
<td>{{value.deptName}}</td> | |||||
<td>{{value.code}}</td> | |||||
<td style="text-align: left;padding: 0 10px;">{{value.name}}</td> | |||||
<td>{{value.resourceType}}</td> | |||||
<td>{{value.resourceSort}}</td> | |||||
<td>{{value.totalArea}}</td> | |||||
<td>{{value.useType}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</script> | |||||
</table> | |||||
</div> | |||||
<div class="pageNum"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<div id="map_main" style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;position:relative;"> | |||||
<div id="container"></div> | |||||
<img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt=""> | |||||
<img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt=""> | |||||
</div> | |||||
</div> | |||||
<div class="dialog" id="dialog" style="display: none;"> | |||||
<div class="bg-mengban"></div> | |||||
<div class="dialog_table" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
<p class="bigWin" onclick="window.location='resourceNewDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p> | |||||
<!-- <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>--> | |||||
<!-- <i class="sanjiao-left"></i>--> | |||||
<!-- <p class="phone">{{phone}} {{leader}}</p>--> | |||||
<img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt=""> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>资源编码</td> | |||||
<td>{{propertyDetail.code}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>资源名称</td> | |||||
<td>{{propertyDetail.name}}</td> | |||||
<td>资源分类</td> | |||||
<td>{{propertyDetail.resourceType}}</td> | |||||
<td>资源类型</td> | |||||
<td>{{propertyDetail.resourceSort}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>面积/亩</td> | |||||
<td>{{propertyDetail.totalArea}}</td> | |||||
<td>使用情况</td> | |||||
<td>{{propertyDetail.useType}}</td> | |||||
<td></td> | |||||
<td></td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_4.png" alt=""></p> | |||||
<p class="name">现场图片</p> | |||||
</div> | |||||
<div class="dialog_img"> | |||||
{{each attachment as value i}} | |||||
<img src="/api{{value.fileUrl}}" alt=""> | |||||
{{/each}} | |||||
</div> | |||||
</script> | |||||
</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/resourceNew.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,180 @@ | |||||
<!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/homesteadDetail.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" /> | |||||
<script src="../static/js/common/ol.js"></script> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<div class="header flex_dom flex_item_between flex_item_mid"> | |||||
<p id="titContent"> | |||||
<script id="titData" type="text/html"> | |||||
{{webList.top.contentValue}} | |||||
</script> | |||||
</p> | |||||
<div class="wid25 flex_dom flex_item_between flex_item_mid"> | |||||
<div class="header_nav"> | |||||
<a href="index.html"> | |||||
<div> | |||||
<i class="i1"></i> | |||||
</div> | |||||
<p>新闻资讯</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="property.html"> | |||||
<div> | |||||
<i class="i2"></i> | |||||
</div> | |||||
<p>资产信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav active"> | |||||
<a href="resourceNew.html"> | |||||
<div> | |||||
<i class="i3"></i> | |||||
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt=""> | |||||
</div> | |||||
<p>资源信息</p> | |||||
</a> | |||||
</div> | |||||
<div class="header_nav"> | |||||
<a href="homestead.html"> | |||||
<div> | |||||
<i class="i4"></i> | |||||
</div> | |||||
<p>宅基地信息</p> | |||||
</a> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="homeDetail" id="propertyDetailContent"> | |||||
<script id="propertyDetailData" type="text/html"> | |||||
<div class="detail_header"> | |||||
<p class="detail_tit">详细信息</p> | |||||
<p class="bigWin" onclick="history.back()"><img src="static/images/back.png" alt=""></p> | |||||
<p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p> | |||||
<i class="sanjiao-left"></i> | |||||
<p class="phone">{{phone}} {{leader}}</p> | |||||
</div> | |||||
<div class="dialog_table"> | |||||
<div class="dialog_table_left" style="width: 100%;"> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/dialog_icon_1.png" alt=""></p> | |||||
<p class="name">基本信息</p> | |||||
</div> | |||||
<div class="dialog_main"> | |||||
<table cellpadding="0" cellspacing="0" width="100%"> | |||||
<tr> | |||||
<td>镇</td> | |||||
<td>{{propertyDetail.townName}}</td> | |||||
<td>村</td> | |||||
<td>{{propertyDetail.deptName}}</td> | |||||
<td>资源编码</td> | |||||
<td>{{propertyDetail.code}}</td> | |||||
<td>资源名称</td> | |||||
<td>{{propertyDetail.name}}</td> | |||||
<td>资源分类</td> | |||||
<td>{{propertyDetail.resourceType}}</td> | |||||
</tr> | |||||
<tr> | |||||
<td>资源类型</td> | |||||
<td>{{propertyDetail.resourceSort}}</td> | |||||
<td>面积/亩</td> | |||||
<td>{{propertyDetail.totalArea}}</td> | |||||
<td>使用情况</td> | |||||
<td>{{propertyDetail.useType}}</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div style=" | |||||
width: calc(100% - 4vh); | |||||
margin: 0 auto; | |||||
overflow: hidden; | |||||
" | |||||
> | |||||
<div class="dialog_header"> | |||||
<p><img src="static/images/map_icon.png" alt=""></p> | |||||
<p class="name">地图</p> | |||||
</div> | |||||
<div id="container"></div> | |||||
</div> | |||||
</script> | |||||
</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/resourceNewDetail.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -0,0 +1,153 @@ | |||||
.dateTimeWrap{ | |||||
display: none; | |||||
-webkit-user-select:none; | |||||
-moz-user-select:none; | |||||
-ms-user-select:none; | |||||
-o-user-select:none; | |||||
user-select:none; | |||||
background: #494a4a; | |||||
padding:10px; | |||||
position: fixed; | |||||
left:0; | |||||
top:0; | |||||
z-index:999; | |||||
font-size:14px; | |||||
color:#e2e2e2; | |||||
width:240px; | |||||
} | |||||
.dateTimeWrap .datePart li.curDay{ | |||||
color:#1ea0fa; | |||||
} | |||||
.dateTimeWrap #dayDat li:hover{ | |||||
border:2px double #fff; | |||||
background: #1ea0fa; | |||||
color:#fff; | |||||
} | |||||
.dateTimeWrap #dateTime{ | |||||
*float:left | |||||
} | |||||
.dateTimeWrap .dateTimeHead{ | |||||
*overflow:hidden; | |||||
padding:8px 0px 4px; | |||||
} | |||||
.dateTimeWrap .datePart li{ | |||||
border:2px double transparent; | |||||
float: left; | |||||
cursor: default; | |||||
vertical-align: middle; | |||||
width: 30px; | |||||
height: 26px; | |||||
text-align: center; | |||||
line-height: 26px; | |||||
} | |||||
.dateTimeWrap .datePart ul{ | |||||
overflow: hidden; | |||||
} | |||||
.dateTimeWrap .changeMonth{ | |||||
float: right | |||||
} | |||||
.dateTimeWrap .changeMonth #pre,.changeMonth #next{ | |||||
display: inline-block; | |||||
width:20px; | |||||
height:20px; | |||||
cursor: default; | |||||
color:#333; | |||||
background: #fff; | |||||
text-align: center; | |||||
line-height:20px; | |||||
} | |||||
.dateTimeWrap .changeMonth #next{ | |||||
margin-left: 10px; | |||||
} | |||||
.dateTimeWrap .dateTimeFoot span,.timeFooter span{ | |||||
cursor: pointer; | |||||
display: inline-block; | |||||
background: #fff; | |||||
color: #333; | |||||
height:20px; | |||||
line-height: 20px; | |||||
width:50px; | |||||
text-align: center; | |||||
margin-left: 6px; | |||||
float:right; | |||||
} | |||||
.dateTimeWrap .timePart{ | |||||
text-align:center; | |||||
color:#333; | |||||
line-height: 22px; | |||||
} | |||||
.dateTimeWrap .timePart p,.timePart ul{ | |||||
background: #fff; | |||||
} | |||||
.dateTimeWrap .timePart>ul>li{ | |||||
float: left; | |||||
width:119px; | |||||
background: #fff; | |||||
color:#333; | |||||
border:1px solid #ccc; | |||||
border-right:none; | |||||
} | |||||
.dateTimeWrap .timePart ul{ | |||||
overflow: hidden; | |||||
} | |||||
.dateTimeWrap .timePart>ul>li p{ | |||||
line-height: 30px; | |||||
border-bottom:1px solid #ccc; | |||||
} | |||||
.dateTimeWrap .timePart ol{ | |||||
height:180px; | |||||
overflow-y: hidden; | |||||
*overflow-y: auto; | |||||
overflow-x: hidden; | |||||
} | |||||
.dateTimeWrap .timePart ol:hover{ | |||||
overflow-y:auto; | |||||
} | |||||
.dateTimeWrap .timePart ol:hover li{ | |||||
padding-left:17px; | |||||
*padding-left:0; | |||||
} | |||||
.dateTimeWrap .timePart ol li{ | |||||
line-height: 30px; | |||||
} | |||||
.dateTimeWrap .timePart ol li.cur{ | |||||
background: #1ea0fa; | |||||
color: #fff | |||||
} | |||||
.dateTimeWrap .dateTimeFoot,.timeFooter{ | |||||
overflow:hidden; | |||||
margin-top: 10px; | |||||
height: 20px; | |||||
} | |||||
.dateTimeWrap .timeFooter span{ | |||||
width:80px; | |||||
} | |||||
.dateTimeWrap .timeFooter #ensure{ | |||||
width:50px; | |||||
} | |||||
.dateTimeWrap .dateTimeFoot .selTime,.timeFooter .selTime{ | |||||
float:left; | |||||
margin-left:0; | |||||
display:none; | |||||
} | |||||
.dateTimeWrap .selTime{ | |||||
width:80px!important; | |||||
} | |||||
.dateTimeWrap #yearSelect{ | |||||
margin-right: 6px; | |||||
width:auto; | |||||
color: #FFF; | |||||
} | |||||
.dateTimeWrap #yearSelect option{ | |||||
color: #000; | |||||
} | |||||
.dateTimeWrap #monthSelect option{ | |||||
color: #000; | |||||
} | |||||
.dateTimeWrap #monthSelect{ | |||||
width: auto; | |||||
color: #FFF; | |||||
} | |||||
.dateTimeWrap .darkgrey{ | |||||
color:#d0d0d0 !important; | |||||
} |
@@ -0,0 +1,171 @@ | |||||
#page{ | |||||
overflow-y: scroll; | |||||
} | |||||
.homeDetail{ | |||||
background: #ffffff; | |||||
padding-bottom: 4vh; | |||||
} | |||||
.dialog_table{ | |||||
background: #ffffff; | |||||
padding: 2vh; | |||||
display: flex; | |||||
justify-content: space-between; | |||||
} | |||||
.dialog_table_left{ | |||||
width: 70%; | |||||
} | |||||
.dialog_table_right{ | |||||
width: 28%; | |||||
} | |||||
.dialog_header{ | |||||
display: flex; | |||||
align-items: center; | |||||
} | |||||
.dialog_header .name{ | |||||
font-size: 16px; | |||||
color: #11234f; | |||||
margin-left: 5px; | |||||
} | |||||
.dialog_header .bigWin{ | |||||
background: #ffb400; | |||||
height: 2.5vh; | |||||
width: 5%; | |||||
display: flex; | |||||
justify-content: center; | |||||
align-items: center; | |||||
border-radius: 2vh; | |||||
margin-left: 20px; | |||||
} | |||||
.detail_header{ | |||||
display: flex; | |||||
align-items: center; | |||||
border-bottom: 2px solid #11234f; | |||||
width: calc(100% - 4vh); | |||||
margin: 0 auto; | |||||
padding: 2vh 0; | |||||
} | |||||
.detail_tit{ | |||||
font-size: 26px; | |||||
color: #333333; | |||||
} | |||||
.phoneIcon{ | |||||
background: #3fd227; | |||||
height: 2.5vh; | |||||
width: 5%; | |||||
display: flex; | |||||
justify-content: center; | |||||
align-items: center; | |||||
border-radius: 2vh; | |||||
margin-left: 20px; | |||||
} | |||||
.bigWin{ | |||||
background: #ffb400; | |||||
height: 2.5vh; | |||||
width: 5%; | |||||
display: flex; | |||||
justify-content: center; | |||||
align-items: center; | |||||
border-radius: 2vh; | |||||
margin-left: 20px; | |||||
} | |||||
.phone{ | |||||
background: #3fd227; | |||||
line-height: 3vh; | |||||
color: #ffffff; | |||||
padding: 0 1%; | |||||
border-radius: 5px; | |||||
} | |||||
.sanjiao-left{ | |||||
border-right-color: #3fd227; | |||||
margin-left: 5px; | |||||
} | |||||
.dialog_main{ | |||||
margin-bottom: 2vh; | |||||
} | |||||
.dialog_main table{ | |||||
margin-top: 1vh; | |||||
} | |||||
.dialog_main table tr td{ | |||||
padding: 1vh 0; | |||||
} | |||||
.dialog_main table tr td:nth-child(odd){ | |||||
color: #6f6f6f; | |||||
text-align: right; | |||||
padding-right: 1%; | |||||
} | |||||
.dialog_main table tr td:nth-child(even){ | |||||
} | |||||
.dialog_img{ | |||||
display: flex; | |||||
align-items: center; | |||||
flex-wrap: wrap; | |||||
margin-top: 2vh; | |||||
} | |||||
.dialog_img img{ | |||||
width: 30%; | |||||
margin-right: 5%; | |||||
margin-bottom: 3vh; | |||||
} | |||||
.dialog_img img:nth-child(3n){ | |||||
margin-right: 0; | |||||
} | |||||
.center_table{ | |||||
margin: 2vh 0; | |||||
} | |||||
.center_table table tr td{ | |||||
padding: 1vh 0; | |||||
text-align: center; | |||||
border-top: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr td:first-child{ | |||||
border-left: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr td:last-child{ | |||||
border-right: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr:last-child td{ | |||||
border-bottom: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr:first-child td{ | |||||
background: #e4edfe; | |||||
} | |||||
#container { | |||||
overflow: hidden; | |||||
width: 100%; | |||||
height: 50vh; | |||||
margin: 0; | |||||
font-family: "微软雅黑"; | |||||
margin-top: 2vh; | |||||
border-radius: 15px; | |||||
} | |||||
.footer{ | |||||
margin-top: 0; | |||||
} | |||||
.propertyImg img{ | |||||
width: 10%; | |||||
margin-right: 2%; | |||||
margin-bottom: 3vh; | |||||
} | |||||
.propertyImg img:nth-child(3n){ | |||||
margin-right: 2%; | |||||
} |
@@ -0,0 +1,620 @@ | |||||
/*公共主题参数*/ | |||||
:root{ | |||||
--color:''; | |||||
--icon:''; | |||||
--logo:''; | |||||
/*--color:#e8041f;*/ | |||||
} | |||||
#page{ | |||||
height: 100vh; | |||||
overflow: hidden; | |||||
background: url("../images/page_bg.jpg") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.header{ | |||||
text-align: center; | |||||
height: 15vh; | |||||
width: 90%; | |||||
margin: 0 auto; | |||||
} | |||||
.header p{ | |||||
color: #b6c8ff; | |||||
margin-top: 5px; | |||||
} | |||||
.header i{ | |||||
display: block; | |||||
width: 2.7vh; | |||||
height: 2.7vh; | |||||
margin: 0 auto; | |||||
position: relative; | |||||
top: 50%; | |||||
transform: translateY(-50%); | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
#titContent{ | |||||
font-size: 4vh; | |||||
font-weight: bold; | |||||
color: #ffffff; | |||||
font-style: italic; | |||||
} | |||||
.active .i1{ | |||||
background: url("../images/nav_5.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.active .i2{ | |||||
background: url("../images/nav_6.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.active .i3{ | |||||
background: url("../images/nav_7.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.active .i4{ | |||||
background: url("../images/nav_8.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.active .i5{ | |||||
background: url("../images/nav_10.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.header .active{ | |||||
position: relative; | |||||
} | |||||
.header .header_nav div{ | |||||
width: 5vh; | |||||
height: 5vh; | |||||
margin: 0 auto; | |||||
position: relative; | |||||
} | |||||
.header .header_nav:hover .i1{ | |||||
background: url("../images/nav_5.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav:hover .i2{ | |||||
background: url("../images/nav_6.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav:hover .i3{ | |||||
background: url("../images/nav_7.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav:hover .i4{ | |||||
background: url("../images/nav_8.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav:hover .i5{ | |||||
background: url("../images/nav_10.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav{ | |||||
cursor: pointer; | |||||
} | |||||
.header .header_nav:hover p{ | |||||
color: #46cdf3; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav p{ | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.header .header_nav .i_bg{ | |||||
cursor: pointer; | |||||
display: none; | |||||
transition: all 0.4s ease-in-out; | |||||
width: 5vh; | |||||
height: 5vh; | |||||
} | |||||
.header .active .i_bg{ | |||||
display: block!important; | |||||
position: absolute; | |||||
top: 0; | |||||
} | |||||
.header .active p{ | |||||
color: #46cdf3; | |||||
} | |||||
.i1{ | |||||
background: url("../images/nav_1.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.i2{ | |||||
background: url("../images/nav_2.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.i3{ | |||||
background: url("../images/nav_3.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.i4{ | |||||
background: url("../images/nav_4.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.i5{ | |||||
background: url("../images/nav_9.png") no-repeat center; | |||||
background-size: 100% 100%; | |||||
} | |||||
.search{ | |||||
/*background-color: #e1e4ef;*/ | |||||
width: 75%; | |||||
margin: 0 auto; | |||||
} | |||||
.search input[type="search"]{ | |||||
padding: 2vh 20px 2vh 4%; | |||||
width: 40%; | |||||
border-radius: 15px; | |||||
font-size: 16px; | |||||
background: #e1e4ef url("../images/search_icon.png") no-repeat left; | |||||
background-position-x: 4%; | |||||
} | |||||
.new{ | |||||
width: 75%; | |||||
margin: 0 auto; | |||||
background: rgba(225,228,238,0.9); | |||||
height: 50vh; | |||||
margin-top: 3vh; | |||||
border-radius: 15px; | |||||
padding: 3vh; | |||||
display: flex; | |||||
/*align-items: center;*/ | |||||
} | |||||
.new_list_main{ | |||||
width: 75%; | |||||
margin: 0 auto; | |||||
height: 50vh; | |||||
margin-top: 3vh; | |||||
display: flex; | |||||
justify-content: space-between; | |||||
/*align-items: center;*/ | |||||
} | |||||
.new_list_left{ | |||||
background: rgba(225,228,238,0.9); | |||||
border-radius: 15px; | |||||
padding: 3vh; | |||||
width: 30%; | |||||
} | |||||
.new_list_right{ | |||||
background: rgba(225,228,238,0.9); | |||||
border-radius: 15px; | |||||
padding: 3vh; | |||||
width: 68%; | |||||
} | |||||
.login_form_main{ | |||||
display: flex; | |||||
align-items: center; | |||||
height: 100%; | |||||
/*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: 25%; | |||||
background: #ffffff; | |||||
background-size: 100% 100%; | |||||
padding: 3.2vh; | |||||
border-radius: 20PX 20PX 20PX 20PX; | |||||
margin-left: 9vh; | |||||
} | |||||
.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 , #47a5ff , #2a39fb); | |||||
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: 10PX; | |||||
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%; | |||||
border-radius: 15px; | |||||
overflow: hidden; | |||||
} | |||||
.new_list{ | |||||
} | |||||
.new_list_tit{ | |||||
display: flex; | |||||
align-items: center; | |||||
border-bottom: 1px solid #b6b6b5; | |||||
padding-bottom: 15px; | |||||
margin-bottom: 15px; | |||||
} | |||||
.new_list_tit p:nth-child(2){ | |||||
font-size: 20px; | |||||
color: #1663ff; | |||||
padding-left: 10px; | |||||
font-weight: bold; | |||||
line-height: 1; | |||||
} | |||||
.new_list_tit p:last-child{ | |||||
color: #848484; | |||||
padding-left: 20px; | |||||
line-height: 1; | |||||
background: url("../images/date.png") no-repeat left; | |||||
} | |||||
.new_list_li{ | |||||
display: flex; | |||||
justify-content: space-between; | |||||
align-items: center; | |||||
line-height: 4.5vh; | |||||
cursor: pointer; | |||||
} | |||||
.new_list_li a{ | |||||
width: 50%; | |||||
} | |||||
.new_list_li:first-child{ | |||||
/*margin-top: 2.5vh;*/ | |||||
} | |||||
.new_list_li:hover p{ | |||||
color: #1663ff!important; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.new_list_li:hover a{ | |||||
color: #1663ff!important; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.new_list_li p{ | |||||
transition: all 0.4s ease-in-out; | |||||
flex: 1; | |||||
} | |||||
.new_list_li p:last-child{ | |||||
text-align: right; | |||||
} | |||||
.new_list_li a{ | |||||
font-size: 16px; | |||||
display: -webkit-box; | |||||
-webkit-box-orient: vertical; | |||||
-webkit-line-clamp: 1; | |||||
word-break: break-all; | |||||
overflow: hidden; | |||||
transition: all 0.4s ease-in-out; | |||||
} | |||||
.new_list_li p:last-child{ | |||||
color: #848484; | |||||
flex-shrink: 0; | |||||
} | |||||
.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; | |||||
height: 17vh; | |||||
flex: 1; | |||||
} | |||||
.footer_link_tit{ | |||||
background: url("../images/footer_icon_1.png") no-repeat left; | |||||
padding-left: 18px; | |||||
color: #939393; | |||||
font-size: 16px; | |||||
} | |||||
.footer_link{ | |||||
display: flex; | |||||
align-items: center; | |||||
} | |||||
.footer_link img{ | |||||
display: block; | |||||
transition:all 0.4s ease-in-out; | |||||
} | |||||
.footer_link a:hover img{ | |||||
transform: scale(1.1); | |||||
transition:all 0.4s ease-in-out; | |||||
} | |||||
.footer_link a:hover{ | |||||
box-shadow: 0 0 50px #000000 inset; | |||||
background-size: 110% 110%!important; | |||||
transition:all 0.4s ease-in-out; | |||||
} | |||||
.footer_link .link_tt{ | |||||
position: absolute; | |||||
top: 50%; | |||||
left: 50%; | |||||
transform: translate(-50%,-50%); | |||||
color: #ffffff; | |||||
font-size: 18px; | |||||
font-weight: bold; | |||||
} | |||||
.footer_link a{ | |||||
color: #6d6d6d; | |||||
font-size: 16px; | |||||
margin-left: 20px; | |||||
position: relative; | |||||
overflow: hidden; | |||||
border-radius: 8px; | |||||
display: block; | |||||
height: 74px; | |||||
width: 472px; | |||||
transition:all 0.4s ease-in-out; | |||||
} | |||||
.footer_link_filings{ | |||||
display: flex; | |||||
} | |||||
.footer_link_filings_left{ | |||||
display: flex; | |||||
} | |||||
.footer_link_filings_right{ | |||||
display: flex; | |||||
margin-left: 40px; | |||||
} | |||||
.footer_link_filings_left p{ | |||||
background: url("../images/footer_filings.png") no-repeat left; | |||||
padding-left: 25px; | |||||
} | |||||
.footer_link_filings p{ | |||||
color: #939393; | |||||
font-size: 16px; | |||||
} | |||||
.footer_link_filings a{ | |||||
color: #6d6d6d; | |||||
font-size: 16px; | |||||
margin-left: 20px; | |||||
} | |||||
.footer_link_company{ | |||||
display: flex; | |||||
align-items: center; | |||||
} | |||||
.footer_link_company div{ | |||||
display: flex; | |||||
align-items: center; | |||||
margin-right: 40px; | |||||
} | |||||
.footer_link_company p{ | |||||
color: #939393; | |||||
font-size: 16px; | |||||
} | |||||
.footer_link_company a{ | |||||
color: #6d6d6d; | |||||
font-size: 16px; | |||||
margin-left: 20px; | |||||
} | |||||
.xuanzhuan { | |||||
-webkit-transition-property: -webkit-transform; | |||||
-webkit-transition-duration: 1s; | |||||
-moz-transition-property: -moz-transform; | |||||
-moz-transition-duration: 1s; | |||||
-webkit-animation: opacity2 2s linear infinite; | |||||
-moz-animation: opacity2 2s linear infinite; | |||||
-o-animation: opacity2 2s linear infinite; | |||||
animation: opacity2 2s linear infinite; | |||||
} | |||||
@-webkit-keyframes rotate { | |||||
from { | |||||
-webkit-transform: rotate(0deg) | |||||
} | |||||
to { | |||||
-webkit-transform: rotate(360deg) | |||||
} | |||||
} | |||||
@-moz-keyframes rotate { | |||||
from { | |||||
-moz-transform: rotate(0deg) | |||||
} | |||||
to { | |||||
-moz-transform: rotate(359deg) | |||||
} | |||||
} | |||||
@-o-keyframes rotate { | |||||
from { | |||||
-o-transform: rotate(0deg) | |||||
} | |||||
to { | |||||
-o-transform: rotate(359deg) | |||||
} | |||||
} | |||||
@keyframes rotate { | |||||
from { | |||||
transform: rotate(0deg) | |||||
} | |||||
to { | |||||
transform: rotate(359deg) | |||||
} | |||||
} | |||||
@keyframes opacity2 { | |||||
0% { | |||||
opacity: 1; | |||||
} | |||||
50% { | |||||
opacity: 0.5; | |||||
} | |||||
100% { | |||||
opacity: 1; | |||||
} | |||||
} | |||||
.hotFile{ | |||||
text-transform:uppercase; | |||||
background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9); | |||||
-moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9); | |||||
-ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */ | |||||
color:transparent; | |||||
/*设置字体颜色透明*/ | |||||
-webkit-background-clip: text; | |||||
/*背景裁剪为文本形式*/ | |||||
animation: ran 5s linear infinite; | |||||
/*动态20s展示*/ | |||||
} | |||||
@keyframes ran { | |||||
from { | |||||
backgroud-position: 0 0; | |||||
} | |||||
to { | |||||
background-position: 1000px 0; | |||||
} | |||||
} | |||||
.tab_box{ | |||||
display: flex; | |||||
flex-wrap: wrap; | |||||
justify-content: space-between; | |||||
align-items: center; | |||||
} | |||||
.tab_box img{ | |||||
display: block; | |||||
width: 47%; | |||||
cursor: pointer; | |||||
margin-bottom: 1.5vh; | |||||
transition:all 0.2s ease-in-out; | |||||
} | |||||
.tab_box img:hover{ | |||||
transform: scale(1.1); | |||||
transition:all 0.2s ease-in-out; | |||||
} | |||||
#new_list_3 .tab span{ | |||||
cursor: pointer; | |||||
color: #999999; | |||||
margin-right: 15px; | |||||
} | |||||
#new_list_3 .tab span.act{ | |||||
font-size: 20px; | |||||
color: #1663ff; | |||||
font-weight: bold; | |||||
line-height: 1; | |||||
} |
@@ -0,0 +1,177 @@ | |||||
input:-webkit-autofill, | |||||
input:-webkit-autofill:hover, | |||||
input:-webkit-autofill:focus, | |||||
input:-webkit-autofill:active { | |||||
-webkit-transition-delay: 111111s; | |||||
-webkit-transition: color 11111s ease-out, background-color 111111s ease-out; | |||||
} | |||||
.registerBody{ | |||||
background: url("../images/login_bg.jpg"); | |||||
width: 100%; | |||||
height: 100%; | |||||
background-size: 100% 100%; | |||||
text-align: center; | |||||
} | |||||
.loginView_bg{ | |||||
background: rgba(18,105,211,0.3); | |||||
text-align: center; | |||||
width: 440px; | |||||
margin: 0 auto; | |||||
padding: 50px; | |||||
position: absolute; | |||||
top: 50%; | |||||
left: 50%; | |||||
transform: translate(-50%,-50%); | |||||
border-radius: 8px; | |||||
height: 402px; | |||||
} | |||||
.loginView{ | |||||
background: #FFFFFF; | |||||
text-align: center; | |||||
width: 420px; | |||||
margin: 0 auto; | |||||
padding: 50px; | |||||
position: absolute; | |||||
top: 50%; | |||||
left: 50%; | |||||
transform: translate(-50%,-50%); | |||||
border-radius: 8px; | |||||
height: 382px; | |||||
} | |||||
.loginView p{ | |||||
text-align: left; | |||||
} | |||||
.loginView img{ | |||||
width: 100%; | |||||
height: 35px; | |||||
} | |||||
.loginView table{ | |||||
width: 100%; | |||||
margin: 0 auto; | |||||
} | |||||
.loginView table tr td:nth-child(2){ | |||||
text-align: left; | |||||
} | |||||
.loginView table tr td{ | |||||
padding-top: 20px; | |||||
position: relative; | |||||
} | |||||
.nameIcon{ | |||||
width: 23px; | |||||
height: 23px; | |||||
display: block; | |||||
background: url('../images/login_01.png') no-repeat; | |||||
position: absolute; | |||||
bottom: 8px; | |||||
} | |||||
.passIcon{ | |||||
width: 23px; | |||||
height: 23px; | |||||
display: block; | |||||
background: url('../images/login_02.png') no-repeat; | |||||
position: absolute; | |||||
bottom: 8px; | |||||
} | |||||
.codeIcon{ | |||||
width: 23px; | |||||
height: 23px; | |||||
display: block; | |||||
background: url('../images/login_03.png') no-repeat; | |||||
position: absolute; | |||||
bottom: 8px; | |||||
} | |||||
.loginView table tr td input[type="text"],input[type="password"]{ | |||||
height: 35px; | |||||
border-bottom: 1px solid #cfcfcf; | |||||
padding-left: 30px; | |||||
width: 100%; | |||||
} | |||||
.titleTab{ | |||||
background: var(--color); | |||||
} | |||||
.titleTab p{ | |||||
float: left; | |||||
display: block; | |||||
line-height: 76px; | |||||
width: 50%; | |||||
text-align: center; | |||||
color: #7fbdba; | |||||
} | |||||
.titleTab p:hover{ | |||||
cursor: pointer; | |||||
} | |||||
.active{ | |||||
color: #ffffff!important; | |||||
} | |||||
.remberPsw{ | |||||
width: 100%; | |||||
margin: 0 auto; | |||||
text-align: left; | |||||
margin-top: 50px; | |||||
} | |||||
.remberPsw input[type="checkbox"]{ | |||||
position: relative; | |||||
top: 2px; | |||||
} | |||||
.loginBtn{ | |||||
width: 100%; | |||||
padding: 10px 0; | |||||
border: none; | |||||
background: #1269d3; | |||||
color: #ffffff; | |||||
display: block; | |||||
margin: 0 auto; | |||||
margin-top: 20px; | |||||
cursor: pointer; | |||||
} | |||||
.registerBtn{ | |||||
border: none; | |||||
padding: 10px 0; | |||||
display: block; | |||||
margin: 0 auto; | |||||
margin-top: 10px; | |||||
color: var(--color); | |||||
cursor: pointer; | |||||
} | |||||
.fsYzm{ | |||||
height: 35px; | |||||
border: 1px solid #cfcfcf; | |||||
width: 100%; | |||||
} | |||||
.topLogo{ | |||||
margin: 0 auto; | |||||
padding-top: 2%; | |||||
} | |||||
.topLogo p{ | |||||
font-size: 60px; | |||||
font-weight: bold; | |||||
color: #1269d3; | |||||
} | |||||
.bottomInformation_login{ | |||||
position: absolute; | |||||
bottom: 3%; | |||||
width: 100%; | |||||
color: #010101; | |||||
} |
@@ -0,0 +1,96 @@ | |||||
.new_content{ | |||||
height: 80vh; | |||||
background: #ffffff; | |||||
padding: 3vh; | |||||
display: flex; | |||||
justify-content: space-between; | |||||
} | |||||
.new_content_left{ | |||||
width: 75%; | |||||
height: 75vh; | |||||
overflow-y: scroll; | |||||
} | |||||
.new_content_left_tit{ | |||||
display: flex; | |||||
align-items: center; | |||||
font-size: 24px; | |||||
font-weight: bold; | |||||
} | |||||
.new_content_left_tit p{ | |||||
margin-left: 15px; | |||||
} | |||||
.new_content_left_tit i{ | |||||
display: block; | |||||
width: 3vh; | |||||
height: 3vh; | |||||
background: url("../images/new_icon_back.png") no-repeat center; | |||||
} | |||||
.new_content_left_come{ | |||||
display: flex; | |||||
align-items: center; | |||||
font-size: 12px; | |||||
margin-top: 2vh; | |||||
} | |||||
.new_content_left_come p:nth-child(2){ | |||||
color: #4a7bde; | |||||
} | |||||
.new_content_right{ | |||||
padding: 2vh; | |||||
box-shadow: 0px 0px 5px #dddddd; | |||||
width: 20%; | |||||
height: 75vh; | |||||
position: relative; | |||||
} | |||||
.new_content_right .new_content_right_main{ | |||||
height: calc(69vh - 24px); | |||||
overflow-y: scroll; | |||||
} | |||||
.new_content_right a{ | |||||
font-size: 16px; | |||||
color: #616161; | |||||
display: -webkit-box; | |||||
-webkit-box-orient: vertical; | |||||
-webkit-line-clamp: 2; | |||||
word-break: break-all; | |||||
overflow: hidden; | |||||
} | |||||
.new_content_right p{ | |||||
border-bottom: 1px dashed #616161; | |||||
padding: 2vh 0; | |||||
} | |||||
.new_content_right p:first-child{ | |||||
padding-top: 0; | |||||
} | |||||
.new_content_right_tit{ | |||||
color: #4a7bde; | |||||
font-size: 16px; | |||||
padding-bottom: 2vh; | |||||
} | |||||
.new_content_content{ | |||||
line-height: 5vh; | |||||
margin-top: 2vh; | |||||
} | |||||
.new_content_content p{ | |||||
text-indent: 2rem; | |||||
font-size: 16px; | |||||
} | |||||
.footer{ | |||||
margin-top: 0!important; | |||||
} |
@@ -0,0 +1,60 @@ | |||||
.iconfont { | |||||
font-size:16px; | |||||
} | |||||
.icon-you:before { | |||||
content: ">"; | |||||
} | |||||
.icon-zuo:before { | |||||
content: "<"; | |||||
} | |||||
.icon-most-left:before { | |||||
content: "<<"; | |||||
} | |||||
.icon-most-right:before { | |||||
content: ">>"; | |||||
} | |||||
.page_common_btn_style{ | |||||
font-family: '微软雅黑'; | |||||
display: inline-block; | |||||
min-width: 28px; | |||||
padding:0 2px; | |||||
height: 30px; | |||||
line-height: 30px; | |||||
text-align: center; | |||||
border-radius: 5px; | |||||
background: #f4f4f5; | |||||
color: #606266; | |||||
margin: 0 3px; | |||||
font-weight: 600; | |||||
font-size:14px; | |||||
cursor: pointer; | |||||
-webkit-tap-highlight-color: transparent; | |||||
-webkit-touch-callout: none; | |||||
-webkit-user-select: none; | |||||
} | |||||
a.page_common_btn_style:active{ | |||||
color:#1269d3; | |||||
background:#eee; | |||||
} | |||||
.page_btn_box { | |||||
display: inline-block; | |||||
margin: 0 10px; | |||||
} | |||||
.page_common_btn_active{ | |||||
background:#1269d3; | |||||
color:#eee; | |||||
} | |||||
.pageNum{ | |||||
text-align: center; | |||||
margin-top: 10px; | |||||
position: absolute; | |||||
bottom: 60px; | |||||
left: 50%; | |||||
transform: translateX(-50%); | |||||
} |
@@ -0,0 +1,202 @@ | |||||
.new{ | |||||
height: 61vh; | |||||
margin-top: 0; | |||||
display: block; | |||||
position: relative; | |||||
padding: 1vh; | |||||
} | |||||
.footer{ | |||||
/*margin-top: 4.3vh;*/ | |||||
} | |||||
.footer_main{ | |||||
margin-top: 4.3vh; | |||||
} | |||||
.new table tr:hover{ | |||||
background: #bbbecd; | |||||
cursor: pointer; | |||||
} | |||||
.new table tr:first-child:hover{ | |||||
background: transparent; | |||||
} | |||||
.new table td{ | |||||
text-align: center; | |||||
font-size: 14px; | |||||
padding: 1vh 0; | |||||
line-height: 1; | |||||
} | |||||
.new table tr:first-child td{ | |||||
color: #11234f; | |||||
font-size: 16px; | |||||
font-weight: bold; | |||||
} | |||||
.pageNum{ | |||||
position: relative!important; | |||||
bottom: 0!important; | |||||
margin: 10px 0!important; | |||||
} | |||||
#container { | |||||
overflow: hidden; | |||||
width: 100%; | |||||
height: 16vh; | |||||
margin: 0; | |||||
font-family: "微软雅黑"; | |||||
} | |||||
.table_main{ | |||||
height: calc( 43vh - 50px ); | |||||
overflow: hidden; | |||||
overflow-y: scroll; | |||||
} | |||||
.select{ | |||||
margin-right: auto; | |||||
margin-left: 2vw; | |||||
} | |||||
.select select{ | |||||
font-size: 16px; | |||||
background: #d6dae8; | |||||
padding: .5vh 2vh; | |||||
border-radius: 8px; | |||||
margin-right: 15px; | |||||
} | |||||
.BMap_cpyCtrl | |||||
{ | |||||
display:none; | |||||
} | |||||
.anchorBL{ | |||||
display:none; | |||||
} | |||||
.dialog{ | |||||
width: 100%; | |||||
height: 100vh; | |||||
position: fixed; | |||||
top: 0; | |||||
left: 0; | |||||
z-index: 999999999; | |||||
} | |||||
.bg-mengban{ | |||||
width: 100%; | |||||
height: 100vh; | |||||
} | |||||
.dialog_table{ | |||||
position: absolute; | |||||
top: 50%; | |||||
left: 50%; | |||||
transform: translate(-50%,-50%); | |||||
background: #ffffff; | |||||
width: 50%; | |||||
padding: 2vh; | |||||
border-radius: 10px; | |||||
} | |||||
.dialog_header{ | |||||
display: flex; | |||||
align-items: center; | |||||
} | |||||
.dialog_header .name{ | |||||
font-size: 16px; | |||||
color: #11234f; | |||||
margin-left: 5px; | |||||
} | |||||
.dialog_header .bigWin{ | |||||
background: #ffb400; | |||||
height: 2.5vh; | |||||
width: 5%; | |||||
display: flex; | |||||
justify-content: center; | |||||
align-items: center; | |||||
border-radius: 2vh; | |||||
margin-left: 20px; | |||||
} | |||||
.dialog_header .phoneIcon{ | |||||
background: #3fd227; | |||||
height: 2.5vh; | |||||
width: 5%; | |||||
display: flex; | |||||
justify-content: center; | |||||
align-items: center; | |||||
border-radius: 2vh; | |||||
margin-left: 20px; | |||||
} | |||||
.dialog_header .phone{ | |||||
background: #3fd227; | |||||
line-height: 3vh; | |||||
color: #ffffff; | |||||
padding: 0 1%; | |||||
border-radius: 5px; | |||||
} | |||||
.dialog_header .sanjiao-left{ | |||||
border-right-color: #3fd227; | |||||
margin-left: 5px; | |||||
} | |||||
.dialog_main{ | |||||
margin-bottom: 2vh; | |||||
} | |||||
.dialog_main table{ | |||||
margin-top: 1vh; | |||||
} | |||||
.dialog_main table tr td{ | |||||
padding: 1vh 0; | |||||
} | |||||
.dialog_main table tr td:nth-child(odd){ | |||||
width: 15%; | |||||
color: #6f6f6f; | |||||
} | |||||
.dialog_main table tr td:nth-child(even){ | |||||
width: 18.3%; | |||||
} | |||||
.dialog_img{ | |||||
display: flex; | |||||
align-items: center; | |||||
justify-content: space-between; | |||||
flex-wrap: wrap; | |||||
margin-top: 2vh; | |||||
} | |||||
.dialog_img img{ | |||||
width: 10vw; | |||||
margin-bottom: 2vh; | |||||
height: 6vw; | |||||
} | |||||
.dialog_img img:nth-child(4n){ | |||||
margin-right: 0; | |||||
} | |||||
.center_table{ | |||||
margin: 2vh 0; | |||||
} | |||||
.center_table table tr td{ | |||||
padding: 1vh 0; | |||||
text-align: center; | |||||
border-top: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr td:first-child{ | |||||
border-left: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr td:last-child{ | |||||
border-right: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr:last-child td{ | |||||
border-bottom: 1px solid #b9c2d3; | |||||
} | |||||
.center_table table tr:first-child td{ | |||||
background: #e4edfe; | |||||
} |
@@ -0,0 +1,425 @@ | |||||
/*! | |||||
* ui-dialog.css | |||||
* Date: 2014-07-03 | |||||
* https://github.com/aui/artDialog | |||||
* (c) 2009-2014 TangBin, http://www.planeArt.cn | |||||
* | |||||
* This is licensed under the GNU LGPL, version 2.1 or later. | |||||
* For details, see: http://www.gnu.org/licenses/lgpl-2.1.html | |||||
*/ | |||||
.ui-dialog { | |||||
*zoom:1; | |||||
_float: left; | |||||
position: relative; | |||||
background-color: #FFF; | |||||
border: 1px solid #999; | |||||
border-radius: 6px; | |||||
outline: 0; | |||||
background-clip: padding-box; | |||||
font-family: Helvetica, arial, sans-serif; | |||||
font-size: 14px; | |||||
line-height: 1.428571429; | |||||
color: #333; | |||||
opacity: 0; | |||||
-webkit-transform: scale(0); | |||||
transform: scale(0); | |||||
-webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out; | |||||
transition: transform .15s ease-in-out, opacity .15s ease-in-out; | |||||
} | |||||
.ui-popup-show .ui-dialog { | |||||
opacity: 1; | |||||
-webkit-transform: scale(1); | |||||
transform: scale(1); | |||||
} | |||||
.ui-popup-focus .ui-dialog { | |||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |||||
} | |||||
.ui-popup-modal .ui-dialog { | |||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3); | |||||
} | |||||
.ui-dialog-grid { | |||||
width: auto; | |||||
margin: 0; | |||||
border: 0 none; | |||||
border-collapse:collapse; | |||||
border-spacing: 0; | |||||
background: transparent; | |||||
} | |||||
.ui-dialog-header, | |||||
.ui-dialog-body, | |||||
.ui-dialog-footer { | |||||
padding: 0; | |||||
border: 0 none; | |||||
text-align: left; | |||||
background: transparent; | |||||
} | |||||
.ui-dialog-header { | |||||
white-space: nowrap; | |||||
border-bottom: 1px solid #E5E5E5; | |||||
} | |||||
.ui-dialog-close { | |||||
position: relative; | |||||
_position: absolute; | |||||
float: right; | |||||
top: 13px; | |||||
right: 13px; | |||||
_height: 26px; | |||||
padding: 0 4px; | |||||
font-size: 21px; | |||||
font-weight: bold; | |||||
line-height: 1; | |||||
color: #000; | |||||
text-shadow: 0 1px 0 #FFF; | |||||
opacity: .2; | |||||
filter: alpha(opacity=20); | |||||
cursor: pointer; | |||||
background: transparent; | |||||
_background: #FFF; | |||||
border: 0; | |||||
-webkit-appearance: none; | |||||
} | |||||
.ui-dialog-close:hover, | |||||
.ui-dialog-close:focus { | |||||
color: #000000; | |||||
text-decoration: none; | |||||
cursor: pointer; | |||||
outline: 0; | |||||
opacity: 0.5; | |||||
filter: alpha(opacity=50); | |||||
} | |||||
.ui-dialog-title { | |||||
margin: 0; | |||||
line-height: 1.428571429; | |||||
min-height: 16.428571429px; | |||||
padding: 15px; | |||||
overflow:hidden; | |||||
white-space: nowrap; | |||||
text-overflow: ellipsis; | |||||
font-weight: bold; | |||||
cursor: default; | |||||
} | |||||
.ui-dialog-body { | |||||
padding: 20px; | |||||
text-align: center; | |||||
} | |||||
.ui-dialog-content { | |||||
display: inline-block; | |||||
position: relative; | |||||
vertical-align: middle; | |||||
*zoom: 1; | |||||
*display: inline; | |||||
text-align: left; | |||||
} | |||||
.ui-dialog-footer { | |||||
padding: 0 20px 20px 20px; | |||||
} | |||||
.ui-dialog-statusbar { | |||||
float: left; | |||||
margin-right: 20px; | |||||
padding: 6px 0; | |||||
line-height: 1.428571429; | |||||
font-size: 14px; | |||||
color: #888; | |||||
white-space: nowrap; | |||||
} | |||||
.ui-dialog-statusbar label:hover { | |||||
color: #333; | |||||
} | |||||
.ui-dialog-statusbar input, | |||||
.ui-dialog-statusbar .label { | |||||
vertical-align: middle; | |||||
} | |||||
.ui-dialog-button { | |||||
float: right; | |||||
white-space: nowrap; | |||||
} | |||||
.ui-dialog-footer button+button { | |||||
margin-bottom: 0; | |||||
margin-left: 5px; | |||||
} | |||||
.ui-dialog-footer button { | |||||
width:auto; | |||||
overflow:visible; | |||||
display: inline-block; | |||||
padding: 6px 12px; | |||||
_margin-left: 5px; | |||||
margin-bottom: 0; | |||||
font-size: 14px; | |||||
font-weight: normal; | |||||
line-height: 1.428571429; | |||||
text-align: center; | |||||
white-space: nowrap; | |||||
vertical-align: middle; | |||||
cursor: pointer; | |||||
background-image: none; | |||||
border: 1px solid transparent; | |||||
border-radius: 4px; | |||||
-webkit-user-select: none; | |||||
-moz-user-select: none; | |||||
-ms-user-select: none; | |||||
-o-user-select: none; | |||||
user-select: none; | |||||
} | |||||
.ui-dialog-footer button:focus { | |||||
outline: thin dotted #333; | |||||
outline: 5px auto -webkit-focus-ring-color; | |||||
outline-offset: -2px; | |||||
} | |||||
.ui-dialog-footer button:hover, | |||||
.ui-dialog-footer button:focus { | |||||
color: #333333; | |||||
text-decoration: none; | |||||
} | |||||
.ui-dialog-footer button:active { | |||||
background-image: none; | |||||
outline: 0; | |||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |||||
} | |||||
.ui-dialog-footer button[disabled] { | |||||
pointer-events: none; | |||||
cursor: not-allowed; | |||||
opacity: 0.65; | |||||
filter: alpha(opacity=65); | |||||
-webkit-box-shadow: none; | |||||
box-shadow: none; | |||||
} | |||||
.ui-dialog-footer button { | |||||
color: #333333; | |||||
background-color: #ffffff; | |||||
border-color: #cccccc; | |||||
} | |||||
.ui-dialog-footer button:hover, | |||||
.ui-dialog-footer button:focus, | |||||
.ui-dialog-footer button:active { | |||||
color: #333333; | |||||
background-color: #ebebeb; | |||||
border-color: #adadad; | |||||
} | |||||
.ui-dialog-footer button:active{ | |||||
background-image: none; | |||||
} | |||||
.ui-dialog-footer button[disabled], | |||||
.ui-dialog-footer button[disabled]:hover, | |||||
.ui-dialog-footer button[disabled]:focus, | |||||
.ui-dialog-footer button[disabled]:active { | |||||
background-color: #ffffff; | |||||
border-color: #cccccc; | |||||
} | |||||
.ui-dialog-footer button.ui-dialog-autofocus { | |||||
color: #ffffff; | |||||
background-color: #428bca; | |||||
border-color: #357ebd; | |||||
} | |||||
.ui-dialog-footer button.ui-dialog-autofocus:hover, | |||||
.ui-dialog-footer button.ui-dialog-autofocus:focus, | |||||
.ui-dialog-footer button.ui-dialog-autofocus:active { | |||||
color: #ffffff; | |||||
background-color: #3276b1; | |||||
border-color: #285e8e; | |||||
} | |||||
.ui-dialog-footer button.ui-dialog-autofocus:active { | |||||
background-image: none; | |||||
} | |||||
.ui-popup-top-left .ui-dialog, | |||||
.ui-popup-top .ui-dialog, | |||||
.ui-popup-top-right .ui-dialog { | |||||
top: -8px; | |||||
} | |||||
.ui-popup-bottom-left .ui-dialog, | |||||
.ui-popup-bottom .ui-dialog, | |||||
.ui-popup-bottom-right .ui-dialog { | |||||
top: 8px; | |||||
} | |||||
.ui-popup-left-top .ui-dialog, | |||||
.ui-popup-left .ui-dialog, | |||||
.ui-popup-left-bottom .ui-dialog { | |||||
left: -8px; | |||||
} | |||||
.ui-popup-right-top .ui-dialog, | |||||
.ui-popup-right .ui-dialog, | |||||
.ui-popup-right-bottom .ui-dialog { | |||||
left: 8px; | |||||
} | |||||
.ui-dialog-arrow-a, | |||||
.ui-dialog-arrow-b { | |||||
position: absolute; | |||||
display: none; | |||||
width: 0; | |||||
height: 0; | |||||
overflow:hidden; | |||||
_color:#FF3FFF; | |||||
_filter:chroma(color=#FF3FFF); | |||||
border:8px dashed transparent; | |||||
} | |||||
.ui-popup-follow .ui-dialog-arrow-a, | |||||
.ui-popup-follow .ui-dialog-arrow-b{ | |||||
display: block; | |||||
} | |||||
.ui-popup-top-left .ui-dialog-arrow-a, | |||||
.ui-popup-top .ui-dialog-arrow-a, | |||||
.ui-popup-top-right .ui-dialog-arrow-a { | |||||
bottom: -16px; | |||||
border-top:8px solid #7C7C7C; | |||||
} | |||||
.ui-popup-top-left .ui-dialog-arrow-b, | |||||
.ui-popup-top .ui-dialog-arrow-b, | |||||
.ui-popup-top-right .ui-dialog-arrow-b { | |||||
bottom: -15px; | |||||
border-top:8px solid #fff; | |||||
} | |||||
.ui-popup-top-left .ui-dialog-arrow-a, | |||||
.ui-popup-top-left .ui-dialog-arrow-b { | |||||
left: 15px; | |||||
} | |||||
.ui-popup-top .ui-dialog-arrow-a, | |||||
.ui-popup-top .ui-dialog-arrow-b { | |||||
left: 50%; | |||||
margin-left: -8px; | |||||
} | |||||
.ui-popup-top-right .ui-dialog-arrow-a, | |||||
.ui-popup-top-right .ui-dialog-arrow-b { | |||||
right: 15px; | |||||
} | |||||
.ui-popup-bottom-left .ui-dialog-arrow-a, | |||||
.ui-popup-bottom .ui-dialog-arrow-a, | |||||
.ui-popup-bottom-right .ui-dialog-arrow-a { | |||||
top: -16px; | |||||
border-bottom:8px solid #7C7C7C; | |||||
} | |||||
.ui-popup-bottom-left .ui-dialog-arrow-b, | |||||
.ui-popup-bottom .ui-dialog-arrow-b, | |||||
.ui-popup-bottom-right .ui-dialog-arrow-b { | |||||
top: -15px; | |||||
border-bottom:8px solid #fff; | |||||
} | |||||
.ui-popup-bottom-left .ui-dialog-arrow-a, | |||||
.ui-popup-bottom-left .ui-dialog-arrow-b { | |||||
left: 15px; | |||||
} | |||||
.ui-popup-bottom .ui-dialog-arrow-a, | |||||
.ui-popup-bottom .ui-dialog-arrow-b { | |||||
margin-left: -8px; | |||||
left: 50%; | |||||
} | |||||
.ui-popup-bottom-right .ui-dialog-arrow-a, | |||||
.ui-popup-bottom-right .ui-dialog-arrow-b { | |||||
right: 15px; | |||||
} | |||||
.ui-popup-left-top .ui-dialog-arrow-a, | |||||
.ui-popup-left .ui-dialog-arrow-a, | |||||
.ui-popup-left-bottom .ui-dialog-arrow-a { | |||||
right: -16px; | |||||
border-left:8px solid #7C7C7C; | |||||
} | |||||
.ui-popup-left-top .ui-dialog-arrow-b, | |||||
.ui-popup-left .ui-dialog-arrow-b, | |||||
.ui-popup-left-bottom .ui-dialog-arrow-b { | |||||
right: -15px; | |||||
border-left:8px solid #fff; | |||||
} | |||||
.ui-popup-left-top .ui-dialog-arrow-a, | |||||
.ui-popup-left-top .ui-dialog-arrow-b { | |||||
top: 15px; | |||||
} | |||||
.ui-popup-left .ui-dialog-arrow-a, | |||||
.ui-popup-left .ui-dialog-arrow-b { | |||||
margin-top: -8px; | |||||
top: 50%; | |||||
} | |||||
.ui-popup-left-bottom .ui-dialog-arrow-a, | |||||
.ui-popup-left-bottom .ui-dialog-arrow-b { | |||||
bottom: 15px; | |||||
} | |||||
.ui-popup-right-top .ui-dialog-arrow-a, | |||||
.ui-popup-right .ui-dialog-arrow-a, | |||||
.ui-popup-right-bottom .ui-dialog-arrow-a { | |||||
left: -16px; | |||||
border-right:8px solid #7C7C7C; | |||||
} | |||||
.ui-popup-right-top .ui-dialog-arrow-b, | |||||
.ui-popup-right .ui-dialog-arrow-b, | |||||
.ui-popup-right-bottom .ui-dialog-arrow-b { | |||||
left: -15px; | |||||
border-right:8px solid #fff; | |||||
} | |||||
.ui-popup-right-top .ui-dialog-arrow-a, | |||||
.ui-popup-right-top .ui-dialog-arrow-b { | |||||
top: 15px; | |||||
} | |||||
.ui-popup-right .ui-dialog-arrow-a, | |||||
.ui-popup-right .ui-dialog-arrow-b { | |||||
margin-top: -8px; | |||||
top: 50%; | |||||
} | |||||
.ui-popup-right-bottom .ui-dialog-arrow-a, | |||||
.ui-popup-right-bottom .ui-dialog-arrow-b { | |||||
bottom: 15px; | |||||
} | |||||
@-webkit-keyframes ui-dialog-loading { | |||||
0% { | |||||
-webkit-transform: rotate(0deg); | |||||
} | |||||
100% { | |||||
-webkit-transform: rotate(360deg); | |||||
} | |||||
} | |||||
@keyframes ui-dialog-loading { | |||||
0% { | |||||
transform: rotate(0deg); | |||||
} | |||||
100% { | |||||
transform: rotate(360deg); | |||||
} | |||||
} | |||||
.ui-dialog-loading { | |||||
vertical-align: middle; | |||||
position: relative; | |||||
display: block; | |||||
*zoom: 1; | |||||
*display: inline; | |||||
overflow: hidden; | |||||
width: 32px; | |||||
height: 32px; | |||||
top: 50%; | |||||
margin: -16px auto 0 auto; | |||||
font-size: 0; | |||||
text-indent: -999em; | |||||
color: #666; | |||||
} | |||||
.ui-dialog-loading { | |||||
width: 100%\9; | |||||
text-indent: 0\9; | |||||
line-height: 32px\9; | |||||
text-align: center\9; | |||||
font-size: 12px\9; | |||||
} | |||||
.ui-dialog-loading::after { | |||||
position: absolute; | |||||
content: ''; | |||||
width: 3px; | |||||
height: 3px; | |||||
margin: 14.5px 0 0 14.5px; | |||||
border-radius: 100%; | |||||
box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc; | |||||
-webkit-transform: rotate(360deg); | |||||
-webkit-animation: ui-dialog-loading 1.5s infinite linear; | |||||
transform: rotate(360deg); | |||||
animation: ui-dialog-loading 1.5s infinite linear; | |||||
display: none\9; | |||||
} |