1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- $(function () {
- $('.bdsharebuttonbox a.bds_more').on('click',function(){
- setInterval(function(){
- $('.bdshare_dialog_box').hide();
- },10);
- })
- //报名验证及提交的调用
- PublicAction.AjaxSend(
- {
- CORID:'apply_submit', /*操作ID*/
- }
- );
- navMouseleave('.m_ift_left_zuoz_img a.y_hove','.m_ift_left_zuoz_img p.y_erweima');//扫描到手机 二维码显示 隐藏
- jQuery(".new_lp_box").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"left",autoPlay:true,trigger:"click"});
- // 针对资讯详情修改免责声明
- var _p ='';
- _p += '<p>转载声明:转载品房阁网站原创文字内容和图片,请注明“品房阁”出处和作者。</p>';
- _p += '<p>免责声明:出于分享优秀内容之用意,品房阁转载的内容均注明出处和作者,但并不意味着赞同其观点或证实其内容的真实性,如转载内容涉及版权事宜,请联系品房阁删除。</p>';
- $('.y_footmzsm').html(_p);
- })
- function navMouseleave (id,id1){
- $(id).on({
- mouseover: function() {
- $(id1).show();
- },
- mouseleave: function() {
- $(id1).hide();
- }
- });
- }
- window._bd_share_config = {
- "common": {
- "bdSnsKey": {},
- "bdText": "",
- "bdMini": "2",
- "bdMiniList": false,
- "bdPic": "",
- "bdStyle": "0",
- "bdSize": "16"
- },
- "share": {},
- "selectShare": {
- "bdContainerClass": null,
- "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"],
- "bdContainerClass" : "con"
- }
- };
- with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
- $(".m_ift_right").scrollFix({
- distanceTop:$(".y_news_maintop").outerHeight(),
- endPos: '.y_newslist_bottom_m',
- zIndex: 10
- })
|