@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.
- package/es/composite-comp/bol/components/Banner/mobile/index.less +71 -48
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +92 -76
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +291 -232
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +26 -22
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +44 -37
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +36 -29
- package/es/composite-comp/bol/components/Video/mobile/index.less +3 -2
- package/es/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
- package/es/composite-comp/bol/components/Wallet/pc/index.js +7 -3
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +34 -20
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +44 -40
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +71 -48
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +92 -76
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +291 -232
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +26 -22
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +44 -37
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +36 -29
- package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -2
- package/lib/composite-comp/bol/components/Wallet/mobile/index.less +40 -27
- package/lib/composite-comp/bol/components/Wallet/pc/index.js +7 -3
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +34 -20
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +44 -40
- package/package.json +1 -1
|
@@ -1,46 +1,50 @@
|
|
|
1
1
|
.m-search-bar {
|
|
2
|
-
height:
|
|
3
|
-
padding:
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
+
}
|