taro-react-uilib 1.3.4-1 → 1.3.4-10
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 +282 -4
- package/dist/components/ActionSheet/index.js +2 -0
- package/dist/components/ActionSheet/index.js.map +1 -0
- package/dist/components/ActivityIndicator/index.js +2 -0
- package/dist/components/ActivityIndicator/index.js.map +1 -0
- 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/Cell/index.js +2 -0
- package/dist/components/Cell/index.js.map +1 -0
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/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/Icon/index.js.map +1 -1
- package/dist/components/LinkMan/index.js +2 -0
- package/dist/components/LinkMan/index.js.map +1 -0
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/NavBar/index.js +1 -1
- package/dist/components/NavBar/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/Page/index.js +1 -1
- package/dist/components/Page/index.js.map +1 -1
- package/dist/components/Popup/index.js +1 -1
- package/dist/components/Popup/index.js.map +1 -1
- package/dist/components/Progress/index.js +1 -1
- package/dist/components/Progress/index.js.map +1 -1
- package/dist/components/ProgressCircle/index.js +2 -0
- package/dist/components/ProgressCircle/index.js.map +1 -0
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/index.js.map +1 -1
- package/dist/components/Rank/index.js +2 -0
- package/dist/components/Rank/index.js.map +1 -0
- package/dist/components/Result/images/result-empty.png.js +2 -0
- package/dist/components/Result/images/result-empty.png.js.map +1 -0
- package/dist/components/Result/images/result-fail.png.js +2 -0
- package/dist/components/Result/images/result-fail.png.js.map +1 -0
- package/dist/components/Result/images/result-networkErr.png.js +2 -0
- package/dist/components/Result/images/result-networkErr.png.js.map +1 -0
- package/dist/components/Result/images/result-submitted.png.js +2 -0
- package/dist/components/Result/images/result-submitted.png.js.map +1 -0
- package/dist/components/Result/images/result-success.png.js +2 -0
- package/dist/components/Result/images/result-success.png.js.map +1 -0
- package/dist/components/Result/images/result-wait.png.js +2 -0
- package/dist/components/Result/images/result-wait.png.js.map +1 -0
- package/dist/components/Result/index.js +2 -0
- package/dist/components/Result/index.js.map +1 -0
- package/dist/components/Result/statusMap.js +2 -0
- package/dist/components/Result/statusMap.js.map +1 -0
- 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/Switch/index.js +2 -0
- package/dist/components/Switch/index.js.map +1 -0
- 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/actionsheet.scss +122 -0
- package/dist/styles/components/activityindicator.scss +46 -0
- package/dist/styles/components/amountinput.scss +5 -6
- package/dist/styles/components/amountkeyboard.scss +30 -12
- package/dist/styles/components/badge.scss +0 -1
- package/dist/styles/components/bankicon.scss +1 -1
- package/dist/styles/components/button.scss +35 -22
- package/dist/styles/components/captcha.scss +10 -5
- package/dist/styles/components/cell.scss +131 -0
- package/dist/styles/components/checkbox.scss +5 -6
- package/dist/styles/components/dialog.scss +16 -16
- package/dist/styles/components/dialogref.scss +14 -30
- 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 +40 -28
- package/dist/styles/components/icon.scss +6 -2
- package/dist/styles/components/index.scss +8 -0
- package/dist/styles/components/linkman.scss +81 -0
- package/dist/styles/components/list.scss +18 -6
- package/dist/styles/components/loading.scss +39 -40
- package/dist/styles/components/mask.scss +1 -1
- package/dist/styles/components/navbar.scss +10 -1
- package/dist/styles/components/numberkeyboard.scss +48 -36
- package/dist/styles/components/page.scss +2 -2
- package/dist/styles/components/passwordinput.scss +1 -1
- package/dist/styles/components/picker.scss +0 -1
- package/dist/styles/components/popup.scss +4 -5
- package/dist/styles/components/progress.scss +45 -3
- package/dist/styles/components/progresscircle.scss +71 -0
- package/dist/styles/components/radio.scss +5 -6
- package/dist/styles/components/rank.scss +50 -0
- package/dist/styles/components/result.scss +39 -0
- package/dist/styles/components/step.scss +10 -2
- package/dist/styles/components/switch.scss +40 -0
- package/dist/styles/components/tabbar.scss +9 -2
- package/dist/styles/components/toast.scss +0 -1
- package/dist/styles/themes/default.scss +21 -8
- package/dist/styles/themes/variable.scss +16 -0
- package/lib/components/ActionSheet/index.js +57 -0
- package/lib/components/ActionSheet/index.js.map +1 -0
- package/lib/components/ActivityIndicator/index.js +30 -0
- package/lib/components/ActivityIndicator/index.js.map +1 -0
- package/lib/components/Button/index.js +15 -14
- 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/Cell/index.js +29 -0
- package/lib/components/Cell/index.js.map +1 -0
- package/lib/components/Checkbox/index.js +14 -3
- package/lib/components/Checkbox/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 +3 -3
- package/lib/components/Dialog/Confirm/index.js.map +1 -1
- package/lib/components/DialogComponent/index.js +0 -2
- package/lib/components/DialogComponent/index.js.map +1 -1
- package/lib/components/DialogRef/index.js +6 -14
- package/lib/components/DialogRef/index.js.map +1 -1
- package/lib/components/FormInput/index.js +3 -2
- package/lib/components/FormInput/index.js.map +1 -1
- package/lib/components/Icon/index.js.map +1 -1
- package/lib/components/LinkMan/index.js +341 -0
- package/lib/components/LinkMan/index.js.map +1 -0
- package/lib/components/List/index.js +3 -1
- package/lib/components/List/index.js.map +1 -1
- package/lib/components/Loading/index.js +7 -4
- package/lib/components/Loading/index.js.map +1 -1
- package/lib/components/NavBar/index.js +10 -3
- package/lib/components/NavBar/index.js.map +1 -1
- package/lib/components/NumberKeyboard/index.js +4 -2
- package/lib/components/NumberKeyboard/index.js.map +1 -1
- package/lib/components/Page/index.js +1 -1
- package/lib/components/Page/index.js.map +1 -1
- package/lib/components/Popup/index.js +3 -3
- package/lib/components/Popup/index.js.map +1 -1
- package/lib/components/Progress/index.js +15 -10
- package/lib/components/Progress/index.js.map +1 -1
- package/lib/components/ProgressCircle/index.js +22 -0
- package/lib/components/ProgressCircle/index.js.map +1 -0
- package/lib/components/Radio/index.js +14 -3
- package/lib/components/Radio/index.js.map +1 -1
- package/lib/components/Rank/index.js +22 -0
- package/lib/components/Rank/index.js.map +1 -0
- package/lib/components/Result/index.js +30 -0
- package/lib/components/Result/index.js.map +1 -0
- package/lib/components/Result/statusMap.js +15 -0
- package/lib/components/Result/statusMap.js.map +1 -0
- package/lib/components/Step/Steps/index.js +1 -0
- package/lib/components/Step/Steps/index.js.map +1 -1
- package/lib/components/Step/index.js +2 -1
- package/lib/components/Step/index.js.map +1 -1
- package/lib/components/Switch/index.js +26 -0
- package/lib/components/Switch/index.js.map +1 -0
- package/lib/components/Tabbar/index.js +1 -0
- package/lib/components/Tabbar/index.js.map +1 -1
- package/lib/components/Tabbar/tabbar/TabItem.js +0 -1
- package/lib/components/Tabbar/tabbar/TabItem.js.map +1 -1
- package/lib/components/Tabbar/tabbar/Tabbar.js +26 -13
- package/lib/components/Tabbar/tabbar/Tabbar.js.map +1 -1
- package/lib/index.js +8 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/types/components/ActivityIndicator/index.d.ts +7 -5
- package/types/components/Button/index.d.ts +6 -1
- package/types/components/Captcha/index.d.ts +1 -1
- package/types/components/Cell/index.d.ts +1 -0
- package/types/components/DialogRef/index.d.ts +2 -0
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/LinkMan/index.d.ts +33 -0
- package/types/components/Loading/index.d.ts +1 -0
- package/types/components/NavBar/index.d.ts +1 -0
- package/types/components/NumberKeyboard/index.d.ts +2 -0
- package/types/components/Page/index.d.ts +1 -0
- package/types/components/Popup/index.d.ts +1 -0
- package/types/components/Progress/index.d.ts +4 -0
- package/types/components/ProgressCircle/index.d.ts +13 -0
- package/types/components/Result/index.d.ts +16 -0
- package/types/components/Result/statusMap.d.ts +9 -0
- package/types/components/Step/index.d.ts +1 -0
- package/types/components/Tabbar/index.d.ts +1 -0
- package/types/components/Tabbar/tabbar/TabItem.d.ts +0 -1
- package/types/components/Tabbar/tabbar/Tabbar.d.ts +4 -3
- package/types/index.d.ts +8 -0
- 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/{README.md → readme.md} +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import './mask.scss';
|
|
2
2
|
@import "../../styles/themes/variable.scss";
|
|
3
|
-
// @import "../../styles/themes/default.scss";
|
|
4
3
|
@import "../../styles/themes/animation.scss";
|
|
5
4
|
|
|
6
5
|
#{$xh-prefix}-dialog-ref {
|
|
@@ -23,55 +22,40 @@
|
|
|
23
22
|
&-content {
|
|
24
23
|
position: absolute;
|
|
25
24
|
background-color: #fff;
|
|
25
|
+
&.tranparent {
|
|
26
|
+
background-color: transparent;
|
|
27
|
+
}
|
|
26
28
|
z-index: 999;
|
|
27
29
|
width: 600px;
|
|
28
|
-
// padding-top: 60px;
|
|
29
30
|
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;
|
|
33
35
|
&-header {
|
|
34
|
-
font-size:
|
|
36
|
+
font-size: 32px;
|
|
35
37
|
font-family: PingFang SC;
|
|
36
38
|
font-weight: 500;
|
|
37
39
|
line-height: 53px;
|
|
38
|
-
|
|
39
|
-
margin-top: 30px;
|
|
40
|
+
margin-top: 64px;
|
|
40
41
|
}
|
|
41
42
|
&-content {
|
|
42
43
|
// margin: 66px auto 0;
|
|
43
|
-
font-size:
|
|
44
|
+
font-size: 28px;
|
|
44
45
|
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;
|
|
51
52
|
display: flex;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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;
|
|
53
|
+
border-bottom-left-radius: 16px;
|
|
54
|
+
border-bottom-right-radius: 16px;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
&-cancel.xh-button {
|
|
73
57
|
color: var(--font-color-tertiary);
|
|
74
|
-
|
|
58
|
+
border-right: 1PX solid #EEE;
|
|
75
59
|
}
|
|
76
60
|
}
|
|
77
61
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
|
-
|
|
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
|
+
|
|
3
11
|
#{$xh-prefix}-form-input {
|
|
4
12
|
font-size: 32px;
|
|
5
13
|
display: flex;
|
|
@@ -10,18 +18,16 @@
|
|
|
10
18
|
align-items: center;
|
|
11
19
|
position: relative;
|
|
12
20
|
overflow: hidden;
|
|
13
|
-
padding:
|
|
14
|
-
|
|
15
|
-
padding: 40px 30px;
|
|
16
|
-
}
|
|
21
|
+
padding: 28px;
|
|
22
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
17
23
|
&.border::after {
|
|
18
24
|
content: " ";
|
|
19
25
|
position: absolute;
|
|
20
|
-
left:
|
|
26
|
+
left: 28px;
|
|
21
27
|
bottom: 0;
|
|
22
|
-
width: 100
|
|
28
|
+
width: calc(100% - 56px);
|
|
23
29
|
height: 2px;
|
|
24
|
-
background-color: #
|
|
30
|
+
background-color: #EEE;
|
|
25
31
|
}
|
|
26
32
|
|
|
27
33
|
&-main {
|
|
@@ -38,14 +44,14 @@
|
|
|
38
44
|
font-family: PingFang SC;
|
|
39
45
|
font-weight: 400;
|
|
40
46
|
line-height: 32px;
|
|
41
|
-
color:
|
|
47
|
+
color: var(--font-color);
|
|
42
48
|
white-space: nowrap;
|
|
43
49
|
}
|
|
44
50
|
|
|
45
51
|
&-label {
|
|
46
52
|
width: 128px;
|
|
47
53
|
text-align: left;
|
|
48
|
-
color:
|
|
54
|
+
color: var(--font-color);
|
|
49
55
|
display: flex;
|
|
50
56
|
align-items: center;
|
|
51
57
|
&-icon {
|
|
@@ -79,15 +85,15 @@
|
|
|
79
85
|
}
|
|
80
86
|
input {
|
|
81
87
|
&::placeholder {
|
|
82
|
-
font-size:
|
|
83
|
-
color:
|
|
84
|
-
|
|
85
|
-
line-height: 36px;
|
|
88
|
+
font-size: 28px;
|
|
89
|
+
color: var(--font-color-tertiary);
|
|
90
|
+
line-height: 1.2;
|
|
86
91
|
}
|
|
87
92
|
}
|
|
88
93
|
}
|
|
89
94
|
&-placeholder {
|
|
90
|
-
color:
|
|
95
|
+
color: var(--font-color-tertiary);
|
|
96
|
+
|
|
91
97
|
}
|
|
92
98
|
&-extra {
|
|
93
99
|
margin-top: 6px;
|
|
@@ -97,10 +103,13 @@
|
|
|
97
103
|
display: flex;
|
|
98
104
|
.arrow {
|
|
99
105
|
display: block;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
106
|
+
font-family: 'xh-iconfont';
|
|
107
|
+
-webkit-font-smoothing: antialiased;
|
|
108
|
+
font-size: 22PX;
|
|
109
|
+
color: #c8c8c8;
|
|
110
|
+
&:before {
|
|
111
|
+
content: "\e603";
|
|
112
|
+
}
|
|
104
113
|
}
|
|
105
114
|
}
|
|
106
115
|
&.column {
|
|
@@ -111,20 +120,23 @@
|
|
|
111
120
|
width: 100%;
|
|
112
121
|
&-left {
|
|
113
122
|
&-label {
|
|
114
|
-
font-size: 28px;
|
|
115
|
-
color: #999999;
|
|
116
123
|
width: auto;
|
|
124
|
+
font-size: 24px;
|
|
125
|
+
font-weight: 400;
|
|
126
|
+
color: #666666;
|
|
117
127
|
}
|
|
118
128
|
}
|
|
119
129
|
&-center {
|
|
120
130
|
width: 100%;
|
|
121
|
-
margin-top:
|
|
131
|
+
margin-top: 12px;
|
|
122
132
|
margin-left: 0;
|
|
123
133
|
&-native {
|
|
124
134
|
width: 100%;
|
|
125
|
-
font-size: 32px;
|
|
126
135
|
font-weight: 400;
|
|
127
|
-
font-
|
|
136
|
+
font-size: 28px;
|
|
137
|
+
font-weight: 400;
|
|
138
|
+
color: #333;
|
|
139
|
+
line-height: 1.2;
|
|
128
140
|
}
|
|
129
141
|
}
|
|
130
142
|
}
|
|
@@ -133,22 +145,22 @@
|
|
|
133
145
|
|
|
134
146
|
input::-webkit-input-placeholder,
|
|
135
147
|
textarea::-webkit-input-placeholder {
|
|
136
|
-
color:
|
|
148
|
+
color: var(--font-color-tertiary);
|
|
137
149
|
}
|
|
138
150
|
|
|
139
151
|
input:-moz-placeholder,
|
|
140
152
|
textarea:-moz-placeholder {
|
|
141
|
-
color:
|
|
153
|
+
color: var(--font-color-tertiary);
|
|
142
154
|
}
|
|
143
155
|
|
|
144
156
|
input::-moz-placeholder,
|
|
145
157
|
textarea::-moz-placeholder {
|
|
146
|
-
color:
|
|
158
|
+
color: var(--font-color-tertiary);
|
|
147
159
|
}
|
|
148
160
|
|
|
149
161
|
input:-ms-input-placeholder,
|
|
150
162
|
textarea:-ms-input-placeholder {
|
|
151
|
-
color:
|
|
163
|
+
color: var(--font-color-tertiary);
|
|
152
164
|
}
|
|
153
165
|
|
|
154
166
|
input {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
|
|
1
2
|
@import "../../styles/themes/variable.scss";
|
|
2
3
|
|
|
3
4
|
@font-face {
|
|
4
|
-
font-family:
|
|
5
|
+
font-family: "xh-iconfont"; /* Project id 4043926 */
|
|
5
6
|
src:
|
|
6
7
|
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
7
8
|
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
@@ -23,6 +24,10 @@
|
|
|
23
24
|
font-size: 16PX;
|
|
24
25
|
}
|
|
25
26
|
|
|
27
|
+
.xh-icon-duigou:before {
|
|
28
|
+
content: "\e624";
|
|
29
|
+
}
|
|
30
|
+
|
|
26
31
|
.xh-icon-zhuyi:before {
|
|
27
32
|
content: "\e623";
|
|
28
33
|
}
|
|
@@ -64,7 +69,6 @@
|
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
|
|
67
|
-
|
|
68
72
|
.xh-icon-back:before {
|
|
69
73
|
content: "\e61e";
|
|
70
74
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import './actionsheet.scss';
|
|
2
|
+
@import './activityindicator.scss';
|
|
1
3
|
@import './amountinput.scss';
|
|
2
4
|
@import './amountkeyboard.scss';
|
|
3
5
|
@import './animated.scss';
|
|
@@ -5,6 +7,7 @@
|
|
|
5
7
|
@import './bankicon.scss';
|
|
6
8
|
@import './button.scss';
|
|
7
9
|
@import './captcha.scss';
|
|
10
|
+
@import './cell.scss';
|
|
8
11
|
@import './checkbox.scss';
|
|
9
12
|
@import './collapse.scss';
|
|
10
13
|
@import './dialog.scss';
|
|
@@ -13,6 +16,7 @@
|
|
|
13
16
|
@import './forminput.scss';
|
|
14
17
|
@import './icon.scss';
|
|
15
18
|
@import './image.scss';
|
|
19
|
+
@import './linkman.scss';
|
|
16
20
|
@import './list.scss';
|
|
17
21
|
@import './loading.scss';
|
|
18
22
|
@import './mask.scss';
|
|
@@ -23,12 +27,16 @@
|
|
|
23
27
|
@import './picker.scss';
|
|
24
28
|
@import './popup.scss';
|
|
25
29
|
@import './progress.scss';
|
|
30
|
+
@import './progresscircle.scss';
|
|
26
31
|
@import './radio.scss';
|
|
32
|
+
@import './rank.scss';
|
|
33
|
+
@import './result.scss';
|
|
27
34
|
@import './scale.scss';
|
|
28
35
|
@import './scrollview.scss';
|
|
29
36
|
@import './slide.scss';
|
|
30
37
|
@import './space.scss';
|
|
31
38
|
@import './step.scss';
|
|
39
|
+
@import './switch.scss';
|
|
32
40
|
@import './tabbar.scss';
|
|
33
41
|
@import './themeprovider.scss';
|
|
34
42
|
@import './toast.scss';
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@import './actionsheet.scss';
|
|
2
|
+
@import "../../styles/themes/variable.scss";
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "xh-iconfont"; /* Project id 4043926 */
|
|
6
|
+
src:
|
|
7
|
+
url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
|
|
8
|
+
url('./font/iconfont.woff?t=1687140360510') format('woff'),
|
|
9
|
+
url('./font/iconfont.ttf?t=1687140360510') format('truetype');
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
#{$xh-prefix}-linkman {
|
|
13
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
14
|
+
background-color: var(--background-color);
|
|
15
|
+
color: #333333;
|
|
16
|
+
&-item {
|
|
17
|
+
&:not(:first-child) {
|
|
18
|
+
margin-top: 20px;
|
|
19
|
+
}
|
|
20
|
+
background-color: #FFF;
|
|
21
|
+
}
|
|
22
|
+
&-title {
|
|
23
|
+
padding: 28px;
|
|
24
|
+
font-size: 32px;
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
}
|
|
27
|
+
&-main {
|
|
28
|
+
font-size: 28px;
|
|
29
|
+
padding: 28px;
|
|
30
|
+
position: relative;
|
|
31
|
+
&:after {
|
|
32
|
+
content: '';
|
|
33
|
+
height: 1PX;
|
|
34
|
+
display: block;
|
|
35
|
+
background-color: var(--border-color);
|
|
36
|
+
left: 28px;
|
|
37
|
+
bottom: 0;
|
|
38
|
+
position: absolute;
|
|
39
|
+
width: calc(100% - 56px);
|
|
40
|
+
}
|
|
41
|
+
&-input {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
&-label {
|
|
45
|
+
width: 120px;
|
|
46
|
+
text-align-last: justify;
|
|
47
|
+
}
|
|
48
|
+
&-main {
|
|
49
|
+
margin-left: 60px;
|
|
50
|
+
position: relative;
|
|
51
|
+
flex: 1;
|
|
52
|
+
&-err {
|
|
53
|
+
position: absolute;
|
|
54
|
+
font-size: 20px;
|
|
55
|
+
color: #F05050;
|
|
56
|
+
}
|
|
57
|
+
&-input {
|
|
58
|
+
border: 0;
|
|
59
|
+
outline: 0;
|
|
60
|
+
width: 100%;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
&-contacts, &-arrow {
|
|
64
|
+
font-family: 'xh-iconfont';
|
|
65
|
+
}
|
|
66
|
+
&-contacts {
|
|
67
|
+
color: var(--color-primary);
|
|
68
|
+
font-size: 20PX;
|
|
69
|
+
&:before {
|
|
70
|
+
content: "\e622";
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
&-arrow {
|
|
74
|
+
color: var(--font-color-fourth);
|
|
75
|
+
&:before {
|
|
76
|
+
content: "\e603";
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
@import "../../styles/themes/variable.scss";
|
|
2
|
-
|
|
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
|
+
|
|
3
11
|
#{$xh-prefix}-list {
|
|
4
12
|
display: flex;
|
|
5
13
|
padding: 24px 0;
|
|
@@ -10,6 +18,7 @@
|
|
|
10
18
|
box-sizing: border-box;
|
|
11
19
|
font-size: 32px;
|
|
12
20
|
line-height: 1.2;
|
|
21
|
+
width: 100%;
|
|
13
22
|
&.condensed {
|
|
14
23
|
padding: 6px 0;
|
|
15
24
|
}
|
|
@@ -76,12 +85,15 @@
|
|
|
76
85
|
}
|
|
77
86
|
&-icon {
|
|
78
87
|
display: inline-block;
|
|
79
|
-
|
|
88
|
+
&-arrow {
|
|
80
89
|
display: block;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
90
|
+
font-family: 'xh-iconfont';
|
|
91
|
+
-webkit-font-smoothing: antialiased;
|
|
92
|
+
font-size: 22PX;
|
|
93
|
+
color: #c8c8c8;
|
|
94
|
+
&:before {
|
|
95
|
+
content: "\e603";
|
|
96
|
+
}
|
|
85
97
|
}
|
|
86
98
|
}
|
|
87
99
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import './mask.scss';
|
|
2
|
+
@import './activityindicator.scss';
|
|
2
3
|
@import "../../styles/themes/variable.scss";
|
|
3
|
-
|
|
4
|
+
|
|
4
5
|
#{$xh-prefix}-loading {
|
|
5
6
|
&-main {
|
|
6
7
|
position: fixed;
|
|
@@ -10,53 +11,51 @@
|
|
|
10
11
|
align-items: center;
|
|
11
12
|
justify-content: center;
|
|
12
13
|
flex-direction: column;
|
|
13
|
-
border-radius:
|
|
14
|
+
border-radius: 8px;
|
|
14
15
|
transform: translate(-50%, -50%);
|
|
15
16
|
z-index: 999;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
height: 100px;
|
|
19
|
-
position: relative;
|
|
20
|
-
&-circle {
|
|
21
|
-
width: 100%;
|
|
22
|
-
height: 100%;
|
|
23
|
-
top: 0;
|
|
24
|
-
left: 0;
|
|
25
|
-
position: absolute;
|
|
26
|
-
.dot-rotate {
|
|
27
|
-
display: block;
|
|
28
|
-
margin: 0 auto;
|
|
29
|
-
width: 15%;
|
|
30
|
-
height: 15%;
|
|
31
|
-
border-radius: 100%;
|
|
32
|
-
animation: xh-spinner-circle 1.2s infinite ease-in-out both;
|
|
33
|
-
background-color: $font-color-secondary;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
@for $var from 1 through 12 {
|
|
37
|
-
.is-circle#{$var} {
|
|
38
|
-
transform: rotate(30+30 * ($var - 1) + deg);
|
|
39
|
-
.dot-rotate {
|
|
40
|
-
animation-delay: -(1 - 0.1 * ($var - 1)) + s;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
17
|
+
&.hasTip {
|
|
18
|
+
padding: 28px 60px;
|
|
44
19
|
}
|
|
20
|
+
padding: 60px;
|
|
21
|
+
background: rgba(0,0,0,0.75);
|
|
22
|
+
// &-spinner {
|
|
23
|
+
// width: 100px;
|
|
24
|
+
// height: 100px;
|
|
25
|
+
// position: relative;
|
|
26
|
+
// &-circle {
|
|
27
|
+
// width: 100%;
|
|
28
|
+
// height: 100%;
|
|
29
|
+
// top: 0;
|
|
30
|
+
// left: 0;
|
|
31
|
+
// position: absolute;
|
|
32
|
+
// .dot-rotate {
|
|
33
|
+
// display: block;
|
|
34
|
+
// margin: 0 auto;
|
|
35
|
+
// width: 15%;
|
|
36
|
+
// height: 15%;
|
|
37
|
+
// border-radius: 100%;
|
|
38
|
+
// animation: xh-spinner-circle 1.2s infinite ease-in-out both;
|
|
39
|
+
// background-color: $font-color-secondary;
|
|
40
|
+
// }
|
|
41
|
+
// }
|
|
42
|
+
// @for $var from 1 through 12 {
|
|
43
|
+
// .is-circle#{$var} {
|
|
44
|
+
// transform: rotate(30+30 * ($var - 1) + deg);
|
|
45
|
+
// .dot-rotate {
|
|
46
|
+
// animation-delay: -(1 - 0.1 * ($var - 1)) + s;
|
|
47
|
+
// }
|
|
48
|
+
// }
|
|
49
|
+
// }
|
|
50
|
+
// }
|
|
45
51
|
&-tip {
|
|
46
52
|
display: block;
|
|
47
|
-
font-size:
|
|
48
|
-
margin-top:
|
|
53
|
+
font-size: 24px;
|
|
54
|
+
margin-top: 18px;
|
|
55
|
+
color: #FFF;
|
|
49
56
|
}
|
|
50
57
|
}
|
|
51
58
|
|
|
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
|
-
|
|
60
59
|
&-mask {
|
|
61
60
|
position: fixed;
|
|
62
61
|
top: 0;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@import "../../styles/themes/variable.scss";
|
|
1
2
|
|
|
2
3
|
@font-face {
|
|
3
4
|
font-family: icon-back;
|
|
@@ -12,6 +13,9 @@
|
|
|
12
13
|
align-items: center;
|
|
13
14
|
flex-shrink: 0;
|
|
14
15
|
position: relative;
|
|
16
|
+
&.border {
|
|
17
|
+
border-bottom: 1px solid #F2F2F2;
|
|
18
|
+
}
|
|
15
19
|
&.h5 {
|
|
16
20
|
padding: 10px;
|
|
17
21
|
}
|
|
@@ -35,8 +39,13 @@
|
|
|
35
39
|
font-size: 34px;
|
|
36
40
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
37
41
|
font-weight: 600;
|
|
38
|
-
text-align: left;
|
|
39
42
|
color: #333333;
|
|
43
|
+
flex: 1;
|
|
44
|
+
text-align: center;
|
|
45
|
+
&.isAndroid {
|
|
46
|
+
text-align: left;
|
|
47
|
+
padding-left: 46PX;
|
|
48
|
+
}
|
|
40
49
|
}
|
|
41
50
|
&-right {
|
|
42
51
|
right: 20px;
|