taro-react-uilib 1.3.2-2 → 1.3.2
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/CHANGELOG.md +5 -106
- package/dist/components/AmountKeyboard/index.js +1 -1
- package/dist/components/AmountKeyboard/index.js.map +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Captcha/index.js +1 -1
- package/dist/components/Captcha/index.js.map +1 -1
- package/dist/components/Dialog/Alert/index.js +1 -1
- package/dist/components/Dialog/Alert/index.js.map +1 -1
- package/dist/components/Dialog/Confirm/index.js +1 -1
- package/dist/components/Dialog/Confirm/index.js.map +1 -1
- package/dist/components/DialogComponent/index.js.map +1 -1
- package/dist/components/DialogRef/index.js +1 -1
- package/dist/components/DialogRef/index.js.map +1 -1
- package/dist/components/FormInput/index.js +1 -1
- package/dist/components/FormInput/index.js.map +1 -1
- package/dist/components/NumberKeyboard/index.js +1 -1
- package/dist/components/NumberKeyboard/index.js.map +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/index.js.map +1 -1
- package/dist/components/Step/Steps/index.js +1 -1
- package/dist/components/Step/Steps/index.js.map +1 -1
- package/dist/components/Step/index.js +1 -1
- package/dist/components/Step/index.js.map +1 -1
- package/dist/components/Tabbar/index.js.map +1 -1
- package/dist/components/Tabbar/tabbar/TabItem.js.map +1 -1
- package/dist/components/Tabbar/tabbar/Tabbar.js +1 -1
- package/dist/components/Tabbar/tabbar/Tabbar.js.map +1 -1
- package/dist/components/src/index.js +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/styles/components/amountinput.scss +6 -5
- package/dist/styles/components/amountkeyboard.scss +12 -30
- package/dist/styles/components/badge.scss +1 -0
- package/dist/styles/components/bankicon.scss +1 -1
- package/dist/styles/components/button.scss +5 -7
- package/dist/styles/components/captcha.scss +3 -9
- package/dist/styles/components/checkbox.scss +5 -4
- package/dist/styles/components/dialog.scss +14 -14
- package/dist/styles/components/dialogref.scss +30 -14
- package/dist/styles/components/font/iconfont.ttf +0 -0
- package/dist/styles/components/font/iconfont.woff +0 -0
- package/dist/styles/components/font/iconfont.woff2 +0 -0
- package/dist/styles/components/forminput.scss +28 -40
- package/dist/styles/components/icon.scss +14 -3
- package/dist/styles/components/images/backspace.png +0 -0
- package/dist/styles/components/images/closeKeyboard.png +0 -0
- package/dist/styles/components/images/icon-arrow-right.png +0 -0
- package/dist/styles/components/images/loading.png +0 -0
- package/dist/styles/components/index.scss +0 -5
- package/dist/styles/components/list.scss +5 -17
- package/dist/styles/components/loading.scss +9 -1
- package/dist/styles/components/mask.scss +1 -1
- package/dist/styles/components/navbar.scss +0 -1
- package/dist/styles/components/numberkeyboard.scss +36 -47
- package/dist/styles/components/page.scss +2 -2
- package/dist/styles/components/passwordinput.scss +1 -1
- package/dist/styles/components/picker.scss +1 -0
- package/dist/styles/components/popup.scss +3 -2
- package/dist/styles/components/progress.scss +2 -2
- package/dist/styles/components/radio.scss +6 -5
- package/dist/styles/components/step.scss +1 -9
- package/dist/styles/components/tabbar.scss +0 -3
- package/dist/styles/components/toast.scss +1 -0
- package/dist/styles/themes/default.scss +8 -17
- package/dist/styles/themes/variable.scss +0 -8
- package/lib/components/AmountKeyboard/index.js +9 -7
- package/lib/components/AmountKeyboard/index.js.map +1 -1
- package/lib/components/Button/index.js +2 -2
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Captcha/index.js +2 -2
- package/lib/components/Captcha/index.js.map +1 -1
- package/lib/components/Dialog/Alert/index.js +3 -3
- package/lib/components/Dialog/Alert/index.js.map +1 -1
- package/lib/components/Dialog/Confirm/index.js +2 -2
- package/lib/components/Dialog/Confirm/index.js.map +1 -1
- package/lib/components/DialogComponent/index.js +2 -0
- package/lib/components/DialogComponent/index.js.map +1 -1
- package/lib/components/DialogRef/index.js +14 -6
- package/lib/components/DialogRef/index.js.map +1 -1
- package/lib/components/FormInput/index.js +2 -3
- package/lib/components/FormInput/index.js.map +1 -1
- package/lib/components/Icon/index.js +2 -3
- package/lib/components/Icon/index.js.map +1 -1
- package/lib/components/NumberKeyboard/index.js +2 -4
- package/lib/components/NumberKeyboard/index.js.map +1 -1
- package/lib/components/Radio/index.js +1 -1
- package/lib/components/Radio/index.js.map +1 -1
- package/lib/components/Step/Steps/index.js +0 -1
- package/lib/components/Step/Steps/index.js.map +1 -1
- package/lib/components/Step/index.js +1 -2
- package/lib/components/Step/index.js.map +1 -1
- package/lib/components/Tabbar/index.js +0 -1
- package/lib/components/Tabbar/index.js.map +1 -1
- package/lib/components/Tabbar/tabbar/TabItem.js +1 -0
- package/lib/components/Tabbar/tabbar/TabItem.js.map +1 -1
- package/lib/components/Tabbar/tabbar/Tabbar.js +8 -9
- package/lib/components/Tabbar/tabbar/Tabbar.js.map +1 -1
- package/lib/index.js +0 -6
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/types/components/AmountKeyboard/index.d.ts +1 -0
- package/types/components/Button/index.d.ts +1 -2
- package/types/components/Captcha/index.d.ts +1 -1
- package/types/components/DialogRef/index.d.ts +0 -2
- package/types/components/Icon/index.d.ts +1 -3
- package/types/components/NumberKeyboard/index.d.ts +0 -2
- package/types/components/Step/index.d.ts +0 -1
- package/types/components/Tabbar/index.d.ts +0 -1
- package/types/components/Tabbar/tabbar/TabItem.d.ts +1 -0
- package/types/components/Tabbar/tabbar/Tabbar.d.ts +2 -3
- package/types/index.d.ts +0 -6
- package/dist/components/ActionSheet/index.js +0 -2
- package/dist/components/ActionSheet/index.js.map +0 -1
- package/dist/components/ActivityIndicator/index.js +0 -2
- package/dist/components/ActivityIndicator/index.js.map +0 -1
- package/dist/components/Cell/index.js +0 -2
- package/dist/components/Cell/index.js.map +0 -1
- package/dist/components/Icon/index.js +0 -2
- package/dist/components/Icon/index.js.map +0 -1
- package/dist/components/Rank/index.js +0 -2
- package/dist/components/Rank/index.js.map +0 -1
- package/dist/components/Switch/index.js +0 -2
- package/dist/components/Switch/index.js.map +0 -1
- package/dist/styles/components/actionsheet.scss +0 -121
- package/dist/styles/components/activityindicator.scss +0 -43
- package/dist/styles/components/cell.scss +0 -113
- package/dist/styles/components/rank.scss +0 -50
- package/dist/styles/components/switch.scss +0 -40
- package/lib/components/ActionSheet/index.js +0 -57
- package/lib/components/ActionSheet/index.js.map +0 -1
- package/lib/components/ActivityIndicator/index.js +0 -14
- package/lib/components/ActivityIndicator/index.js.map +0 -1
- package/lib/components/Cell/index.js +0 -27
- package/lib/components/Cell/index.js.map +0 -1
- package/lib/components/Rank/index.js +0 -22
- package/lib/components/Rank/index.js.map +0 -1
- package/lib/components/Switch/index.js +0 -26
- package/lib/components/Switch/index.js.map +0 -1
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
display: flex;
|
|
5
5
|
padding: 0 40px;
|
|
6
6
|
flex-direction: column;
|
|
7
|
-
background-color: #
|
|
7
|
+
background-color: #FFF;
|
|
8
8
|
&-top {
|
|
9
9
|
display: flex;
|
|
10
10
|
justify-content: space-between;
|
|
11
11
|
width: 100%;
|
|
12
12
|
padding: 32px 0;
|
|
13
|
-
border-bottom: 2px solid #
|
|
13
|
+
border-bottom: 2px solid #EEE;
|
|
14
14
|
align-items: baseline;
|
|
15
15
|
&-unit {
|
|
16
16
|
font-size: 36px;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
align-items: center;
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
flex: 1;
|
|
23
|
-
line-height: 1;
|
|
23
|
+
line-height: 1.2;
|
|
24
24
|
// height: 128px;
|
|
25
25
|
position: relative;
|
|
26
26
|
&-num {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
font-size: 28px;
|
|
38
38
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
39
39
|
font-weight: 400;
|
|
40
|
-
color: #
|
|
40
|
+
color: #B9B9B9;
|
|
41
41
|
position: absolute;
|
|
42
42
|
left: 32px;
|
|
43
43
|
}
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
font-size: 20px;
|
|
71
71
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
72
72
|
font-weight: 400;
|
|
73
|
-
color: var(--color-
|
|
73
|
+
color: var(--color-warning);
|
|
74
74
|
margin-top: 8px;
|
|
75
75
|
}
|
|
76
76
|
&-bottom {
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
+
|
|
100
101
|
@keyframes CursorShine {
|
|
101
102
|
from {
|
|
102
103
|
opacity: 1;
|
|
@@ -2,15 +2,6 @@
|
|
|
2
2
|
@import './space.scss';
|
|
3
3
|
@import "../../styles/themes/variable.scss";
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: "xh-iconfont"; /* Project id 4043926 */
|
|
8
|
-
src:
|
|
9
|
-
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
10
|
-
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
11
|
-
url('./font/iconfont.ttf?t=1687140360510') format('truetype');
|
|
12
|
-
}
|
|
13
|
-
|
|
14
5
|
#{$xh-prefix}-amount-keyboard {
|
|
15
6
|
position: fixed;
|
|
16
7
|
bottom: 0;
|
|
@@ -19,7 +10,7 @@
|
|
|
19
10
|
z-index: 999;
|
|
20
11
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
21
12
|
padding-bottom: env(safe-area-inset-bottom);
|
|
22
|
-
background-color: #
|
|
13
|
+
background-color: #FFF;
|
|
23
14
|
|
|
24
15
|
&-header {
|
|
25
16
|
border-top: 1PX solid $border-color;
|
|
@@ -78,27 +69,18 @@
|
|
|
78
69
|
background-color: #eee;
|
|
79
70
|
}
|
|
80
71
|
&.delete {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
text-rendering: auto;
|
|
87
|
-
line-height: 1;
|
|
88
|
-
-webkit-font-smoothing: antialiased;
|
|
89
|
-
-moz-osx-font-smoothing: grayscale;
|
|
90
|
-
vertical-align: middle;
|
|
91
|
-
}
|
|
92
|
-
&.delete {
|
|
93
|
-
&:before {
|
|
94
|
-
content: "\e61b";
|
|
95
|
-
}
|
|
72
|
+
background-image: url("./images/backspace.png");
|
|
73
|
+
background-size: 25%;
|
|
74
|
+
background-repeat: no-repeat;
|
|
75
|
+
background-position: center;
|
|
76
|
+
box-shadow: none;
|
|
96
77
|
}
|
|
97
78
|
&.close {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
79
|
+
background-image: url("./images/closeKeyboard.png");
|
|
80
|
+
background-size: 25%;
|
|
81
|
+
background-repeat: no-repeat;
|
|
82
|
+
background-position: center;
|
|
83
|
+
box-shadow: none;
|
|
102
84
|
}
|
|
103
85
|
&.none {
|
|
104
86
|
visibility: hidden;
|
|
@@ -114,7 +96,7 @@
|
|
|
114
96
|
color: #FFF;
|
|
115
97
|
border-color: 1PX;
|
|
116
98
|
&:active {
|
|
117
|
-
opacity:
|
|
99
|
+
opacity: .8;
|
|
118
100
|
}
|
|
119
101
|
}
|
|
120
102
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
2
|
|
|
3
3
|
button.xh-button-disabled[disabled][type="primary"] {
|
|
4
|
-
background-color: var(--
|
|
4
|
+
background-color: var(--color-disabled);
|
|
5
5
|
color: #fff;
|
|
6
6
|
}
|
|
7
7
|
button.xh-button-primary[type=primary] {
|
|
@@ -61,7 +61,7 @@ button.xh-button-primary[type=primary] {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
&-disabled {
|
|
64
|
-
background: var(--
|
|
64
|
+
background: var(--color-disabled);
|
|
65
65
|
color: #fff;
|
|
66
66
|
box-shadow: unset;
|
|
67
67
|
}
|
|
@@ -84,17 +84,15 @@ button.xh-button-primary[type=primary] {
|
|
|
84
84
|
|
|
85
85
|
&-small {
|
|
86
86
|
font-size: 20px;
|
|
87
|
-
width:
|
|
87
|
+
width: 150px;
|
|
88
88
|
display: inline-block;
|
|
89
89
|
}
|
|
90
90
|
&-full {
|
|
91
91
|
width: 100%;
|
|
92
|
+
padding: 14px 0;
|
|
92
93
|
}
|
|
93
94
|
&-ghost {
|
|
94
|
-
background: #fff;
|
|
95
|
-
color: var(--color-primary);
|
|
96
|
-
box-shadow: none;
|
|
97
|
-
border: 0;
|
|
95
|
+
background-color: #fff;
|
|
98
96
|
}
|
|
99
97
|
|
|
100
98
|
&-webutton {
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
@import './button.scss';
|
|
2
2
|
@import "../../styles/themes/variable.scss";
|
|
3
|
+
@import "../../styles/themes/default.scss";
|
|
3
4
|
|
|
4
5
|
#{$xh-prefix}-captcha {
|
|
5
|
-
color:
|
|
6
|
+
color: $color-primary;
|
|
6
7
|
background-color: #fff;
|
|
7
|
-
border-color:
|
|
8
|
-
border-radius: 48px;
|
|
9
|
-
width: 163px;
|
|
10
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
11
|
-
line-height: 1;
|
|
12
|
-
padding: 16px 0;
|
|
13
|
-
font-size: 26px;
|
|
14
|
-
font-weight: 400;
|
|
8
|
+
border-color: #333;
|
|
15
9
|
&:disabled {
|
|
16
10
|
color: #d5d5d5;
|
|
17
11
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
|
+
@import "../../styles/themes/animation.scss";
|
|
2
3
|
|
|
3
4
|
#{$xh-prefix}-checkbox {
|
|
4
5
|
display: flex;
|
|
@@ -36,8 +37,8 @@
|
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
&:disabled + &-fake {
|
|
39
|
-
background
|
|
40
|
-
border-color:
|
|
40
|
+
background: rgba(0, 0, 0, .04);
|
|
41
|
+
border-color: $color-disabled;
|
|
41
42
|
cursor: not-allowed;
|
|
42
43
|
}
|
|
43
44
|
&[checked] + &-fake{
|
|
@@ -59,8 +60,8 @@
|
|
|
59
60
|
}
|
|
60
61
|
}
|
|
61
62
|
&[disabled] + &-fake {
|
|
62
|
-
background
|
|
63
|
-
border-color:
|
|
63
|
+
background: rgba(0, 0, 0, .04);
|
|
64
|
+
border-color: $color-disabled;
|
|
64
65
|
cursor: not-allowed;
|
|
65
66
|
}
|
|
66
67
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import './button.scss';
|
|
2
2
|
@import './mask.scss';
|
|
3
|
+
@import "../../styles/themes/default.scss";
|
|
3
4
|
@import "../../styles/themes/variable.scss";
|
|
4
5
|
@import "../../styles/themes/animation.scss";
|
|
5
6
|
|
|
@@ -18,9 +19,9 @@
|
|
|
18
19
|
background-color: #fff;
|
|
19
20
|
z-index: 999;
|
|
20
21
|
width: 600px;
|
|
21
|
-
padding-top:
|
|
22
|
+
padding-top: 60px;
|
|
22
23
|
box-sizing: border-box;
|
|
23
|
-
border-radius:
|
|
24
|
+
border-radius: 10px;
|
|
24
25
|
text-align: center;
|
|
25
26
|
&-header {
|
|
26
27
|
font-size: 38px;
|
|
@@ -34,8 +35,8 @@
|
|
|
34
35
|
margin: 40px auto 0;
|
|
35
36
|
font-size: 30px;
|
|
36
37
|
font-family: PingFang SC;
|
|
37
|
-
color:
|
|
38
|
-
padding: 0
|
|
38
|
+
color: #999;
|
|
39
|
+
padding: 0 60px;
|
|
39
40
|
&.headless {
|
|
40
41
|
color: #333;
|
|
41
42
|
font-size: 34px;
|
|
@@ -44,28 +45,27 @@
|
|
|
44
45
|
&-footer {
|
|
45
46
|
margin-top: 60px;
|
|
46
47
|
.xh-alert-button {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
font-size: 32px;
|
|
49
|
+
font-weight: 800;
|
|
50
|
+
margin-bottom: 60px;
|
|
51
|
+
width: 300px;
|
|
52
|
+
height: 90px;
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
.xh-confirm-footer {
|
|
55
56
|
display: flex;
|
|
56
57
|
justify-content: space-between;
|
|
57
|
-
|
|
58
|
-
border-bottom-left-radius: 16px;
|
|
59
|
-
border-bottom-right-radius: 16px;
|
|
60
|
-
overflow: hidden;
|
|
58
|
+
padding: 0 40px 50px;
|
|
61
59
|
&-button {
|
|
62
60
|
flex: 1;
|
|
63
61
|
font-size: 32px;
|
|
62
|
+
font-weight: 800;
|
|
64
63
|
padding: 8px 0;
|
|
65
64
|
}
|
|
66
65
|
&-cancel-button {
|
|
66
|
+
color: #000;
|
|
67
|
+
margin-right: 40px;
|
|
67
68
|
color: var(--font-color-tertiary);
|
|
68
|
-
border-right: 1PX solid #EEE;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import './mask.scss';
|
|
2
2
|
@import "../../styles/themes/variable.scss";
|
|
3
|
+
// @import "../../styles/themes/default.scss";
|
|
3
4
|
@import "../../styles/themes/animation.scss";
|
|
4
5
|
|
|
5
6
|
#{$xh-prefix}-dialog-ref {
|
|
@@ -22,40 +23,55 @@
|
|
|
22
23
|
&-content {
|
|
23
24
|
position: absolute;
|
|
24
25
|
background-color: #fff;
|
|
25
|
-
&.tranparent {
|
|
26
|
-
background-color: transparent;
|
|
27
|
-
}
|
|
28
26
|
z-index: 999;
|
|
29
27
|
width: 600px;
|
|
28
|
+
// padding-top: 60px;
|
|
30
29
|
box-sizing: border-box;
|
|
30
|
+
border-radius: 10px;
|
|
31
31
|
text-align: center;
|
|
32
32
|
touch-action: none;
|
|
33
|
-
color: var(--font-color);
|
|
34
|
-
border-radius: 16px;
|
|
35
33
|
&-header {
|
|
36
|
-
font-size:
|
|
34
|
+
font-size: 38px;
|
|
37
35
|
font-family: PingFang SC;
|
|
38
36
|
font-weight: 500;
|
|
39
37
|
line-height: 53px;
|
|
40
|
-
|
|
38
|
+
color: #333333;
|
|
39
|
+
margin-top: 30px;
|
|
41
40
|
}
|
|
42
41
|
&-content {
|
|
43
42
|
// margin: 66px auto 0;
|
|
44
|
-
font-size:
|
|
43
|
+
font-size: 34px;
|
|
45
44
|
font-family: PingFang SC;
|
|
45
|
+
color: #999;
|
|
46
46
|
text-align: left;
|
|
47
47
|
}
|
|
48
48
|
&-footer {
|
|
49
49
|
// margin-top: 60px;
|
|
50
50
|
.xh-dialog-ref-content-footer-buttons {
|
|
51
|
-
border-top: 1PX solid #EEE;
|
|
52
51
|
display: flex;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
padding: 0 40px 50px;
|
|
53
|
+
&:not(.microApp) {
|
|
54
|
+
height: 100px;
|
|
55
|
+
}
|
|
56
|
+
&.microApp {
|
|
57
|
+
border-top: 2px solid #f8f8f8;
|
|
58
|
+
padding: 0;
|
|
59
|
+
}
|
|
60
|
+
&-microapp-cancel {
|
|
61
|
+
color: var(--font-color-tertiary);
|
|
62
|
+
border-bottom-left-radius: 10px;
|
|
63
|
+
border-right: 2px solid #f8f8f8;
|
|
64
|
+
padding: 10px 0;
|
|
65
|
+
}
|
|
66
|
+
&-microapp-confirm {
|
|
67
|
+
color: var(--color-primary);
|
|
68
|
+
border-bottom-right-radius: 10px;
|
|
69
|
+
padding: 10px 0;
|
|
70
|
+
}
|
|
71
|
+
&-h5-cancel {
|
|
72
|
+
margin-right: 40px;
|
|
57
73
|
color: var(--font-color-tertiary);
|
|
58
|
-
|
|
74
|
+
padding: 0;
|
|
59
75
|
}
|
|
60
76
|
}
|
|
61
77
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: "xh-iconfont"; /* Project id 4043926 */
|
|
5
|
-
src:
|
|
6
|
-
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
7
|
-
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
8
|
-
url('./font/iconfont.ttf?t=1687140360510') format('truetype');
|
|
9
|
-
}
|
|
10
|
-
|
|
2
|
+
@import "../../styles/themes/default.scss";
|
|
11
3
|
#{$xh-prefix}-form-input {
|
|
12
4
|
font-size: 32px;
|
|
13
5
|
display: flex;
|
|
@@ -18,16 +10,18 @@
|
|
|
18
10
|
align-items: center;
|
|
19
11
|
position: relative;
|
|
20
12
|
overflow: hidden;
|
|
21
|
-
padding:
|
|
22
|
-
|
|
13
|
+
padding: 40px 0;
|
|
14
|
+
&.padding {
|
|
15
|
+
padding: 40px 30px;
|
|
16
|
+
}
|
|
23
17
|
&.border::after {
|
|
24
18
|
content: " ";
|
|
25
19
|
position: absolute;
|
|
26
|
-
left:
|
|
20
|
+
left: 0;
|
|
27
21
|
bottom: 0;
|
|
28
|
-
width:
|
|
22
|
+
width: 100%;
|
|
29
23
|
height: 2px;
|
|
30
|
-
background-color: #
|
|
24
|
+
background-color: #e6e6e6;
|
|
31
25
|
}
|
|
32
26
|
|
|
33
27
|
&-main {
|
|
@@ -44,14 +38,14 @@
|
|
|
44
38
|
font-family: PingFang SC;
|
|
45
39
|
font-weight: 400;
|
|
46
40
|
line-height: 32px;
|
|
47
|
-
color:
|
|
41
|
+
color: #333333;
|
|
48
42
|
white-space: nowrap;
|
|
49
43
|
}
|
|
50
44
|
|
|
51
45
|
&-label {
|
|
52
46
|
width: 128px;
|
|
53
47
|
text-align: left;
|
|
54
|
-
color:
|
|
48
|
+
color: #333;
|
|
55
49
|
display: flex;
|
|
56
50
|
align-items: center;
|
|
57
51
|
&-icon {
|
|
@@ -85,15 +79,15 @@
|
|
|
85
79
|
}
|
|
86
80
|
input {
|
|
87
81
|
&::placeholder {
|
|
88
|
-
font-size:
|
|
89
|
-
color:
|
|
90
|
-
|
|
82
|
+
font-size: 32px;
|
|
83
|
+
color: $font-color-tertiary;
|
|
84
|
+
font-weight: normal;
|
|
85
|
+
line-height: 36px;
|
|
91
86
|
}
|
|
92
87
|
}
|
|
93
88
|
}
|
|
94
89
|
&-placeholder {
|
|
95
|
-
color:
|
|
96
|
-
|
|
90
|
+
color: $font-color-tertiary;
|
|
97
91
|
}
|
|
98
92
|
&-extra {
|
|
99
93
|
margin-top: 6px;
|
|
@@ -103,13 +97,10 @@
|
|
|
103
97
|
display: flex;
|
|
104
98
|
.arrow {
|
|
105
99
|
display: block;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
&:before {
|
|
111
|
-
content: "\e603";
|
|
112
|
-
}
|
|
100
|
+
width: 30px;
|
|
101
|
+
height: 30px;
|
|
102
|
+
background: url("./images/icon-arrow-right.png") no-repeat;
|
|
103
|
+
background-size: 100%;
|
|
113
104
|
}
|
|
114
105
|
}
|
|
115
106
|
&.column {
|
|
@@ -120,23 +111,20 @@
|
|
|
120
111
|
width: 100%;
|
|
121
112
|
&-left {
|
|
122
113
|
&-label {
|
|
114
|
+
font-size: 28px;
|
|
115
|
+
color: #999999;
|
|
123
116
|
width: auto;
|
|
124
|
-
font-size: 24px;
|
|
125
|
-
font-weight: 400;
|
|
126
|
-
color: #666666;
|
|
127
117
|
}
|
|
128
118
|
}
|
|
129
119
|
&-center {
|
|
130
120
|
width: 100%;
|
|
131
|
-
margin-top:
|
|
121
|
+
margin-top: 18px;
|
|
132
122
|
margin-left: 0;
|
|
133
123
|
&-native {
|
|
134
124
|
width: 100%;
|
|
125
|
+
font-size: 32px;
|
|
135
126
|
font-weight: 400;
|
|
136
|
-
font-
|
|
137
|
-
font-weight: 400;
|
|
138
|
-
color: #333;
|
|
139
|
-
line-height: 1.2;
|
|
127
|
+
font-family: PingFang SC-Regular, PingFang SC;
|
|
140
128
|
}
|
|
141
129
|
}
|
|
142
130
|
}
|
|
@@ -145,22 +133,22 @@
|
|
|
145
133
|
|
|
146
134
|
input::-webkit-input-placeholder,
|
|
147
135
|
textarea::-webkit-input-placeholder {
|
|
148
|
-
color:
|
|
136
|
+
color: $font-color-tertiary;
|
|
149
137
|
}
|
|
150
138
|
|
|
151
139
|
input:-moz-placeholder,
|
|
152
140
|
textarea:-moz-placeholder {
|
|
153
|
-
color:
|
|
141
|
+
color: $font-color-tertiary;
|
|
154
142
|
}
|
|
155
143
|
|
|
156
144
|
input::-moz-placeholder,
|
|
157
145
|
textarea::-moz-placeholder {
|
|
158
|
-
color:
|
|
146
|
+
color: $font-color-tertiary;
|
|
159
147
|
}
|
|
160
148
|
|
|
161
149
|
input:-ms-input-placeholder,
|
|
162
150
|
textarea:-ms-input-placeholder {
|
|
163
|
-
color:
|
|
151
|
+
color: $font-color-tertiary;
|
|
164
152
|
}
|
|
165
153
|
|
|
166
154
|
input {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
@import "../../styles/themes/variable.scss";
|
|
3
|
-
|
|
4
2
|
|
|
5
3
|
@font-face {
|
|
6
|
-
font-family:
|
|
4
|
+
font-family: 'xh-iconfont'; /* Project id 4043926 */
|
|
7
5
|
src:
|
|
8
6
|
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
9
7
|
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
@@ -25,6 +23,18 @@
|
|
|
25
23
|
font-size: 16PX;
|
|
26
24
|
}
|
|
27
25
|
|
|
26
|
+
.xh-icon-zhuyi:before {
|
|
27
|
+
content: "\e623";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.xh-icon-tongxunlu:before {
|
|
31
|
+
content: "\e622";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.xh-icon-add:before {
|
|
35
|
+
content: "\e621";
|
|
36
|
+
}
|
|
37
|
+
|
|
28
38
|
.xh-icon-keyboardClose:before {
|
|
29
39
|
content: "\e620";
|
|
30
40
|
}
|
|
@@ -54,6 +64,7 @@
|
|
|
54
64
|
}
|
|
55
65
|
|
|
56
66
|
|
|
67
|
+
|
|
57
68
|
.xh-icon-back:before {
|
|
58
69
|
content: "\e61e";
|
|
59
70
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import './actionsheet.scss';
|
|
2
|
-
@import './activityindicator.scss';
|
|
3
1
|
@import './amountinput.scss';
|
|
4
2
|
@import './amountkeyboard.scss';
|
|
5
3
|
@import './animated.scss';
|
|
@@ -7,7 +5,6 @@
|
|
|
7
5
|
@import './bankicon.scss';
|
|
8
6
|
@import './button.scss';
|
|
9
7
|
@import './captcha.scss';
|
|
10
|
-
@import './cell.scss';
|
|
11
8
|
@import './checkbox.scss';
|
|
12
9
|
@import './collapse.scss';
|
|
13
10
|
@import './dialog.scss';
|
|
@@ -27,13 +24,11 @@
|
|
|
27
24
|
@import './popup.scss';
|
|
28
25
|
@import './progress.scss';
|
|
29
26
|
@import './radio.scss';
|
|
30
|
-
@import './rank.scss';
|
|
31
27
|
@import './scale.scss';
|
|
32
28
|
@import './scrollview.scss';
|
|
33
29
|
@import './slide.scss';
|
|
34
30
|
@import './space.scss';
|
|
35
31
|
@import './step.scss';
|
|
36
|
-
@import './switch.scss';
|
|
37
32
|
@import './tabbar.scss';
|
|
38
33
|
@import './themeprovider.scss';
|
|
39
34
|
@import './toast.scss';
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: "xh-iconfont"; /* Project id 4043926 */
|
|
5
|
-
src:
|
|
6
|
-
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
7
|
-
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
8
|
-
url('./font/iconfont.ttf?t=1687140360510') format('truetype');
|
|
9
|
-
}
|
|
10
|
-
|
|
2
|
+
@import "../../styles/themes/default.scss";
|
|
11
3
|
#{$xh-prefix}-list {
|
|
12
4
|
display: flex;
|
|
13
5
|
padding: 24px 0;
|
|
@@ -86,14 +78,10 @@
|
|
|
86
78
|
display: inline-block;
|
|
87
79
|
.arrow {
|
|
88
80
|
display: block;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
color: #c8c8c8;
|
|
94
|
-
&:before {
|
|
95
|
-
content: "\e603";
|
|
96
|
-
}
|
|
81
|
+
width: 30px;
|
|
82
|
+
height: 30px;
|
|
83
|
+
background: url("./images/icon-arrow-right.png") no-repeat;
|
|
84
|
+
background-size: 100%;
|
|
97
85
|
}
|
|
98
86
|
}
|
|
99
87
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import './mask.scss';
|
|
2
2
|
@import "../../styles/themes/variable.scss";
|
|
3
|
-
|
|
3
|
+
@import "../../styles/themes/default.scss";
|
|
4
4
|
#{$xh-prefix}-loading {
|
|
5
5
|
&-main {
|
|
6
6
|
position: fixed;
|
|
@@ -49,6 +49,14 @@
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
+
&-icon {
|
|
53
|
+
width: 60px;
|
|
54
|
+
height: 60px;
|
|
55
|
+
background-image: url("./images/loading.png");
|
|
56
|
+
background-size: 100%;
|
|
57
|
+
animation: rotate 1s infinite linear;
|
|
58
|
+
}
|
|
59
|
+
|
|
52
60
|
&-mask {
|
|
53
61
|
position: fixed;
|
|
54
62
|
top: 0;
|