From e1beaf409dca5c236dd42bc9f3f3619eeb3e5ae2 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 17 七月 2023 14:23:22 +0800
Subject: [PATCH] 代码整合
---
Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css b/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css
new file mode 100644
index 0000000..ad7a37b
--- /dev/null
+++ b/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css
@@ -0,0 +1,59 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 3530775 */
+ src: url('iconfont.woff2?t=1682563297483') format('woff2'),
+ url('iconfont.woff?t=1682563297483') format('woff'),
+ url('iconfont.ttf?t=1682563297483') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-baocun:before {
+ content: "\e63b";
+}
+
+.icon-jilianxuanze:before {
+ content: "\e695";
+}
+
+.icon-zuhe:before {
+ content: "\e61e";
+}
+
+.icon-wifi-o:before {
+ content: "\e7ee";
+}
+
+.icon-shanchu:before {
+ content: "\e718";
+}
+
+.icon-zhongzhi:before {
+ content: "\e63a";
+}
+
+.icon-grouping:before {
+ content: "\e62a";
+}
+
+.icon-shuxing:before {
+ content: "\e632";
+}
+
+.icon-yulan:before {
+ content: "\e65b";
+}
+
+.icon-tongbu:before {
+ content: "\e60b";
+}
+
+.icon-anquan:before {
+ content: "\e8ab";
+}
+
--
Gitblit v1.10.0