taro-react-uilib 1.3.2-1 → 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 (126) hide show
  1. package/CHANGELOG.md +5 -95
  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/Tabbar/index.js.map +1 -1
  22. package/dist/components/Tabbar/tabbar/TabItem.js.map +1 -1
  23. package/dist/components/Tabbar/tabbar/Tabbar.js.map +1 -1
  24. package/dist/components/src/index.js +1 -1
  25. package/dist/index.js +6 -6
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.umd.js +6 -6
  28. package/dist/index.umd.js.map +1 -1
  29. package/dist/styles/components/amountinput.scss +6 -5
  30. package/dist/styles/components/amountkeyboard.scss +12 -30
  31. package/dist/styles/components/badge.scss +1 -0
  32. package/dist/styles/components/bankicon.scss +1 -1
  33. package/dist/styles/components/button.scss +5 -7
  34. package/dist/styles/components/captcha.scss +3 -8
  35. package/dist/styles/components/checkbox.scss +5 -4
  36. package/dist/styles/components/dialog.scss +14 -14
  37. package/dist/styles/components/dialogref.scss +29 -11
  38. package/dist/styles/components/font/iconfont.ttf +0 -0
  39. package/dist/styles/components/font/iconfont.woff +0 -0
  40. package/dist/styles/components/font/iconfont.woff2 +0 -0
  41. package/dist/styles/components/forminput.scss +13 -25
  42. package/dist/styles/components/icon.scss +14 -3
  43. package/dist/styles/components/images/backspace.png +0 -0
  44. package/dist/styles/components/images/closeKeyboard.png +0 -0
  45. package/dist/styles/components/images/icon-arrow-right.png +0 -0
  46. package/dist/styles/components/images/loading.png +0 -0
  47. package/dist/styles/components/index.scss +0 -4
  48. package/dist/styles/components/list.scss +5 -17
  49. package/dist/styles/components/loading.scss +9 -1
  50. package/dist/styles/components/mask.scss +1 -1
  51. package/dist/styles/components/navbar.scss +0 -1
  52. package/dist/styles/components/numberkeyboard.scss +36 -47
  53. package/dist/styles/components/page.scss +2 -2
  54. package/dist/styles/components/passwordinput.scss +1 -1
  55. package/dist/styles/components/picker.scss +1 -0
  56. package/dist/styles/components/popup.scss +3 -2
  57. package/dist/styles/components/progress.scss +2 -2
  58. package/dist/styles/components/radio.scss +6 -5
  59. package/dist/styles/components/tabbar.scss +0 -3
  60. package/dist/styles/components/toast.scss +1 -0
  61. package/dist/styles/themes/default.scss +8 -17
  62. package/dist/styles/themes/variable.scss +0 -8
  63. package/lib/components/AmountKeyboard/index.js +9 -7
  64. package/lib/components/AmountKeyboard/index.js.map +1 -1
  65. package/lib/components/Button/index.js +2 -2
  66. package/lib/components/Button/index.js.map +1 -1
  67. package/lib/components/Captcha/index.js +2 -2
  68. package/lib/components/Captcha/index.js.map +1 -1
  69. package/lib/components/Dialog/Alert/index.js +3 -3
  70. package/lib/components/Dialog/Alert/index.js.map +1 -1
  71. package/lib/components/Dialog/Confirm/index.js +2 -2
  72. package/lib/components/Dialog/Confirm/index.js.map +1 -1
  73. package/lib/components/DialogComponent/index.js +2 -0
  74. package/lib/components/DialogComponent/index.js.map +1 -1
  75. package/lib/components/DialogRef/index.js +11 -3
  76. package/lib/components/DialogRef/index.js.map +1 -1
  77. package/lib/components/FormInput/index.js +2 -3
  78. package/lib/components/FormInput/index.js.map +1 -1
  79. package/lib/components/Icon/index.js +2 -3
  80. package/lib/components/Icon/index.js.map +1 -1
  81. package/lib/components/NumberKeyboard/index.js +2 -4
  82. package/lib/components/NumberKeyboard/index.js.map +1 -1
  83. package/lib/components/Radio/index.js +1 -1
  84. package/lib/components/Radio/index.js.map +1 -1
  85. package/lib/components/Tabbar/index.js +0 -1
  86. package/lib/components/Tabbar/index.js.map +1 -1
  87. package/lib/components/Tabbar/tabbar/TabItem.js +1 -0
  88. package/lib/components/Tabbar/tabbar/TabItem.js.map +1 -1
  89. package/lib/components/Tabbar/tabbar/Tabbar.js +1 -0
  90. package/lib/components/Tabbar/tabbar/Tabbar.js.map +1 -1
  91. package/lib/index.js +0 -5
  92. package/lib/index.js.map +1 -1
  93. package/package.json +1 -1
  94. package/types/components/AmountKeyboard/index.d.ts +1 -0
  95. package/types/components/Button/index.d.ts +1 -2
  96. package/types/components/Captcha/index.d.ts +1 -1
  97. package/types/components/Icon/index.d.ts +1 -3
  98. package/types/components/NumberKeyboard/index.d.ts +0 -2
  99. package/types/components/Switch/index.d.ts +12 -0
  100. package/types/components/Tabbar/index.d.ts +0 -1
  101. package/types/components/Tabbar/tabbar/TabItem.d.ts +1 -0
  102. package/types/components/Tabbar/tabbar/Tabbar.d.ts +1 -0
  103. package/types/index.d.ts +0 -5
  104. package/dist/components/ActionSheet/index.js +0 -2
  105. package/dist/components/ActionSheet/index.js.map +0 -1
  106. package/dist/components/ActivityIndicator/index.js +0 -2
  107. package/dist/components/ActivityIndicator/index.js.map +0 -1
  108. package/dist/components/Cell/index.js +0 -2
  109. package/dist/components/Cell/index.js.map +0 -1
  110. package/dist/components/Icon/index.js +0 -2
  111. package/dist/components/Icon/index.js.map +0 -1
  112. package/dist/components/Rank/index.js +0 -2
  113. package/dist/components/Rank/index.js.map +0 -1
  114. package/dist/styles/components/actionsheet.scss +0 -121
  115. package/dist/styles/components/activityindicator.scss +0 -43
  116. package/dist/styles/components/cell.scss +0 -113
  117. package/dist/styles/components/rank.scss +0 -50
  118. package/lib/components/ActionSheet/index.js +0 -57
  119. package/lib/components/ActionSheet/index.js.map +0 -1
  120. package/lib/components/ActivityIndicator/index.js +0 -14
  121. package/lib/components/ActivityIndicator/index.js.map +0 -1
  122. package/lib/components/Cell/index.js +0 -27
  123. package/lib/components/Cell/index.js.map +0 -1
  124. package/lib/components/Rank/index.js +0 -22
  125. package/lib/components/Rank/index.js.map +0 -1
  126. /package/{readme.md → README.md} +0 -0
@@ -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,16 +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: 32px;
9
- font-size: 26px;
10
- width: 210px;
11
- font-family: PingFangSC-Medium, PingFang SC;
12
- font-weight: 500;
13
- color: #F95700;
8
+ border-color: #333;
14
9
  &:disabled {
15
10
  color: #d5d5d5;
16
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 {
@@ -24,36 +25,53 @@
24
25
  background-color: #fff;
25
26
  z-index: 999;
26
27
  width: 600px;
28
+ // padding-top: 60px;
27
29
  box-sizing: border-box;
28
30
  border-radius: 10px;
29
31
  text-align: center;
30
32
  touch-action: none;
31
- color: var(--font-color);
32
- border-radius: 16px;
33
33
  &-header {
34
- font-size: 32px;
34
+ font-size: 38px;
35
35
  font-family: PingFang SC;
36
36
  font-weight: 500;
37
37
  line-height: 53px;
38
- margin-top: 64px;
38
+ color: #333333;
39
+ margin-top: 30px;
39
40
  }
40
41
  &-content {
41
42
  // margin: 66px auto 0;
42
- font-size: 28px;
43
+ font-size: 34px;
43
44
  font-family: PingFang SC;
45
+ color: #999;
44
46
  text-align: left;
45
47
  }
46
48
  &-footer {
47
49
  // margin-top: 60px;
48
50
  .xh-dialog-ref-content-footer-buttons {
49
- border-top: 1PX solid #EEE;
50
51
  display: flex;
51
- border-bottom-left-radius: 8px;
52
- border-bottom-right-radius: 8px;
53
- overflow: hidden;
54
- &-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;
55
73
  color: var(--font-color-tertiary);
56
- border-right: 1PX solid #EEE;
74
+ padding: 0;
57
75
  }
58
76
  }
59
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;
@@ -46,14 +38,14 @@
46
38
  font-family: PingFang SC;
47
39
  font-weight: 400;
48
40
  line-height: 32px;
49
- color: var(--font-color);
41
+ color: #333333;
50
42
  white-space: nowrap;
51
43
  }
52
44
 
53
45
  &-label {
54
46
  width: 128px;
55
47
  text-align: left;
56
- color: var(--font-color);
48
+ color: #333;
57
49
  display: flex;
58
50
  align-items: center;
59
51
  &-icon {
@@ -88,15 +80,14 @@
88
80
  input {
89
81
  &::placeholder {
90
82
  font-size: 32px;
91
- color: var(--font-color-tertiary);
83
+ color: $font-color-tertiary;
92
84
  font-weight: normal;
93
85
  line-height: 36px;
94
86
  }
95
87
  }
96
88
  }
97
89
  &-placeholder {
98
- color: var(--font-color-tertiary);
99
-
90
+ color: $font-color-tertiary;
100
91
  }
101
92
  &-extra {
102
93
  margin-top: 6px;
@@ -106,13 +97,10 @@
106
97
  display: flex;
107
98
  .arrow {
108
99
  display: block;
109
- font-family: 'xh-iconfont';
110
- -webkit-font-smoothing: antialiased;
111
- font-size: 22PX;
112
- color: #c8c8c8;
113
- &:before {
114
- content: "\e603";
115
- }
100
+ width: 30px;
101
+ height: 30px;
102
+ background: url("./images/icon-arrow-right.png") no-repeat;
103
+ background-size: 100%;
116
104
  }
117
105
  }
118
106
  &.column {
@@ -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,7 +24,6 @@
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';
@@ -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;