style:新闻详情
Showing
7 changed files
with
309 additions
and
412 deletions
... | @@ -10,6 +10,9 @@ | ... | @@ -10,6 +10,9 @@ |
10 | background-color: #1E9FFF; | 10 | background-color: #1E9FFF; |
11 | color: #fff; | 11 | color: #fff; |
12 | } | 12 | } |
13 | .layui-icon-search { | ||
14 | color: #6D7278; | ||
15 | } | ||
13 | /* ----------------------公共样式-------------------------- */ | 16 | /* ----------------------公共样式-------------------------- */ |
14 | .contentBox { | 17 | .contentBox { |
15 | width: 1200px; | 18 | width: 1200px; | ... | ... |
... | @@ -135,7 +135,7 @@ div.subject { | ... | @@ -135,7 +135,7 @@ div.subject { |
135 | .leftContainer{ | 135 | .leftContainer{ |
136 | border-right: 1px solid #DEDEDE; | 136 | border-right: 1px solid #DEDEDE; |
137 | margin-top: 41px; | 137 | margin-top: 41px; |
138 | padding-bottom: 30px; | 138 | padding-bottom: 20px; |
139 | } | 139 | } |
140 | .leftContainer li { | 140 | .leftContainer li { |
141 | border-bottom: 1px solid #EAEAEA; | 141 | border-bottom: 1px solid #EAEAEA; | ... | ... |
1 | * { | 1 | .middle_active { |
2 | padding: 0; | 2 | position: fixed; |
3 | margin: 0; | 3 | top: 0; |
4 | z-index: 99; | ||
4 | } | 5 | } |
5 | |||
6 | .main { | 6 | .main { |
7 | overflow: hidden | 7 | overflow: hidden |
8 | } | 8 | } |
9 | 9 | .body { | |
10 | color: #4A4A4A; | ||
11 | line-height: 25px; | ||
12 | } | ||
10 | .mainbody { | 13 | .mainbody { |
11 | width: 1200px; | 14 | width: 1200px; |
12 | margin: 0 auto; | 15 | margin: 0 auto; |
16 | padding-top: 41px; | ||
13 | } | 17 | } |
14 | .navigation_crumbs { | 18 | .navigation_crumbs { |
15 | width: 100%; | 19 | width: 100%; |
... | @@ -340,6 +344,7 @@ div.navigation { | ... | @@ -340,6 +344,7 @@ div.navigation { |
340 | 344 | ||
341 | .commentInput { | 345 | .commentInput { |
342 | height: 80px; | 346 | height: 80px; |
347 | padding-left: 15px; | ||
343 | } | 348 | } |
344 | 349 | ||
345 | .comment-bottom div { | 350 | .comment-bottom div { |
... | @@ -385,17 +390,18 @@ div.navigation { | ... | @@ -385,17 +390,18 @@ div.navigation { |
385 | 390 | ||
386 | .commentInputImg { | 391 | .commentInputImg { |
387 | height: 100px; | 392 | height: 100px; |
393 | margin-right: 15px; | ||
388 | } | 394 | } |
389 | 395 | ||
390 | .commentInputImg, commentInputInput { | 396 | .commentInputImg{ |
391 | float: left; | 397 | float: left; |
392 | } | 398 | } |
393 | 399 | .commentInputInput { | |
400 | padding-right: 15px; | ||
401 | } | ||
394 | .commentInput textarea { | 402 | .commentInput textarea { |
395 | height: 130px; | ||
396 | background: #FFFFFF; | 403 | background: #FFFFFF; |
397 | border: 1px solid #DEDEDE; | 404 | border: 1px solid #DEDEDE; |
398 | margin-left: 20px; | ||
399 | } | 405 | } |
400 | 406 | ||
401 | .layui-textarea { | 407 | .layui-textarea { |
... | @@ -413,6 +419,7 @@ div.navigation { | ... | @@ -413,6 +419,7 @@ div.navigation { |
413 | 419 | ||
414 | .Commentdetails { | 420 | .Commentdetails { |
415 | margin-bottom: 20px; | 421 | margin-bottom: 20px; |
422 | padding-left: 15px; | ||
416 | } | 423 | } |
417 | 424 | ||
418 | .CommentdetailsTitle { | 425 | .CommentdetailsTitle { |
... | @@ -500,11 +507,11 @@ div.navigation { | ... | @@ -500,11 +507,11 @@ div.navigation { |
500 | } | 507 | } |
501 | 508 | ||
502 | .pl-right-bottom { | 509 | .pl-right-bottom { |
503 | height: 12px; | 510 | height: 14px; |
504 | font-size: 12px; | 511 | font-size: 14px; |
505 | font-weight: 400; | 512 | font-weight: 400; |
506 | color: #9B9B9B; | 513 | color: #9B9B9B; |
507 | line-height: 12px; | 514 | line-height: 14px; |
508 | display: inline-block; | 515 | display: inline-block; |
509 | margin-top: 10px; | 516 | margin-top: 10px; |
510 | } | 517 | } |
... | @@ -515,8 +522,8 @@ div.navigation { | ... | @@ -515,8 +522,8 @@ div.navigation { |
515 | 522 | ||
516 | .plhf-main { | 523 | .plhf-main { |
517 | background-color: #F7F7F7; | 524 | background-color: #F7F7F7; |
518 | margin-top: 20px; | 525 | margin-top: 30px; |
519 | width: 690px; | 526 | width: 710px; |
520 | margin-left: 15px; | 527 | margin-left: 15px; |
521 | } | 528 | } |
522 | 529 | ||
... | @@ -526,6 +533,9 @@ div.navigation { | ... | @@ -526,6 +533,9 @@ div.navigation { |
526 | width: 650px; | 533 | width: 650px; |
527 | margin-left: 15px; | 534 | margin-left: 15px; |
528 | } | 535 | } |
536 | .plhf-top { | ||
537 | margin-bottom: 5px; | ||
538 | } | ||
529 | 539 | ||
530 | .plhf-top div:first-child, .plhf-top div:last-child { | 540 | .plhf-top div:first-child, .plhf-top div:last-child { |
531 | float: left; | 541 | float: left; |
... | @@ -610,7 +620,7 @@ div.navigation { | ... | @@ -610,7 +620,7 @@ div.navigation { |
610 | } | 620 | } |
611 | 621 | ||
612 | .right-top h2 { | 622 | .right-top h2 { |
613 | font-size: 27px; | 623 | font-size: 20px; |
614 | } | 624 | } |
615 | 625 | ||
616 | 626 | ||
... | @@ -627,10 +637,12 @@ div.navigation { | ... | @@ -627,10 +637,12 @@ div.navigation { |
627 | width: 200px; | 637 | width: 200px; |
628 | height: 125px; | 638 | height: 125px; |
629 | margin-top: 20px; | 639 | margin-top: 20px; |
640 | margin-bottom: 5px; | ||
630 | } | 641 | } |
631 | 642 | ||
632 | .tj img, .tj span { | 643 | .tj img, .tj span { |
633 | float: left; | 644 | float: left; |
645 | color: #4A4A4A; | ||
634 | } | 646 | } |
635 | 647 | ||
636 | .tj-title { | 648 | .tj-title { |
... | @@ -643,11 +655,11 @@ div.navigation { | ... | @@ -643,11 +655,11 @@ div.navigation { |
643 | 655 | ||
644 | .tj-date { | 656 | .tj-date { |
645 | width: 90px; | 657 | width: 90px; |
646 | height: 12px; | 658 | height: 14px; |
647 | font-size: 12px; | 659 | font-size: 14px; |
648 | font-weight: 400; | 660 | font-weight: 400; |
649 | color: #9B9B9B; | 661 | color: #9B9B9B; |
650 | line-height: 12px; | 662 | line-height: 16px; |
651 | } | 663 | } |
652 | 664 | ||
653 | .right-bottom { | 665 | .right-bottom { | ... | ... |
... | @@ -118,7 +118,7 @@ div.subject { | ... | @@ -118,7 +118,7 @@ div.subject { |
118 | .xw { | 118 | .xw { |
119 | display: block; | 119 | display: block; |
120 | padding-top: 10px; | 120 | padding-top: 10px; |
121 | height: 150px; | 121 | height: 112px; |
122 | cursor: pointer; | 122 | cursor: pointer; |
123 | } | 123 | } |
124 | 124 | ||
... | @@ -142,6 +142,11 @@ div.subject { | ... | @@ -142,6 +142,11 @@ div.subject { |
142 | .leftContainer{ | 142 | .leftContainer{ |
143 | border-right: 1px solid #DEDEDE; | 143 | border-right: 1px solid #DEDEDE; |
144 | margin-top: 28px; | 144 | margin-top: 28px; |
145 | padding-bottom: 20px; | ||
146 | } | ||
147 | .leftContainer li{ | ||
148 | border-bottom: 1px solid #EAEAEA; | ||
149 | margin-bottom: 25px; | ||
145 | } | 150 | } |
146 | .leftContainer li:last-child{ | 151 | .leftContainer li:last-child{ |
147 | border-bottom: 1px solid #DEDEDE; | 152 | border-bottom: 1px solid #DEDEDE; |
... | @@ -151,16 +156,15 @@ div.subject { | ... | @@ -151,16 +156,15 @@ div.subject { |
151 | height: 18px; | 156 | height: 18px; |
152 | font-size: 18px; | 157 | font-size: 18px; |
153 | font-weight: bold; | 158 | font-weight: bold; |
154 | color: #4A4A4A; | 159 | color: #686666; |
155 | line-height: 18px; | 160 | line-height: 18px; |
156 | cursor: pointer; | 161 | cursor: pointer; |
157 | } | 162 | } |
158 | .left-top:hover { | 163 | .left-top:hover { |
159 | color: #4A4A4A; | 164 | color: #686666; |
160 | } | 165 | } |
161 | 166 | ||
162 | .left-body { | 167 | .left-body { |
163 | height: 60px; | ||
164 | font-size: 14px; | 168 | font-size: 14px; |
165 | font-weight: 400; | 169 | font-weight: 400; |
166 | color: #6D7278; | 170 | color: #6D7278; |
... | @@ -206,7 +210,7 @@ div.subject { | ... | @@ -206,7 +210,7 @@ div.subject { |
206 | height: 18px; | 210 | height: 18px; |
207 | font-size: 18px; | 211 | font-size: 18px; |
208 | font-weight: 500; | 212 | font-weight: 500; |
209 | color: #4A4A4A; | 213 | color: #686666; |
210 | line-height: 0; | 214 | line-height: 0; |
211 | } | 215 | } |
212 | .right-top h2 { | 216 | .right-top h2 { |
... | @@ -275,8 +279,9 @@ div.subject { | ... | @@ -275,8 +279,9 @@ div.subject { |
275 | height: 14px; | 279 | height: 14px; |
276 | font-size: 14px; | 280 | font-size: 14px; |
277 | font-weight: bold; | 281 | font-weight: bold; |
278 | color: #4A4A4A; | 282 | color: #686666; |
279 | line-height: 14px; | 283 | line-height: 14px; |
284 | margin-bottom: 5px; | ||
280 | } | 285 | } |
281 | 286 | ||
282 | .zcfg-body { | 287 | .zcfg-body { | ... | ... |
staticJs/xwxq.js
0 → 100644
1 | $(function () { | ||
2 | let Mydate = new Date() | ||
3 | let year = Mydate.getFullYear(); | ||
4 | let minutes = Mydate.getMinutes() | ||
5 | let hour = Mydate.getHours(); | ||
6 | let date = Mydate.getDate() | ||
7 | let month = Mydate.getMonth(); | ||
8 | $('.date div:first-child').text(year) | ||
9 | $('.date div:nth-child(2)').text(month + 1 + "/" + date) | ||
10 | $('.date div:last-child').text(hour + ":" + minutes) | ||
11 | }) | ||
12 | $(window).scroll(function () { | ||
13 | let juli = $(document).scrollTop(); | ||
14 | if (juli > 360) { | ||
15 | $('.left-left').addClass('middle_active'); | ||
16 | } else { | ||
17 | $('.left-left').removeClass('middle_active'); | ||
18 | } | ||
19 | }) | ||
20 | layui.use('element', function () { | ||
21 | var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | ||
22 | //监听导航点击 | ||
23 | element.on('nav(demo)', function (elem) { | ||
24 | //console.log(elem) | ||
25 | layer.msg(elem.text()); | ||
26 | }); | ||
27 | }); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -22,10 +22,10 @@ | ... | @@ -22,10 +22,10 @@ |
22 | <div class="left"> | 22 | <div class="left"> |
23 | <ul class="leftContainer"> | 23 | <ul class="leftContainer"> |
24 | <li> | 24 | <li> |
25 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> | 25 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank"> |
26 | 前三季度主要指标由负转正 中国经济持续稳定恢复 | 26 | 前三季度主要指标由负转正 中国经济持续稳定恢复 |
27 | </a> | 27 | </a> |
28 | <a class="xw" href="./../xwxq/index.html" target="_blank"> | 28 | <a class="xw" href="./xwxq.html" target="_blank"> |
29 | <div class="xw-left"> | 29 | <div class="xw-left"> |
30 | <img | 30 | <img |
31 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 31 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
... | @@ -56,10 +56,10 @@ | ... | @@ -56,10 +56,10 @@ |
56 | </a> | 56 | </a> |
57 | </li> | 57 | </li> |
58 | <li> | 58 | <li> |
59 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> | 59 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank"> |
60 | 前三季度主要指标由负转正 中国经济持续稳定恢复 | 60 | 前三季度主要指标由负转正 中国经济持续稳定恢复 |
61 | </a> | 61 | </a> |
62 | <a class="xw" href="./../xwxq/index.html" target="_blank"> | 62 | <a class="xw" href="./xwxq.html" target="_blank"> |
63 | <div class="xw-left"> | 63 | <div class="xw-left"> |
64 | <img | 64 | <img |
65 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 65 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
... | @@ -90,10 +90,10 @@ | ... | @@ -90,10 +90,10 @@ |
90 | </a> | 90 | </a> |
91 | </li> | 91 | </li> |
92 | <li> | 92 | <li> |
93 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> | 93 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank"> |
94 | 前三季度主要指标由负转正 中国经济持续稳定恢复 | 94 | 前三季度主要指标由负转正 中国经济持续稳定恢复 |
95 | </a> | 95 | </a> |
96 | <a class="xw" href="./../xwxq/index.html" target="_blank"> | 96 | <a class="xw" href="./xwxq.html" target="_blank"> |
97 | <div class="xw-left"> | 97 | <div class="xw-left"> |
98 | <img | 98 | <img |
99 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 99 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
... | @@ -124,10 +124,10 @@ | ... | @@ -124,10 +124,10 @@ |
124 | </a> | 124 | </a> |
125 | </li> | 125 | </li> |
126 | <li> | 126 | <li> |
127 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> | 127 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank"> |
128 | 前三季度主要指标由负转正 中国经济持续稳定恢复 | 128 | 前三季度主要指标由负转正 中国经济持续稳定恢复 |
129 | </a> | 129 | </a> |
130 | <a class="xw" href="./xwxq/index.html" target="_blank"> | 130 | <a class="xw" href="./xwxq.html" target="_blank"> |
131 | <div class="xw-left"> | 131 | <div class="xw-left"> |
132 | <img | 132 | <img |
133 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 133 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ... | ... |
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html |
2 | <html lang="en"> | 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 | |||
3 | <head> | 5 | <head> |
4 | <meta charset="UTF-8"> | 6 | <style> |
7 | </style> | ||
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
5 | <title>新闻详情</title> | 9 | <title>新闻详情</title> |
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | 10 | <script type="text/javascript" src="../staticJs/head.js"></script> |
7 | <meta name="format-detection" content="telephone=no"> | 11 | <link rel="stylesheet" type="text/css" href="../staticCss/xwxq.css"> |
8 | <meta name="renderer" content="webkit"> | ||
9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
10 | <meta http-equiv="Cache-Control" content="no-siteapp"/> | ||
11 | <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png"> | ||
12 | <link rel='icon' href='favicon.ico' type='image/x-ico'/> | ||
13 | <meta name="description" content=""/> | ||
14 | <meta name="keywords" content=""/> | ||
15 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css"/> | ||
16 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | ||
17 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
18 | </head> | 12 | </head> |
19 | <body> | ||
20 | <div> | ||
21 | <div class="main"> | ||
22 | <div class="subject top-logo"> | ||
23 | <div class="top_logo_content"> | ||
24 | <h1><a href="index.html"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台"/></a></h1> | ||
25 | 13 | ||
26 | <div class="top_logo_search"> | 14 | <body> |
27 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | 15 | <div> |
28 | autocomplete="off" | 16 | <div class="main"> |
29 | class="layui-input"> | 17 | <div class="navigation_crumbs"> |
30 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | 18 | <div class="contentBox"> |
19 | <span class="layui-breadcrumb"> | ||
20 | <a href="../index.html">首页</a> | ||
21 | <a href="./xwdt.html">新闻动态</a> | ||
22 | <a><cite>新闻详情</cite></a> | ||
23 | </span> | ||
31 | </div> | 24 | </div> |
32 | |||
33 | <ul class="login"> | ||
34 | <li>登录</li> | ||
35 | <li>注册</li> | ||
36 | </ul> | ||
37 | </div> | 25 | </div> |
38 | </div> | 26 | <div class="mainbody"> |
39 | <div class="navigation"> | 27 | <div class="left"> |
40 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | 28 | <div class="title"> |
41 | <li class="layui-nav-item "><a href="./../../staticIndex.html">首页</a></li> | 29 | <div> |
42 | <li class="layui-nav-item layui-this"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | 30 | <span>党的十八大以来双拥工作综述:为实现中国梦强军梦凝聚强大力量</span> |
43 | <li class="layui-nav-item"><a href="">业务办理</a></li> | ||
44 | <li class="layui-nav-item"><a href="">政策法规</a></li> | ||
45 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> | ||
46 | <li class="layui-nav-item"> | ||
47 | <a href="javascript:;">查验中心</a> | ||
48 | <dl class="layui-nav-child"> | ||
49 | <!-- 二级菜单 --> | ||
50 | <dd><a href="">移动模块</a></dd> | ||
51 | <dd><a href="">后台模版</a></dd> | ||
52 | <dd><a href="">电商平台</a></dd> | ||
53 | </dl> | ||
54 | </li> | ||
55 | <li class="layui-nav-item"><a href="">在线缴费</a></li> | ||
56 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> | ||
57 | </ul> | ||
58 | </div> | ||
59 | <div class="navigation_crumbs"> | ||
60 | <div class="contentBox"> | ||
61 | <span class="layui-breadcrumb"> | ||
62 | <a href="../../staticIndex.html">首页</a> | ||
63 | <a href="../xwdt/index.html">新闻动态</a> | ||
64 | <a><cite>新闻详情</cite></a> | ||
65 | </span> | ||
66 | </div> | ||
67 | </div> | ||
68 | <div class="mainbody"> | ||
69 | <div class="left"> | ||
70 | <div class="title"> | ||
71 | <div> | ||
72 | <span>党的十八大以来双拥工作综述:为实现中国梦强军梦凝聚强大力量</span> | ||
73 | </div> | ||
74 | </div> | ||
75 | <div class="left2"> | ||
76 | <div class="left-left"> | ||
77 | <div class="date"> | ||
78 | <div></div> | ||
79 | <div>10/27</div> | ||
80 | <div>20:53</div> | ||
81 | </div> | 31 | </div> |
82 | <div class="readNum"> | 32 | </div> |
83 | <div> | 33 | <div class="left2"> |
84 | <span>阅读量</span> | 34 | <div class="left-left"> |
85 | </div> | 35 | <div class="date"> |
86 | <div> | 36 | <div></div> |
87 | <span>1132</span> | 37 | <div>10/27</div> |
38 | <div>20:53</div> | ||
88 | </div> | 39 | </div> |
89 | </div> | 40 | <div class="readNum"> |
90 | <div class="share"> | 41 | <div> |
91 | <span>-分享-</span> | 42 | <span>阅读量</span> |
92 | <div class="imaglist"> | 43 | </div> |
93 | <div class="wx"> | 44 | <div> |
94 | <div class="icon"> | 45 | <span>1132</span> |
95 | </div> | 46 | </div> |
96 | <div class="wxewm"> | ||
97 | <img src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3900974051,675208502&fm=26&gp=0.jpg" | ||
98 | width="100px" alt="微信分享二维码"> | ||
99 | <span>用微信扫描二维码</span> | ||
100 | </div> | ||
101 | </div> | ||
102 | <div class="pyq"> | ||
103 | <div class="icon"></div> | ||
104 | </div> | ||
105 | <div class="weibo"> | ||
106 | <a href="http://v.t.sina.com.cn/share/share.php?url=http://www.jb51.net&title='分享内容'" | ||
107 | target="_blank"> | ||
108 | <div class="icon"> | ||
109 | </div> | ||
110 | </a> | ||
111 | </div> | ||
112 | <div class="qq"> | ||
113 | <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.jb51.net" | ||
114 | target="_blank"> | ||
115 | <div class="icon"> | ||
116 | </div> | ||
117 | </a> | ||
118 | </div> | ||
119 | <div class="qqkj"> | ||
120 | <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.jb51.net" | ||
121 | target="_blank"> | ||
122 | <div class="icon"> | ||
123 | </div> | ||
124 | </a> | ||
125 | </div> | ||
126 | </div> | ||
127 | </div> | ||
128 | <div class="comment"> | ||
129 | <div> | ||
130 | <span>--评论--</span> | ||
131 | </div> | 47 | </div> |
132 | <div class="pl"> | 48 | <div class="share"> |
133 | <div class="num">36</div> | 49 | <span>-分享-</span> |
134 | <div class="icon"></div> | 50 | <div class="imaglist"> |
51 | <div class="wx"> | ||
52 | <div class="icon"> | ||
53 | </div> | ||
54 | <div class="wxewm"> | ||
55 | <img src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3900974051,675208502&fm=26&gp=0.jpg" | ||
56 | width="100px" alt="微信分享二维码"> | ||
57 | <span>用微信扫描二维码</span> | ||
58 | </div> | ||
59 | </div> | ||
60 | <div class="pyq"> | ||
61 | <div class="icon"></div> | ||
62 | </div> | ||
63 | <div class="weibo"> | ||
64 | <a href="http://v.t.sina.com.cn/share/share.php?url=http://www.jb51.net&title='分享内容'" | ||
65 | target="_blank"> | ||
66 | <div class="icon"> | ||
67 | </div> | ||
68 | </a> | ||
69 | </div> | ||
70 | <div class="qq"> | ||
71 | <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.jb51.net" | ||
72 | target="_blank"> | ||
73 | <div class="icon"> | ||
74 | </div> | ||
75 | </a> | ||
76 | </div> | ||
77 | <div class="qqkj"> | ||
78 | <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.jb51.net" | ||
79 | target="_blank"> | ||
80 | <div class="icon"> | ||
81 | </div> | ||
82 | </a> | ||
83 | </div> | ||
84 | </div> | ||
135 | </div> | 85 | </div> |
136 | </div> | 86 | </div> |
137 | </div> | 87 | </div> |
138 | </div> | 88 | <div class="left-right"> |
139 | <div class="left-right"> | 89 | <div class="body"> |
140 | <div class="body"> | 90 | 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 |
141 | <span> | 91 | 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 |
142 | 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 二、明晰自然资源统计数据获取方式 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 三、健全自然资源统计数据的质控体系 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。 完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 | 92 | 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 |
143 | 四、加强自然资源统计信息化建设 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 五、更新制度和办法保证统计工作推进 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 | 93 | 二、明晰自然资源统计数据获取方式 |
144 | </span> | 94 | 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 |
145 | </div> | 95 | 三、健全自然资源统计数据的质控体系 |
146 | <div class="Mycomment"> | 96 | 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。 完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 |
147 | <div class="commentTitle"><span>评论</span></div> | 97 | 四、加强自然资源统计信息化建设 |
148 | <div class="comment-bottom"> | 98 | 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 |
149 | <div><span>文明上网理性发言,请遵守新闻评论服务协议</span></div> | 99 | 五、更新制度和办法保证统计工作推进 |
150 | <div class="comment-bottom-num"><span>110条评论</span></div> | 100 | 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 |
151 | </div> | 101 | 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 |
152 | </div> | ||
153 | <div class="commentInput"> | ||
154 | <div class="commentInputImg"> | ||
155 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
156 | </div> | ||
157 | <div class="commentInputInput"> | ||
158 | <!-- <input type="text">--> | ||
159 | <textarea name="" required lay-verify="required" placeholder="请输入" | ||
160 | class="layui-textarea"></textarea> | ||
161 | </div> | 102 | </div> |
162 | <div> | 103 | <div class="Mycomment"> |
163 | <button class="layui-btn layui-btn-lg layui-btn-norma">发表</button> | 104 | <div class="commentTitle"><span>评论</span></div> |
105 | <div class="comment-bottom"> | ||
106 | <div><span>文明上网理性发言,请遵守新闻评论服务协议</span></div> | ||
107 | <div class="comment-bottom-num"><span>110条评论</span></div> | ||
108 | </div> | ||
164 | </div> | 109 | </div> |
165 | </div> | 110 | <div class="commentInput"> |
166 | <div class="Commentdetails"> | 111 | <div class="commentInputImg"> |
167 | <div class="CommentdetailsTitle"> | 112 | <img |
168 | <span> | 113 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
169 | 全部评论 | ||
170 | </span> | ||
171 | <span>/</span> | ||
172 | <span> | ||
173 | 我的评论 | ||
174 | </span></div> | ||
175 | <div class="pl"> | ||
176 | <div class="pl-left"> | ||
177 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
178 | </div> | 114 | </div> |
179 | <div class="pl-right"> | 115 | <div class="commentInputInput"> |
180 | <div class="pl-right-top layui-row"> | 116 | <!-- <input type="text">--> |
181 | 117 | <textarea name="" required lay-verify="required" placeholder="请输入" | |
182 | <div class="layui-col-md1"><span>李玉龙</span></div> | 118 | class="layui-textarea"></textarea> |
183 | <div class="layui-col-md1"><span>2020/09/27</span></div> | 119 | </div> |
184 | </div> | 120 | <div> |
185 | <div class="pl-right-body"> | 121 | <button class="layui-btn layui-btn-lg layui-btn-norma">发表</button> |
186 | <span>美国人不聪明,美国的富豪这么多,这些穷人为什么不凭本事借钱呢,凭本事借的钱,你不还他也拿你没办法</span> | 122 | </div> |
123 | </div> | ||
124 | <div class="Commentdetails"> | ||
125 | <div class="CommentdetailsTitle"> | ||
126 | <span> | ||
127 | 全部评论 | ||
128 | </span> | ||
129 | <span>/</span> | ||
130 | <span> | ||
131 | 我的评论 | ||
132 | </span></div> | ||
133 | <div class="pl"> | ||
134 | <div class="pl-left"> | ||
135 | <img | ||
136 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
187 | </div> | 137 | </div> |
188 | <div class="plhf-main"> | 138 | <div class="pl-right"> |
189 | <div class="plhf"> | 139 | <div class="pl-right-top layui-row"> |
190 | <div class="plhf-body"> | 140 | |
191 | <div class="plhf-top"> | 141 | <div class="layui-col-md1"><span>李玉龙</span></div> |
192 | <span>博文:</span> | 142 | <div class="layui-col-md1"><span>2020/09/27</span></div> |
193 | <span>他们又不是中国人,几代人生活在美国,早就是美国人了,,管我们屁事啊</span> | 143 | </div> |
194 | </div> | 144 | <div class="pl-right-body"> |
195 | <div class="plhf-bottom"> | 145 | <span>美国人不聪明,美国的富豪这么多,这些穷人为什么不凭本事借钱呢,凭本事借的钱,你不还他也拿你没办法</span> |
196 | <div class="dz"> | 146 | </div> |
197 | 2人赞 | 147 | <div class="plhf-main"> |
148 | <div class="plhf"> | ||
149 | <div class="plhf-body"> | ||
150 | <div class="plhf-top"> | ||
151 | <span>博文:</span> | ||
152 | <span>他们又不是中国人,几代人生活在美国,早就是美国人了,,管我们屁事啊</span> | ||
198 | </div> | 153 | </div> |
199 | <div class="hf"> | 154 | <div class="plhf-bottom"> |
200 | 回复 | 155 | <div class="dz"> |
156 | 2人赞 | ||
157 | </div> | ||
158 | <div class="hf"> | ||
159 | 回复 | ||
160 | </div> | ||
201 | </div> | 161 | </div> |
202 | </div> | 162 | </div> |
203 | </div> | 163 | </div> |
204 | </div> | 164 | <div class="plhf"> |
205 | <div class="plhf"> | 165 | <div class="plhf-body"> |
206 | <div class="plhf-body"> | 166 | <div class="plhf-top"> |
207 | <div class="plhf-top"> | 167 | <span>博文:</span> |
208 | <span>博文:</span> | 168 | <span>他们又不是中国人,几代人生活在美国,早就是美国人了,,管我们屁事啊</span> |
209 | <span>他们又不是中国人,几代人生活在美国,早就是美国人了,,管我们屁事啊</span> | ||
210 | </div> | ||
211 | <div class="plhf-bottom"> | ||
212 | <div class="dz"> | ||
213 | 2人赞 | ||
214 | </div> | 169 | </div> |
215 | <div class="hf"> | 170 | <div class="plhf-bottom"> |
216 | 回复 | 171 | <div class="dz"> |
172 | 2人赞 | ||
173 | </div> | ||
174 | <div class="hf"> | ||
175 | 回复 | ||
176 | </div> | ||
217 | </div> | 177 | </div> |
218 | </div> | 178 | </div> |
219 | </div> | 179 | </div> |
220 | </div> | 180 | </div> |
221 | </div> | ||
222 | 181 | ||
223 | <div class="pl-right-bottom"> | 182 | <div class="pl-right-bottom"> |
224 | <div class="dz"> | 183 | <div class="dz"> |
225 | 2人赞 | 184 | 2人赞 |
226 | </div> | 185 | </div> |
227 | <div class="hf"> | 186 | <div class="hf"> |
228 | 回复 | 187 | 回复 |
188 | </div> | ||
229 | </div> | 189 | </div> |
230 | </div> | 190 | </div> |
231 | </div> | 191 | </div> |
232 | </div> | ||
233 | 192 | ||
234 | <div class="pl"> | 193 | <div class="pl"> |
235 | <div class="pl-left"> | 194 | <div class="pl-left"> |
236 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 195 | <img |
237 | </div> | 196 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
238 | <div class="pl-right"> | ||
239 | <div class="pl-right-top"> | ||
240 | <div><span>李玉龙</span></div> | ||
241 | <div><span>2020/09/27</span></div> | ||
242 | </div> | ||
243 | <div class="pl-right-body"> | ||
244 | <span>美国人不聪明,美国的富豪这么多,这些穷人为什么不凭本事借钱呢,凭本事借的钱,你不还他也拿你没办法</span> | ||
245 | </div> | 197 | </div> |
246 | <div class="pl-right-bottom"> | 198 | <div class="pl-right"> |
247 | <div class="dz"> | 199 | <div class="pl-right-top"> |
248 | 12人赞 | 200 | <div><span>李玉龙</span></div> |
201 | <div><span>2020/09/27</span></div> | ||
249 | </div> | 202 | </div> |
250 | <div class="hf"> | 203 | <div class="pl-right-body"> |
251 | 回复 | 204 | <span>美国人不聪明,美国的富豪这么多,这些穷人为什么不凭本事借钱呢,凭本事借的钱,你不还他也拿你没办法</span> |
205 | </div> | ||
206 | <div class="pl-right-bottom"> | ||
207 | <div class="dz"> | ||
208 | 12人赞 | ||
209 | </div> | ||
210 | <div class="hf"> | ||
211 | 回复 | ||
212 | </div> | ||
252 | </div> | 213 | </div> |
253 | </div> | 214 | </div> |
254 | </div> | 215 | </div> |
255 | </div> | 216 | </div> |
256 | </div> | 217 | </div> |
257 | </div> | 218 | </div> |
258 | </div> | 219 | <div class="right"> |
259 | <div class="right"> | 220 | <div class="right-top"> |
260 | <div class="right-top"> | 221 | <h2 class="xwtjtitle">新闻推荐</h2> |
261 | <h2 class="xwtjtitle">新闻推荐</h2> | ||
262 | </div> | ||
263 | <div class="right-body"> | ||
264 | <div class="tj"> | ||
265 | <img | ||
266 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
267 | <span class="tj-title"> | ||
268 | 爬山虎国土空间信息化解决方案 | ||
269 | </span> | ||
270 | <span class="tj-date"> | ||
271 | 2020-12-12 | ||
272 | </span> | ||
273 | </div> | 222 | </div> |
274 | <div class="tj"> | 223 | <div class="right-body"> |
275 | <img | 224 | <div class="tj"> |
225 | <img | ||
276 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 226 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
277 | <span class="tj-title"> | 227 | <span class="tj-title"> |
278 | 爬山虎国土空间信息化解决方案终极方案 | 228 | 爬山虎国土空间信息化解决方案 |
279 | </span> | 229 | </span> |
280 | <span class="tj-date"> | 230 | <span class="tj-date"> |
281 | 2020-12-12 | 231 | 2020-12-12 |
282 | </span> | 232 | </span> |
283 | </div> | ||
284 | </div> | ||
285 | <div class="right-bottom"> | ||
286 | <div class="right-bottom-top"> | ||
287 | <span>政策法规推荐</span> | ||
288 | </div> | ||
289 | <div class="zcfg"> | ||
290 | <div class="zcfg-top"> | ||
291 | <span>爬山虎国土空间规划信息化解决</span> | ||
292 | </div> | ||
293 | <div class="zcfg-body"> | ||
294 | <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span> | ||
295 | </div> | 233 | </div> |
296 | <div class="zcfg-bottom"> | 234 | <div class="tj"> |
297 | <span>2020-10-28</span> | 235 | <img |
236 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
237 | <span class="tj-title"> | ||
238 | 爬山虎国土空间信息化解决方案终极方案 | ||
239 | </span> | ||
240 | <span class="tj-date"> | ||
241 | 2020-12-12 | ||
242 | </span> | ||
298 | </div> | 243 | </div> |
299 | </div> | 244 | </div> |
300 | <div class="zcfg"> | 245 | <div class="right-bottom"> |
301 | <div class="zcfg-top"> | 246 | <div class="right-bottom-top"> |
302 | <span>爬山虎国土空间规划信息化解决</span> | 247 | <span>政策法规推荐</span> |
303 | </div> | 248 | </div> |
304 | <div class="zcfg-body"> | 249 | <div class="zcfg"> |
305 | <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span> | 250 | <div class="zcfg-top"> |
251 | <span>爬山虎国土空间规划信息化解决</span> | ||
252 | </div> | ||
253 | <div class="zcfg-body"> | ||
254 | <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span> | ||
255 | </div> | ||
256 | <div class="zcfg-bottom"> | ||
257 | <span>2020-10-28</span> | ||
258 | </div> | ||
306 | </div> | 259 | </div> |
307 | <div class="zcfg-bottom"> | 260 | <div class="zcfg"> |
308 | <span>2020-10-28</span> | 261 | <div class="zcfg-top"> |
262 | <span>爬山虎国土空间规划信息化解决</span> | ||
263 | </div> | ||
264 | <div class="zcfg-body"> | ||
265 | <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span> | ||
266 | </div> | ||
267 | <div class="zcfg-bottom"> | ||
268 | <span>2020-10-28</span> | ||
269 | </div> | ||
309 | </div> | 270 | </div> |
310 | </div> | 271 | </div> |
311 | </div> | 272 | </div> |
312 | </div> | 273 | </div> |
313 | </div> | ||
314 | |||
315 | </div> | ||
316 | <div class="footer"> | ||
317 | <div class="system_service"> | ||
318 | <ul class=""> | ||
319 | <li> | ||
320 | <a href=""> | ||
321 | <span>公示公告</span> | ||
322 | </a> | ||
323 | </li> | ||
324 | <li> | ||
325 | <a href=""> | ||
326 | <span>法律法规</span> | ||
327 | </a> | ||
328 | </li> | ||
329 | <li> | ||
330 | <a href=""> | ||
331 | <span>相应政策</span> | ||
332 | </a> | ||
333 | </li> | ||
334 | <li> | ||
335 | <a href=""> | ||
336 | <span>下载服务</span> | ||
337 | </a> | ||
338 | </li> | ||
339 | <li> | ||
340 | <a href=""> | ||
341 | <span>关于我们</span> | ||
342 | </a> | ||
343 | </li> | ||
344 | </ul> | ||
345 | </div> | ||
346 | <div class="subject"> | ||
347 | <div class="footer_logo"> | ||
348 | <a href=""> | ||
349 | <img src="./../../staticImages/jiguan.png"> | ||
350 | </a> | ||
351 | </div> | ||
352 | <ul> | ||
353 | <li> | ||
354 | 西安市自然资源和规划局 | ||
355 | </li> | ||
356 | <li> | ||
357 | 电话:028-456465 | ||
358 | </li> | ||
359 | <li> | ||
360 | 地址:西安市丰城8路 | ||
361 | </li> | ||
362 | <li> | ||
363 | 网站标识吗:87987987 | ||
364 | </li> | ||
365 | <li> | ||
366 | 备案:陕IPC456465465 | ||
367 | </li> | ||
368 | <li> | ||
369 | 陕公网备案:456465465 | ||
370 | </li> | ||
371 | </ul> | ||
372 | <ol> | ||
373 | <li> | ||
374 | <img src="./../../staticImages/code.png"> | ||
375 | <p>扫描关注公众号</p> | ||
376 | </li> | ||
377 | <li> | ||
378 | <img src="./../../staticImages/code.png"> | ||
379 | <p>扫描关注公众号</p> | ||
380 | </li> | ||
381 | 274 | ||
382 | </ol> | ||
383 | </div> | 275 | </div> |
384 | </div> | 276 | </div> |
385 | </div> | ||
386 | </body> | 277 | </body> |
387 | </html> | 278 | <script type="text/javascript" src="../staticJs/common.js"></script> |
388 | <style type="text/css"> | 279 | <script type="text/javascript" src="../staticJs/down.js"></script> |
389 | .middle_active { | 280 | <script type="text/javascript" src="../staticJs/xwxq.js"></script> |
390 | position: fixed; | 281 | |
391 | top: 0; | 282 | </html> |
392 | z-index: 99; | ||
393 | } | ||
394 | </style> | ||
395 | <!--[if (gte IE 9)|!(IE)]><!--> | ||
396 | <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script> | ||
397 | <!--<![endif]--> | ||
398 | <script type="text/javascript" src="../../staticLib/handlebars/handlebars.min.js"></script> | ||
399 | <script type="text/javascript" src="../../staticLib/iscroll/iscroll-probe.js"></script> | ||
400 | <script type="text/javascript" src="../../staticLib/amazeui/amazeui.min.js"></script> | ||
401 | <script type="text/javascript" src="../../staticLib/raty/jquery.raty.js"></script> | ||
402 | <script type="text/javascript" src="../../staticJs/main.min.js?t=1"></script> | ||
403 | <script type="text/javascript" src="../../staticLib/layui/layui.js"></script> | ||
404 | <script type="text/javascript"> | ||
405 | $(function () { | ||
406 | let Mydate = new Date() | ||
407 | let year = Mydate.getFullYear(); | ||
408 | let minutes = Mydate.getMinutes() | ||
409 | let hour = Mydate.getHours(); | ||
410 | let date = Mydate.getDate() | ||
411 | let month = Mydate.getMonth(); | ||
412 | $('.date div:first-child').text(year) | ||
413 | $('.date div:nth-child(2)').text(month + 1 + "/" + date) | ||
414 | $('.date div:last-child').text(hour + ":" + minutes) | ||
415 | }) | ||
416 | $(window).scroll(function () { | ||
417 | let juli = $(document).scrollTop(); | ||
418 | if (juli > 500) { | ||
419 | $('.left-left').addClass('middle_active'); | ||
420 | } else { | ||
421 | $('.left-left').removeClass('middle_active'); | ||
422 | } | ||
423 | }) | ||
424 | layui.use('element', function () { | ||
425 | var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | ||
426 | //监听导航点击 | ||
427 | element.on('nav(demo)', function (elem) { | ||
428 | //console.log(elem) | ||
429 | layer.msg(elem.text()); | ||
430 | }); | ||
431 | }); | ||
432 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment