tplus-components-touch 1.27.1 → 1.27.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 (218) hide show
  1. package/dist/components/addLog/AddLogProcessor.js +53 -0
  2. package/dist/components/addLog/AddLogProcessor.js.map +1 -0
  3. package/dist/components/addLog/OperationLogApi.js +164 -0
  4. package/dist/components/addLog/OperationLogApi.js.map +1 -0
  5. package/dist/components/autoComplete/index.js +259 -0
  6. package/dist/components/autoComplete/index.js.map +1 -0
  7. package/dist/components/autoComplete/index.less +89 -0
  8. package/dist/components/autoComplete/option.js +75 -0
  9. package/dist/components/autoComplete/option.js.map +1 -0
  10. package/dist/components/autoCompleteWithKeyboard/index.js +206 -0
  11. package/dist/components/autoCompleteWithKeyboard/index.js.map +1 -0
  12. package/dist/components/autoCompleteWithKeyboard/index.less +5 -0
  13. package/dist/components/billSearch/api.js +425 -0
  14. package/dist/components/billSearch/api.js.map +1 -0
  15. package/dist/components/billSearch/index.js +2030 -0
  16. package/dist/components/billSearch/index.js.map +1 -0
  17. package/dist/components/billSearch/index.less +573 -0
  18. package/dist/components/cloudPrint/BTPrintFormatUtil.js +568 -0
  19. package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -0
  20. package/dist/components/cloudPrint/api.js +454 -0
  21. package/dist/components/cloudPrint/api.js.map +1 -0
  22. package/dist/components/cloudPrint/index.js +974 -0
  23. package/dist/components/cloudPrint/index.js.map +1 -0
  24. package/dist/components/cloudPrint/printDispatch.js +336 -0
  25. package/dist/components/cloudPrint/printDispatch.js.map +1 -0
  26. package/dist/components/commonForm/autoComplete/index.js +272 -0
  27. package/dist/components/commonForm/autoComplete/index.js.map +1 -0
  28. package/dist/components/commonForm/autoComplete/style.less +8 -0
  29. package/dist/components/commonForm/datePicker/index.js +117 -0
  30. package/dist/components/commonForm/datePicker/index.js.map +1 -0
  31. package/dist/components/commonForm/datePicker/style.less +11 -0
  32. package/dist/components/commonForm/formControl/index.js +183 -0
  33. package/dist/components/commonForm/formControl/index.js.map +1 -0
  34. package/dist/components/commonForm/formControl/style.less +8 -0
  35. package/dist/components/commonForm/index.js +208 -0
  36. package/dist/components/commonForm/index.js.map +1 -0
  37. package/dist/components/commonForm/inputNumber/index.js +291 -0
  38. package/dist/components/commonForm/inputNumber/index.js.map +1 -0
  39. package/dist/components/commonForm/inputNumber/style.less +17 -0
  40. package/dist/components/commonForm/radio/index.js +157 -0
  41. package/dist/components/commonForm/radio/index.js.map +1 -0
  42. package/dist/components/commonForm/radio/style.less +11 -0
  43. package/dist/components/commonForm/style.less +12 -0
  44. package/dist/components/deliverySearch/api.js +355 -0
  45. package/dist/components/deliverySearch/api.js.map +1 -0
  46. package/dist/components/deliverySearch/index.js +1254 -0
  47. package/dist/components/deliverySearch/index.js.map +1 -0
  48. package/dist/components/deliverySearch/index.less +624 -0
  49. package/dist/components/form/index.js +325 -0
  50. package/dist/components/form/index.js.map +1 -0
  51. package/dist/components/hardwareAPI/index.js +181 -0
  52. package/dist/components/hardwareAPI/index.js.map +1 -0
  53. package/dist/components/hotKey/config.js +306 -0
  54. package/dist/components/hotKey/config.js.map +1 -0
  55. package/dist/components/hotKey/hotKeyModal.js +479 -0
  56. package/dist/components/hotKey/hotKeyModal.js.map +1 -0
  57. package/dist/components/hotKey/index.js +782 -0
  58. package/dist/components/hotKey/index.js.map +1 -0
  59. package/dist/components/hotKey/localConfig.js +3831 -0
  60. package/dist/components/hotKey/localConfig.js.map +1 -0
  61. package/dist/components/hotKey/style.less +99 -0
  62. package/dist/components/hotKey/utils.js +135 -0
  63. package/dist/components/hotKey/utils.js.map +1 -0
  64. package/dist/components/input/index.js +257 -0
  65. package/dist/components/input/index.js.map +1 -0
  66. package/dist/components/input/style.less +107 -0
  67. package/dist/components/input/tplusInput/index.js +89 -0
  68. package/dist/components/input/tplusInput/index.js.map +1 -0
  69. package/dist/components/input/tplusInput/inputContent.js +130 -0
  70. package/dist/components/input/tplusInput/inputContent.js.map +1 -0
  71. package/dist/components/input/tplusInput/inputs.js +201 -0
  72. package/dist/components/input/tplusInput/inputs.js.map +1 -0
  73. package/dist/components/input/tplusInput/style.less +194 -0
  74. package/dist/components/input/utils/index.js +26 -0
  75. package/dist/components/input/utils/index.js.map +1 -0
  76. package/dist/components/inventorySearch/api.js +214 -0
  77. package/dist/components/inventorySearch/api.js.map +1 -0
  78. package/dist/components/inventorySearch/index.js +303 -0
  79. package/dist/components/inventorySearch/index.js.map +1 -0
  80. package/dist/components/inventorySearch/index.less +244 -0
  81. package/dist/components/inventorySearch/store.js +344 -0
  82. package/dist/components/inventorySearch/store.js.map +1 -0
  83. package/dist/components/inventorySearch/tab.js +255 -0
  84. package/dist/components/inventorySearch/tab.js.map +1 -0
  85. package/dist/components/keyboard/index.js +258 -0
  86. package/dist/components/keyboard/index.js.map +1 -0
  87. package/dist/components/keyboard/index.less +556 -0
  88. package/dist/components/keyboard/letterKeyboard.js +222 -0
  89. package/dist/components/keyboard/letterKeyboard.js.map +1 -0
  90. package/dist/components/keyboard/numKeyboard.js +458 -0
  91. package/dist/components/keyboard/numKeyboard.js.map +1 -0
  92. package/dist/components/keyboard/numKeyboardDigit.js +502 -0
  93. package/dist/components/keyboard/numKeyboardDigit.js.map +1 -0
  94. package/dist/components/keyboard/numKeyboardScan.js +215 -0
  95. package/dist/components/keyboard/numKeyboardScan.js.map +1 -0
  96. package/dist/components/keyboard/numberButtonInteger.js +296 -0
  97. package/dist/components/keyboard/numberButtonInteger.js.map +1 -0
  98. package/dist/components/keyboard/numberButton_input.js +300 -0
  99. package/dist/components/keyboard/numberButton_input.js.map +1 -0
  100. package/dist/components/keyboard/onlyKeyboard.js +90 -0
  101. package/dist/components/keyboard/onlyKeyboard.js.map +1 -0
  102. package/dist/components/keyboard/onlyLetterButton.js +187 -0
  103. package/dist/components/keyboard/onlyLetterButton.js.map +1 -0
  104. package/dist/components/keyboard/onlyLetterButton2.js +235 -0
  105. package/dist/components/keyboard/onlyLetterButton2.js.map +1 -0
  106. package/dist/components/keyboard/onlyLetterButton2.less +184 -0
  107. package/dist/components/keyboard/onlyNumberButton.js +128 -0
  108. package/dist/components/keyboard/onlyNumberButton.js.map +1 -0
  109. package/dist/components/keyboard/onlyNumberButton2.js +115 -0
  110. package/dist/components/keyboard/onlyNumberButton2.js.map +1 -0
  111. package/dist/components/keyboard/textKeyboard.js +50 -0
  112. package/dist/components/keyboard/textKeyboard.js.map +1 -0
  113. package/dist/components/layout/hamburger.js +29 -0
  114. package/dist/components/layout/hamburger.js.map +1 -0
  115. package/dist/components/layout/index.js +31 -0
  116. package/dist/components/layout/index.js.map +1 -0
  117. package/dist/components/layout/layout.js +182 -0
  118. package/dist/components/layout/layout.js.map +1 -0
  119. package/dist/components/layout/sider.js +165 -0
  120. package/dist/components/layout/sider.js.map +1 -0
  121. package/dist/components/layout/style.less +83 -0
  122. package/dist/components/loading/index.js +193 -0
  123. package/dist/components/loading/index.js.map +1 -0
  124. package/dist/components/loading/loadingContent.js +159 -0
  125. package/dist/components/loading/loadingContent.js.map +1 -0
  126. package/dist/components/loading/style.less +51 -0
  127. package/dist/components/loading/utils.js +29 -0
  128. package/dist/components/loading/utils.js.map +1 -0
  129. package/dist/components/message/index.js +286 -0
  130. package/dist/components/message/index.js.map +1 -0
  131. package/dist/components/message/index.less +150 -0
  132. package/dist/components/modal/index.js +93 -0
  133. package/dist/components/modal/index.js.map +1 -0
  134. package/dist/components/modal/index.less +19 -0
  135. package/dist/components/modalVertical/index.js +338 -0
  136. package/dist/components/modalVertical/index.js.map +1 -0
  137. package/dist/components/modalVertical/style.less +114 -0
  138. package/dist/components/modalWraper/index.js +482 -0
  139. package/dist/components/modalWraper/index.js.map +1 -0
  140. package/dist/components/modalWraper/style.less +363 -0
  141. package/dist/components/modalWraper/utils.js +49 -0
  142. package/dist/components/modalWraper/utils.js.map +1 -0
  143. package/dist/components/notification/index.js +124 -0
  144. package/dist/components/notification/index.js.map +1 -0
  145. package/dist/components/notification/index.less +58 -0
  146. package/dist/components/overflowTip/index.js +269 -0
  147. package/dist/components/overflowTip/index.js.map +1 -0
  148. package/dist/components/overflowTip/style.less +66 -0
  149. package/dist/components/page/index.js +49 -0
  150. package/dist/components/page/index.js.map +1 -0
  151. package/dist/components/page/index.less +26 -0
  152. package/dist/components/product/detail.js +97 -0
  153. package/dist/components/product/detail.js.map +1 -0
  154. package/dist/components/product/getCard.js +145 -0
  155. package/dist/components/product/getCard.js.map +1 -0
  156. package/dist/components/product/index.less +354 -0
  157. package/dist/components/progressState/EmptyAndErrorView.js +143 -0
  158. package/dist/components/progressState/EmptyAndErrorView.js.map +1 -0
  159. package/dist/components/progressState/ProgressState.js +157 -0
  160. package/dist/components/progressState/ProgressState.js.map +1 -0
  161. package/dist/components/progressState/index.js +14 -0
  162. package/dist/components/progressState/index.js.map +1 -0
  163. package/dist/components/progressState/style.less +65 -0
  164. package/dist/components/scan/index.js +219 -0
  165. package/dist/components/scan/index.js.map +1 -0
  166. package/dist/components/scan/index.less +34 -0
  167. package/dist/components/select/index.js +28 -0
  168. package/dist/components/select/index.js.map +1 -0
  169. package/dist/components/select/index.less +12 -0
  170. package/dist/components/settlement/asyncModal.js +178 -0
  171. package/dist/components/settlement/asyncModal.js.map +1 -0
  172. package/dist/components/settlement/index.js +16 -0
  173. package/dist/components/settlement/index.js.map +1 -0
  174. package/dist/components/settlement/settlement.js +5488 -0
  175. package/dist/components/settlement/settlement.js.map +1 -0
  176. package/dist/components/settlement/settlement.less +1604 -0
  177. package/dist/components/settlement/settlementStore.js +1460 -0
  178. package/dist/components/settlement/settlementStore.js.map +1 -0
  179. package/dist/components/settlement/utils.js +295 -0
  180. package/dist/components/settlement/utils.js.map +1 -0
  181. package/dist/components/socket/index.js +220 -0
  182. package/dist/components/socket/index.js.map +1 -0
  183. package/dist/components/spin/index.js +95 -0
  184. package/dist/components/spin/index.js.map +1 -0
  185. package/dist/components/spin/spin-style.less +436 -0
  186. package/dist/components/test/index.js +338 -0
  187. package/dist/components/test/index.js.map +1 -0
  188. package/dist/components/ticon/iconfont/demo.css +539 -0
  189. package/dist/components/ticon/iconfont/demo_index.html +4765 -0
  190. package/dist/components/ticon/iconfont/iconfont.css +811 -0
  191. package/dist/components/ticon/iconfont/iconfont.eot +0 -0
  192. package/dist/components/ticon/iconfont/iconfont.js +33 -0
  193. package/dist/components/ticon/iconfont/iconfont.js.map +1 -0
  194. package/dist/components/ticon/iconfont/iconfont.json +1402 -0
  195. package/dist/components/ticon/iconfont/iconfont.svg +572 -0
  196. package/dist/components/ticon/iconfont/iconfont.ttf +0 -0
  197. package/dist/components/ticon/iconfont/iconfont.woff +0 -0
  198. package/dist/components/ticon/iconfont/iconfont.woff2 +0 -0
  199. package/dist/components/ticon/index.js +60 -0
  200. package/dist/components/ticon/index.js.map +1 -0
  201. package/dist/components/touchScroll/index.js +182 -0
  202. package/dist/components/touchScroll/index.js.map +1 -0
  203. package/dist/components/touchTable/AuthProcess.js +42 -0
  204. package/dist/components/touchTable/AuthProcess.js.map +1 -0
  205. package/dist/components/touchTable/generateWater.js +59 -0
  206. package/dist/components/touchTable/generateWater.js.map +1 -0
  207. package/dist/components/touchTable/index.js +958 -0
  208. package/dist/components/touchTable/index.js.map +1 -0
  209. package/dist/components/touchTable/index.less +190 -0
  210. package/dist/components/touchTable/utils.js +14 -0
  211. package/dist/components/touchTable/utils.js.map +1 -0
  212. package/dist/demo/PopOverDemo.js +126 -0
  213. package/dist/demo/PopOverDemo.js.map +1 -0
  214. package/dist/index.js +246 -0
  215. package/dist/index.js.map +1 -0
  216. package/dist/util/tools.js +210 -0
  217. package/dist/util/tools.js.map +1 -0
  218. package/package.json +1 -1
@@ -0,0 +1,556 @@
1
+ @keyboard-font-color: #333;
2
+ @keyboard-active-color: rgba(255,140,37,0.6);
3
+ .keyboard.no-bordered {
4
+ input {
5
+ border: none!important;
6
+ &:focus {
7
+ border: none!important;
8
+ }
9
+ }
10
+
11
+ }
12
+ #product-keyboard{
13
+ z-index:1300!important;
14
+ }
15
+ .keyboard {
16
+ // display: flex;
17
+ // width: 100%;
18
+ // height: 100%;
19
+ &>span {
20
+ width: 100%;
21
+ height: 100%;
22
+ &>span {
23
+ display: flex;
24
+ flex-direction: column;
25
+ justify-content: center;
26
+ }
27
+ }
28
+ .u-input-group-btn {
29
+ top: 0!important;
30
+ }
31
+ .keyboard-input {
32
+ flex : 1;
33
+ height : 100%;
34
+ display : flex;
35
+ flex-direction : column;
36
+ justify-content: center;
37
+
38
+ input {
39
+ border-color: rgb(200, 200, 205);
40
+ height: 30px;
41
+ line-height : 30px;
42
+ }
43
+
44
+ .uf-close-c {
45
+ color: #999;
46
+ }
47
+ }
48
+
49
+ .keyboard-icon {
50
+ // width: 40px;
51
+ display: flex;
52
+ justify-content: center;
53
+ align-items: center;
54
+ top: 0!important;
55
+ right: 10px!important;
56
+ cursor: pointer;
57
+ }
58
+ }
59
+ .number-keyboard {
60
+ .u-input-group-btn {
61
+ top: 0!important;
62
+ }
63
+ }
64
+ .num-keyboard-popover-click {
65
+ margin-left: 346px!important;
66
+ margin-top: -29px!important;
67
+ }
68
+ .num-keyboard-popover-focus {
69
+ margin-left: -50px!important;
70
+ margin-top: 5px!important;
71
+ }
72
+ .num-keyboard-popover {
73
+ // numberKeyboard
74
+ width: 320px;
75
+ height: 226px;
76
+ background: none!important;
77
+ .tooltip-arrow {
78
+ display: none!important;
79
+ &:after {
80
+ display: none;
81
+ }
82
+ }
83
+ .tooltip-inner {
84
+ max-width: none!important;
85
+ background: rgba(0,0,0,0.60)!important;
86
+ border-radius: 6px!important;
87
+ border:none!important;
88
+ .u-popover-content {
89
+ height: 100%;
90
+ padding: 18px 14px 10px!important;
91
+
92
+ .key {
93
+ box-sizing: border-box;
94
+ text-align: center;
95
+ line-height: 60px;
96
+ width: 54px;
97
+ height: 35px;
98
+ display: flex;
99
+ flex-direction: column;
100
+ justify-content: center;
101
+ color: @keyboard-font-color ;
102
+ background: #FFF;
103
+ // border: 1px solid #999999;
104
+ border-radius: 6px;
105
+ // border: 1px solid #FF8C26;
106
+ font-size: 14px;
107
+ // box-shadow: 0 2px 4px 0 rgba(242, 157, 14, 0.30);
108
+ ;
109
+ cursor: pointer;
110
+ &:active {
111
+ background: @keyboard-active-color;
112
+ }
113
+ }
114
+
115
+ .nums {
116
+ width: 208px;
117
+ float: left;
118
+ margin-left: 5px;
119
+
120
+ .num {
121
+ float: left;
122
+ margin: 0 10px 10px 0px;
123
+ }
124
+ }
125
+
126
+ .dels {
127
+ float: left;
128
+ width: 60px;
129
+
130
+ .del {
131
+ margin-bottom: 10px;
132
+ }
133
+
134
+ .sure {
135
+ height: 80px;
136
+ line-height: 22px;
137
+ padding-top: 5px;
138
+ }
139
+ .real-sure {
140
+ color: #FFF;
141
+ background-color: #FF8C26 ;
142
+ border-radius: 5px;
143
+ }
144
+ .positive {
145
+ height: 125px;
146
+ line-height: 35px;
147
+ }
148
+ }
149
+ }
150
+ }
151
+
152
+ }
153
+
154
+ .letter-small {
155
+ height: 224px;
156
+ top: auto !important;
157
+ }
158
+
159
+ .letter-keyboard-modal {
160
+ width: 100% !important;
161
+ margin: 0 !important;
162
+ div {
163
+ box-sizing: border-box;
164
+ }
165
+
166
+ .u-modal-dialog {
167
+ // width: 100% !important;
168
+ }
169
+
170
+ .u-modal-body {
171
+ padding: 20px 0 0;
172
+ }
173
+
174
+ .u-modal-content {
175
+ // margin: 0 auto;
176
+
177
+ }
178
+
179
+ .letters-box {
180
+ display: flex;
181
+ justify-content: space-around;
182
+ min-width: 1008px;
183
+ width: 100%;
184
+ position: relative;
185
+ }
186
+
187
+ .letters {
188
+ width: 680px;
189
+ float: left;
190
+
191
+ .letters-line {
192
+ height: 60px;
193
+
194
+ .letter:last-child {
195
+ margin-right: 0;
196
+ }
197
+ }
198
+ }
199
+
200
+ .capslock {
201
+ width: 116px !important;
202
+ }
203
+
204
+ .nums {
205
+ width: 268px;
206
+ float: right;
207
+
208
+ .nums-left {
209
+ float: left;
210
+ width: 188px;
211
+
212
+ .num {
213
+ height: 35px;
214
+ margin: 0 8px 8px 0;
215
+ }
216
+ }
217
+
218
+ .nums-right {
219
+ float: right;
220
+ width: 60px;
221
+
222
+ .del {
223
+ height: 35px;
224
+ margin: 0 8px 8px 0;
225
+ }
226
+
227
+ .sure {
228
+ height: 76px;
229
+ color: @keyboard-font-color;
230
+ // background-color: #FF8C26 ;
231
+ border-radius: 10px;
232
+ }
233
+ }
234
+ }
235
+
236
+ .key {
237
+ width: 54px;
238
+ height: 42px;
239
+ box-sizing: border-box;
240
+ float: left;
241
+ margin: 0 8px 18px 0;
242
+ text-align: center;
243
+ line-height: 51px;
244
+ font-size: 14px;
245
+ border-radius: 6px;
246
+ cursor: pointer;
247
+ user-select: none;
248
+ display: flex;
249
+ flex-direction: column;
250
+ justify-content: center;
251
+ color: @keyboard-font-color ;
252
+ // border: 1px solid #FF8C25;
253
+ // box-shadow: 0 2px 4px 0 rgba(242, 157, 14, 0.30);
254
+ border-radius: 6px;
255
+ &:active {
256
+ background: @keyboard-active-color;
257
+ }
258
+ }
259
+
260
+ .icon-close {
261
+ position: absolute;
262
+ top: -15px;
263
+ right: 10px;
264
+ cursor: pointer;
265
+ font-size: 30px;
266
+ color: #FFF ;
267
+ }
268
+ }
269
+
270
+ .keyboard-text {
271
+ text-align: center;
272
+ }
273
+
274
+ .text-keyboard-modal,
275
+ .text-keyboard {
276
+ .key {
277
+ box-sizing: border-box;
278
+ text-align: center;
279
+ line-height: 60px;
280
+ width: 54px;
281
+ height: 35px;
282
+ display: flex;
283
+ flex-direction: column;
284
+ justify-content: center;
285
+ color: @keyboard-font-color ;
286
+ background: #FFF;
287
+ // border: 1px solid #999999;
288
+ border-radius: 6px;
289
+ // border: 1px solid #FF8C26;
290
+ font-size: 14px;
291
+ // box-shadow: 0 2px 4px 0 rgba(242, 157, 14, 0.30);
292
+ ;
293
+ cursor: pointer;
294
+
295
+ &:active {
296
+ color: white;
297
+ border-radius: 5px;
298
+ background: #000000;
299
+ opacity: 0.5;
300
+ }
301
+ }
302
+ .number-point {
303
+ display: inline-block;
304
+ line-height: 25px;
305
+ }
306
+
307
+ .nums {
308
+ width: 192px;
309
+ float: left;
310
+
311
+ .num {
312
+ float: left;
313
+ margin: 0 8px 8px 0px;
314
+ }
315
+ }
316
+
317
+ .dels {
318
+ float: right;
319
+ width: 54px;
320
+
321
+ .del {
322
+ margin-bottom: 8px;
323
+ font-size: 16px;
324
+ }
325
+
326
+ .sure {
327
+ height: 78px;
328
+ color: #FFF;
329
+ background-color: #FF8C26 ;
330
+ border-radius: 5px;
331
+ }
332
+ .positive {
333
+ height: 120px!important;
334
+ line-height: 30px!important;
335
+ }
336
+ .sure-no-positive {
337
+ line-height: 33px;
338
+ width: 54px;
339
+ height: 35px;
340
+ }
341
+ }
342
+
343
+ .icon-close {
344
+ position: absolute;
345
+ top: 0;
346
+ right: 0;
347
+ }
348
+ }
349
+
350
+ .only-number-button-content {
351
+ width: 224px;
352
+ height: 264px;
353
+ display: flex;
354
+ justify-content: space-between;
355
+ flex-wrap: wrap;
356
+ position: relative;
357
+ .only-number-button-content-inner {
358
+ position: absolute;
359
+ bottom: 6px;
360
+ left: 0;
361
+ width: 166px;
362
+ height: 60px;
363
+ display: flex;
364
+ justify-content: space-between;
365
+ }
366
+ .key {
367
+ width: 50px;
368
+ height: 60px;
369
+ text-align: center;
370
+ display: flex;
371
+ flex-direction: column;
372
+ justify-content: center;
373
+ color: @keyboard-font-color ;
374
+ // border: 1px solid var(--account-keyboard-border);
375
+ font-size: 20px;
376
+ // box-shadow: 0 2px 4px 0 rgba(242, 157, 14, 0.30);
377
+ ;
378
+ background: #F4F4F4;
379
+ border: 1px solid #999999;
380
+ border-radius: 6px;
381
+ line-height: 24px;
382
+ &:active {
383
+ background: @keyboard-active-color;
384
+ }
385
+ }
386
+ }
387
+
388
+ .number-keyboard-input {
389
+ width: 256px;
390
+ margin: 0 auto;
391
+ .keyboard-input {
392
+ border: none!important;
393
+ }
394
+ }
395
+
396
+ .clearfix {
397
+ zoom: 1
398
+ }
399
+
400
+ .clearfix:after,
401
+ .clearfix:before {
402
+ content: " ";
403
+ display: table
404
+ }
405
+
406
+ .clearfix:after {
407
+ clear: both;
408
+ visibility: hidden;
409
+ font-size: 0;
410
+ height: 0
411
+ }
412
+
413
+ .z-letter-keyboard-modal.modal-container.big {
414
+ background: rgba(0,0,0,0);
415
+ top: 0;
416
+ height: auto;
417
+ }
418
+ @keyframes keyboard
419
+ {
420
+ 0% {height:0; }
421
+ 100% {height:224px; }
422
+ }
423
+
424
+ .z-letter-keyboard-modal.modal-container {
425
+
426
+ div {
427
+ box-sizing: border-box;
428
+ }
429
+ background: rgba(0, 0, 0, 0);
430
+ height: 224px;
431
+ top: inherit;
432
+ z-index:999999;
433
+
434
+ .z-letter-keyboard-modal-body {
435
+ width: 100%;
436
+ background: rgba(0,0,0,0.50);
437
+ border-radius: 0;
438
+ min-width: 1009px;
439
+ position: absolute;
440
+ bottom: 0;
441
+ top: auto;
442
+ height: 224px;
443
+ animation-timing-function: ease-in-out;
444
+ padding: 20px 0;
445
+ animation:keyboard .2s;
446
+ .letters-box {
447
+ display: flex;
448
+ justify-content: space-around;
449
+ min-width: 1008px;
450
+ position: relative;
451
+ }
452
+
453
+ .letters {
454
+ width: 680px;
455
+ float: left;
456
+
457
+ .letters-line {
458
+ height: 60px;
459
+ .disabled {
460
+ background: #999;
461
+ }
462
+
463
+ .letter:last-child {
464
+ margin-right: 0;
465
+ }
466
+ }
467
+ }
468
+
469
+ .capslock {
470
+ width: 116px !important;
471
+ }
472
+ .capslock-small {
473
+ font-size: 16px!important;
474
+ }
475
+
476
+ .nums {
477
+ width: 268px;
478
+ float: right;
479
+
480
+ .nums-left {
481
+ float: left;
482
+ width: 188px;
483
+
484
+ .num {
485
+ height: 40px;
486
+ margin: 0 8px 8px 0;
487
+ }
488
+ }
489
+
490
+ .nums-right {
491
+ float: right;
492
+ width: 60px;
493
+
494
+ .del {
495
+ height: 40px;
496
+ margin: 0 8px 8px 0;
497
+ }
498
+
499
+ .sure {
500
+ height: 88px;
501
+ color: #FFF;
502
+ background-color: #FF8C26 ;
503
+ border-radius: 10px;
504
+ }
505
+ }
506
+ }
507
+
508
+ .key {
509
+ width: 54px;
510
+ height: 50px;
511
+ box-sizing: border-box;
512
+ float: left;
513
+ margin: 0 8px 18px 0;
514
+ text-align: center;
515
+ line-height: 54px;
516
+ font-size: 18px;
517
+ border-radius: 6px;
518
+ cursor: pointer;
519
+ user-select: none;
520
+ display: flex;
521
+ flex-direction: column;
522
+ justify-content: center;
523
+ color: @keyboard-font-color ;
524
+ background: #FFF;
525
+ border-radius: 6px;
526
+ &:active {
527
+ background: @keyboard-active-color;
528
+ }
529
+ }
530
+ .clear {
531
+ font-size: 16px;
532
+ }
533
+ .sure {
534
+ line-height: 28px;
535
+ }
536
+
537
+ .icon-close {
538
+ position: absolute;
539
+ top: -15px;
540
+ right: 10px;
541
+ cursor: pointer;
542
+ font-size: 30px;
543
+ color: #FFF ;
544
+ }
545
+ }
546
+ }
547
+ .text-keyboard-tooltip {
548
+ width: auto!important;
549
+ }
550
+
551
+ @media screen and (max-width: 1200px) {
552
+ .z-letter-keyboard-modal.modal-container .icon-close {
553
+ top: -50px!important;
554
+ color: #CCC!important;
555
+ }
556
+ }