$(function () {

            $('.head_info,.head_right').mouseenter(function () {
                $(this).css({'background-color':'rgba(255,255,255,0.2)','text-    decoration':'none'}).siblings().css('opacity','1')})

            $('.head_info,.head_right').mouseleave(function () {
                $(this).css('background-color','#2459a2')
                }
            )
        })

 

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2021-07-15
  • 2022-01-23
  • 2022-12-23
  • 2021-11-30
  • 2022-01-03
  • 2021-12-13
  • 2021-10-19
相关资源
相似解决方案