Material Design Lite 交換機(jī)

2018-12-19 18:17 更新

該MDL提供多種CSS類各種預(yù)先定義的外觀和行為增強(qiáng)適用于擺放各類復(fù)選框作為開(kāi)關(guān)。下表中提到的可用類和它們的影響。

SN 類名稱和說(shuō)明
1 MDL-開(kāi)關(guān)
標(biāo)簽標(biāo)識(shí)作為MDL組成部分,需要的標(biāo)簽元素。
2 MDL-JS-開(kāi)關(guān)
設(shè)置基本MDL行為標(biāo)記和需要的標(biāo)簽元素。
3 MDL-switch__input
設(shè)置基本MDL行為切換,并且需要輸入元素(交換機(jī))上。
4 / TD> MDL-switch__label
設(shè)置基本MDL行為標(biāo)題和需要在我的元素(標(biāo)題)上。
MDL-JS-漣漪效應(yīng)
套波紋點(diǎn)擊效果,是可選的;那張標(biāo)簽元素上,而不是輸入元素(開(kāi)關(guān))。

下面的例子展示了使用MDL-開(kāi)關(guān)類,顯示不同類型的復(fù)選框作為開(kāi)關(guān)。

mdl_switches.htm

<html>
<head>
   <script src="https://atts.w3cschool.cn/attachments/tuploads/materialdesignlite/material.min.js"></script>
   <link rel="stylesheet"  rel="external nofollow" target="_blank" >
   <link rel="stylesheet"  rel="external nofollow" target="_blank" >	  
</head>
<body>
   <table>
      <tr><td>On Switch</td><td>Off Switch</td><td>Disabled Switch</td></tr>
      <tr><td> 
         <label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="switch-1">
            <input type="checkbox" id="switch-1" class="mdl-switch__input" checked>           
         </label>
	  </td>
      <td>
         <label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="switch-2">
            <input type="checkbox" id="switch-2" class="mdl-switch__input">           
         </label>
	  </td>
       <td>
         <label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="switch-2">
            <input type="checkbox" id="switch-2" class="mdl-switch__input" disabled>            
         </label>
	   </td>
      </tr>
   </table>   
</body>
</html>

結(jié)果

驗(yàn)證結(jié)果。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)