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>
,