@zgfe/business-lib 1.2.50 → 1.2.51-heyh.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/iconfont/demo_index.html +776 -17
- package/es/assets/iconfont/iconfont.css +137 -5
- package/es/assets/iconfont/iconfont.js +9 -9
- package/es/assets/iconfont/iconfont.json +235 -4
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/platformSelector/demo/index.d.ts +3 -0
- package/es/platformSelector/demo/index.js +16 -0
- package/es/platformSelector/index.d.ts +16 -0
- package/es/platformSelector/index.js +44 -0
- package/es/platformSelector/styles/index.less +22 -0
- package/es/platformSelector/types.d.ts +6 -0
- package/es/platformSelector/types.js +1 -0
- package/es/platformSelector/util.d.ts +2 -0
- package/es/platformSelector/util.js +44 -0
- package/es/userCondition/conditions/cdpCondition.js +8 -1
- package/es/userCondition/conditions/cdpCshCondition.js +15 -2
- package/es/userCondition/conditions/styles/cdpCondition.less +6 -0
- package/es/userCondition/conditions/styles/cdpCshCondition.less +6 -0
- package/es/userGroup/overlay.js +6 -5
- package/es/userGroupHeader/index.js +7 -4
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "bsicon"; /* Project id 2545884 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1723518721450') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1723518721450') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1723518721450') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.bsicon {
|
|
@@ -13,6 +13,138 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.a-quanping1:before {
|
|
17
|
+
content: "\e64f";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.hongmeng:before {
|
|
21
|
+
content: "\e64a";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.bangzhuzhongxin:before {
|
|
25
|
+
content: "\e64b";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.lishijilu:before {
|
|
29
|
+
content: "\e64c";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.xiaopingmuzhanshi:before {
|
|
33
|
+
content: "\e64d";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.xinjianhuati:before {
|
|
37
|
+
content: "\e64e";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.shijian:before {
|
|
41
|
+
content: "\e7cd";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.rili:before {
|
|
45
|
+
content: "\e7ce";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.rili-2:before {
|
|
49
|
+
content: "\e7cc";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.qita:before {
|
|
53
|
+
content: "\e649";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.jieshu:before {
|
|
57
|
+
content: "\e7cb";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.xiaoxitongzhi:before {
|
|
61
|
+
content: "\e7ca";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.shenpi:before {
|
|
65
|
+
content: "\e7c9";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.shangchuantupian:before {
|
|
69
|
+
content: "\e648";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.charuzhibiao:before {
|
|
73
|
+
content: "\e644";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.tianjiabiaoti:before {
|
|
77
|
+
content: "\e645";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.tianjiawenben:before {
|
|
81
|
+
content: "\e646";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.tianjiatupian:before {
|
|
85
|
+
content: "\e647";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.a-js2:before {
|
|
89
|
+
content: "\e63f";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.weixinxiaochengxu:before {
|
|
93
|
+
content: "\e640";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.ios1:before {
|
|
97
|
+
content: "\e641";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.android1:before {
|
|
101
|
+
content: "\e642";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.fuwuqi:before {
|
|
105
|
+
content: "\e643";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.yonghuyingxiao:before {
|
|
109
|
+
content: "\e63a";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.licaiyewufenxi:before {
|
|
113
|
+
content: "\e7c8";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.xinyongkayewu:before {
|
|
117
|
+
content: "\e7c6";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.xinyongkafenqi:before {
|
|
121
|
+
content: "\e7c7";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.a-LTVfenxi:before {
|
|
125
|
+
content: "\e7c5";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.daohangerjijiantou:before {
|
|
129
|
+
content: "\e632";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.daohangyijijiantoushouqi:before {
|
|
133
|
+
content: "\e634";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.jiaosejiaohuan:before {
|
|
137
|
+
content: "\e635";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.daohangyijijiantouzhankai:before {
|
|
141
|
+
content: "\e636";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.cunkuanyewu:before {
|
|
145
|
+
content: "\e7c4";
|
|
146
|
+
}
|
|
147
|
+
|
|
16
148
|
.maidian:before {
|
|
17
149
|
content: "\e7c2";
|
|
18
150
|
}
|
|
@@ -537,7 +669,7 @@
|
|
|
537
669
|
content: "\e6db";
|
|
538
670
|
}
|
|
539
671
|
|
|
540
|
-
.
|
|
672
|
+
.shujuji_left:before {
|
|
541
673
|
content: "\e6d2";
|
|
542
674
|
}
|
|
543
675
|
|
|
@@ -545,7 +677,7 @@
|
|
|
545
677
|
content: "\e6d3";
|
|
546
678
|
}
|
|
547
679
|
|
|
548
|
-
.
|
|
680
|
+
.shujuji_right:before {
|
|
549
681
|
content: "\e6d4";
|
|
550
682
|
}
|
|
551
683
|
|