@fonixtree/magic-design 0.0.119 → 0.0.121

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 (29) hide show
  1. package/es/composite-comp/bol/components/Banner/mobile/index.less +71 -48
  2. package/es/composite-comp/bol/components/Carousel/mobile/index.less +92 -76
  3. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  4. package/es/composite-comp/bol/components/ImageText/mobile/index.less +291 -232
  5. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +26 -22
  6. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +44 -37
  7. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +36 -29
  8. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -2
  9. package/es/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
  10. package/es/composite-comp/bol/components/Wallet/pc/index.js +7 -3
  11. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  12. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +34 -20
  13. package/es/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  14. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +44 -40
  15. package/lib/composite-comp/bol/components/Banner/mobile/index.less +71 -48
  16. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +92 -76
  17. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  18. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +291 -232
  19. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +26 -22
  20. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +44 -37
  21. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +36 -29
  22. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -2
  23. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
  24. package/lib/composite-comp/bol/components/Wallet/pc/index.js +7 -3
  25. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  26. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +34 -20
  27. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  28. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +44 -40
  29. package/package.json +1 -1
@@ -1,46 +1,50 @@
1
1
  .m-search-bar {
2
- height: 6.4vw;
3
- padding: 1.067vw 0;
2
+ height: 48px;
3
+ padding: 8px 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
- .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
- }
9
+
10
+ .right {
11
+ display: flex;
12
+ flex: 1;
13
+ margin-left: 15px;
14
+ align-items: center;
15
+ justify-content: space-between;
16
+
17
+ .search-input-wrap {
18
+ flex: 1;
19
+ background: #fff;
20
+ border-radius: 4px;
21
+ border: 1px solid #D2D9E5;
22
+ padding: 4px 12px;
23
+ height: 32px;
24
+ text-align: right;
25
+ }
26
+
27
+ .message-wrap {
28
+ position: relative;
29
+ margin-left: 10px;
30
+
31
+ .num {
32
+ position: absolute;
33
+ top: -6px;
34
+ right: -6px;
35
+ display: inline-block;
36
+ padding: 1px 2px;
37
+ min-width: 17px;
38
+ text-align: center;
39
+ background-color: #CE1126;
40
+ border: 1px solid #fff;
41
+ border-radius: 8px;
42
+ font-family: 'Montserrat';
43
+ font-style: normal;
44
+ font-weight: 600;
45
+ font-size: 8px;
46
+ color: #FFFFFF;
47
+ }
48
+ }
49
+ }
50
+ }
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.119",
4
+ "version": "0.0.121",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",