style:新闻详情
Showing
7 changed files
with
115 additions
and
218 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> |
| 13 | |||
| 19 | <body> | 14 | <body> |
| 20 | <div> | 15 | <div> |
| 21 | <div class="main"> | 16 | <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 | |||
| 26 | <div class="top_logo_search"> | ||
| 27 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | ||
| 28 | autocomplete="off" | ||
| 29 | class="layui-input"> | ||
| 30 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | ||
| 31 | </div> | ||
| 32 | |||
| 33 | <ul class="login"> | ||
| 34 | <li>登录</li> | ||
| 35 | <li>注册</li> | ||
| 36 | </ul> | ||
| 37 | </div> | ||
| 38 | </div> | ||
| 39 | <div class="navigation"> | ||
| 40 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | ||
| 41 | <li class="layui-nav-item "><a href="./../../staticIndex.html">首页</a></li> | ||
| 42 | <li class="layui-nav-item layui-this"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | ||
| 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"> | 17 | <div class="navigation_crumbs"> |
| 60 | <div class="contentBox"> | 18 | <div class="contentBox"> |
| 61 | <span class="layui-breadcrumb"> | 19 | <span class="layui-breadcrumb"> |
| 62 | <a href="../../staticIndex.html">首页</a> | 20 | <a href="../index.html">首页</a> |
| 63 | <a href="../xwdt/index.html">新闻动态</a> | 21 | <a href="./xwdt.html">新闻动态</a> |
| 64 | <a><cite>新闻详情</cite></a> | 22 | <a><cite>新闻详情</cite></a> |
| 65 | </span> | 23 | </span> |
| 66 | </div> | 24 | </div> |
| ... | @@ -125,23 +83,22 @@ | ... | @@ -125,23 +83,22 @@ |
| 125 | </div> | 83 | </div> |
| 126 | </div> | 84 | </div> |
| 127 | </div> | 85 | </div> |
| 128 | <div class="comment"> | ||
| 129 | <div> | ||
| 130 | <span>--评论--</span> | ||
| 131 | </div> | ||
| 132 | <div class="pl"> | ||
| 133 | <div class="num">36</div> | ||
| 134 | <div class="icon"></div> | ||
| 135 | </div> | ||
| 136 | </div> | ||
| 137 | </div> | 86 | </div> |
| 138 | </div> | 87 | </div> |
| 139 | <div class="left-right"> | 88 | <div class="left-right"> |
| 140 | <div class="body"> | 89 | <div class="body"> |
| 141 | <span> | 90 | 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 |
| 142 | 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 二、明晰自然资源统计数据获取方式 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 三、健全自然资源统计数据的质控体系 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。 完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 | 91 | 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 |
| 143 | 四、加强自然资源统计信息化建设 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 五、更新制度和办法保证统计工作推进 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 | 92 | 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 |
| 144 | </span> | 93 | 二、明晰自然资源统计数据获取方式 |
| 94 | 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 | ||
| 95 | 三、健全自然资源统计数据的质控体系 | ||
| 96 | 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。 完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 | ||
| 97 | 四、加强自然资源统计信息化建设 | ||
| 98 | 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 | ||
| 99 | 五、更新制度和办法保证统计工作推进 | ||
| 100 | 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 | ||
| 101 | 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 | ||
| 145 | </div> | 102 | </div> |
| 146 | <div class="Mycomment"> | 103 | <div class="Mycomment"> |
| 147 | <div class="commentTitle"><span>评论</span></div> | 104 | <div class="commentTitle"><span>评论</span></div> |
| ... | @@ -152,7 +109,8 @@ | ... | @@ -152,7 +109,8 @@ |
| 152 | </div> | 109 | </div> |
| 153 | <div class="commentInput"> | 110 | <div class="commentInput"> |
| 154 | <div class="commentInputImg"> | 111 | <div class="commentInputImg"> |
| 155 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 112 | <img |
| 113 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
| 156 | </div> | 114 | </div> |
| 157 | <div class="commentInputInput"> | 115 | <div class="commentInputInput"> |
| 158 | <!-- <input type="text">--> | 116 | <!-- <input type="text">--> |
| ... | @@ -174,7 +132,8 @@ | ... | @@ -174,7 +132,8 @@ |
| 174 | </span></div> | 132 | </span></div> |
| 175 | <div class="pl"> | 133 | <div class="pl"> |
| 176 | <div class="pl-left"> | 134 | <div class="pl-left"> |
| 177 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 135 | <img |
| 136 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
| 178 | </div> | 137 | </div> |
| 179 | <div class="pl-right"> | 138 | <div class="pl-right"> |
| 180 | <div class="pl-right-top layui-row"> | 139 | <div class="pl-right-top layui-row"> |
| ... | @@ -233,7 +192,8 @@ | ... | @@ -233,7 +192,8 @@ |
| 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 |
| 196 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
| 237 | </div> | 197 | </div> |
| 238 | <div class="pl-right"> | 198 | <div class="pl-right"> |
| 239 | <div class="pl-right-top"> | 199 | <div class="pl-right-top"> |
| ... | @@ -313,120 +273,10 @@ | ... | @@ -313,120 +273,10 @@ |
| 313 | </div> | 273 | </div> |
| 314 | 274 | ||
| 315 | </div> | 275 | </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 | |||
| 382 | </ol> | ||
| 383 | </div> | ||
| 384 | </div> | 276 | </div> |
| 385 | </div> | ||
| 386 | </body> | 277 | </body> |
| 278 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
| 279 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
| 280 | <script type="text/javascript" src="../staticJs/xwxq.js"></script> | ||
| 281 | |||
| 387 | </html> | 282 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 388 | <style type="text/css"> | ||
| 389 | .middle_active { | ||
| 390 | position: fixed; | ||
| 391 | top: 0; | ||
| 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> | ... | ... |
-
Please register or sign in to post a comment