📜  布尔玛不可选择

📅  最后修改于: 2022-05-13 01:56:51.550000             🧑  作者: Mango

布尔玛不可选择

Bulma 是一个开源的 CSS 框架,带有预先设置样式的元素和组件,可以更轻松地开发响应式和美观的 Web 界面。在本文中,我们将了解如何使用 Bulma 中的is-unselectable修饰符使文本不可选择。

布尔玛不可选择的课程:

  • is-unselectable:在元素上使用此类会使其中的文本无法选择。

句法:

...

示例:下面的示例显示了 is-unselectable修饰符以防止某些文本被选中。

HTML


  

    Bulma Unselectable
    

  

    

        GeeksforGeeks     

           Bulma Unselectable            
        

This text will get selected.

        

            This text will not get selected as             it has is-unselectable              modifier on it.         

           

This text will also get selected.

    
  


输出:

参考: https://bulma.io/documentation/helpers/other-helpers/