公告详情页面的更改
Showing
4 changed files
with
213 additions
and
1 deletions
staticCss/ggxq.css
0 → 100644
1 | * { | ||
2 | padding: 0; | ||
3 | margin: 0; | ||
4 | } | ||
5 | .mainbody { | ||
6 | width: 1200px; | ||
7 | margin: 0 auto; | ||
8 | } | ||
9 | /* --------------------导航tab------------------------- */ | ||
10 | .navigation_crumbs { | ||
11 | width: 100%; | ||
12 | height: 45px; | ||
13 | padding: 10px 0; | ||
14 | line-height: 25px; | ||
15 | background: #fafafa; | ||
16 | border: 1px solid #e6e6e6; | ||
17 | box-sizing: border-box; | ||
18 | } | ||
19 | .navigation_crumbs .layui-breadcrumb a:hover { | ||
20 | color: #f46143 !important; | ||
21 | } | ||
22 | |||
23 | .contentBox { | ||
24 | width: 1200px; | ||
25 | margin: 0 auto; | ||
26 | overflow: hidden; | ||
27 | } | ||
28 | .one_content { | ||
29 | border: 1px solid #dedede; | ||
30 | margin-top: 30px; | ||
31 | } | ||
32 | .one_content .layui-tab { | ||
33 | margin: 0; | ||
34 | } | ||
35 | .one_content .layui-tab-title li { | ||
36 | width: 100px; | ||
37 | font-weight: 600; | ||
38 | color: #6d7278; | ||
39 | } | ||
40 | .one_content .layui-tab-title .layui-this { | ||
41 | color: #4a4a4a; | ||
42 | } | ||
43 | .layui-tab-brief > .layui-tab-more li.layui-this:after, | ||
44 | .layui-tab-brief > .layui-tab-title .layui-this:after { | ||
45 | border-color: #006cff; | ||
46 | } | ||
47 | .layui-tab .layui-tab-brief .layui-this { | ||
48 | color: #006cff; | ||
49 | } | ||
50 | .layui-tab .layui-tab-brief li { | ||
51 | width: 90px; | ||
52 | } | ||
53 | .online_business { | ||
54 | margin-top: 20px; | ||
55 | } | ||
56 | .online_business h2 { | ||
57 | width: 100%; | ||
58 | height: 43px; | ||
59 | line-height: 43px; | ||
60 | background: #fafafa; | ||
61 | border-radius: 4px; | ||
62 | border: 1px solid #dedede; | ||
63 | padding-left: 15px; | ||
64 | box-sizing: border-box; | ||
65 | } | ||
66 | .online_list { | ||
67 | padding-bottom: 20px; | ||
68 | overflow: hidden; | ||
69 | } | ||
70 | .online_list li { | ||
71 | width: 45% !important; | ||
72 | float: left; | ||
73 | height: 60px; | ||
74 | line-height: 60px; | ||
75 | border-bottom: 1px dotted #dedede; | ||
76 | } | ||
77 | .online_list li:nth-child(even) { | ||
78 | margin-left: 10%; | ||
79 | } | ||
80 | .online_list li a { | ||
81 | display: block; | ||
82 | width: 100%; | ||
83 | } | ||
84 | .online_list li a:hover span { | ||
85 | color: #f46143; | ||
86 | } | ||
87 | .online_list li a button { | ||
88 | float: right; | ||
89 | margin-top: 15px; | ||
90 | } | ||
91 | /* ---------------------------------------------------- */ | ||
92 | .top-logo ul li { | ||
93 | display: inline-block; | ||
94 | padding: 0 8px; | ||
95 | } | ||
96 | |||
97 | .top-logo ul li:first-child { | ||
98 | border-right: 1px solid grey; | ||
99 | } | ||
100 | |||
101 | div.navigation { | ||
102 | text-align: center; | ||
103 | } | ||
104 | .navigation .layui-nav-item { | ||
105 | width: 147px; | ||
106 | position: relative; | ||
107 | } | ||
108 | .layui-bg-blue { | ||
109 | background-color: #006cff !important; | ||
110 | } | ||
111 | .title { | ||
112 | width: 900px; | ||
113 | height: 30px; | ||
114 | font-size: 30px; | ||
115 | font-weight: 500; | ||
116 | color: #4a4a4a; | ||
117 | line-height: 30px; | ||
118 | text-align: center; | ||
119 | margin: 0 auto; | ||
120 | margin-top: 50px; | ||
121 | margin-bottom: 36px; | ||
122 | } | ||
123 | .release { | ||
124 | display: flex; | ||
125 | flex-flow: row nowrap; | ||
126 | justify-content: space-between; | ||
127 | font-size: 16px; | ||
128 | font-weight: 400; | ||
129 | color: #6d7278; | ||
130 | line-height: 12px; | ||
131 | margin-bottom: 40px; | ||
132 | } | ||
133 | .release div { | ||
134 | display: inline-block; | ||
135 | } | ||
136 | .mainbody .DividingLine { | ||
137 | width: 1150px; | ||
138 | height: 1px; | ||
139 | margin:0 auto; | ||
140 | background-color:#DEDEDE; | ||
141 | margin-bottom:40px | ||
142 | } | ||
143 | .body { | ||
144 | padding-top: 20px; | ||
145 | border-top: 1px solid #dedede; | ||
146 | height: auto; | ||
147 | font-size: 16px; | ||
148 | font-weight: 400; | ||
149 | color: #4a4a4a; | ||
150 | line-height: 24px; | ||
151 | padding-bottom: 30px; | ||
152 | } |
staticJs/ggxq.js
0 → 100644
... | @@ -3,7 +3,7 @@ $(function () { | ... | @@ -3,7 +3,7 @@ $(function () { |
3 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 3 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
4 | //监听导航点击 | 4 | //监听导航点击 |
5 | element.on('nav(demo)', function (elem) { | 5 | element.on('nav(demo)', function (elem) { |
6 | //console.log(elem) | 6 | console.log(elem) |
7 | layer.msg(elem.text()); | 7 | layer.msg(elem.text()); |
8 | }); | 8 | }); |
9 | }); | 9 | }); | ... | ... |
staticViews/ggxq.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>公告详情</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../staticCss/ggxq.css"> | ||
11 | </head> | ||
12 | <body> | ||
13 | <div class="navigation_crumbs"> | ||
14 | <div class="contentBox"> | ||
15 | <span class="layui-breadcrumb"> | ||
16 | <a href="../index.html">首页</a> | ||
17 | <a href="">公示公告</a> | ||
18 | <a><cite>公告详情</cite></a> | ||
19 | </span> | ||
20 | </div> | ||
21 | </div> | ||
22 | <div class="mainbody"> | ||
23 | <div class="title"> | ||
24 | <span>党的十八大以来双拥工作综述:为实现中国梦强军梦凝聚强大力量</span> | ||
25 | </div> | ||
26 | <div class="release"> | ||
27 | <div>发布单位:国土信息</div> | ||
28 | <div>发布日期:2020-10-28</div> | ||
29 | </div> | ||
30 | <div class="DividingLine"></div> | ||
31 | <div> | ||
32 | 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 | ||
33 | 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 | ||
34 | 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 | ||
35 | 二、明晰自然资源统计数据获取方式 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 | ||
36 | 三、健全自然资源统计数据的质控体系 | ||
37 | 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。 完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 | ||
38 | 四、加强自然资源统计信息化建设 | ||
39 | 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 | ||
40 | 五、更新制度和办法保证统计工作推进 | ||
41 | 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 | ||
42 | 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 | ||
43 | 会议强调,要按照“办赛精彩、参赛出彩、发展添彩”要求,抓紧抓实抓细各项筹办工作,确保十四运会和残特奥会办出质量、办出水平。要做好已完工场馆工程验收和体育工艺、竞赛标准专项检查,加快推进全运村场馆收尾工作,同步抓好场馆周边设施配套与城市环境综合整治,改善城市面貌,提升城市形象。要做好开闭幕式相关工作,统筹抓好医疗卫生、交通电力、餐饮住宿等准备工作,为赛事顺利举办提供有力服务保障。 | ||
44 | 会议强调,要加强全民健身设施建设,广泛开展群众性体育活动,建设一批体育公园、健身步道、社区多功能健身场地,让群众更多享受体育发展成果。要围绕筹办工作重大时间节点、重要标志性事件,精心组织策划有创意、有内容、有感染力的宣传推介活动,营造我市全民全运的浓厚氛围。要狠抓责任落实、狠抓进度落实、狠抓工作落实,确保把各项筹办工作谋深、抓实、干好。 | ||
45 | 市领导玉苏甫江·麦麦提、杨晓东、张琳、肖西亮、和文全,市执委会各成员单位主要负责同志参加。 | ||
46 | </div> | ||
47 | </div> | ||
48 | </body> | ||
49 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
50 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
51 | <script type="text/javascript" src="../staticJs/ggxq.js"></script> | ||
52 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment