8.5. Foundation button

发布时间 : 2025-10-25 13:33:54 UTC      

Page Views: 10 views

8.5.1. Button styl

Foundation 提供了 6 种按钮样式。 .button 类创建了一个蓝色的按钮并附有内边距。不同颜色按钮类为: .secondary , .success , .info , .warning .alert :

Example

<button type="button" class="button">Defaultbutton> <button type="button" class="button secondary">Secondarybutton> <button type="button" class="button success">Successbutton> <button type="button" class="button info">Infobutton> <button type="button" class="button warning">Warningbutton> <button type="button" class="button alert">Alertbutton>    

尝试一下 »

按钮类可以使用在 ,