@fonixtree/magic-design 0.0.116 → 0.0.119
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/less/datepicker.less +4 -2
- package/es/assets/less/form.less +3 -2
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +2 -2
- package/es/composite-comp/bol/components/Banner/mobile/index.js +7 -8
- package/es/composite-comp/bol/components/Banner/mobile/index.less +48 -71
- package/es/composite-comp/bol/components/Banner/pc/index.js +7 -8
- package/es/composite-comp/bol/components/Banner/pc/index.less +2 -2
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +76 -92
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +232 -291
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +22 -26
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +37 -44
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +29 -36
- 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/config-panels/BannerConfig/BannerConfigSetting/index.js +11 -26
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +7 -8
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +20 -34
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +40 -44
- package/es/meta-comp/components/Image/index.less +1 -1
- package/lib/assets/less/datepicker.less +4 -2
- package/lib/assets/less/form.less +3 -2
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +2 -2
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +7 -8
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +48 -71
- package/lib/composite-comp/bol/components/Banner/pc/index.js +7 -8
- package/lib/composite-comp/bol/components/Banner/pc/index.less +2 -2
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +76 -92
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +232 -291
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +22 -26
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +37 -44
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +29 -36
- 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/config-panels/BannerConfig/BannerConfigSetting/index.js +11 -26
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +7 -8
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +20 -34
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +40 -44
- package/lib/meta-comp/components/Image/index.less +1 -1
- package/package.json +2 -1
|
@@ -1,50 +1,46 @@
|
|
|
1
1
|
.m-search-bar {
|
|
2
|
-
height:
|
|
3
|
-
padding:
|
|
2
|
+
height: 6.4vw;
|
|
3
|
+
padding: 1.067vw 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
|
-
}
|
|
9
|
+
}
|
|
10
|
+
.m-search-bar .right {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex: 1;
|
|
13
|
+
margin-left: 2vw;
|
|
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.533vw;
|
|
21
|
+
border: 1px solid #D2D9E5;
|
|
22
|
+
padding: 0.533vw 1.6vw;
|
|
23
|
+
height: 4.267vw;
|
|
24
|
+
text-align: right;
|
|
25
|
+
}
|
|
26
|
+
.m-search-bar .right .message-wrap {
|
|
27
|
+
position: relative;
|
|
28
|
+
margin-left: 1.333vw;
|
|
29
|
+
}
|
|
30
|
+
.m-search-bar .right .message-wrap .num {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: -0.8vw;
|
|
33
|
+
right: -0.8vw;
|
|
34
|
+
display: inline-block;
|
|
35
|
+
padding: 1px 0.267vw;
|
|
36
|
+
min-width: 2.267vw;
|
|
37
|
+
text-align: center;
|
|
38
|
+
background-color: #CE1126;
|
|
39
|
+
border: 1px solid #fff;
|
|
40
|
+
border-radius: 1.067vw;
|
|
41
|
+
font-family: 'Montserrat';
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-weight: 600;
|
|
44
|
+
font-size: 1.067vw;
|
|
45
|
+
color: #FFFFFF;
|
|
46
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonixtree/magic-design",
|
|
3
3
|
"author": "Cylon Team",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.119",
|
|
5
5
|
"description": "Magic Design",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"mobx": "6.6.1",
|
|
30
30
|
"mobx-react": "7.5.2",
|
|
31
31
|
"moment": "2.29.3",
|
|
32
|
+
"ramda": "^0.28.0",
|
|
32
33
|
"react-color": "2.17.0",
|
|
33
34
|
"react-router-dom": "5.3.0",
|
|
34
35
|
"react-slick": "^0.29.0",
|