@fonixtree/magic-design 0.1.56 → 0.1.57
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/fonts/.DS_Store +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +95 -3
- package/es/assets/fonts/magic-box-iconfont.css.bak +95 -3
- package/es/assets/fonts/magic-box-iconfont.js +1 -1
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/common/AlignSelector/index.js +22 -6
- package/es/common/AlignSelector/index.less +1 -1
- package/es/composite-comp/bol/components/Banner/mobile/index.js +18 -3
- package/es/composite-comp/bol/components/Banner/mobile/index.less +52 -78
- package/es/composite-comp/bol/components/Banner/pc/index.js +19 -4
- package/es/composite-comp/bol/components/Banner/pc/index.less +1 -1
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +23 -27
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +38 -45
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +41 -50
- package/es/composite-comp/bol/components/Video/mobile/index.less +2 -3
- package/es/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +2 -1
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +17 -5
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +5 -1
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
- package/es/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
- package/es/core/Renderer/index.js +11 -2
- package/es/locale/en/en.json +1 -0
- package/es/locale/es/es.json +1 -0
- package/es/locale/id/id.json +1 -0
- package/es/utils/commonUtil.js +19 -15
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +95 -3
- package/lib/assets/fonts/magic-box-iconfont.css.bak +95 -3
- package/lib/assets/fonts/magic-box-iconfont.js +1 -1
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/common/AlignSelector/index.js +22 -6
- package/lib/common/AlignSelector/index.less +1 -1
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +18 -3
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +52 -78
- package/lib/composite-comp/bol/components/Banner/pc/index.js +19 -4
- package/lib/composite-comp/bol/components/Banner/pc/index.less +1 -1
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +23 -27
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +38 -45
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +41 -50
- package/lib/composite-comp/bol/components/Video/mobile/index.less +2 -3
- package/lib/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +2 -1
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +17 -5
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +5 -1
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
- package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
- package/lib/core/Renderer/index.js +11 -2
- package/lib/locale/en/en.json +1 -0
- package/lib/locale/es/es.json +1 -0
- package/lib/locale/id/id.json +1 -0
- package/lib/utils/commonUtil.js +19 -15
- package/package.json +1 -1
|
@@ -1,58 +1,51 @@
|
|
|
1
1
|
.m-search-bar {
|
|
2
|
-
height:
|
|
3
|
-
padding:
|
|
2
|
+
height: 0.96rem;
|
|
3
|
+
padding: 0.16rem 0;
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: row-reverse;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: space-between;
|
|
8
8
|
width: 100%;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
.logo {
|
|
54
|
-
img {
|
|
55
|
-
width: auto;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
9
|
+
}
|
|
10
|
+
.m-search-bar .right {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex: 1;
|
|
13
|
+
margin-left: 0.3rem;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
}
|
|
17
|
+
.m-search-bar .right .search-input-wrap {
|
|
18
|
+
flex: 1;
|
|
19
|
+
background: #fff;
|
|
20
|
+
border-radius: 0.08rem;
|
|
21
|
+
border: 0.02rem solid #D2D9E5;
|
|
22
|
+
padding: 0.08rem 0.24rem;
|
|
23
|
+
height: 0.64rem;
|
|
24
|
+
text-align: right;
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: flex-end;
|
|
27
|
+
}
|
|
28
|
+
.m-search-bar .right .message-wrap {
|
|
29
|
+
position: relative;
|
|
30
|
+
margin-left: 0.2rem;
|
|
31
|
+
}
|
|
32
|
+
.m-search-bar .right .message-wrap .num {
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: -0.12rem;
|
|
35
|
+
right: -0.12rem;
|
|
36
|
+
display: inline-block;
|
|
37
|
+
padding: 0.02rem 0.04rem;
|
|
38
|
+
min-width: 0.34rem;
|
|
39
|
+
text-align: center;
|
|
40
|
+
background-color: #CE1126;
|
|
41
|
+
border: 0.02rem solid #fff;
|
|
42
|
+
border-radius: 0.16rem;
|
|
43
|
+
font-family: 'Montserrat';
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-weight: 600;
|
|
46
|
+
font-size: 0.16rem;
|
|
47
|
+
color: #FFFFFF;
|
|
48
|
+
}
|
|
49
|
+
.m-search-bar .logo img {
|
|
50
|
+
width: auto;
|
|
51
|
+
}
|
|
@@ -1,82 +1,78 @@
|
|
|
1
1
|
.m-sign-board-bar {
|
|
2
2
|
width: 100%;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
}
|
|
3
|
+
}
|
|
4
|
+
.m-sign-board-bar .search {
|
|
5
|
+
width: 100%;
|
|
6
|
+
background: #EEEEEE;
|
|
7
|
+
border-radius: 0.16rem;
|
|
8
|
+
padding: 0.16rem 0.24rem;
|
|
9
|
+
height: 0.72rem;
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
margin-bottom: 0.08rem;
|
|
14
|
+
}
|
|
15
|
+
.m-sign-board-bar .search .search-input {
|
|
16
|
+
height: 0.4rem;
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-size: 0.32rem;
|
|
19
|
+
line-height: 0.4rem;
|
|
20
|
+
padding: 0;
|
|
21
|
+
background-color: transparent;
|
|
22
|
+
border: none;
|
|
23
|
+
}
|
|
24
|
+
.m-sign-board-bar .store-info-wrap {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
margin-top: 0.4rem;
|
|
28
|
+
}
|
|
29
|
+
.m-sign-board-bar .store-info-wrap .number {
|
|
30
|
+
font-family: 'Montserrat';
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
font-size: 0.24rem;
|
|
33
|
+
line-height: 0.32rem;
|
|
34
|
+
color: #696973;
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
}
|
|
38
|
+
.m-sign-board-bar .store-info-wrap .number > img {
|
|
39
|
+
width: 0.28rem;
|
|
40
|
+
}
|
|
41
|
+
.m-sign-board-bar .store-info-wrap .number > span {
|
|
42
|
+
font-weight: 700;
|
|
43
|
+
font-size: 0.28rem;
|
|
44
|
+
line-height: 0.36rem;
|
|
45
|
+
color: #333333;
|
|
46
|
+
margin: 0 0.08rem;
|
|
47
|
+
}
|
|
48
|
+
.m-sign-board-bar .store-info-wrap .number:nth-child(2) {
|
|
49
|
+
margin-left: 0.48rem;
|
|
50
|
+
flex: 1;
|
|
51
|
+
}
|
|
52
|
+
.m-sign-board-bar .store-info-wrap .chat-btn {
|
|
53
|
+
padding: 0.1rem 0.24rem;
|
|
54
|
+
background: #FFFFFF;
|
|
55
|
+
border: 0.02rem solid #333333;
|
|
56
|
+
border-radius: 0.08rem;
|
|
57
|
+
width: fit-content;
|
|
58
|
+
font-family: 'Montserrat';
|
|
59
|
+
font-weight: 400;
|
|
60
|
+
font-size: 0.24rem;
|
|
61
|
+
line-height: 0.32rem;
|
|
62
|
+
text-transform: uppercase;
|
|
63
|
+
color: #333333;
|
|
64
|
+
}
|
|
65
|
+
.m-sign-board-bar .store-info-wrap .store-logo {
|
|
66
|
+
width: 0.88rem;
|
|
67
|
+
height: 0.88rem;
|
|
68
|
+
border-radius: 50%;
|
|
69
|
+
}
|
|
70
|
+
.m-sign-board-bar .store-info-wrap .store-name {
|
|
71
|
+
flex: 1;
|
|
72
|
+
margin-left: 0.24rem;
|
|
73
|
+
font-weight: 500;
|
|
74
|
+
font-size: 0.32rem;
|
|
75
|
+
line-height: 0.4rem;
|
|
76
|
+
color: #070707;
|
|
77
|
+
font-family: 'Montserrat';
|
|
78
|
+
}
|
|
@@ -78,8 +78,17 @@ var Renderer = function Renderer(props) {
|
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
(0, _react.useEffect)(function () {
|
|
81
|
-
(
|
|
82
|
-
|
|
81
|
+
// const data = await fishFetch('/h5/ga/mediaid', {}, 'GET');
|
|
82
|
+
importAsync('https://www.googletagmanager.com/gtag/js?id=G-7B9GSSLVX3', 'js').then(function () {
|
|
83
|
+
window.dataLayer = window.dataLayer || [];
|
|
84
|
+
|
|
85
|
+
function gtag() {
|
|
86
|
+
dataLayer.push(arguments);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
gtag('js', new Date());
|
|
90
|
+
gtag('config', 'G-7B9GSSLVX3');
|
|
91
|
+
window.gtag = gtag;
|
|
83
92
|
});
|
|
84
93
|
setTimeout(function () {
|
|
85
94
|
var _a;
|
package/es/locale/en/en.json
CHANGED
package/es/locale/es/es.json
CHANGED
package/es/locale/id/id.json
CHANGED
package/es/utils/commonUtil.js
CHANGED
|
@@ -593,21 +593,25 @@ function pushGA(data, eventName) {
|
|
|
593
593
|
eventName = 'designer_click';
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
596
|
+
try {
|
|
597
|
+
if (window.magicDesign.mode == 'renderer') {
|
|
598
|
+
var pageId = window.magicDesign.pageId || '';
|
|
599
|
+
var pageName = window.magicDesign.pageName || '';
|
|
600
|
+
var eventData = {
|
|
601
|
+
pageId: pageId,
|
|
602
|
+
pageName: pageName,
|
|
603
|
+
moduleId: data.moduleId,
|
|
604
|
+
moduleName: data.moduleName,
|
|
605
|
+
groupId: data.groupId,
|
|
606
|
+
groupName: data.groupName,
|
|
607
|
+
elementId: data.elementId,
|
|
608
|
+
elementName: data.elementName
|
|
609
|
+
};
|
|
610
|
+
console.log('GA push', eventName, eventData);
|
|
611
|
+
window.gtag('event', eventName, eventData);
|
|
612
|
+
}
|
|
613
|
+
} catch (error) {
|
|
614
|
+
console.error(error);
|
|
611
615
|
}
|
|
612
616
|
}
|
|
613
617
|
/** react key 计算 */
|
|
Binary file
|
|
@@ -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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
3
|
+
src: url('magic-box-iconfont.woff2?t=1686648198297') format('woff2'),
|
|
4
|
+
url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
|
|
5
|
+
url('magic-box-iconfont.ttf?t=1686648198297') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,6 +13,98 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.magic-box-icon-ListBullets02:before {
|
|
17
|
+
content: "\e670";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.magic-box-icon-AlignBottom:before {
|
|
21
|
+
content: "\e667";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.magic-box-icon-AlignTop:before {
|
|
25
|
+
content: "\e668";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.magic-box-icon-ListBullets01:before {
|
|
29
|
+
content: "\e669";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.magic-box-icon-ListDashes03:before {
|
|
33
|
+
content: "\e66a";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.magic-box-icon-ListNumbers-yi:before {
|
|
37
|
+
content: "\e66b";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.magic-box-icon-ListNumbers-1:before {
|
|
41
|
+
content: "\e66c";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.magic-box-icon-ListNumbers-I:before {
|
|
45
|
+
content: "\e66d";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.magic-box-icon-ListNumbers-A:before {
|
|
49
|
+
content: "\e66e";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.magic-box-icon-AlignCenterVertical:before {
|
|
53
|
+
content: "\e66f";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.magic-box-icon-eye:before {
|
|
57
|
+
content: "\e78f";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.magic-box-icon-download1:before {
|
|
61
|
+
content: "\e663";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.magic-box-icon-send1:before {
|
|
65
|
+
content: "\e664";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.magic-box-icon-select1:before {
|
|
69
|
+
content: "\e665";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.magic-box-icon-uncheck:before {
|
|
73
|
+
content: "\e666";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.magic-box-icon-send:before {
|
|
77
|
+
content: "\e662";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.magic-box-icon-copy1:before {
|
|
81
|
+
content: "\e658";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.magic-box-icon-refresh:before {
|
|
85
|
+
content: "\e65a";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.magic-box-icon-setting1:before {
|
|
89
|
+
content: "\e65c";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.magic-box-icon-ai:before {
|
|
93
|
+
content: "\e65d";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.magic-box-icon-download:before {
|
|
97
|
+
content: "\e65e";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.magic-box-icon-Refresh02:before {
|
|
101
|
+
content: "\e65f";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.magic-box-icon-upload:before {
|
|
105
|
+
content: "\e7ef";
|
|
106
|
+
}
|
|
107
|
+
|
|
16
108
|
.magic-box-icon-HeartStraight:before {
|
|
17
109
|
content: "\e7ff";
|
|
18
110
|
}
|
|
@@ -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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
3
|
+
src: url('magic-box-iconfont.woff2?t=1686648198297') format('woff2'),
|
|
4
|
+
url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
|
|
5
|
+
url('magic-box-iconfont.ttf?t=1686648198297') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,6 +13,98 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.icon-ListBullets02:before {
|
|
17
|
+
content: "\e670";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-AlignBottom:before {
|
|
21
|
+
content: "\e667";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-AlignTop:before {
|
|
25
|
+
content: "\e668";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-ListBullets01:before {
|
|
29
|
+
content: "\e669";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-ListDashes03:before {
|
|
33
|
+
content: "\e66a";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-ListNumbers-yi:before {
|
|
37
|
+
content: "\e66b";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-ListNumbers-1:before {
|
|
41
|
+
content: "\e66c";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-ListNumbers-I:before {
|
|
45
|
+
content: "\e66d";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-ListNumbers-A:before {
|
|
49
|
+
content: "\e66e";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-AlignCenterVertical:before {
|
|
53
|
+
content: "\e66f";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-eye:before {
|
|
57
|
+
content: "\e78f";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-download1:before {
|
|
61
|
+
content: "\e663";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-send1:before {
|
|
65
|
+
content: "\e664";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-select1:before {
|
|
69
|
+
content: "\e665";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-uncheck:before {
|
|
73
|
+
content: "\e666";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-send:before {
|
|
77
|
+
content: "\e662";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-copy1:before {
|
|
81
|
+
content: "\e658";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-refresh:before {
|
|
85
|
+
content: "\e65a";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-setting1:before {
|
|
89
|
+
content: "\e65c";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.icon-ai:before {
|
|
93
|
+
content: "\e65d";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon-download:before {
|
|
97
|
+
content: "\e65e";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.icon-Refresh02:before {
|
|
101
|
+
content: "\e65f";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.icon-upload:before {
|
|
105
|
+
content: "\e7ef";
|
|
106
|
+
}
|
|
107
|
+
|
|
16
108
|
.icon-HeartStraight:before {
|
|
17
109
|
content: "\e7ff";
|
|
18
110
|
}
|