...
|
...
|
@@ -100,15 +100,19 @@ iconfont 新建项目,使用 class 控制图标样式,不要用 unicode<br> |
|
|
|
|
|
<h2>loading</h2>
|
|
|
可以控制显示,隐藏
|
|
|
<p>
|
|
|
<a href="javascript:void(0);" id="loading">显示</a>
|
|
|
</p>
|
|
|
|
|
|
|
|
|
<h2>modal</h2>
|
|
|
支持 一个按钮,两个按钮,多个按钮
|
|
|
每个按钮支持自定义事件
|
|
|
<p>
|
|
|
<button href="javascript:void(0);" id="modal-overlay">显示覆盖层</button>
|
|
|
<button href="javascript:void(0);" id="modal-alert">Alert</button>
|
|
|
<button href="javascript:void(0);" id="modal-confirm">Confirm</button>
|
|
|
<button href="javascript:void(0);" id="modal-custom">自定义</button>
|
|
|
<a href="javascript:void(0);" id="modal-overlay">显示覆盖层</a>
|
|
|
<a href="javascript:void(0);" id="modal-alert">Alert</a>
|
|
|
<a href="javascript:void(0);" id="modal-confirm">Confirm</a>
|
|
|
<a href="javascript:void(0);" id="modal-custom">自定义</a>
|
|
|
</p>
|
|
|
|
|
|
|
...
|
...
|
|