99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

Foundation 按鈕

2022-08-05 15:09 更新

按鈕樣式

Foundation 提供了 6 種按鈕樣式。 .button 類(lèi)創(chuàng)建了一個(gè)藍(lán)色的按鈕并附有內(nèi)邊距。不同顏色按鈕類(lèi)為: .secondary, .success, .info, .warning.alert:

實(shí)例

<button type="button" class="button">Default </button>
<button type="button" class="button secondary">Secondary </button>
<button type="button" class="button success">Success </button>
<button type="button" class="button info">Info </button>
<button type="button" class="button warning">Warning </button>
<button type="button" class="button alert">Alert </button>

嘗試一下 ?

按鈕類(lèi)可以使用在 <a>, <button>, 或 <input> 元素:

實(shí)例

<a href="#" class="button info" role="button" >Link Button</a>
<button type="button" class="button info">Button </button>
<input type="button" class="button info" value= "Input Button">
<input type="submit" class="button info" value= "Submit Button">

嘗試一下 ?

Note  為什么將 a 標(biāo)簽的 href 設(shè)置為 # ?

 當(dāng)我們不希望鏈接點(diǎn)擊跳轉(zhuǎn)并得到 "404" 頁(yè)面時(shí),我們可以將 a 標(biāo)簽的 href 設(shè)置為 #。

按鈕大小

我們可以使用 .large, .small.tiny 類(lèi)來(lái)設(shè)置按鈕大?。?/p>

實(shí)例

<button type="button" class="button large">Large </button>
<button type="button" class="button">Default </button>
<button type="button" class="button small">Small </button>
<button type="button" class="button tiny">Tiny </button>

嘗試一下 ?

圓角按鈕

可以使用 .radius.round 類(lèi)來(lái)設(shè)置圓角按鈕:

實(shí)例

<button type="button" class="button">Default Button</button>
<button type="button" class="button radius">Radius Button</button>
<button type="button" class="button round">Round Button</button>

嘗試一下 ?

延展按鈕

可以使用 .expand 類(lèi)來(lái)設(shè)置按鈕的寬帶為 100%:

實(shí)例

<button type="button" class="button">Default Button</button>
<button type="button" class="button expand">Expanded Button</button>

嘗試一下 ?

禁用按鈕

可以使用 .disabled 類(lèi)來(lái)設(shè)置按鈕不可點(diǎn)擊:

實(shí)例

<button type="button" class="button">Default Button</button>
<button type="button" class="button disabled">Disabled Button</button>

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)