jQuery鼠标进入离开css样式修改


  // 鼠标进入离开音量 提问 统计样式
  $('.vjs-volume-menu-button')
    .mouseover(function () {
      $('.tiwen').css({
        transition: 'all 0.4s',
        right: '240px'
      })
      $('.tongji').css({
        transition: 'all 0.4s',
        right: '350px'
      })
    })
    .mouseout(function () {
      $('.tiwen').css({
        right: '160px',
        transition: 'all 0.4s'
      })
      $('.tongji').css({
        transition: 'all 0.4s',
        right: '270px'
      })
    })


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM