是因为优先级的原因造成,使用!important修改优先级。

如修改成:

 .button1:hover {
            color: #FFF !important;
            background-color: #fb7000 !important;
            border: 1px solid #ffffff !important;
            text-decoration:none !important;
        }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-06-29
  • 2021-07-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案