@fle-ui/plus-choose-mall-goods 1.1.1 → 1.1.3

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,19 +1,19 @@
1
- # @fle-ui/plus-choose-mall-goods
2
-
3
- > @fle-ui/plus-choose-mall-goods
4
-
5
- ## Install
6
-
7
- Using npm:
8
-
9
- ```bash
10
- $ npm install --save @fle-ui/plus-choose-mall-goods
11
- ```
12
-
13
- or using yarn:
14
-
15
- ```bash
16
- $ yarn add @fle-ui/plus-choose-mall-goods
17
- ```
18
-
1
+ # @fle-ui/plus-choose-mall-goods
2
+
3
+ > @fle-ui/plus-choose-mall-goods
4
+
5
+ ## Install
6
+
7
+ Using npm:
8
+
9
+ ```bash
10
+ $ npm install --save @fle-ui/plus-choose-mall-goods
11
+ ```
12
+
13
+ or using yarn:
14
+
15
+ ```bash
16
+ $ yarn add @fle-ui/plus-choose-mall-goods
17
+ ```
18
+
19
19
 
@@ -1,97 +1,97 @@
1
- .change-price {
2
- .change-price-body {
3
- margin: 0 20px;
4
- .cpb-header {
5
- .cpb-header-title {
6
- color: #000;
7
- font-size: 16px;
8
- font-weight: 500;
9
- height: 22px;
10
- line-height: 22px;
11
- }
12
- .cpb-header-desc {
13
- color: #999;
14
- font-size: 12px;
15
- font-weight: 400;
16
- line-height: 17px;
17
- margin-top: 11px;
18
- width: 100%;
19
- }
20
- }
21
- .cpb-rules {
22
- margin-top: 20px;
23
- .rule-flex {
24
- display: flex;
25
- align-items: center;
26
- }
27
- .rule-tip {
28
- color: #2c68ff;
29
- font-size: 12px;
30
- font-weight: 400;
31
- height: 17px;
32
- line-height: 17px;
33
- margin-bottom: 10px;
34
- margin-top: 10px;
35
- }
36
- }
37
- .cpb-bot-tip {
38
- display: flex;
39
- margin-top: 20px;
40
- .cpb-bot-tip-left {
41
- color: #999;
42
- line-height: 20px;
43
- font-size: 12px;
44
- }
45
- .cpb-bot-tip-right {
46
- color: #999;
47
- line-height: 20px;
48
- font-size: 12px;
49
- margin-left: 8px;
50
- }
51
- }
52
- .cpb-save {
53
- margin: 0 auto;
54
- margin-top: 30px;
55
- }
56
- }
57
- .alter_price_content_wrapper {
58
- border: 1px solid #e2e2e2;
59
- display: flex;
60
- margin-bottom: 19px;
61
- margin-top: 12px;
62
- width: 100%;
63
- .alter_price_content_wrapper_item {
64
- display: inline-block;
65
- width: 50%;
66
- &:first-child {
67
- border-right: 1px solid #e2e2e2;
68
- }
69
- .alter_price_content_wrapper_item_title {
70
- background: #f0f0f0;
71
- border-bottom: 1px solid #e2e2e2;
72
- color: #4c4c4c;
73
- font-size: 14px;
74
- font-weight: 500;
75
- height: 44px;
76
- line-height: 44px;
77
- text-align: center;
78
- }
79
- .alter_price_content_wrapper_item_content {
80
- padding: 20px 15px;
81
- .rule-flex {
82
- display: flex;
83
- align-items: center;
84
- }
85
- .rule-tip {
86
- color: #2c68ff;
87
- font-size: 12px;
88
- font-weight: 400;
89
- height: 17px;
90
- line-height: 17px;
91
- margin-bottom: 10px;
92
- margin-top: 10px;
93
- }
94
- }
95
- }
96
- }
97
- }
1
+ .change-price {
2
+ .change-price-body {
3
+ margin: 0 20px;
4
+ .cpb-header {
5
+ .cpb-header-title {
6
+ color: #000;
7
+ font-size: 16px;
8
+ font-weight: 500;
9
+ height: 22px;
10
+ line-height: 22px;
11
+ }
12
+ .cpb-header-desc {
13
+ color: #999;
14
+ font-size: 12px;
15
+ font-weight: 400;
16
+ line-height: 17px;
17
+ margin-top: 11px;
18
+ width: 100%;
19
+ }
20
+ }
21
+ .cpb-rules {
22
+ margin-top: 20px;
23
+ .rule-flex {
24
+ display: flex;
25
+ align-items: center;
26
+ }
27
+ .rule-tip {
28
+ color: #2c68ff;
29
+ font-size: 12px;
30
+ font-weight: 400;
31
+ height: 17px;
32
+ line-height: 17px;
33
+ margin-bottom: 10px;
34
+ margin-top: 10px;
35
+ }
36
+ }
37
+ .cpb-bot-tip {
38
+ display: flex;
39
+ margin-top: 20px;
40
+ .cpb-bot-tip-left {
41
+ color: #999;
42
+ line-height: 20px;
43
+ font-size: 12px;
44
+ }
45
+ .cpb-bot-tip-right {
46
+ color: #999;
47
+ line-height: 20px;
48
+ font-size: 12px;
49
+ margin-left: 8px;
50
+ }
51
+ }
52
+ .cpb-save {
53
+ margin: 0 auto;
54
+ margin-top: 30px;
55
+ }
56
+ }
57
+ .alter_price_content_wrapper {
58
+ border: 1px solid #e2e2e2;
59
+ display: flex;
60
+ margin-bottom: 19px;
61
+ margin-top: 12px;
62
+ width: 100%;
63
+ .alter_price_content_wrapper_item {
64
+ display: inline-block;
65
+ width: 50%;
66
+ &:first-child {
67
+ border-right: 1px solid #e2e2e2;
68
+ }
69
+ .alter_price_content_wrapper_item_title {
70
+ background: #f0f0f0;
71
+ border-bottom: 1px solid #e2e2e2;
72
+ color: #4c4c4c;
73
+ font-size: 14px;
74
+ font-weight: 500;
75
+ height: 44px;
76
+ line-height: 44px;
77
+ text-align: center;
78
+ }
79
+ .alter_price_content_wrapper_item_content {
80
+ padding: 20px 15px;
81
+ .rule-flex {
82
+ display: flex;
83
+ align-items: center;
84
+ }
85
+ .rule-tip {
86
+ color: #2c68ff;
87
+ font-size: 12px;
88
+ font-weight: 400;
89
+ height: 17px;
90
+ line-height: 17px;
91
+ margin-bottom: 10px;
92
+ margin-top: 10px;
93
+ }
94
+ }
95
+ }
96
+ }
97
+ }
@@ -1,78 +1,78 @@
1
- .after-price-confirm-components {
2
- .ant-modal-body {
3
- padding: 0px;
4
- overflow: hidden;
5
- }
6
-
7
- .after-price-confirm-icon-wrap {
8
- text-align: center;
9
-
10
- .after-price-confirm-icon {
11
- color: #faad14;
12
- font-size: 38px;
13
- margin: 45px auto 0 auto;
14
- }
15
- }
16
-
17
- .main-tips {
18
- height: 28px;
19
- font-size: 20px;
20
- font-weight: 600;
21
- color: #494949;
22
- line-height: 28px;
23
- margin-top: 14px;
24
- text-align: center;
25
- }
26
-
27
- .sub-tips {
28
- margin-top: 20px;
29
- text-align: center;
30
- // height: 20px;
31
- font-size: 14px;
32
- font-weight: 400;
33
- color: #666666;
34
- line-height: 20px;
35
- padding: 0 44px;
36
- }
37
-
38
- .alter-buttons {
39
- margin-top: 28px;
40
- padding-bottom: 45px;
41
- display: flex;
42
- justify-content: center;
43
-
44
- .alter-button {
45
- width: 123px;
46
- height: 32px;
47
- }
48
- }
49
-
50
- .select {
51
- margin-top: 15px;
52
- }
53
-
54
- .radio_select {
55
- width: 480px;
56
- height: 25px;
57
- line-height: 20px;
58
- display: flex;
59
-
60
- .radio_label {
61
- width: 100px;
62
- font-size: 14px;
63
- float: left;
64
- text-align: right;
65
- margin-right: 15px;
66
- }
67
-
68
- .radio_bottom,
69
- .radio_top {
70
- flex: 1;
71
- margin-left: 14px;
72
-
73
- .ant-radio-wrapper:nth-child(2) {
74
- margin-left: 43px;
75
- }
76
- }
77
- }
78
- }
1
+ .after-price-confirm-components {
2
+ .ant-modal-body {
3
+ padding: 0px;
4
+ overflow: hidden;
5
+ }
6
+
7
+ .after-price-confirm-icon-wrap {
8
+ text-align: center;
9
+
10
+ .after-price-confirm-icon {
11
+ color: #faad14;
12
+ font-size: 38px;
13
+ margin: 45px auto 0 auto;
14
+ }
15
+ }
16
+
17
+ .main-tips {
18
+ height: 28px;
19
+ font-size: 20px;
20
+ font-weight: 600;
21
+ color: #494949;
22
+ line-height: 28px;
23
+ margin-top: 14px;
24
+ text-align: center;
25
+ }
26
+
27
+ .sub-tips {
28
+ margin-top: 20px;
29
+ text-align: center;
30
+ // height: 20px;
31
+ font-size: 14px;
32
+ font-weight: 400;
33
+ color: #666666;
34
+ line-height: 20px;
35
+ padding: 0 44px;
36
+ }
37
+
38
+ .alter-buttons {
39
+ margin-top: 28px;
40
+ padding-bottom: 45px;
41
+ display: flex;
42
+ justify-content: center;
43
+
44
+ .alter-button {
45
+ width: 123px;
46
+ height: 32px;
47
+ }
48
+ }
49
+
50
+ .select {
51
+ margin-top: 15px;
52
+ }
53
+
54
+ .radio_select {
55
+ width: 480px;
56
+ height: 25px;
57
+ line-height: 20px;
58
+ display: flex;
59
+
60
+ .radio_label {
61
+ width: 100px;
62
+ font-size: 14px;
63
+ float: left;
64
+ text-align: right;
65
+ margin-right: 15px;
66
+ }
67
+
68
+ .radio_bottom,
69
+ .radio_top {
70
+ flex: 1;
71
+ margin-left: 14px;
72
+
73
+ .ant-radio-wrapper:nth-child(2) {
74
+ margin-left: 43px;
75
+ }
76
+ }
77
+ }
78
+ }