需要CSS禁用按钮

时间:2016-10-05 05:15:23

标签: css button

以下是我在我的应用程序中使用的按钮类。有人可以为禁用按钮上课吗?

make for (make,types) in brandList

谢谢,我真的很感激。

2 个答案:

答案 0 :(得分:1)

<button type="button" class="btn btn-primary disabled">Disabled Primary</button>

以上是bootstrap中禁用按钮的代码 或者css指针 - 事件:无;在按钮中禁用按钮

答案 1 :(得分:1)

 **Simple code to disabled button**  
  <button type="button" disabled>Click Me!</button>