01.Alert

普通警告框


Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.

带关闭按钮警告框


Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.

带链接警告框


Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.
警告框说明:
html:
<div class="ui-alert-blue">
    <input type="button" value="X" title="关闭" alert="close"/>
    Well done! You successfully read <a href="">this important alert message.</a>
</div>
html解析:如果不需要关闭按钮,则把 <input type="button" value="X" title="关闭" alert="close"/> 删除
                  如果不需要链接,则把 <a href=""></a>删除
样式解析:ui 为前端框架,alert 为警告框,blue 为背景颜色(可更改为 green、pink)
蓝色样式:ui-alert-blue
绿色样式:ui-alert-green
红色样式:ui-alert-pink