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.
Files changed (141) hide show
  1. package/CHANGELOG.md +5 -106
  2. package/dist/components/AmountKeyboard/index.js +1 -1
  3. package/dist/components/AmountKeyboard/index.js.map +1 -1
  4. package/dist/components/Button/index.js +1 -1
  5. package/dist/components/Button/index.js.map +1 -1
  6. package/dist/components/Captcha/index.js +1 -1
  7. package/dist/components/Captcha/index.js.map +1 -1
  8. package/dist/components/Dialog/Alert/index.js +1 -1
  9. package/dist/components/Dialog/Alert/index.js.map +1 -1
  10. package/dist/components/Dialog/Confirm/index.js +1 -1
  11. package/dist/components/Dialog/Confirm/index.js.map +1 -1
  12. package/dist/components/DialogComponent/index.js.map +1 -1
  13. package/dist/components/DialogRef/index.js +1 -1
  14. package/dist/components/DialogRef/index.js.map +1 -1
  15. package/dist/components/FormInput/index.js +1 -1
  16. package/dist/components/FormInput/index.js.map +1 -1
  17. package/dist/components/NumberKeyboard/index.js +1 -1
  18. package/dist/components/NumberKeyboard/index.js.map +1 -1
  19. package/dist/components/Radio/index.js +1 -1
  20. package/dist/components/Radio/index.js.map +1 -1
  21. package/dist/components/Step/Steps/index.js +1 -1
  22. package/dist/components/Step/Steps/index.js.map +1 -1
  23. package/dist/components/Step/index.js +1 -1
  24. package/dist/components/Step/index.js.map +1 -1
  25. package/dist/components/Tabbar/index.js.map +1 -1
  26. package/dist/components/Tabbar/tabbar/TabItem.js.map +1 -1
  27. package/dist/components/Tabbar/tabbar/Tabbar.js +1 -1
  28. package/dist/components/Tabbar/tabbar/Tabbar.js.map +1 -1
  29. package/dist/components/src/index.js +1 -1
  30. package/dist/index.js +6 -6
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.umd.js +6 -6
  33. package/dist/index.umd.js.map +1 -1
  34. package/dist/styles/components/amountinput.scss +6 -5
  35. package/dist/styles/components/amountkeyboard.scss +12 -30
  36. package/dist/styles/components/badge.scss +1 -0
  37. package/dist/styles/components/bankicon.scss +1 -1
  38. package/dist/styles/components/button.scss +5 -7
  39. package/dist/styles/components/captcha.scss +3 -9
  40. package/dist/styles/components/checkbox.scss +5 -4
  41. package/dist/styles/components/dialog.scss +14 -14
  42. package/dist/styles/components/dialogref.scss +30 -14
  43. package/dist/styles/components/font/iconfont.ttf +0 -0
  44. package/dist/styles/components/font/iconfont.woff +0 -0
  45. package/dist/styles/components/font/iconfont.woff2 +0 -0
  46. package/dist/styles/components/forminput.scss +28 -40
  47. package/dist/styles/components/icon.scss +14 -3
  48. package/dist/styles/components/images/backspace.png +0 -0
  49. package/dist/styles/components/images/closeKeyboard.png +0 -0
  50. package/dist/styles/components/images/icon-arrow-right.png +0 -0
  51. package/dist/styles/components/images/loading.png +0 -0
  52. package/dist/styles/components/index.scss +0 -5
  53. package/dist/styles/components/list.scss +5 -17
  54. package/dist/styles/components/loading.scss +9 -1
  55. package/dist/styles/components/mask.scss +1 -1
  56. package/dist/styles/components/navbar.scss +0 -1
  57. package/dist/styles/components/numberkeyboard.scss +36 -47
  58. package/dist/styles/components/page.scss +2 -2
  59. package/dist/styles/components/passwordinput.scss +1 -1
  60. package/dist/styles/components/picker.scss +1 -0
  61. package/dist/styles/components/popup.scss +3 -2
  62. package/dist/styles/components/progress.scss +2 -2
  63. package/dist/styles/components/radio.scss +6 -5
  64. package/dist/styles/components/step.scss +1 -9
  65. package/dist/styles/components/tabbar.scss +0 -3
  66. package/dist/styles/components/toast.scss +1 -0
  67. package/dist/styles/themes/default.scss +8 -17
  68. package/dist/styles/themes/variable.scss +0 -8
  69. package/lib/components/AmountKeyboard/index.js +9 -7
  70. package/lib/components/AmountKeyboard/index.js.map +1 -1
  71. package/lib/components/Button/index.js +2 -2
  72. package/lib/components/Button/index.js.map +1 -1
  73. package/lib/components/Captcha/index.js +2 -2
  74. package/lib/components/Captcha/index.js.map +1 -1
  75. package/lib/components/Dialog/Alert/index.js +3 -3
  76. package/lib/components/Dialog/Alert/index.js.map +1 -1
  77. package/lib/components/Dialog/Confirm/index.js +2 -2
  78. package/lib/components/Dialog/Confirm/index.js.map +1 -1
  79. package/lib/components/DialogComponent/index.js +2 -0
  80. package/lib/components/DialogComponent/index.js.map +1 -1
  81. package/lib/components/DialogRef/index.js +14 -6
  82. package/lib/components/DialogRef/index.js.map +1 -1
  83. package/lib/components/FormInput/index.js +2 -3
  84. package/lib/components/FormInput/index.js.map +1 -1
  85. package/lib/components/Icon/index.js +2 -3
  86. package/lib/components/Icon/index.js.map +1 -1
  87. package/lib/components/NumberKeyboard/index.js +2 -4
  88. package/lib/components/NumberKeyboard/index.js.map +1 -1
  89. package/lib/components/Radio/index.js +1 -1
  90. package/lib/components/Radio/index.js.map +1 -1
  91. package/lib/components/Step/Steps/index.js +0 -1
  92. package/lib/components/Step/Steps/index.js.map +1 -1
  93. package/lib/components/Step/index.js +1 -2
  94. package/lib/components/Step/index.js.map +1 -1
  95. package/lib/components/Tabbar/index.js +0 -1
  96. package/lib/components/Tabbar/index.js.map +1 -1
  97. package/lib/components/Tabbar/tabbar/TabItem.js +1 -0
  98. package/lib/components/Tabbar/tabbar/TabItem.js.map +1 -1
  99. package/lib/components/Tabbar/tabbar/Tabbar.js +8 -9
  100. package/lib/components/Tabbar/tabbar/Tabbar.js.map +1 -1
  101. package/lib/index.js +0 -6
  102. package/lib/index.js.map +1 -1
  103. package/package.json +1 -1
  104. package/types/components/AmountKeyboard/index.d.ts +1 -0
  105. package/types/components/Button/index.d.ts +1 -2
  106. package/types/components/Captcha/index.d.ts +1 -1
  107. package/types/components/DialogRef/index.d.ts +0 -2
  108. package/types/components/Icon/index.d.ts +1 -3
  109. package/types/components/NumberKeyboard/index.d.ts +0 -2
  110. package/types/components/Step/index.d.ts +0 -1
  111. package/types/components/Tabbar/index.d.ts +0 -1
  112. package/types/components/Tabbar/tabbar/TabItem.d.ts +1 -0
  113. package/types/components/Tabbar/tabbar/Tabbar.d.ts +2 -3
  114. package/types/index.d.ts +0 -6
  115. package/dist/components/ActionSheet/index.js +0 -2
  116. package/dist/components/ActionSheet/index.js.map +0 -1
  117. package/dist/components/ActivityIndicator/index.js +0 -2
  118. package/dist/components/ActivityIndicator/index.js.map +0 -1
  119. package/dist/components/Cell/index.js +0 -2
  120. package/dist/components/Cell/index.js.map +0 -1
  121. package/dist/components/Icon/index.js +0 -2
  122. package/dist/components/Icon/index.js.map +0 -1
  123. package/dist/components/Rank/index.js +0 -2
  124. package/dist/components/Rank/index.js.map +0 -1
  125. package/dist/components/Switch/index.js +0 -2
  126. package/dist/components/Switch/index.js.map +0 -1
  127. package/dist/styles/components/actionsheet.scss +0 -121
  128. package/dist/styles/components/activityindicator.scss +0 -43
  129. package/dist/styles/components/cell.scss +0 -113
  130. package/dist/styles/components/rank.scss +0 -50
  131. package/dist/styles/components/switch.scss +0 -40
  132. package/lib/components/ActionSheet/index.js +0 -57
  133. package/lib/components/ActionSheet/index.js.map +0 -1
  134. package/lib/components/ActivityIndicator/index.js +0 -14
  135. package/lib/components/ActivityIndicator/index.js.map +0 -1
  136. package/lib/components/Cell/index.js +0 -27
  137. package/lib/components/Cell/index.js.map +0 -1
  138. package/lib/components/Rank/index.js +0 -22
  139. package/lib/components/Rank/index.js.map +0 -1
  140. package/lib/components/Switch/index.js +0 -26
  141. 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: #fff;
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 #eee;
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: #b9b9b9;
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-fail);
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: #fff;
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
- font-family: 'xh-iconfont';
82
- font-style: normal;
83
- font-weight: 400;
84
- font-variant: normal;
85
- text-transform: none;
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
- @extend .delete;
99
- &:before {
100
- content: "\e620";
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: 0.8;
99
+ opacity: .8;
118
100
  }
119
101
  }
120
102
  }
@@ -1,3 +1,4 @@
1
+
1
2
  @import "../../styles/themes/variable.scss";
2
3
 
3
4
  #{$xh-prefix}-badge {
@@ -1,5 +1,5 @@
1
1
  @import "../../styles/themes/variable.scss";
2
-
2
+ @import "../../styles/themes/default.scss";
3
3
  #{$xh-prefix}-bank-icon {
4
4
  width: 60px;
5
5
  height: 60px;
@@ -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(--btn-color-disabled);
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(--btn-color-disabled);
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: 170px;
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: var(--color-primary);
6
+ color: $color-primary;
6
7
  background-color: #fff;
7
- border-color: currentColor;
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-color: var(--border-color);
40
- border-color: var(--font-color-fifth);
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-color: var(--border-color);
63
- border-color: var(--font-color-fifth);
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: 64px;
22
+ padding-top: 60px;
22
23
  box-sizing: border-box;
23
- border-radius: 16px;
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: var(--font-color);
38
- padding: 0 64px;
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
- width: 100%;
48
- padding: 8px 0;
49
- border-bottom-left-radius: 16px;
50
- border-bottom-right-radius: 16px;
51
- border-top: 1PX solid #EEE;
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
- border-top: 1PX solid #EEE;
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: 32px;
34
+ font-size: 38px;
37
35
  font-family: PingFang SC;
38
36
  font-weight: 500;
39
37
  line-height: 53px;
40
- margin-top: 64px;
38
+ color: #333333;
39
+ margin-top: 30px;
41
40
  }
42
41
  &-content {
43
42
  // margin: 66px auto 0;
44
- font-size: 28px;
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
- border-bottom-left-radius: 16px;
54
- border-bottom-right-radius: 16px;
55
- overflow: hidden;
56
- &-cancel {
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
- border-right: 1PX solid #EEE;
74
+ padding: 0;
59
75
  }
60
76
  }
61
77
  }
@@ -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: 28px;
22
- font-family: PingFangSC-Regular, PingFang SC;
13
+ padding: 40px 0;
14
+ &.padding {
15
+ padding: 40px 30px;
16
+ }
23
17
  &.border::after {
24
18
  content: " ";
25
19
  position: absolute;
26
- left: 28px;
20
+ left: 0;
27
21
  bottom: 0;
28
- width: calc(100% - 56px);
22
+ width: 100%;
29
23
  height: 2px;
30
- background-color: #EEE;
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: var(--font-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: var(--font-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: 28px;
89
- color: var(--font-color-tertiary);
90
- line-height: 1.2;
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: var(--font-color-tertiary);
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
- font-family: 'xh-iconfont';
107
- -webkit-font-smoothing: antialiased;
108
- font-size: 22PX;
109
- color: #c8c8c8;
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: 12px;
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-size: 28px;
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: var(--font-color-tertiary);
136
+ color: $font-color-tertiary;
149
137
  }
150
138
 
151
139
  input:-moz-placeholder,
152
140
  textarea:-moz-placeholder {
153
- color: var(--font-color-tertiary);
141
+ color: $font-color-tertiary;
154
142
  }
155
143
 
156
144
  input::-moz-placeholder,
157
145
  textarea::-moz-placeholder {
158
- color: var(--font-color-tertiary);
146
+ color: $font-color-tertiary;
159
147
  }
160
148
 
161
149
  input:-ms-input-placeholder,
162
150
  textarea:-ms-input-placeholder {
163
- color: var(--font-color-tertiary);
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: "xh-iconfont"; /* Project id 4043926 */
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
  }
@@ -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
- display: block;
90
- font-family: 'xh-iconfont';
91
- -webkit-font-smoothing: antialiased;
92
- font-size: 22PX;
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;
@@ -1,5 +1,5 @@
1
1
  @import "../../styles/themes/variable.scss";
2
-
2
+ @import "../../styles/themes/default.scss";
3
3
  #{$xh-prefix}-mask {
4
4
  position: fixed;
5
5
  top: 0;
@@ -1,4 +1,3 @@
1
- @import "../../styles/themes/variable.scss";
2
1
 
3
2
  @font-face {
4
3
  font-family: icon-back;