diff --git a/public/css/iconfont/demo_index.html b/public/css/iconfont/demo_index.html
index 57b6890..290bfca 100644
--- a/public/css/iconfont/demo_index.html
+++ b/public/css/iconfont/demo_index.html
@@ -54,6 +54,24 @@
+ -
+
+
error
+ 
+
+
+ -
+
+
successful
+ 
+
+
+ -
+
+
warning
+ 
+
+
-
payment
@@ -168,9 +186,9 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1708504618246') format('woff2'),
- url('iconfont.woff?t=1708504618246') format('woff'),
- url('iconfont.ttf?t=1708504618246') format('truetype');
+ src: url('iconfont.woff2?t=1723796605504') format('woff2'),
+ url('iconfont.woff?t=1723796605504') format('woff'),
+ url('iconfont.ttf?t=1723796605504') format('truetype');
}
第二步:定义使用 iconfont 的样式
@@ -196,6 +214,33 @@
+ -
+
+
+ error
+
+ .icon-error
+
+
+
+ -
+
+
+ successful
+
+ .icon-successful
+
+
+
+ -
+
+
+ warning
+
+ .icon-warning
+
+
+
-
@@ -367,6 +412,30 @@
+ -
+
+
error
+ #icon-error
+
+
+ -
+
+
successful
+ #icon-successful
+
+
+ -
+
+
warning
+ #icon-warning
+
+
-