| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- <!DOCTYPE html>
- <html xmlns:wb="http://open.weibo.com/wb">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <!--必填-->
- <meta property="og:type" content="article" />
- <meta property="og:url" content="" />
- <meta property="og:title" content="" />
- <meta property="og:description" content="" />
- <!--选填-->
- <!--<meta property="og:image" content="文章的显示图片" />-->
- <meta name="weibo: article:create_at" content="" />
- <!--<meta name="weibo: article:update_at" content="文章的更新时间" />-->
- <link rel="shortcut icon" href="img/32.ico" />
- <title>动态详情</title>
- <script src="js/common/huayi.load.js"></script>
- <!--<link rel="stylesheet" href="css/bootstrap.min.css" />
- <link rel="stylesheet" href="css/indexs.css" />-->
- <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
- <!--微博直播,微博发布器 用-->
- <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=4157670774" type="text/javascript" charset="utf-8"></script>
- <!--微博发布器 调试用 debug=true-->
- <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=4157670774&debug=true" type="text/javascript" charset="utf-8"></script>
- <style>
- .weibo {
- display: inline-block;
- vertical-align: middle;
- }
- .main-content {
- position: relative;
- padding: 30px 60px 110px !important;
- /*border: none !important;*/
- }
- .img_detial {
- margin-left: 185px;
- }
- .img_detial .title {
- width: 900px !important;
- background-color: rgb(242, 242, 242);
- }
-
- .img_detial .title span {
- display: inline-block;
- padding: 13px 20px;
- background-color: rgb(193, 39, 41);
- font-size: 16px;
- color: #fff;
- }
-
- .leadersInfo {
- width: 840px !important;
- padding: 30px;
- }
-
- .img {
- width: 135px;
- float: left;
- text-align: center;
- }
-
- .leader_img {
- width: 135px;
- height: 190px;
- }
-
- .img_name {
- font-size: 16px;
- color: rgb(193, 39, 41);
- padding-top: 5px;
- display: inline-block;
- font-weight: 600;
- }
- </style>
- </head>
- <body>
- <div class="header"></div>
- <!--内容-->
- <div class="Content">
- <div>
- <div class="navcon_box clearfix navCon" style="height: 538px;">
- <div class="main-wrap main-body">
- <div class="box-01 red-decoration">
- <div class="box-title">
- <div class="box-title-name">
- <ol class="breadcrumb">
- <li>
- <a href="index.html">首页</a>
- </li>
- <li>
- <a href="#" class="activeT"></a>
- </li>
- <li class="active">动态详情</li>
- </ol>
- </div>
- </div>
- <div class="main-content">
- <div class="img"></div>
- <div class="img_detial">
- <div class="title"><span>领导简历</span></div>
- <div class="leadersInfo"></div>
- </div>
- </div>
- </div>
- </div>
- <!--微博分享-->
- <!--<div style="width:100%;"><wb:comments url="auto" width="auto" appkey="2353346562"></wb:comments></div>-->
- </div>
- </div>
- </div>
- <!--底部开始-->
- <!--<div class="footerCoon">-->
- <div class="footer">
- </div>
- <div class="footerBot">
- <script type="text/javascript">
- document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript src='http://dcs.conac.cn/js/17/264/0000/60935396/CA172640000609353960002.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- </div>
- <!--</div>-->
- <!--<script src="js/qrcode.min.js"></script>
- <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js"></script>-->
- <script src="js/getClient.js"></script>
- <script>
- $.support.cors = true;
- var id = helper.request.queryString("id");
- var type = helper.request.queryString("type");
- $('.activeT').attr('href','newsList.html?type='+type);
- switch(type + '') {
- case '1':
- $('.activeT').text('工作动态')
- document.title = '工作动态';
- break;
- case '2':
- $('.activeT').text('民情速递')
- document.title = '民情速递';
- break;
- case '3':
- $('.activeT').text('曝光台')
- document.title = '曝光台';
- break;
- case '4':
- $('.activeT').text('政策法规')
- document.title = '政策法规';
- break;
- case '5':
- $('.activeT').text('工作掠影')
- document.title = '工作掠影';
- break;
- case '6':
- $('.activeT').text('公告')
- document.title = '公告';
- break;
- case '7':
- $('.activeT').text('政策解读')
- document.title = '政策解读';
- break;
- case '8':
- $('.activeT').text('机构职能')
- document.title = '机构职能';
- break;
- case '9':
- $('.activeT').text('领导信息')
- document.title = '领导信息';
- break;
- }
- if(id) {
- $.ajax({
- type: "get",
- url: huayi.config.callcenter_url + "Web/GetWebNews",
- async: true,
- dataType: 'json',
- cache: false,
- data: {
- id: id
- },
- success: function(res) {
- if(res.state.toLowerCase() == "success") {
- $('.img').append("<img class='leader_img' src='" + res.data.img + "'/>")
- $('.img').append("<span class='img_name'>" + res.data.bt + "</span>")
- $('.leadersInfo').append(res.data.nr)
- }
- }
- });
- }
- /*打印*/
- $(document).on('click', '#printBtn1', {
- printpage: 1
- }, preview);
- function preview(e) {
- var oper = e.data.printpage;
- if(oper < 5) {
- bdhtml = window.document.body.innerHTML; //获取当前页的html代码
- sprnstr = "<!--startprint" + oper + "-->"; //设置打印开始区域
- eprnstr = "<!--endprint" + oper + "-->"; //设置打印结束区域
- prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) + 18); //从开始代码向后取html
- //print.portrait = true ;//纵向打印 //IE8下不支持此方法
- prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //从结束代码向前取html
- window.document.body.innerHTML = prnhtml;
- window.print();
- window.document.body.innerHTML = bdhtml;
- location.reload();
- } else {
- window.print();
- }
- }
- // getClient();
- //获取客户端地址并转成二维码
- //顶部hover
- $('.topbarWx').hover(function() {
- $('.topbarWx .topbarWx-box').css('left', $(this).offset().left);
- });
- $('.topbarClient').hover(function() {
- $('.topbarClient .topbarClient-box').css('left', $(this).offset().left);
- });
- </script>
- </body>
- </html>
|