168 lines
5.2 KiB
HTML
168 lines
5.2 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
|
|||
|
<head>
|
|||
|
<meta charset="UTF-8">
|
|||
|
<meta name="viewport"
|
|||
|
content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,width=device-width,initial-scale=1.0" />
|
|||
|
<meta name="keywords" content="" />
|
|||
|
<meta name="description" content="" />
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
|
|||
|
<meta content="no-referrer" name="referrer">
|
|||
|
<meta name="render" content="webkit">
|
|||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|||
|
<title></title>
|
|||
|
<!-- <script type="text/javascript" charset="utf-8" src="/design/designstatic/common/js/isHttps.js"></script> -->
|
|||
|
<script type="text/javascript" charset="utf-8" src="/information/js/base64.js"></script>
|
|||
|
<link type="text/css" rel="stylesheet" href="/information/css/news_details.css" />
|
|||
|
<link type="text/css" rel="stylesheet" href="/information/css/video-js.min.7.4.css" />
|
|||
|
<link type="text/css" rel="stylesheet" href="/information/css/swiper.min.css" />
|
|||
|
|
|||
|
<style>
|
|||
|
.MuiInputBase-root {
|
|||
|
height: 28px;
|
|||
|
}
|
|||
|
|
|||
|
/* .inforht,.inforpm{
|
|||
|
display: none;
|
|||
|
} */
|
|||
|
</style>
|
|||
|
<script>
|
|||
|
var cdnPath = '';
|
|||
|
addCSS(".layui-m-layer{position: fixed!important;}");
|
|||
|
if (localStorage.appAdapt === "true" || localStorage.appAdapt === true) {
|
|||
|
addCSS(".inforht{ display:none;}");
|
|||
|
}
|
|||
|
if (getPar("associated") && location.pathname.indexOf("pubinfo") > -1) {
|
|||
|
addCSS("#pubinfobind{display:none;} .relateinfo{display:none;}");
|
|||
|
}
|
|||
|
if (
|
|||
|
!getCookie("vxtoken") &&
|
|||
|
!getPar("vxtoken") &&
|
|||
|
(getPar("w") ? parseInt(getPar("w")) : 0) &&
|
|||
|
!(
|
|||
|
window.localStorage.appAdapt === "true" ||
|
|||
|
window.localStorage.appAdapt === true
|
|||
|
)
|
|||
|
) {
|
|||
|
addCSS("body{ display:none;}");
|
|||
|
}
|
|||
|
|
|||
|
function addCSS(cssText) {
|
|||
|
var style = document.createElement("style"), //创建一个style元素
|
|||
|
head = document.head || document.getElementsByTagName("head")[0]; //获取head元素
|
|||
|
style.type = "text/css"; //这里必须显示设置style元素的type属性为text/css,否则在ie中不起作用
|
|||
|
if (style.styleSheet) {
|
|||
|
//IE
|
|||
|
var func = function () {
|
|||
|
try {
|
|||
|
//防止IE中stylesheet数量超过限制而发生错误
|
|||
|
style.styleSheet.cssText = cssText;
|
|||
|
} catch (e) { }
|
|||
|
};
|
|||
|
//如果当前styleSheet还不能用,则放到异步中则行
|
|||
|
if (style.styleSheet.disabled) {
|
|||
|
setTimeout(func, 10);
|
|||
|
} else {
|
|||
|
func();
|
|||
|
}
|
|||
|
} else {
|
|||
|
//w3c
|
|||
|
//w3c浏览器中只要创建文本节点插入到style元素中就行了
|
|||
|
var textNode = document.createTextNode(cssText);
|
|||
|
style.appendChild(textNode);
|
|||
|
}
|
|||
|
head.appendChild(style); //把创建的style元素插入到head中
|
|||
|
}
|
|||
|
|
|||
|
function getPar(par) {
|
|||
|
//获取当前URL
|
|||
|
var local_url = document.location.href;
|
|||
|
//获取要取得的get参数位置
|
|||
|
var get = local_url.indexOf(par + "=");
|
|||
|
if (get == -1) {
|
|||
|
return false;
|
|||
|
}
|
|||
|
//截取字符串
|
|||
|
var get_par = local_url.slice(par.length + get + 1);
|
|||
|
//判断截取后的字符串是否还有其他get参数
|
|||
|
var nextPar = get_par.indexOf("&");
|
|||
|
if (nextPar != -1) {
|
|||
|
get_par = get_par.slice(0, nextPar);
|
|||
|
}
|
|||
|
return get_par;
|
|||
|
}
|
|||
|
|
|||
|
// 获取cookie
|
|||
|
function getCookie(name) {
|
|||
|
var strcookie = document.cookie; //获取cookie字符串
|
|||
|
var arrcookie = strcookie.split("; "); //分割
|
|||
|
//遍历匹配
|
|||
|
for (var i = 0; i < arrcookie.length; i++) {
|
|||
|
var arr = arrcookie[i].split("=");
|
|||
|
if (arr[0] == name) {
|
|||
|
return arr[1];
|
|||
|
}
|
|||
|
}
|
|||
|
return "";
|
|||
|
}
|
|||
|
</script>
|
|||
|
</head>
|
|||
|
|
|||
|
<body>
|
|||
|
<div class="content ">
|
|||
|
<div class="head"></div>
|
|||
|
<div class="curriculum">
|
|||
|
<h1 class="inforht">
|
|||
|
<!-- /*article.title*/ -->
|
|||
|
</h1>
|
|||
|
<p class="inforpm"></p>
|
|||
|
<div style="display: none;" class="shareDesc">
|
|||
|
<!-- /*article.introduce*/ -->
|
|||
|
</div>
|
|||
|
<div class="coursemain hides show">
|
|||
|
<!-- /*article.content*/ -->
|
|||
|
</div>
|
|||
|
<div class="fotfer">
|
|||
|
<span class="fottit t2">
|
|||
|
<img src="/information/image/fuer.png" />
|
|||
|
附件<span class="lones">(<span class="naber"></span>个)</span>
|
|||
|
</span>
|
|||
|
<div class="fuwent">
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="albumbox">
|
|||
|
<div id="plate-navcm"></div>
|
|||
|
<div class="swiper-container" id="origin-img">
|
|||
|
<div class="swiper-wrapper"></div>
|
|||
|
<div class="swiper-pagination"></div>
|
|||
|
</div>
|
|||
|
<div class="swiper-likebox"></div>
|
|||
|
</div>
|
|||
|
<div class="sharesource">
|
|||
|
|
|||
|
</div>
|
|||
|
<div class="relation">
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
<script type="text/javascript" charset="utf-8" src="/information/js/jquery-2.2.4.min.js"></script>
|
|||
|
<script type="text/javascript" src="/information/js/masonry-docs.min.js"></script>
|
|||
|
<script type="text/javascript" src="/information/js/imagesloaded.pkgd.min.js"></script>
|
|||
|
<script type="text/javascript" src="/information/js/swiper.min.416.js"></script>
|
|||
|
<script type="text/javascript" charset="utf-8" src='/js/layer/layer.js'></script>
|
|||
|
<script type="text/javascript" src="/information/js/truncaString.js"></script>
|
|||
|
<script type="text/javascript" charset="utf-8" src="/information/js/news_details.js"></script>
|
|||
|
<script type="text/javascript" charset="utf-8" src="/information/js/imgSwiper.js"></script>
|
|||
|
<script>
|
|||
|
var link = document.createElement('link');
|
|||
|
link.type = 'image/x-icon';
|
|||
|
link.rel = 'shortcut icon';
|
|||
|
link.href = localStorage.getItem('browserLogo') || '/favicon.ico';
|
|||
|
document.getElementsByTagName('head')[0].appendChild(link);
|
|||
|
</script>
|
|||
|
|
|||
|
</html>
|