更新时间:2020-01-02 22:13:12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | //页面渲染 var str = '' for ( var i = 0; i < 19; i++) { str += '<div >' + '<div >' + '<img src="./images/amherst.png">' + '<span ></span>' + '<div >内容</div>' + '</div>' + '</div>' }; $( '.imgBox' ).html(str); //显示效果 $( '.imgBox>.hex' ).hover( function (e) { $( this ).parent().find( '.img' ).css( 'opacity' , .2); $( this ).siblings( '.hex' ).find( '.mark' ).hide(); $( this ).parent().find( '.text_box' ).hide(); $( this ).find( '.img' ).css( 'opacity' , 1); $( this ).find( '.mark' ).show(); $( this ).find( '.text_box' ).show(); var domLeft = e.target.offsetParent.offsetLeft; var domLeft = e.target.x; var winWidth = document.body.clientWidth; var markWidth = $( this ).find( '.text_box' ).width(); if (winWidth - domLeft <= markWidth) { $( this ).find( '.text_box' ).css({ left: 'unset' , right: '114%' }); }; }, function () { $( this ).parent().find( '.img' ).css( 'opacity' , 1); $( this ).parent().find( '.mark' ).hide(); $( this ).parent().find( '.text_box' ).hide(); }) |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com