xmlns=”http://www.w3.org/1999/xhtml”>
/* 分页 */
.pagelist{ clear:both; width:100%; float:left; text-align:center; margin-bottom:30px; padding-top:20px; font-size:12px;}
.pagelist span{ margin:0 14px; display:inline-block;}
.pagelist span.cur{ background:#e9e9e9; padding:2px 8px;}
.pagelist li{ display:inline-block; margin:0 14px;}
.pagelist a{ display:inline-block; text-decoration:none; outline:none;}
.pagelist a.current ,.pagelist a.row{ background:#e9e9e9; padding:2px 8px;}
.pagelist a{margin: 0 14px;}
.onhover{
background: #e9e9e9;
padding: 2px 8px;
}
.select_btn{ width:60px; height:29px; background:url(https://www.stcn.com/images/search.png) no-repeat !important; border:none; cursor:pointer;}
.selectbox {background: url(https://www.stcn.com/images/icon2_h.png) right 10px no-repeat !important;}
- 新闻
- 行情
- 净值
新闻
行情
净值
-
展开阅读收起
.gif)
.gif)
-
独角兽IPO纷至沓来 还有哪些后备军?
-
被网友曝光后禁止带入手机?中储粮紧急回应
-
印度又要搞事情 刚告了马云又起诉小米
-
八一八奇(葩)书《平安经》
-
实探 东莞滨海湾区建设被暂停?仅为土地整备
-
美团取消支付宝支付 阿里饿了么在线吃瓜
-
每日净赚1.24亿元 茅台最新目标价2109元
-
上半年成绩单出炉 16省实现GDP正增速
-
腾讯拟全资收购搜狗 一场三方共赢的好事?
-
时报会客厅对话杨德龙精彩荟萃
-
2020年《财富》中国500强TOP50
-
马云被印度法院传唤 微信正式停止印度服务
-
2020年全国各省高考分数线出炉
-
A股大跌失守3200点 是走还是留?
-
如履薄冰的航空行业 23家航企倒闭 40万人面临失业
更多视频
createPageHTML(18, 0, “index”,”html”,”257″);
// videojs 简单使用
var myVideo = videojs(‘myVideo’, {
bigPlayButton: true,
textTrackDisplay: false,
posterImage: false,
errorDisplay: false,
})
var changeVideo = function (vdoSrc) {
myVideo.src({
src: vdoSrc,
type: ‘application/x-mpegURL’ //在重新添加视频源的时候需要给新的type的值
})
myVideo.load();
myVideo.play();
}
$(function(){
//判断摘要是否超过三行,展开OR收起 一行约64字
function zos(){
$thisli = $(‘#news_list2’).find(“li”);
$thisli.find(“.zhankai”).hide();
$thisli.find(“.shouqi”).hide();
if($thisli.find(“.kx_exp”).html().length > 192){
$thisli.find(“.kx_exp”).css({“height”:”84″,”overflow”:”hidden”});
$thisli.find(“.zhankai”).show();
$thisli.find(“.zhankai”).bind(‘click’,function(){
$(this).parent().find(“.kx_exp”).css(“height”,”auto”);
$(this).hide();
$(this).parent().find(“.shouqi”).show();
});
$thisli.find(“.shouqi”).bind(‘click’,function(){
$(this).parent().find(“.kx_exp”).css(“height”,”84″);
$(this).hide();
$(this).parent().find(“.zhankai”).show();
});
}
}
$(document).ready(function() {
$(“#b”).selectbox();
var _url = $(“.x_tabNav1”).find(“li”).eq(0).find(“url”).html(); //链接
var _title = $(“.x_tabNav1”).find(“li”).eq(0).find(“title”).html(); //标题
var _summary = $(“.x_tabNav1”).find(“li”).eq(0).find(“description”).html(); //摘要
var _desc = “证券时报网-证券时报官方网站,创业板信息披露平台,提供7*24免费实时股票行情,内容涵盖股市新闻、财经资讯、基金净值、债券、期货等全方位最新资讯。”; //参数desc设置分享的描述
var _site = “”; //参数site设置分享来源
var _pic = $(“.x_tabNav1”).find(“li”).eq(0).find(“picture”).html(); //参数pics设置分享图片的路径
var _source = “”;
var _sourceUrl = “”;
$(“.kx_tit”).html(_title);
$(“.kx_exp”).html(_summary);
zos();
$(“.fx2”).bind(‘click’,function(){
shareToqzone(_url,_summary,_title,_desc,_site,_pic);
});
$(“.fx3”).bind(‘click’,function(){
shareTosina(_url,_title,_source,_desc,_sourceUrl,_pic);
});
$(“.fx1”).bind(‘click’,function(){
$(“.tc2”).show();
shareToWeiXin(_url,$(“.tc2_tit”));
});
});
$(“.x_tabNav1”).find(“li”).each(function(i){
$(this).click(function(){
$(“.x_tabNav1”).find(“.active”).removeClass(“active”);
$(this).find(“a”).addClass(“active”);
var _url = $(this).find(“url”).html(); //链接
var _title = $(this).find(“title”).html(); //标题
var _summary = $(this).find(“description”).html(); //摘要
var _desc = “证券时报网-证券时报官方网站,创业板信息披露平台,提供7*24免费实时股票行情,内容涵盖股市新闻、财经资讯、基金净值、债券、期货等全方位最新资讯。”; //参数desc设置分享的描述
var _site = “”; //参数site设置分享来源
var _pic = $(“.x_tabNav1”).find(“li”).eq(0).find(“picture”).html(); //参数pics设置分享图片的路径
var _source = “”;
var _sourceUrl = “”;
var _vurl = $(this).find(“vurl”).html(); // 视频链接;
var _picture = $(this).find(“picture”).html(); // 视频缩略图;
$(“.x_tabBoxW”).find(“.x_tabBox”).eq(i).show().siblings().hide();
$(“.kx_tit”).html(_title);
$(“.kx_exp”).html(_summary);
zos();
//替换视频播放插件加载内容
$(“.cur_video”).find(“#source”).attr(“src” ,_vurl);
$(“.cur_video”).find(“#myVideo”).attr(“poster” ,_picture);
$(‘Video’).prop(‘poster’, _picture);
changeVideo(_vurl);
$(“.fx2”).unbind().bind(‘click’,function(){
shareToqzone(_url,_summary,_title,_desc,_site,_pic);
});
$(“.fx3”).unbind().bind(‘click’,function(){
shareTosina(_url,_title,_source,_desc,_sourceUrl,_pic);
});
$(“.fx1”).unbind().bind(‘click’,function(){
$(“.tc2”).show();
shareToWeiXin(_url,$(“.tc2_tit”));
});
});
});
})