s-material-react 2.2.53 → 2.2.55
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/css/common/card.scss +77 -77
- package/css/pages/placeOrderGroup.scss +369 -364
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/css/common/card.scss
CHANGED
|
@@ -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:
|
|
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
|
+
}
|