s-material-react 2.2.48 → 2.2.49

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.
@@ -1,25 +1,25 @@
1
- .btnGroup {
2
- text-align: right;
3
-
4
- .btn {
5
- border-radius: 8px;
6
- padding: 0 15px;
7
- height: 34px;
8
- line-height: 34px;
9
- text-align: center;
10
- font-size: 13px;
11
-
12
- &.white {
13
- --background-color: #f1f5f8;
14
- --border-color: #f1f5f8;
15
- margin-left: 10px;
16
- }
17
-
18
- &.black {
19
- --background-color: #eafaf9;
20
- --border-color: #eafaf9;
21
- --text-color: #34c0bc;
22
- margin-left: 10px;
23
- }
24
- }
25
- }
1
+ .btnGroup {
2
+ text-align: right;
3
+
4
+ .btn {
5
+ border-radius: 8px;
6
+ padding: 0 15px;
7
+ height: 34px;
8
+ line-height: 34px;
9
+ text-align: center;
10
+ font-size: 13px;
11
+
12
+ &.white {
13
+ --background-color: #f1f5f8;
14
+ --border-color: #f1f5f8;
15
+ margin-left: 10px;
16
+ }
17
+
18
+ &.black {
19
+ --background-color: #eafaf9;
20
+ --border-color: #eafaf9;
21
+ --text-color: #34c0bc;
22
+ margin-left: 10px;
23
+ }
24
+ }
25
+ }
@@ -1,126 +1,126 @@
1
- @import './order-goodsItem.scss';
2
-
3
- .order-container {
4
- height: 100%;
5
- overflow: hidden;
6
-
7
- .qj-tabs {
8
- .default-item {
9
- font-size: 12px;
10
- }
11
- .default-item {
12
- border-width: 0;
13
- color: #333333;
14
- }
15
- .actived-item {
16
- color: #34c0bc;
17
- border-color: #34c0bc !important;
18
- border-width: 2px;
19
- }
20
- }
21
-
22
- .orderList {
23
- .tabTitle {
24
- --title-font-size: 15px;
25
- }
26
-
27
- .orderListItemWrap {
28
- //overflow-y: auto;
29
- //margin-bottom: 20px;
30
- .nodata_img {
31
- width: 100%;
32
- display: flex;
33
- flex-direction: column;
34
- justify-content: center;
35
- align-items: center;
36
-
37
- .img {
38
- width: 200px;
39
- height: 200px;
40
- margin-top: 20px;
41
- }
42
- }
43
-
44
- .nodata-btn {
45
- margin-top: 20px;
46
- width: 150px;
47
- height: 50px;
48
- line-height: 50px;
49
- text-align: center;
50
- background-color: #34c0bc;
51
- color: #ffffff;
52
- border-radius: 30px;
53
- font-size: 18px;
54
- }
55
-
56
- .orderListItem {
57
- margin-left: 12px;
58
- margin-right: 12px;
59
- background: #fff;
60
- padding: 15px 15px 10px 15px;
61
- border-radius: 10px;
62
-
63
- .topInfo {
64
- display: flex;
65
- height: 20px;
66
- line-height: 20px;
67
- justify-content: space-between;
68
- margin-bottom: 12px;
69
- align-items: center;
70
-
71
- .orderNo {
72
- font-size: 14px;
73
- display: flex;
74
- align-items: center;
75
-
76
- .copy {
77
- color: #fff;
78
- padding: 0 4px;
79
- margin-left: 5px;
80
- background-color: #34c0bc;
81
- border-color: #34c0bc;
82
- border-radius: 2px;
83
- font-size: 12px;
84
- }
85
- }
86
-
87
- .status {
88
- font-size: 14px;
89
- font-weight: bold;
90
- color: #ff1643;
91
- }
92
- }
93
-
94
- .goodsItemWrap {
95
- padding-bottom: 6px;
96
- margin-bottom: 10px;
97
-
98
- .card-item {
99
- margin-top: 10px;
100
- &:first-of-type {
101
- margin-top: unset;
102
- }
103
- }
104
- }
105
-
106
- .allInfo {
107
- display: flex;
108
- justify-content: space-between;
109
- margin-bottom: 10px;
110
- margin-top: 10px;
111
-
112
- .totalNum {
113
- font-size: 12px;
114
- color: #999;
115
- }
116
-
117
- .totalPrice {
118
- font-size: 14px;
119
- color: #000;
120
- line-height: 20px;
121
- }
122
- }
123
- }
124
- }
125
- }
126
- }
1
+ @import './order-goodsItem.scss';
2
+
3
+ .order-container {
4
+ height: 100%;
5
+ overflow: hidden;
6
+
7
+ .qj-tabs {
8
+ .default-item {
9
+ font-size: 12px;
10
+ }
11
+ .default-item {
12
+ border-width: 0;
13
+ color: #333333;
14
+ }
15
+ .actived-item {
16
+ color: #34c0bc;
17
+ border-color: #34c0bc !important;
18
+ border-width: 2px;
19
+ }
20
+ }
21
+
22
+ .orderList {
23
+ .tabTitle {
24
+ --title-font-size: 15px;
25
+ }
26
+
27
+ .orderListItemWrap {
28
+ //overflow-y: auto;
29
+ //margin-bottom: 20px;
30
+ .nodata_img {
31
+ width: 100%;
32
+ display: flex;
33
+ flex-direction: column;
34
+ justify-content: center;
35
+ align-items: center;
36
+
37
+ .img {
38
+ width: 200px;
39
+ height: 200px;
40
+ margin-top: 20px;
41
+ }
42
+ }
43
+
44
+ .nodata-btn {
45
+ margin-top: 20px;
46
+ width: 150px;
47
+ height: 50px;
48
+ line-height: 50px;
49
+ text-align: center;
50
+ background-color: #34c0bc;
51
+ color: #ffffff;
52
+ border-radius: 30px;
53
+ font-size: 18px;
54
+ }
55
+
56
+ .orderListItem {
57
+ margin-left: 12px;
58
+ margin-right: 12px;
59
+ background: #fff;
60
+ padding: 15px 15px 10px 15px;
61
+ border-radius: 10px;
62
+
63
+ .topInfo {
64
+ display: flex;
65
+ height: 20px;
66
+ line-height: 20px;
67
+ justify-content: space-between;
68
+ margin-bottom: 12px;
69
+ align-items: center;
70
+
71
+ .orderNo {
72
+ font-size: 14px;
73
+ display: flex;
74
+ align-items: center;
75
+
76
+ .copy {
77
+ color: #fff;
78
+ padding: 0 4px;
79
+ margin-left: 5px;
80
+ background-color: #34c0bc;
81
+ border-color: #34c0bc;
82
+ border-radius: 2px;
83
+ font-size: 12px;
84
+ }
85
+ }
86
+
87
+ .status {
88
+ font-size: 14px;
89
+ font-weight: bold;
90
+ color: #ff1643;
91
+ }
92
+ }
93
+
94
+ .goodsItemWrap {
95
+ padding-bottom: 6px;
96
+ margin-bottom: 10px;
97
+
98
+ .card-item {
99
+ margin-top: 10px;
100
+ &:first-of-type {
101
+ margin-top: unset;
102
+ }
103
+ }
104
+ }
105
+
106
+ .allInfo {
107
+ display: flex;
108
+ justify-content: space-between;
109
+ margin-bottom: 10px;
110
+ margin-top: 10px;
111
+
112
+ .totalNum {
113
+ font-size: 12px;
114
+ color: #999;
115
+ }
116
+
117
+ .totalPrice {
118
+ font-size: 14px;
119
+ color: #000;
120
+ line-height: 20px;
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
@@ -1,101 +1,101 @@
1
- .paymentModeWrap {
2
- .paymentMode {
3
- padding-bottom: 100px;
4
- box-sizing: border-box;
5
- //height: inherit;
6
- //overflow: scroll;
7
- .topInfo {
8
- margin-top: 30px;
9
- margin-bottom: 50px;
10
- .info {
11
- display: flex;
12
- flex-direction: column;
13
- align-items: center;
14
- .price {
15
- font-size: 18px;
16
- color: #333;
17
- font-weight: bold;
18
- margin-bottom: 15px;
19
- }
20
- }
21
-
22
- .title {
23
- font-size: 18px;
24
- margin-bottom: 13px;
25
- display: flex;
26
- align-items: center;
27
- .icon {
28
- margin-right: 5px;
29
- }
30
- }
31
-
32
- .info {
33
- color: #7a7a7a;
34
- font-size: 12px;
35
- }
36
- }
37
-
38
- .paymentGroup {
39
- .paymentItem {
40
- padding: 16px;
41
- display: flex;
42
- align-items: center;
43
- border-bottom: 1px solid #f5f5f5;
44
-
45
- &:last-of-type {
46
- border-bottom: none;
47
- }
48
-
49
- .paymentItemContent {
50
- flex: 1;
51
- margin-left: 5px;
52
- }
53
-
54
- .base {
55
- font-size: 14px;
56
- color: #333;
57
- }
58
-
59
- .base,
60
- .info {
61
- display: flex;
62
- justify-content: space-between;
63
- }
64
- .info {
65
- padding-top: 20px;
66
- }
67
-
68
- .icon {
69
- font-size: 20px;
70
- }
71
- }
72
- }
73
- }
74
-
75
- .btnGroup {
76
- width: 100%;
77
- padding: 10px;
78
- box-sizing: border-box;
79
- position: sticky;
80
- bottom: 0px;
81
- //margin-top: -54px;
82
-
83
- .payment {
84
- background: #34c0bc;
85
- color: #fff;
86
- border-radius: 8px;
87
- width: 100%;
88
- height: 34px;
89
- line-height: 34px;
90
- font-size: 14px;
91
- text-align: center;
92
- cursor: pointer;
93
- }
94
- }
95
- }
96
-
97
- .paymentGroupTitle {
98
- font-size: 12px;
99
- color: #333;
100
- margin-left: 25px;
101
- }
1
+ .paymentModeWrap {
2
+ .paymentMode {
3
+ padding-bottom: 100px;
4
+ box-sizing: border-box;
5
+ //height: inherit;
6
+ //overflow: scroll;
7
+ .topInfo {
8
+ margin-top: 30px;
9
+ margin-bottom: 50px;
10
+ .info {
11
+ display: flex;
12
+ flex-direction: column;
13
+ align-items: center;
14
+ .price {
15
+ font-size: 18px;
16
+ color: #333;
17
+ font-weight: bold;
18
+ margin-bottom: 15px;
19
+ }
20
+ }
21
+
22
+ .title {
23
+ font-size: 18px;
24
+ margin-bottom: 13px;
25
+ display: flex;
26
+ align-items: center;
27
+ .icon {
28
+ margin-right: 5px;
29
+ }
30
+ }
31
+
32
+ .info {
33
+ color: #7a7a7a;
34
+ font-size: 12px;
35
+ }
36
+ }
37
+
38
+ .paymentGroup {
39
+ .paymentItem {
40
+ padding: 16px;
41
+ display: flex;
42
+ align-items: center;
43
+ border-bottom: 1px solid #f5f5f5;
44
+
45
+ &:last-of-type {
46
+ border-bottom: none;
47
+ }
48
+
49
+ .paymentItemContent {
50
+ flex: 1;
51
+ margin-left: 5px;
52
+ }
53
+
54
+ .base {
55
+ font-size: 14px;
56
+ color: #333;
57
+ }
58
+
59
+ .base,
60
+ .info {
61
+ display: flex;
62
+ justify-content: space-between;
63
+ }
64
+ .info {
65
+ padding-top: 20px;
66
+ }
67
+
68
+ .icon {
69
+ font-size: 20px;
70
+ }
71
+ }
72
+ }
73
+ }
74
+
75
+ .btnGroup {
76
+ width: 100%;
77
+ padding: 10px;
78
+ box-sizing: border-box;
79
+ position: sticky;
80
+ bottom: 0px;
81
+ //margin-top: -54px;
82
+
83
+ .payment {
84
+ background: #34c0bc;
85
+ color: #fff;
86
+ border-radius: 8px;
87
+ width: 100%;
88
+ height: 34px;
89
+ line-height: 34px;
90
+ font-size: 14px;
91
+ text-align: center;
92
+ cursor: pointer;
93
+ }
94
+ }
95
+ }
96
+
97
+ .paymentGroupTitle {
98
+ font-size: 12px;
99
+ color: #333;
100
+ margin-left: 25px;
101
+ }