决策报表的按钮样式怎么修改,这样写为什么没有效果

$("#fr-btn-BT0").css({"background":"blue","color":"white"}); //BT0为按钮名称,注意大写,背景色

$("#fr-btn-BT0 div em button").css({"text-decoration":"underline"});   //下滑线

$("#fr-btn-BT1").css({"background":"white","color":"black"}); 

$("#fr-btn-BT1 div em button").css({"text-decoration":"none"});

用户4BJRR0884372 发布于 2021-10-30 11:39
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
15922204585Lv6高级互助
发布于2021-10-30 12:32

setTimeout(function(){

$("#fr-btn-BT0").css({"background":"blue","color":"white"}); //BT0为按钮名称,注意大写,背景色

$("#fr-btn-BT0 div em button").css({"text-decoration":"underline"});   //下滑线

$("#fr-btn-BT1").css({"background":"white","color":"black"}); 

$("#fr-btn-BT1 div em button").css({"text-decoration":"none"});

},100)

  • 2关注人数
  • 467浏览人数
  • 最后回答于:2021-10-30 12:32
    请选择关闭问题的原因
    确定 取消
    返回顶部