characters

Foundation 提醒框


Foundation 可以很简单的创建一个提醒框:

提醒框可以使用.alert-box类创建, 可以添加可选的类:.secondary,.success,.info,.warning.alert:

实例

This is a default alert box.
This is a secondary alert box.
Success! This alert box indicates a successful or positive action.
Info! This alert box indicates a neutral informative change or action.
Warning! This alert box indicates a warning that might need attention.
Alert! This alert box indicates a dangerous or potentially negative action.
实例预览 »
提醒框的宽度为容器的 100%。

圆角提醒框

.radius.round类用于为提醒框添加圆角:

实例

Success! Alert box with a radius.
Info! Alert box that is rounded.
实例预览 »

关闭提醒框

要关闭提醒框,可以在连接或按钮元素上添加class="close"类,并初始化 Foundation JS:

实例

This is a default alert box with closing functionality. ×
实例预览 »
× (×) 是一个 HTML 字符实体表示一个关闭按钮的图标,而不是字母 "x"。


关于我们 联系我们 留言板

手册网

Previous article: Next article: