@fonixtree/magic-design 0.0.56 → 0.0.60

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.
Files changed (176) hide show
  1. package/README.md +320 -0
  2. package/es/assets/fonts/magic-box-iconfont.css +24 -12
  3. package/es/assets/fonts/magic-box-iconfont.css.bak +24 -12
  4. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  5. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
  6. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  8. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  9. package/es/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  10. package/es/common/Button/index.js +2 -1
  11. package/es/common/Button/index.less +5 -0
  12. package/es/common/GroupList/index.js +2 -3
  13. package/es/common/LinkModal/index.less +1 -1
  14. package/es/composite-comp/bol/components/Banner/defaultJSON.js +2 -2
  15. package/es/composite-comp/bol/components/Button/defaultJSON.js +38 -68
  16. package/es/composite-comp/bol/components/Button/index.js +7 -9
  17. package/es/composite-comp/bol/components/Button/index.less +1 -0
  18. package/es/composite-comp/bol/components/Carousel/mobile/index.js +3 -7
  19. package/es/composite-comp/bol/components/Carousel/pc/index.js +2 -2
  20. package/es/composite-comp/bol/components/Tag/defaultJSON.js +36 -46
  21. package/es/composite-comp/bol/components/Tag/index.js +7 -9
  22. package/es/composite-comp/bol/components/Tag/index.less +1 -0
  23. package/es/composite-comp/bol/components/Text/defaultJSON.js +1 -1
  24. package/es/composite-comp/bol/components/Text/index.js +3 -3
  25. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +3 -1
  26. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +141 -0
  27. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  28. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +3 -3
  29. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +1 -1
  30. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +1 -0
  31. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +6 -16
  32. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +141 -0
  33. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  34. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +1 -0
  35. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +3 -1
  36. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +2 -6
  37. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  38. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  39. package/es/composite-comp/bol/{config-panels/ButtonCompConfig/ButtonConfigContent → second-config-panels/TagSecondConfig}/index.js +40 -38
  40. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  41. package/es/composite-comp/common/components/ProductItem/index.less +3 -3
  42. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +8 -8
  43. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +16 -0
  44. package/es/composite-comp/dito/components/PcNavigation/defaultJSON.js +135 -0
  45. package/es/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  46. package/es/composite-comp/dito/components/PcNavigation/index.js +85 -0
  47. package/es/composite-comp/dito/components/PcNavigation/pc/index.js +484 -0
  48. package/es/composite-comp/dito/components/PcNavigation/pc/index.less +98 -0
  49. package/es/composite-comp/dito/components/Recommend/mobile/index.less +1 -1
  50. package/es/composite-comp/dito/components/Recommend/pc/index.less +1 -1
  51. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +2 -2
  52. package/es/composite-comp/dito/components/SearchBar/index.js +5 -1
  53. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +23 -24
  54. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +13 -3
  55. package/es/composite-comp/dito/components/SearchBar/pc/index.js +151 -0
  56. package/es/composite-comp/dito/components/SearchBar/pc/index.less +57 -0
  57. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +11 -1
  58. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +130 -0
  59. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +126 -0
  60. package/es/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  61. package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +195 -0
  62. package/es/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  63. package/es/constants/component-types.js +13 -3
  64. package/es/constants/index.js +20 -2
  65. package/es/constants/layout.js +10 -2
  66. package/es/core/Designer/CompListPanel/index.js +8 -33
  67. package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  68. package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  69. package/es/core/Designer/ConfigPanel/index.js +70 -23
  70. package/es/core/Designer/ConfigPanel/index.less +4 -0
  71. package/es/core/Designer/History/index.js +34 -28
  72. package/es/core/Designer/PageCompList/index.js +9 -1
  73. package/es/core/Designer/ViewArea/index.js +20 -6
  74. package/es/core/Designer/index.js +36 -31
  75. package/es/core/Renderer/index.js +17 -2
  76. package/es/decorator/index.js +8 -0
  77. package/es/decorator/updateConfigDecorator.js +76 -0
  78. package/es/locale/en/en.json +10 -1
  79. package/es/locale/es/es.json +10 -1
  80. package/es/locale/id/id.json +10 -1
  81. package/es/meta-comp/components/Button/index.js +8 -8
  82. package/es/meta-comp/components/Button/index.less +5 -0
  83. package/es/meta-comp/components/Image/index.js +1 -1
  84. package/es/meta-comp/components/Text/index.js +18 -7
  85. package/es/meta-comp/config-panels/BaseConfig.js +8 -10
  86. package/es/meta-comp/config-panels/TextConfig/index.js +10 -3
  87. package/es/mobx/Store.js +5 -9
  88. package/es/utils/coreUtil.js +14 -2
  89. package/lib/assets/fonts/magic-box-iconfont.css +24 -12
  90. package/lib/assets/fonts/magic-box-iconfont.css.bak +24 -12
  91. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  92. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  93. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  94. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  95. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  96. package/lib/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  97. package/lib/common/Button/index.js +2 -1
  98. package/lib/common/Button/index.less +5 -0
  99. package/lib/common/GroupList/index.js +2 -3
  100. package/lib/common/LinkModal/index.less +1 -1
  101. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +2 -2
  102. package/lib/composite-comp/bol/components/Button/defaultJSON.js +38 -68
  103. package/lib/composite-comp/bol/components/Button/index.js +7 -9
  104. package/lib/composite-comp/bol/components/Button/index.less +1 -0
  105. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +3 -7
  106. package/lib/composite-comp/bol/components/Carousel/pc/index.js +2 -2
  107. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +36 -46
  108. package/lib/composite-comp/bol/components/Tag/index.js +7 -9
  109. package/lib/composite-comp/bol/components/Tag/index.less +1 -0
  110. package/lib/composite-comp/bol/components/Text/defaultJSON.js +1 -1
  111. package/lib/composite-comp/bol/components/Text/index.js +3 -3
  112. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +3 -1
  113. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +141 -0
  114. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  115. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +3 -3
  116. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +1 -1
  117. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +1 -0
  118. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +6 -16
  119. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +141 -0
  120. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  121. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +1 -0
  122. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +3 -1
  123. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +2 -6
  124. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  125. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  126. package/lib/composite-comp/bol/{config-panels/ButtonCompConfig/ButtonConfigContent → second-config-panels/TagSecondConfig}/index.js +40 -38
  127. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  128. package/lib/composite-comp/common/components/ProductItem/index.less +3 -3
  129. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +8 -8
  130. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +16 -0
  131. package/lib/composite-comp/dito/components/PcNavigation/defaultJSON.js +135 -0
  132. package/lib/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  133. package/lib/composite-comp/dito/components/PcNavigation/index.js +85 -0
  134. package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +484 -0
  135. package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +98 -0
  136. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +1 -1
  137. package/lib/composite-comp/dito/components/Recommend/pc/index.less +1 -1
  138. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +2 -2
  139. package/lib/composite-comp/dito/components/SearchBar/index.js +5 -1
  140. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +23 -24
  141. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +13 -3
  142. package/lib/composite-comp/dito/components/SearchBar/pc/index.js +151 -0
  143. package/lib/composite-comp/dito/components/SearchBar/pc/index.less +57 -0
  144. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +11 -1
  145. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +130 -0
  146. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +126 -0
  147. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  148. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +195 -0
  149. package/lib/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  150. package/lib/constants/component-types.js +13 -3
  151. package/lib/constants/index.js +20 -2
  152. package/lib/constants/layout.js +10 -2
  153. package/lib/core/Designer/CompListPanel/index.js +8 -33
  154. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  155. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  156. package/lib/core/Designer/ConfigPanel/index.js +70 -23
  157. package/lib/core/Designer/ConfigPanel/index.less +4 -0
  158. package/lib/core/Designer/History/index.js +34 -28
  159. package/lib/core/Designer/PageCompList/index.js +9 -1
  160. package/lib/core/Designer/ViewArea/index.js +20 -6
  161. package/lib/core/Designer/index.js +36 -31
  162. package/lib/core/Renderer/index.js +17 -2
  163. package/lib/decorator/index.js +8 -0
  164. package/lib/decorator/updateConfigDecorator.js +76 -0
  165. package/lib/locale/en/en.json +10 -1
  166. package/lib/locale/es/es.json +10 -1
  167. package/lib/locale/id/id.json +10 -1
  168. package/lib/meta-comp/components/Button/index.js +8 -8
  169. package/lib/meta-comp/components/Button/index.less +5 -0
  170. package/lib/meta-comp/components/Image/index.js +1 -1
  171. package/lib/meta-comp/components/Text/index.js +18 -7
  172. package/lib/meta-comp/config-panels/BaseConfig.js +8 -10
  173. package/lib/meta-comp/config-panels/TextConfig/index.js +10 -3
  174. package/lib/mobx/Store.js +5 -9
  175. package/lib/utils/coreUtil.js +14 -2
  176. package/package.json +86 -1
package/README.md ADDED
@@ -0,0 +1,320 @@
1
+ # 快捷指令使用
2
+
3
+ ## 1、发布 -- npm run pub
4
+
5
+ ## 2、新增国际化 -- npm run cl "Hello world"
6
+
7
+ ## 3、更新iconfont -- npm run iconfont
8
+
9
+
10
+ # 设计器二期
11
+
12
+ ## 1、基本概念
13
+
14
+ ### 1.1、元组件:构成复合组件的最小单位
15
+
16
+ Text、Image、Button、Divider、Video 等
17
+
18
+ ### 1.2、复合组件:由若干个元组件构成的一个大组件
19
+
20
+ Text、Banner、Image Gallery、Image and Text、Carousel、Reward、Newsletter 等
21
+
22
+ ### 1.3、业务公共组件:项目中复用的公共组件
23
+
24
+ 所有的公共组件需要开放 value 和 onChange Api(除 Button、Iconfont)
25
+
26
+ Button、Iconfont、AlignSelecter、Collapse、ColorPicker、ImagePicker、LayoutSelecter、Slider、UrlPicker
27
+
28
+ ## 2、元组件
29
+
30
+ ### 2.1
31
+
32
+ 元组件类型:
33
+
34
+ TEXT、IMAGE、BUTTON、DIVIDER、VIDEO
35
+
36
+ 元组件报文格式:
37
+
38
+ ```json
39
+ {
40
+ id:'xxxx' //元组件key
41
+ type: 'TYPE', //元组件类型
42
+ style:{
43
+ fontFamily:'xxx', //字体
44
+ ...css //属性名称尽量使用标准css名称
45
+ },
46
+ hoverStyle:{
47
+
48
+ }
49
+ }
50
+ ```
51
+
52
+ 动态设置 hover 效果
53
+
54
+ onMouseEnter={e => { e.target.style.color = 'red'; }}
55
+
56
+ onMouseLeave={e => { e.target.style.color = 'white'; }}
57
+
58
+ 文本可编辑
59
+
60
+ contenteditable="true"
61
+
62
+ ### 2.2 、元组件报文
63
+
64
+ #### Text
65
+
66
+ ```json
67
+ {
68
+ id:'xxxx' //元组件key
69
+ type: 'TYPE', //元组件类型
70
+ content:'this is text',
71
+ style:{
72
+ fontFamily:'xxx', //字体
73
+ fontSize: '14px',
74
+ width: '200px',
75
+ ...css
76
+ }
77
+ }
78
+ ```
79
+
80
+ #### Image
81
+
82
+ ```json
83
+ {
84
+ id:'xxxx' //元组件key
85
+ type: 'IMAGE', //元组件类型
86
+ name:'123.png',
87
+ src:'../image.png', //图片地址
88
+ url:'www.baidu.com', //图片跳转地址
89
+ style:{
90
+ width: '200px',
91
+ ...css
92
+ },
93
+ hoverStyle:{ //hover 类型为new时保存src,类型为enlarge时保存scale
94
+ scale: '2',
95
+ src:'../image1.png',
96
+ }
97
+ }
98
+ ```
99
+
100
+ #### Button
101
+
102
+ ```json
103
+ {
104
+ id:'xxxx' //元组件key
105
+ type: 'BUTTON', //元组件类型
106
+ name:'Submit',
107
+ url: 'www.baidu.com',
108
+ style:{
109
+ buttonIconSrc:'../img.png',
110
+ buttonIconPlace: 'left',
111
+ color:'#FEFEFE',
112
+ border: '1px solid red',
113
+ borderRadius:'10px',
114
+ fontFamily:'xxx', //字体
115
+ fontSize: '14px',
116
+ ...css
117
+ },
118
+ hoverStyle {
119
+ color:'#FEFEFE',
120
+ border: '1px solid red',
121
+ fontFamily:'xxx', //字体
122
+ fontSize: '14px',
123
+ ...css
124
+ }
125
+ }
126
+ ```
127
+
128
+ ## 2、复合组件
129
+
130
+ ### 2.1
131
+
132
+ 元组件类型:
133
+
134
+ TEXT、BANNER、IMAGE_GALLERT、IMAGE_TEXT、CAROUSEL、REWARD、NEWSLETTER
135
+
136
+ 复合组件报文格式:
137
+
138
+ ```json
139
+ {
140
+ id:'xxxx' //复合组件key
141
+ type: 'TYPE', //复合组件类型
142
+ setting:{ //开关类型的配置及属性配置放在这里
143
+ autoplays: 3, //3秒轮播
144
+ },
145
+ groupSource:[], //元组件集合组数据放在这里
146
+ metas:{
147
+ title:{
148
+ open:false,
149
+ type:'IMAGE'
150
+ ...metaCompJson
151
+ },
152
+ subTitle:{
153
+ open:false,
154
+ type:'IMAGE'
155
+ ...metaCompJson
156
+ }
157
+ },
158
+ customize:{
159
+ layout:'',
160
+ background:{
161
+
162
+ }
163
+ }
164
+ }
165
+ ```
166
+
167
+ #### Text
168
+
169
+ ```js
170
+ {
171
+ id: 'xxxx', //复合组件key
172
+ type: 'TEXT', //复合组件类型
173
+ setting:{
174
+ layout:'left', // 模块布局 left/center/right ,每一个layout可能都是一个不同的组件
175
+ title:{
176
+ type:'TEXT'
177
+ ...metaCompJson
178
+ },
179
+ subtitle:{
180
+ type:'TEXT'
181
+ ...metaCompJson
182
+ },
183
+ },
184
+ source:[
185
+ { //此处可以抽出业务组件
186
+ title:{
187
+ type:'TEXT'
188
+ ...metaCompJson
189
+ },
190
+ content:{
191
+ type:'TEXT'
192
+ ...metaCompJson
193
+ }
194
+ }
195
+ ],
196
+ style:{
197
+ align:'left', //文本布局 left/center/right
198
+ backgroundColor: 'red',
199
+ backgroundImage:'../image.png'
200
+ }
201
+ }
202
+ ```
203
+
204
+ #### Banner
205
+
206
+ modifySetting
207
+
208
+ ```json
209
+ {
210
+ "comositeId": "1111",
211
+
212
+ "value": {
213
+ "autoplays": 4
214
+ }
215
+ }
216
+ ```
217
+
218
+ ```json
219
+ {
220
+ id: 'xxxx',
221
+ type: 'BANNER',
222
+ setting:{
223
+ open:false
224
+ autoplays: 3, //3秒轮播
225
+ arrows:{ // 滚动箭头
226
+ open:false,
227
+ color:'red',
228
+ size:'',
229
+ hoverSize:'',
230
+ hoverColor:'green',
231
+ },
232
+ dots:{ //面板指示点
233
+ open:false,
234
+ color: 'red',
235
+ size:'',
236
+ hoverSize:''
237
+ hoverColor:'green',
238
+ },
239
+ },
240
+ groupSource:[
241
+ { //此处可以作为一个业务组件
242
+ id:'xxxxx',
243
+ image:{
244
+ open:false,
245
+ type:'IMAGE'
246
+ ...metaCompJson
247
+ },
248
+ title:{
249
+ open:false,
250
+ type:'TEXT',
251
+ ...metaCompJson
252
+ },
253
+ content:{
254
+ open:false,
255
+ type:'TEXT',
256
+ ...metaCompJson
257
+ },
258
+ button:{
259
+ type:'BUTTON',
260
+ ...metaCompJson
261
+ },
262
+ secondaryButton:{
263
+ type:'BUTTON',
264
+ ...metaCompJson
265
+ },
266
+ layout:'center',
267
+ align:'left',
268
+ //文本布局 left/center/right
269
+ }
270
+ ]
271
+ }
272
+ ```
273
+
274
+ #### Image Gallery
275
+
276
+ ```json
277
+
278
+ ```
279
+
280
+ #### Image and Text
281
+
282
+ ```json
283
+ {
284
+ id:'xxxx'
285
+ type: 'IMAGE_TEXT',
286
+ setting:{
287
+ layout:'left',
288
+ title:{},
289
+ subtitle:{},
290
+ button:{},
291
+ secondaryButton:{}
292
+ },
293
+ source:[
294
+
295
+ ],
296
+ style:{
297
+ align:'left',
298
+ backgroundColor:'red',
299
+ backgroundImage:'./img.png'
300
+ }
301
+ }
302
+ ```
303
+
304
+ 疑问:
305
+
306
+ Text 元组件
307
+
308
+ 文字链接配置好之后,怎么删除
309
+
310
+ 链接配置的规则,按单词还是字符
311
+
312
+ image 元组件
313
+
314
+ 属性控制进度条和输入框是否要限制最大最小值
315
+
316
+ button 元组件
317
+
318
+ 是否需要 icon 的 hover 效果
319
+
320
+ banner 中的 text Align 放在元组件里?
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
- src: url('magic-box-iconfont.woff2?t=1663899948530') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1663899948530') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1663899948530') format('truetype');
3
+ src: url('magic-box-iconfont.woff2?t=1668396278684') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1668396278684') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1668396278684') format('truetype');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,11 +13,31 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .magic-box-icon-edit:before {
17
+ content: "\e72e";
18
+ }
19
+
20
+ .magic-box-icon-ChatDots:before {
21
+ content: "\e641";
22
+ }
23
+
24
+ .magic-box-icon-ShoppingCartSimple:before {
25
+ content: "\e640";
26
+ }
27
+
28
+ .magic-box-icon-select:before {
29
+ content: "\e65b";
30
+ }
31
+
32
+ .magic-box-icon-message:before {
33
+ content: "\e7b0";
34
+ }
35
+
16
36
  .magic-box-icon-bg-color:before {
17
37
  content: "\e63f";
18
38
  }
19
39
 
20
- .magic-box-icon-Mobile:before {
40
+ .magic-box-icon-mobile:before {
21
41
  content: "\e63e";
22
42
  }
23
43
 
@@ -109,10 +129,6 @@
109
129
  content: "\e7a0";
110
130
  }
111
131
 
112
- .magic-box-icon-message:before {
113
- content: "\e7a1";
114
- }
115
-
116
132
  .magic-box-icon-flash-deal:before {
117
133
  content: "\e7a2";
118
134
  }
@@ -233,10 +249,6 @@
233
249
  content: "\e609";
234
250
  }
235
251
 
236
- .magic-box-icon-mobile:before {
237
- content: "\e60a";
238
- }
239
-
240
252
  .magic-box-icon-menu:before {
241
253
  content: "\e60b";
242
254
  }
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
- src: url('magic-box-iconfont.woff2?t=1663899948530') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1663899948530') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1663899948530') format('truetype');
3
+ src: url('magic-box-iconfont.woff2?t=1668396278684') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1668396278684') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1668396278684') format('truetype');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,11 +13,31 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .icon-edit:before {
17
+ content: "\e72e";
18
+ }
19
+
20
+ .icon-ChatDots:before {
21
+ content: "\e641";
22
+ }
23
+
24
+ .icon-ShoppingCartSimple:before {
25
+ content: "\e640";
26
+ }
27
+
28
+ .icon-select:before {
29
+ content: "\e65b";
30
+ }
31
+
32
+ .icon-message:before {
33
+ content: "\e7b0";
34
+ }
35
+
16
36
  .icon-bg-color:before {
17
37
  content: "\e63f";
18
38
  }
19
39
 
20
- .icon-Mobile:before {
40
+ .icon-mobile:before {
21
41
  content: "\e63e";
22
42
  }
23
43
 
@@ -109,10 +129,6 @@
109
129
  content: "\e7a0";
110
130
  }
111
131
 
112
- .icon-message:before {
113
- content: "\e7a1";
114
- }
115
-
116
132
  .icon-flash-deal:before {
117
133
  content: "\e7a2";
118
134
  }
@@ -233,10 +249,6 @@
233
249
  content: "\e609";
234
250
  }
235
251
 
236
- .icon-mobile:before {
237
- content: "\e60a";
238
- }
239
-
240
252
  .icon-menu:before {
241
253
  content: "\e60b";
242
254
  }