s-material-react 2.2.55 → 2.2.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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- ### 物料配置
2
-
3
- #### 目录接口
4
- > src
5
- >> common
1
+ ### 物料配置
2
+
3
+ #### 目录接口
4
+ > src
5
+ >> common
@@ -1,77 +1,77 @@
1
- @import '../basic/textLine.scss';
2
-
3
- .card-item {
4
- display: grid;
5
- grid-template-columns: 80px 1fr;
6
- gap: 7px;
7
- margin-bottom: 12px;
8
-
9
- .card-item-img {
10
- width: 80px;
11
- height: 80px;
12
- border-radius: 8px;
13
- }
14
-
15
- &-info {
16
- &-container {
17
- display: grid;
18
- grid-template-columns: 1fr 80px;
19
- grid-auto-flow: dense;
20
- line-height: 18px;
21
- justify-content: space-between;
22
- height: 54px;
23
-
24
- &-title {
25
- @include titleLine(2);
26
- font-size: 12px;
27
- }
28
-
29
- &-price {
30
- font-size: 14px;
31
- color: #333333;
32
- font-weight: 600;
33
- text-align: right;
34
- }
35
- }
36
-
37
- &-sub {
38
- display: grid;
39
- grid-template-columns: 1fr 60px;
40
- justify-content: space-between;
41
- color: #999999;
42
- font-size: 12px;
43
- margin-bottom: 3px;
44
- margin-top: 5px;
45
-
46
- .count {
47
- text-align: right;
48
- }
49
- }
50
-
51
- &-tips {
52
- display: inline-block;
53
- height: 20px;
54
- line-height: 20px;
55
- background-color: rgba(255, 22, 67, 0.1);
56
- border-radius: 3px;
57
- color: #ff1643;
58
- padding: 2px 4px;
59
- }
60
- }
61
- }
62
-
63
- .card-item-info-countDown {
64
- background-color: #f2f4f5;
65
- height: 35px;
66
- line-height: 35px;
67
- border-radius: 8px;
68
- padding-left: 15px;
69
- display: flex;
70
- flex-direction: row;
71
- align-items: center;
72
-
73
- .count-down-text {
74
- margin-left: 6px;
75
- color: #ff2d1e;
76
- }
77
- }
1
+ @import '../basic/textLine.scss';
2
+
3
+ .card-item {
4
+ display: grid;
5
+ grid-template-columns: 80px 1fr;
6
+ gap: 7px;
7
+ margin-bottom: 12px;
8
+
9
+ .card-item-img {
10
+ width: 80px;
11
+ height: 80px;
12
+ border-radius: 8px;
13
+ }
14
+
15
+ &-info {
16
+ &-container {
17
+ display: grid;
18
+ grid-template-columns: 1fr 80px;
19
+ grid-auto-flow: dense;
20
+ line-height: 18px;
21
+ justify-content: space-between;
22
+ height: 54px;
23
+
24
+ &-title {
25
+ @include titleLine(2);
26
+ font-size: 12px;
27
+ }
28
+
29
+ &-price {
30
+ font-size: 14px;
31
+ color: #333333;
32
+ font-weight: 600;
33
+ text-align: right;
34
+ }
35
+ }
36
+
37
+ &-sub {
38
+ display: grid;
39
+ grid-template-columns: 1fr 60px;
40
+ justify-content: space-between;
41
+ color: #999999;
42
+ font-size: 12px;
43
+ margin-bottom: 3px;
44
+ margin-top: 5px;
45
+
46
+ .count {
47
+ text-align: right;
48
+ }
49
+ }
50
+
51
+ &-tips {
52
+ display: inline-block;
53
+ height: 20px;
54
+ line-height: 20px;
55
+ background-color: rgba(255, 22, 67, 0.1);
56
+ border-radius: 3px;
57
+ color: #ff1643;
58
+ padding: 2px 4px;
59
+ }
60
+ }
61
+ }
62
+
63
+ .card-item-info-countDown {
64
+ background-color: #f2f4f5;
65
+ height: 35px;
66
+ line-height: 35px;
67
+ border-radius: 8px;
68
+ padding-left: 15px;
69
+ display: flex;
70
+ flex-direction: row;
71
+ align-items: center;
72
+
73
+ .count-down-text {
74
+ margin-left: 6px;
75
+ color: #ff2d1e;
76
+ }
77
+ }
@@ -196,7 +196,7 @@ $padding: 16px;
196
196
  width: 100%;
197
197
  // height: 54px;
198
198
  background-color: #ffffff;
199
- position: fixed;
199
+ position: sticky;
200
200
  bottom: 0;
201
201
  left: 0;
202
202
  z-index: 100;