tplus-components-touch 3.17.12 → 3.17.13

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 (177) hide show
  1. package/README.md +16 -16
  2. package/dist/components/acCitySelect/CitySelect.js +18 -18
  3. package/dist/components/acCitySelect/CitySelect.js.map +1 -1
  4. package/dist/components/acCitySelect/CitySelect.less +9 -9
  5. package/dist/components/acCitySelect/citys.js.map +1 -1
  6. package/dist/components/acCitySelect/index.js.map +1 -1
  7. package/dist/components/acCitySelect/provinceData.js +7 -7
  8. package/dist/components/acCitySelect/provinceData.js.map +1 -1
  9. package/dist/components/addLog/AddLogProcessor.js +7 -11
  10. package/dist/components/addLog/AddLogProcessor.js.map +1 -1
  11. package/dist/components/addLog/OperationLogApi.js +9 -48
  12. package/dist/components/addLog/OperationLogApi.js.map +1 -1
  13. package/dist/components/autoComplete/index.js +14 -14
  14. package/dist/components/autoComplete/index.js.map +1 -1
  15. package/dist/components/autoComplete/index.less +89 -89
  16. package/dist/components/autoComplete/option.js.map +1 -1
  17. package/dist/components/autoCompleteWithKeyboard/index.js +14 -14
  18. package/dist/components/autoCompleteWithKeyboard/index.js.map +1 -1
  19. package/dist/components/autoCompleteWithKeyboard/index.less +7 -7
  20. package/dist/components/billSearch/api.js +29 -29
  21. package/dist/components/billSearch/api.js.map +1 -1
  22. package/dist/components/billSearch/index.js +6 -6
  23. package/dist/components/billSearch/index.js.map +1 -1
  24. package/dist/components/billSearch/index.less +363 -363
  25. package/dist/components/cloudPrint/BTPrintFormatUtil.js +17 -17
  26. package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -1
  27. package/dist/components/cloudPrint/api.js.map +1 -1
  28. package/dist/components/cloudPrint/index.js.map +1 -1
  29. package/dist/components/commonForm/addressPicker/index.js +7 -7
  30. package/dist/components/commonForm/addressPicker/index.js.map +1 -1
  31. package/dist/components/commonForm/addressPicker/style.less +10 -10
  32. package/dist/components/commonForm/autoComplete/index.js.map +1 -1
  33. package/dist/components/commonForm/autoComplete/style.less +2 -2
  34. package/dist/components/commonForm/datePicker/index.js.map +1 -1
  35. package/dist/components/commonForm/datePicker/style.less +4 -4
  36. package/dist/components/commonForm/formControl/index.js.map +1 -1
  37. package/dist/components/commonForm/index.js +4 -4
  38. package/dist/components/commonForm/index.js.map +1 -1
  39. package/dist/components/commonForm/inputNumber/index.js.map +1 -1
  40. package/dist/components/commonForm/inputNumber/style.less +10 -10
  41. package/dist/components/commonForm/radio/index.js.map +1 -1
  42. package/dist/components/commonForm/style.less +1 -1
  43. package/dist/components/deliverySearch/api.js +21 -21
  44. package/dist/components/deliverySearch/api.js.map +1 -1
  45. package/dist/components/deliverySearch/index.js +6 -6
  46. package/dist/components/deliverySearch/index.js.map +1 -1
  47. package/dist/components/deliverySearch/index.less +553 -553
  48. package/dist/components/form/index.js.map +1 -1
  49. package/dist/components/hardwareAPI/index.js.map +1 -1
  50. package/dist/components/hotKey/config.js +23 -23
  51. package/dist/components/hotKey/config.js.map +1 -1
  52. package/dist/components/hotKey/hotKeyModal.js.map +1 -1
  53. package/dist/components/hotKey/index.js +26 -26
  54. package/dist/components/hotKey/index.js.map +1 -1
  55. package/dist/components/hotKey/localConfig.js.map +1 -1
  56. package/dist/components/hotKey/style.less +96 -96
  57. package/dist/components/hotKey/utils.js.map +1 -1
  58. package/dist/components/input/index.js +6 -6
  59. package/dist/components/input/index.js.map +1 -1
  60. package/dist/components/input/style.less +99 -99
  61. package/dist/components/input/tplusInput/index.js +30 -30
  62. package/dist/components/input/tplusInput/index.js.map +1 -1
  63. package/dist/components/input/tplusInput/inputContent.js.map +1 -1
  64. package/dist/components/input/tplusInput/inputs.js.map +1 -1
  65. package/dist/components/input/tplusInput/style.less +132 -132
  66. package/dist/components/input/utils/index.js.map +1 -1
  67. package/dist/components/inventorySearch/api.js +58 -58
  68. package/dist/components/inventorySearch/api.js.map +1 -1
  69. package/dist/components/inventorySearch/index.js +3 -3
  70. package/dist/components/inventorySearch/index.js.map +1 -1
  71. package/dist/components/inventorySearch/index.less +119 -119
  72. package/dist/components/inventorySearch/store.js.map +1 -1
  73. package/dist/components/inventorySearch/tab.js.map +1 -1
  74. package/dist/components/keyboard/index.js.map +1 -1
  75. package/dist/components/keyboard/index.less +469 -469
  76. package/dist/components/keyboard/letterKeyboard.js +2 -2
  77. package/dist/components/keyboard/letterKeyboard.js.map +1 -1
  78. package/dist/components/keyboard/numKeyboard.js +4 -4
  79. package/dist/components/keyboard/numKeyboard.js.map +1 -1
  80. package/dist/components/keyboard/numKeyboardScan.js.map +1 -1
  81. package/dist/components/keyboard/numberButton_input.js +5 -5
  82. package/dist/components/keyboard/numberButton_input.js.map +1 -1
  83. package/dist/components/keyboard/numkeyboardPassword.js +4 -4
  84. package/dist/components/keyboard/numkeyboardPassword.js.map +1 -1
  85. package/dist/components/keyboard/onlyKeyboard.js +7 -7
  86. package/dist/components/keyboard/onlyKeyboard.js.map +1 -1
  87. package/dist/components/keyboard/onlyLetterButton.js +2 -2
  88. package/dist/components/keyboard/onlyLetterButton.js.map +1 -1
  89. package/dist/components/keyboard/onlyLetterButton2.js +2 -2
  90. package/dist/components/keyboard/onlyLetterButton2.js.map +1 -1
  91. package/dist/components/keyboard/onlyLetterButton2.less +161 -161
  92. package/dist/components/keyboard/onlyNumberButton.js +2 -2
  93. package/dist/components/keyboard/onlyNumberButton.js.map +1 -1
  94. package/dist/components/keyboard/onlyNumberButton2.js +3 -3
  95. package/dist/components/keyboard/onlyNumberButton2.js.map +1 -1
  96. package/dist/components/keyboard/textKeyboard.js.map +1 -1
  97. package/dist/components/layout/hamburger.js.map +1 -1
  98. package/dist/components/layout/index.js +10 -10
  99. package/dist/components/layout/index.js.map +1 -1
  100. package/dist/components/layout/layout.js.map +1 -1
  101. package/dist/components/layout/sider.js +12 -12
  102. package/dist/components/layout/sider.js.map +1 -1
  103. package/dist/components/layout/style.less +82 -82
  104. package/dist/components/loading/index.js +15 -15
  105. package/dist/components/loading/index.js.map +1 -1
  106. package/dist/components/loading/loadingContent.js.map +1 -1
  107. package/dist/components/loading/style.less +61 -61
  108. package/dist/components/loading/utils.js.map +1 -1
  109. package/dist/components/message/index.js +8 -8
  110. package/dist/components/message/index.js.map +1 -1
  111. package/dist/components/message/index.less +101 -101
  112. package/dist/components/modal/index.js.map +1 -1
  113. package/dist/components/modal/index.less +19 -19
  114. package/dist/components/modalVertical/index.js +7 -7
  115. package/dist/components/modalVertical/index.js.map +1 -1
  116. package/dist/components/modalVertical/style.less +60 -60
  117. package/dist/components/modalWraper/index.js +15 -15
  118. package/dist/components/modalWraper/index.js.map +1 -1
  119. package/dist/components/modalWraper/style.less +251 -251
  120. package/dist/components/modalWraper/utils.js.map +1 -1
  121. package/dist/components/notification/index.js +4 -4
  122. package/dist/components/notification/index.js.map +1 -1
  123. package/dist/components/notification/index.less +51 -51
  124. package/dist/components/overflowTip/index.js +15 -15
  125. package/dist/components/overflowTip/index.js.map +1 -1
  126. package/dist/components/overflowTip/style.less +66 -66
  127. package/dist/components/page/index.js.map +1 -1
  128. package/dist/components/page/index.less +21 -21
  129. package/dist/components/product/detail.js +7 -7
  130. package/dist/components/product/detail.js.map +1 -1
  131. package/dist/components/product/getCard.js +5 -5
  132. package/dist/components/product/getCard.js.map +1 -1
  133. package/dist/components/product/index.less +128 -128
  134. package/dist/components/progressState/EmptyAndErrorView.js.map +1 -1
  135. package/dist/components/progressState/ProgressState.js +10 -10
  136. package/dist/components/progressState/ProgressState.js.map +1 -1
  137. package/dist/components/progressState/index.js.map +1 -1
  138. package/dist/components/progressState/style.less +65 -65
  139. package/dist/components/scan/index.js.map +1 -1
  140. package/dist/components/scan/index.less +33 -33
  141. package/dist/components/select/index.js.map +1 -1
  142. package/dist/components/select/index.less +11 -11
  143. package/dist/components/settlement/asyncModal.js.map +1 -1
  144. package/dist/components/settlement/index.js.map +1 -1
  145. package/dist/components/settlement/prototypeTable/index.js.map +1 -1
  146. package/dist/components/settlement/prototypeTable/style.less +58 -58
  147. package/dist/components/settlement/prototypeTable/utils.js.map +1 -1
  148. package/dist/components/settlement/settlement.js +5 -5
  149. package/dist/components/settlement/settlement.js.map +1 -1
  150. package/dist/components/settlement/settlement.less +1519 -1519
  151. package/dist/components/settlement/settlementStore.js.map +1 -1
  152. package/dist/components/settlement/utils.js.map +1 -1
  153. package/dist/components/socket/index.js +11 -11
  154. package/dist/components/socket/index.js.map +1 -1
  155. package/dist/components/spin/index.js +6 -6
  156. package/dist/components/spin/index.js.map +1 -1
  157. package/dist/components/spin/spin-style.less +436 -436
  158. package/dist/components/test/index.js +3 -3
  159. package/dist/components/test/index.js.map +1 -1
  160. package/dist/components/ticon/index.js.map +1 -1
  161. package/dist/components/touchScroll/index.js +9 -9
  162. package/dist/components/touchScroll/index.js.map +1 -1
  163. package/dist/components/touchTable/AuthProcess.js.map +1 -1
  164. package/dist/components/touchTable/generateWater.js.map +1 -1
  165. package/dist/components/touchTable/index.js +9 -9
  166. package/dist/components/touchTable/index.js.map +1 -1
  167. package/dist/components/touchTable/index.less +369 -369
  168. package/dist/components/touchTable/utils.js.map +1 -1
  169. package/dist/demo/PopOverDemo.js.map +1 -1
  170. package/dist/index.js +7 -7
  171. package/dist/index.js.map +1 -1
  172. package/dist/util/tools.js.map +1 -1
  173. package/locales/zh/tplus-components-touch.json +1 -1
  174. package/locales/zh-CN/tplus-components-touch.json +1 -1
  175. package/mocks/memberInfo.json +79 -79
  176. package/package.json +35 -35
  177. package/tsconfig.json +26 -26
@@ -1,1520 +1,1520 @@
1
- .asyncModal[role='dialog'] {
2
- z-index: 1006 !important;
3
- }
4
- .asyncModal{
5
- .ant-modal-body{
6
- margin:-16px;
7
- }
8
- .ant-modal-content{
9
- // box-shadow:none!important;
10
- border:none!important;
11
- }
12
- }
13
- .ant-modal-mask{
14
- background-color: rgba(0, 0, 0, 0.3) !important;
15
- }
16
- .pwdModal {
17
- height: calc(~"100vh - 224px") !important;
18
- }
19
- .settlement-wraper div::-webkit-scrollbar{
20
- display: none
21
- }
22
-
23
- *{outline:none;}
24
-
25
- .fr {
26
- float: right!important
27
- }
28
- .fl {
29
- float: left!important
30
- }
31
-
32
- .scanInput {
33
- // border-top:1px solid #E6E6EB;
34
- // padding-top:20px;
35
- border-radius: 6px;
36
- .icon{
37
- text-align: center;
38
- padding-top: 8px;
39
- // padding-bottom: 16px;
40
- i{
41
- font-size: 68px;
42
- }
43
- }
44
- .title{
45
- padding-bottom: 44px;
46
- font-size: 20px;
47
- font-weight: bold;
48
- color: #666666;
49
- letter-spacing: 0;
50
- text-align: center;
51
- line-height: 20px;
52
- }
53
- div:nth-child(3){
54
- padding-bottom: 16px;
55
- }
56
-
57
- // div span{
58
- // padding-right: 20px;
59
- // }
60
- .pwd{
61
- padding-top: 16px;
62
- display: flex;
63
- }
64
- .content {
65
- width : 230px;
66
- height : 32px;
67
- line-height : 32px;
68
- margin-right : 28px;
69
- //border : 1px solid #C8C8CD;
70
- border-radius : 2px;
71
- font-size : 13px;
72
- color : #000000;
73
- letter-spacing: 0;
74
- display : inline-block;
75
- }
76
-
77
- .contentzf {
78
- display : flex;
79
- align-items: center;
80
-
81
- .contentlabel {
82
- width : 144px;
83
- margin-right : 8px;
84
- font-size : 18px;
85
- color : #000000;
86
- letter-spacing: 0;
87
- text-align : right;
88
- }
89
-
90
- .contentscan {
91
- margin-left : -20px;
92
- margin-bottom: 5px;
93
-
94
- i {
95
- font-size: 20px;
96
- color : #666666
97
- }
98
- }
99
- }
100
-
101
- .label{
102
- width:144px;
103
- margin-right:8px;
104
- font-size: 18px;
105
- color: #000000;
106
- letter-spacing: 0;
107
- text-align: right;
108
- display: inline-block;
109
- }
110
-
111
- .yfje{
112
- font-size: 24px;
113
- color: #FF595E;
114
- letter-spacing: 0;
115
- line-height: 18px;
116
- }
117
- .zlje{
118
- padding-top:10px;//16px
119
- input{
120
- border:none !important;
121
- width:230px;
122
- height:34px;
123
- font-size: 18px;
124
- color: #FF595E;
125
- letter-spacing: 0;
126
- line-height: 18px;
127
- padding-left:0px;
128
- }
129
- }
130
- .prototype {
131
- padding-bottom: 10px;
132
- .economize {
133
- font-size: 18px;
134
- }
135
- .prototypeDetailed {
136
- font-size: 18px;
137
- position: relative;
138
- .iconfont {
139
- font-size: 10px;
140
- position: absolute;
141
- top: 6px;
142
- }
143
- }
144
- }
145
- }
146
- .buttonRegion2{
147
- margin-top:14px !important;
148
- }
149
-
150
- .buttonRegion{
151
- height:46px;
152
- // border-top:1px solid #E6E6EB;
153
- padding-top:7px;
154
- margin-top:50px;
155
-
156
- div button{
157
- margin-right: 16px;
158
- width:76px;
159
- height:32px;
160
-
161
- }
162
-
163
- div button:first-child{
164
- background: #FFFFFF;
165
- border: 1px solid #D2D2D7;
166
- border-radius: 4px;
167
- font-size: 16px;
168
- color: #333333;
169
- line-height: 14px;
170
- }
171
- div button:last-child{
172
- background: #FF8C26;
173
- border: 1px solid #FF8C26;
174
- border-radius: 4px;
175
- font-size: 16px;
176
- color: #FFFFFF;
177
- line-height: 14px;
178
- }
179
- }
180
-
181
- .paySuccess{
182
- padding-bottom: 20px;
183
- border-radius: 6px;
184
- .icon{
185
- text-align: center;
186
- padding-top: 24px;
187
- padding-bottom: 16px;
188
- i{
189
- font-size: 68px;
190
- color: #01B144;
191
- }
192
- }
193
- .settleIcon {
194
- padding-top: 0 !important;
195
- padding-bottom: 0 !important;
196
- }
197
- .text{
198
- padding-bottom: 50px;
199
- font-size: 20px;
200
- font-weight: bold;
201
- color: #666666;
202
- letter-spacing: 0;
203
- text-align: center;
204
- line-height: 20px;
205
- }
206
- .settleText {
207
- padding-bottom: 10px !important;
208
- }
209
- .icon1{
210
- padding: 0;
211
- margin-top: -20px;
212
- }
213
- .text1 {
214
- padding-bottom: 16px;
215
- }
216
- .tipStyle{
217
- height:40px;
218
- padding: 12px 88px;
219
- span:first-child{
220
- font-size: 18px;
221
- color: #666666;
222
- letter-spacing: 0.28px;
223
- line-height: 16px;
224
- }
225
- span:last-child{
226
- font-size: 18px;
227
- color: #333333;
228
- text-align: right;
229
- line-height: 14px;
230
- }
231
- .paymentSuccessBtn{
232
- width: 100%;
233
- height: 44px;
234
- letter-spacing: 0.28px;
235
- background: #FF8C26;
236
- border: 1px solid #FF8500;
237
- border-radius: 4px;
238
- border-radius: 4px;
239
- font-family: 'PingFangSC-Regular';
240
- font-size: 20px;
241
- line-height: 14px;
242
- }
243
- }
244
- .tipStyle1{
245
- padding-bottom: 16px;
246
- }
247
- .tipStyle2{
248
- padding-bottom: 16px;
249
- position: relative;
250
- &::after{
251
- position: absolute;
252
- bottom: 0px;
253
- left: 88px;
254
- content: '';
255
- width: 222px;
256
- height: 1px;
257
- border-bottom: 1px dashed #DDDDDD;
258
- }
259
- }
260
- .tipStyle3{
261
- font-family: "PingFangSC-Semibold";
262
- padding-top: 16px;
263
- margin-bottom: 12px;
264
- span:first-child{
265
- font-size: 24px;
266
- color: #7D7D7D;
267
- letter-spacing: 0.37px;
268
- }
269
- span:last-child{
270
- font-size: 24px;
271
- color: #3A3A3A;
272
- }
273
- }
274
- .settleGift {
275
- text-align: center;
276
- }
277
- .settleGift2 {
278
- text-decoration: underline;
279
- cursor: pointer;
280
- }
281
- }
282
- .ant-popover-inner {
283
- border-radius: 5px !important;
284
- box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.35) !important;
285
- .ant-popover-inner-content {
286
- padding: 16px !important;
287
- }
288
- }
289
- .loading-modal{
290
- .ant-modal-content{
291
- opacity: .9;
292
- border-radius: 8px;
293
- }
294
- }
295
- .billingSettling{
296
- text-align: center;
297
- padding: 0 20px;
298
- font-size:16px;
299
- }
300
- .vertical-touch-platform{
301
- .billingSettling{
302
- padding: 20px 45px;
303
- }
304
- }
305
-
306
- .djq{
307
- height:calc(~"100vh + 20px");
308
-
309
- .djq1{
310
- display: flex;
311
- align-items: center;
312
-
313
- .col1{
314
- // display: inline-block;
315
- // vertical-align: top;
316
- // padding-top:10px !important;
317
- // padding-top: 4px;
318
- padding-right: 12px;
319
- font-size: 14px;
320
- color: #000000;
321
- // letter-spacing: 0;
322
- // line-height: 14px;
323
- }
324
- .col2{
325
- display: inline-block;
326
- width:180px;
327
- .row2{
328
- font-size: 12px;
329
- color: #E60012;
330
- letter-spacing: 0;
331
- line-height: 12px;
332
- }
333
- }
334
- .col3{
335
- padding-left: 10px;
336
- .icon{
337
- font-size: 20px;
338
- }
339
- }
340
- }
341
- .djq2outer{
342
- padding-top:8px;
343
- }
344
- .djq2{
345
- width:100%;
346
- height: 256px;
347
- overflow-y: auto;
348
- background: #F4F4F4;
349
- border-radius: 4px;
350
- padding:12px 8px 6px 11px;
351
- .djqItem{
352
- position: relative;
353
- display: inline-block;
354
- margin:4px 5px;
355
- height: 106px;
356
- box-shadow: 0 2px 2px 0 rgba(174,98,30,0.40);
357
- .point_top{
358
- content: ' ';
359
- width: 10px;
360
- height: 5px;
361
- /* 绝对定位进行偏移 */
362
- position: absolute;
363
- //top: 10px;
364
- /* 圆点型的border */
365
- border-top: 10px dotted #F4F4F4;
366
- /* 偏移一个半径,让圆点的一半覆盖div */
367
- left: 70px;
368
- top: -5px;
369
- }
370
- .point_bottom{
371
- content: ' ';
372
- width: 10px;
373
- height: 5px;
374
- /* 绝对定位进行偏移 */
375
- position: absolute;
376
- //top: 10px;
377
- /* 圆点型的border */
378
- border-bottom: 10px dotted #F4F4F4;
379
- /* 偏移一个半径,让圆点的一半覆盖div */
380
- left: 70px;
381
- bottom: -5px;
382
- }
383
- .djqLeft{
384
- display: inline-block;
385
- width:75px;
386
- height:106px;
387
- border-radius: 1px 4px 4px 1px;
388
- /* 相对定位,方便让before和after伪元素绝对定位偏移 */
389
- position: relative;
390
- /* 把超出div的部分隐藏起来 */
391
- overflow: hidden;
392
- text-align: center;
393
- .amount{
394
- padding-top:27px;
395
- span:first-child{
396
- font-size: 30px;
397
- color: #FFFFFF;
398
- line-height: 36px;
399
- }
400
- span:last-child{
401
- font-size: 10px;
402
- color: #FFFFFF;
403
- line-height: 16px;
404
- }
405
- }
406
- .lijian{
407
- font-size: 10px;
408
- color: #FFFFFF;
409
- line-height: 10px;
410
- }
411
- .lingqu{
412
- padding-top:18px;
413
- font-size: 12px;
414
- color: #01B144;
415
- line-height: 12px;
416
- }
417
-
418
- }
419
- .djqLeft:before {
420
- content: ' ';
421
- width: 0;
422
- height: 100%;
423
- /* 绝对定位进行偏移 */
424
- position: absolute;
425
- //top: 10px;
426
- /* 圆点型的border */
427
- border-right: 10px dotted #F4F4F4;
428
- /* 偏移一个半径,让圆点的一半覆盖div */
429
- left: -5px;
430
- }
431
- .djqLeftCash{
432
- background-image: linear-gradient(-137deg, #FD6E21 0%, #F9365D 100%);
433
- }
434
- .djqLeftDiscount{
435
- background-image: linear-gradient(-137deg, #FF8F36 0%, #FD6B59 100%);
436
- }
437
- .djqRight{
438
- display: inline-block;
439
- vertical-align: top;
440
- width:160px;
441
- height:106px;
442
- background-color: #FFFFFF;
443
- border-radius: 1px 4px 4px 1px;
444
- text-align: left;
445
- text-indent: 20px;
446
- cursor: pointer;
447
- .name{
448
- // padding-left:23px;
449
- padding-top:16px;
450
- padding-bottom: 19px;
451
- font-size: 17px;
452
- color: #333333;
453
- line-height: 16px;
454
- }
455
- .info{
456
- // padding-left:23px;
457
- padding-bottom:8px;
458
- font-size: 12px;
459
- color: #333333;
460
- line-height: 13px;
461
- }
462
- .info_red{
463
- color: #F5372F;
464
- }
465
-
466
- }
467
-
468
- .djqRightSelected{
469
- background:#FFFFFF url('http://newretail-static-pro-bj.oss-cn-beijing-internal.aliyuncs.com/pos/img/shiyong.png') no-repeat !important;
470
- background-position: right bottom !important;
471
- .name{
472
- color:#FE7351;
473
- }
474
- }
475
- }
476
-
477
- }
478
-
479
- .djq3{
480
- padding-top:10px;
481
- padding-bottom: 12px;
482
- .col1{
483
- display: inline-block;
484
- }
485
- .col2{
486
- display: inline-block;
487
- margin-left: 60px;
488
- }
489
- .col3{
490
- display: inline-block;
491
- margin-left: 60px;
492
- }
493
- .row2{
494
- padding-top:8px;
495
- font-size: 18px;
496
- color: #FF595E;
497
- line-height: 22px;
498
- }
499
- }
500
- .action{
501
- button{
502
- width:76px;
503
- }
504
- }
505
- }
506
-
507
- // .settledrawer{
508
- // //width:650px!important;
509
- // //height:710px!important;
510
- // padding: 0px !important
511
- // }
512
- .ant-drawer-body{
513
- padding: 0px !important
514
- }
515
- .ant-popover-inner-content {
516
- padding: 0px !important
517
- }
518
- .settlement-wraper2[role='dialog']{
519
- z-index: 1006 !important;
520
- }
521
- .protoWraper[role='dialog'] {
522
- z-index: 1006 !important;
523
- }
524
- .settlement-wraper2{
525
- .ant-modal-body{
526
- padding:0px !important;
527
- }
528
- .paymode{
529
- width: 60px !important;
530
- }
531
- .logo {
532
- padding-left: 15px !important;
533
- }
534
- }
535
- .settlement{
536
- width:100%;
537
- .settlementTop {
538
- display : flex;
539
- align-items: center;
540
- }
541
- .newstyle{
542
- height: calc(~"100vh - 115px");
543
- display: flex;
544
- flex-flow: column;
545
- .prototypeDetailed {
546
- font-size: 18px;
547
- margin-bottom: 0 !important;
548
- }
549
- }
550
- .newstyle2{
551
- .name {
552
- width: 200px;
553
- }
554
- height: calc(~"100vh - 210px") !important;
555
- .lefticon{
556
- display: none !important;
557
- }
558
- .main {
559
- justify-content: space-around !important;
560
- }
561
- input {
562
- width: 280px !important;
563
- }
564
- }
565
-
566
- .paydetail{
567
- // max-height: calc(~"100% - 200px");
568
- // max-height: 200px;
569
- overflow-y: auto;
570
- .prototypeDetailed {
571
- text-align: right;
572
- font-size: 18px;
573
- margin-bottom: 26px;
574
- display: flex;
575
- justify-content: flex-end;
576
- align-items: center;
577
- cursor: pointer;
578
- .icon-shouqi1 {
579
- font-size: 6px;
580
- }
581
- }
582
- .detailempty{
583
- padding-top:200px;
584
- }
585
- .detailempty2{
586
- padding-top:150px;
587
- }
588
- .left{
589
- display: inline-block;
590
- width: 342px;
591
- //height: 524px;
592
- overflow-y: auto;
593
- padding-bottom: 24px;
594
-
595
- .modeItem{
596
- padding-top:25px;
597
- padding-left:30px;
598
- padding-right: 20px;
599
- .settlement-pay-item-border {
600
- border-bottom: 1px solid #FF8C25 !important;
601
- }
602
- .main{
603
- display: flex;
604
- border-bottom: 1px solid #C8C8CD;
605
- .content{
606
- display: inline-block;
607
- vertical-align: top;
608
- padding-top: 4px;
609
- // border-bottom: 1px solid lightgray;
610
-
611
- input{
612
- width:100%;
613
- text-align: right;
614
- padding-right: 7px;
615
- font-size: 16px;
616
- color: #333333;
617
- letter-spacing: 0.25px;
618
- border:none;
619
- }
620
- input:focus{
621
- outline-offset:none !important;
622
- outline: none !important;
623
- }
624
-
625
- button{
626
- width:100%;
627
- text-align: right;
628
- opacity: 0.5;
629
- font-size: 16px;
630
- color: #333333;
631
- letter-spacing: 0.25px;
632
- border:none;
633
- }
634
-
635
- }
636
- .lefticon{
637
- display: inline-block;
638
- width: 20px;
639
- margin-right: 16px;
640
- i{
641
- font-size: 20px;
642
- }
643
- }
644
- .righticon{
645
- display: inline-block;
646
- width:20px;
647
- margin-left: 16px;
648
- i{
649
- font-size: 20px;
650
- }
651
- }
652
- .name{
653
- width: 100px;
654
- display: inline-block;
655
- font-size: 16px;
656
- color: #666666;
657
- letter-spacing: 0.25px;
658
- // border-bottom: 1px solid lightgray;
659
- vertical-align: top;
660
- padding-top: 4px;
661
- }
662
- }
663
- .append{
664
- width:100%;
665
- font-size: 12px;
666
- color: #75787B;
667
- line-height: 14px;
668
- padding-left: 36px;
669
- padding-top: 6px;
670
- padding-right: 60px;
671
- }
672
- }
673
-
674
- }
675
-
676
- .right{
677
- display: inline-block;
678
- vertical-align: top;
679
- padding-top: 30px;
680
- padding-left: 12px;
681
- .righttop{
682
-
683
- background: #EAF6FE;
684
- border-radius: 6px;
685
- padding: 16px 16px 0px 16px;
686
- margin-bottom: 8px;
687
- }
688
-
689
- .keyboard {
690
- padding-bottom: 40px;
691
- }
692
-
693
- .keyboard_ios {
694
- padding-bottom: 40px;
695
- width: 224px;
696
- height: 264px;
697
- }
698
- .receivable{
699
- // padding-left: 16px;
700
- padding-bottom: 16px;
701
- width:100%;
702
-
703
- span:first-child{
704
- font-size: 18px;
705
- color: #666666;
706
- letter-spacing: 0.28px;
707
- line-height: 16px;
708
- }
709
-
710
- span:nth-child(2){
711
- float: right;
712
- font-size: 18px;
713
- color: #333333;
714
- text-align: right;
715
- line-height: 14px;
716
- }
717
-
718
- .received{
719
- color: #FF5E3F !important;
720
- }
721
- }
722
- }
723
- .top{
724
- flex-flow: column;
725
- padding: 28px;
726
- .righttop{
727
- background: #EAF6FE;
728
- border-radius: 6px;
729
- padding: 20px 20px 4px 20px;
730
- }
731
-
732
- .receivable{
733
- // padding-left: 16px;
734
- padding-bottom: 16px;
735
- width:100%;
736
-
737
- span:first-child{
738
- font-size: 18px;
739
- color: #666666;
740
- letter-spacing: 0.28px;
741
- line-height: 16px;
742
- }
743
-
744
- span:nth-child(2){
745
- float: right;
746
- font-size: 18px;
747
- color: #333333;
748
- text-align: right;
749
- line-height: 14px;
750
- }
751
-
752
- .received{
753
- color: #FF5E3F !important;
754
- }
755
- }
756
- }
757
- .bottom{
758
- display: flex;
759
- flex-flow: column;
760
- flex-grow: 1;
761
- // width: 342px;
762
- //height: 524px;
763
- overflow-y: auto;
764
- padding-bottom: 24px;
765
-
766
- .modeItem{
767
- padding-top:25px;
768
- padding-left:20px;
769
- padding-right: 20px;
770
- .main{
771
- display: flex;
772
- margin-left: 20px;
773
- margin-right: 20px;
774
- border-bottom: 1px solid #C8C8CD;
775
- .content{
776
- display: inline-block;
777
- width:280px;
778
- // vertical-align: top;
779
- padding-top: 4px;
780
- padding-bottom: 8px;
781
- text-align: right;
782
- // border-bottom: 1px solid lightgray;
783
-
784
- input{
785
- width:100%;
786
- text-align: right;
787
- padding-right: 7px;
788
- // font-family: PingFangSC-Medium;
789
- font-size: 20px;
790
- color: #333333;
791
- letter-spacing: 0.31px;
792
- border:none;
793
- }
794
- input:focus{
795
- outline-offset:none !important;
796
- outline: none !important;
797
- }
798
- input:disabled{
799
- background-color: #FFFFFF;
800
- color:#CDCDCD;
801
- }
802
-
803
- button{
804
- width:100%;
805
- text-align: right;
806
- opacity: 0.5;
807
- font-size: 16px;
808
- color: #333333;
809
- letter-spacing: 0.25px;
810
- border:none;
811
- }
812
-
813
- }
814
- .lefticon{
815
- display: inline-block;
816
- width: 20px;
817
- margin-right: 16px;
818
- color: orange;
819
- i{
820
- font-size: 20px;
821
- }
822
- }
823
- .righticon{
824
- display: inline-block;
825
- width:20px;
826
- margin-left: 16px;
827
- color: orange;
828
- i{
829
- font-size: 20px;
830
- }
831
- }
832
- .name{
833
- display: inline-block;
834
- // border-bottom: 1px solid lightgray;
835
- vertical-align: top;
836
- padding-top: 4px;
837
- padding-bottom: 8px;
838
- width: 240px;
839
- .icon{
840
- display: inline-block;
841
- width:30px;
842
- height:30px;
843
- padding-top: 2px;
844
- padding-left: 5px;
845
- border-radius: 50%;
846
- border: 1px solid #F4F4F4;
847
- background: #FF8C25 ;
848
- i{
849
- background: #FF8C25 ;
850
- color:#FFFFFF;
851
- }
852
- }
853
- .text{
854
- margin-left: 8px;
855
- display: inline-block;
856
- font-size: 16px;
857
- color: #666666;
858
- letter-spacing: 0.25px;
859
- }
860
- .hotkey{
861
- margin-left: 8px;
862
- display: inline-block;
863
- }
864
- }
865
- }
866
- .append{
867
- width:100%;
868
- font-size: 12px;
869
- color: #75787B;
870
- line-height: 14px;
871
- padding-left: 74px;
872
- padding-top: 6px;
873
- padding-right: 60px;
874
- }
875
-
876
- }
877
-
878
- }
879
- }
880
- .carousel{
881
- height:210px;
882
- }
883
- .rightheader{
884
- display:inline-block;
885
- background: #EAF6FE;
886
- padding: 16px 16px 0px 16px;
887
- width:251px;
888
- vertical-align: top;
889
- height:210px;
890
- .receivable{
891
- // padding-left: 16px;
892
- padding-bottom: 16px;
893
- width:100%;
894
-
895
- span:first-child{
896
- font-size: 18px;
897
- color: #666666;
898
- letter-spacing: 0.28px;
899
- line-height: 16px;
900
- }
901
-
902
- span:nth-child(2){
903
- float: right;
904
- font-size: 18px;
905
- color: #333333;
906
- text-align: right;
907
- line-height: 14px;
908
- }
909
-
910
- .received{
911
- color: #FF5E3F !important;
912
- }
913
- }
914
- }
915
- .toolbar{
916
- background-color: #F4F4F4;
917
- padding: 7px 40px;
918
- .swiper-container{
919
- height:210px !important;
920
- .swiper-pagination-bullet-active{
921
- background: #FF8C25 !important;
922
- }
923
- }
924
- .ant-carousel .slick-prev,
925
- .ant-carousel .slick-next,
926
- .ant-carousel .slick-prev:hover,
927
- .ant-carousel .slick-next:hover {
928
- font-size: inherit;
929
- color: currentColor;
930
- }
931
- .ant-carousel .slick-dots-bottom {
932
- bottom: -5px !important;
933
- li{
934
- button{
935
- background-color: white ;
936
- opacity:1;
937
- }
938
- }
939
- }
940
- .paymode{
941
- display: inline-block;
942
- width: 80px;
943
- height: 80px;
944
- border-radius: 3.6px;
945
- margin: 6px 12px;
946
- background: #FFFFFF;
947
- vertical-align: top;
948
-
949
- .logo{
950
- text-align: center;
951
- padding-left: 24px;
952
- padding-top: 7px;
953
- padding-bottom: 3px;
954
- .icon{
955
- width:30px;
956
- height:30px;
957
- padding-top: 2px;
958
- border-radius: 50%;
959
- }
960
- }
961
- .text{
962
- font-size: 12px;
963
- letter-spacing: 0.18px;
964
- text-align: center;
965
- white-space: nowrap;
966
- text-overflow: ellipsis;
967
- overflow: hidden;
968
- word-break: break-all;
969
- }
970
- .hotkey{
971
- font-size: 12px;
972
- color:#999999;
973
- text-align: center;
974
- }
975
- }
976
- .paymodeDisabled{
977
- background: #EBEBEB !important;
978
- .logo{
979
- .icon{
980
- i{
981
- color:#EBEBEB !important;
982
- }
983
- }
984
- }
985
- .text{
986
- font-size: 12px;
987
- color: #FFFFFF;
988
- letter-spacing: 0.18px;
989
- text-align: center;
990
- }
991
- .hotkey{
992
- font-size: 12px;
993
- color:#FFFFFF;
994
- text-align: center;
995
- }
996
- }
997
- .paymodeSelected{
998
- .logo{
999
- .icon{
1000
- background: #FFFFFF !important;
1001
- }
1002
- }
1003
- .text{
1004
- color: #FFFFFF;
1005
- letter-spacing: 0.75px;
1006
- line-height: 16px;
1007
- }
1008
- .hotkey{
1009
- font-size: 12px;
1010
- color:#FFFFFF;
1011
- text-align: center;
1012
- }
1013
- }
1014
-
1015
- }
1016
- .toolbar2{
1017
- width: 355px;
1018
- height:210px;
1019
- display: inline-block;
1020
- padding: 7px 5px !important;
1021
- .swiper-container{
1022
- width:355px !important;
1023
- }
1024
- .slick-slider{
1025
- height:100%;
1026
- }
1027
- .slick-dots-bottom{
1028
- bottom: -6px !important;
1029
- }
1030
- }
1031
- .payfooter2{
1032
- background-color: #FFFFFF;
1033
- text-align: right;
1034
- border-top:1px solid #E6E6EB;
1035
- padding:7px 16px;
1036
- border-bottom-left-radius:3px;
1037
- border-bottom-right-radius:3px;
1038
-
1039
- .cancel{
1040
- height:32px;
1041
- width: 76px;
1042
- background: #FFFFFF;
1043
- border:1px solid #D2D2D7;
1044
- border-radius: 4px;
1045
- font-size: 16px;
1046
- color: #333333;
1047
- line-height: 14px;
1048
- }
1049
-
1050
- .settle{
1051
- width: 76px;
1052
- font-size: 16px;
1053
- border-radius: 4px;
1054
- line-height: 14px;
1055
- margin-left:16px;
1056
- }
1057
- }
1058
- .payfooter{
1059
- background-color: lightgrey;
1060
- font-size:18px;
1061
- color:white;
1062
- position: fixed;
1063
- bottom: 0;
1064
-
1065
- .cancel{
1066
- height: 60px;
1067
- width: 270px;
1068
- background: #999999;
1069
- border-color:#999999;
1070
- font-size: 18px;
1071
- color: #FFFFFF;
1072
- line-height: 22px;
1073
- border-radius: unset;
1074
- &:hover{
1075
- background-color: fade(#999999, 80%);
1076
- border-color: fade(#999999, 80%);
1077
- color: #ffffff;
1078
- }
1079
- }
1080
-
1081
- .settle,.settle1{
1082
- height: 60px;
1083
- width: 330px;
1084
- font-size: 18px;
1085
- line-height: 22px;
1086
- border-radius: unset;
1087
- }
1088
- .settle:disabled {
1089
- cursor : not-allowed;
1090
- }
1091
- .settle1:disabled {
1092
- cursor : not-allowed;
1093
- pointer-events: none;
1094
- }
1095
- }
1096
- }
1097
-
1098
- .billingSettlement{
1099
- vertical-align: middle;
1100
- background-color: #fff;
1101
-
1102
- .receivable{
1103
- display: inline-block;
1104
- padding-top:10px;
1105
- padding-left: 16px;
1106
-
1107
- .summary {
1108
- display : flex;
1109
- align-items: center;
1110
-
1111
- .text {
1112
- display : inline-block;
1113
- font-size : 16px;
1114
- line-height : 16px;
1115
- color: #666;
1116
- }
1117
-
1118
- .amount {
1119
- font-size : 26px;
1120
- line-height: 24px;
1121
- }
1122
-
1123
- .smallfont {
1124
- font-size: 18px !important;
1125
- }
1126
- }
1127
- .remark1{
1128
- font-size : 15px;
1129
- line-height: 15px;
1130
- margin-top : 4px;
1131
-
1132
- .span {
1133
- margin-left: 3px;
1134
- }
1135
- }
1136
- .remark2{
1137
- font-size : 20px;
1138
- line-height: 15px;
1139
- margin-top : 4px;
1140
-
1141
- .span {
1142
- margin-left: 3px;
1143
- }
1144
- }
1145
- }
1146
-
1147
- .receivable2 {
1148
- float : left;
1149
- height : 59px;
1150
- display : flex;
1151
- align-items : center;
1152
- justify-content: center;
1153
-
1154
- .text {
1155
- display : inline-block;
1156
- font-size : 16px;
1157
- color : #474364;
1158
- line-height: 16px;
1159
- }
1160
-
1161
- .amount {
1162
- font-size : 32px;
1163
- color : #FF5E3F;
1164
- line-height: 32px;
1165
- }
1166
-
1167
- .smallfont {
1168
- font-size: 18px !important;
1169
- }
1170
-
1171
- .total {
1172
- font-size : 16px;
1173
- padding-left: 5px;
1174
- }
1175
- }
1176
-
1177
- .btns{
1178
- float: right;
1179
- height: 60px;
1180
- line-height: 49px;
1181
- .quick{
1182
- float: left;
1183
- display: flex;
1184
- justify-content: center;
1185
- align-items: center;
1186
- width: 120px;
1187
- height: 59px;
1188
- font-size: 18px;
1189
- border-radius: unset;
1190
- line-height: 59px;
1191
-
1192
- .icon{
1193
- vertical-align: middle;
1194
- display: inline-block;
1195
- }
1196
- i{
1197
- margin-right: 4px;
1198
- font-size:20px;
1199
- }
1200
- }
1201
-
1202
- .quick2{
1203
- width: 92px;
1204
- height: 40px;
1205
- background: #FFFFFF;
1206
- border: 1px solid #FF8C25;
1207
- border-radius: 4px;
1208
- font-size: 12px;
1209
- margin-left:8px;
1210
- padding-left:8px;
1211
- padding-right:8px;
1212
- vertical-align: top;
1213
- line-height: 14px;
1214
- margin-top: 3px;
1215
-
1216
- .icon{
1217
- vertical-align: middle;
1218
- display: inline-block;
1219
- }
1220
-
1221
- .text{
1222
- vertical-align: middle;
1223
- width: 48px;
1224
- text-align: left;
1225
- display: inline-block;
1226
- }
1227
-
1228
- i{
1229
- margin-right: 4px;
1230
- font-size:20px;
1231
- }
1232
- }
1233
-
1234
- .quick:disabled, .quick2:disabled{
1235
- opacity: 0.4;
1236
- cursor: not-allowed ;
1237
- }
1238
-
1239
- .settle{
1240
- width:150px;
1241
- height: 60px;
1242
- font-size: 18px;
1243
- line-height: 22px;
1244
- border:none;
1245
- border-radius: 0px !important;
1246
- margin-left:8px;
1247
- }
1248
-
1249
- .settle2{
1250
- width:92px;
1251
- height:40px;
1252
- // line-height: 16px;
1253
- border-radius: 4px !important;
1254
- }
1255
-
1256
- .settleStorage{
1257
- line-height: normal;
1258
- span {
1259
- font-size: 12px important;
1260
- color: white;
1261
- }
1262
- }
1263
-
1264
- .settle:disabled{
1265
- cursor: not-allowed ;
1266
- }
1267
-
1268
- .text {
1269
- overflow: hidden;
1270
- text-overflow:ellipsis;
1271
- white-space: nowrap;
1272
- }
1273
- }
1274
-
1275
- .voucherMode {
1276
- position: absolute;
1277
- bottom: 0;
1278
- right: 0;
1279
- width: 160px;
1280
- height: auto;
1281
- }
1282
- }
1283
-
1284
- .czk{
1285
- height:calc(~"100vh - 224px");
1286
- .ant-modal-body{
1287
- padding:0 0 24px;
1288
- }
1289
- .no{
1290
- padding-top: 30px;
1291
- padding-left: 40px;
1292
- span:first-child{
1293
- margin-right:8px;
1294
- font-size: 18px;
1295
- color: #000000;
1296
- letter-spacing: 0;
1297
- text-align: right;
1298
- line-height: 14px;
1299
- }
1300
- .input{
1301
- display: inline-block;
1302
- width:230px;
1303
- height:32px;
1304
- line-height: 32px;
1305
- padding:4px 8px;
1306
- background: #FFFFFF;
1307
- border: 1px solid #C8C8CD;
1308
- border-radius: 2px;
1309
-
1310
- }
1311
- .notext{
1312
- font-size: 16px;
1313
- color: #333333;
1314
- letter-spacing: 0;
1315
- line-height: 16px;
1316
- }
1317
-
1318
- .temp {
1319
- padding-right: 30px;
1320
- }
1321
-
1322
- .icon{
1323
- position: relative;
1324
- margin-left:-30px;
1325
- font-size: 20px;
1326
- color: #666666;
1327
- }
1328
- }
1329
- .info{
1330
- .colwidth2{
1331
- width:40%;
1332
- }
1333
- .colwidth3{
1334
- width:26%;
1335
- }
1336
- .colwidth4{
1337
- width:20%;
1338
- }
1339
- height:70px;
1340
- border-top: 1px solid #F4F4F4;
1341
- border-bottom: 4px solid #F4F4F4;
1342
- text-align: center;
1343
- margin-left: 1px;
1344
- .name{
1345
- font-size: 12px;
1346
- color: #666666;
1347
- line-height: 12px;
1348
- padding-top:8px;
1349
- }
1350
- .value{
1351
- font-size: 16px;
1352
- color: #FF595E;
1353
- line-height: 12px;
1354
- padding-top:19px;
1355
- }
1356
- .valuetext{
1357
- font-size: 14px !important;
1358
- color: #333333 !important;
1359
- font-weight: bold;
1360
- max-width: 100%;
1361
- overflow: hidden;
1362
- white-space: nowrap;
1363
- }
1364
- .type{
1365
- vertical-align: top;
1366
- display: inline-block;
1367
- text-align: left;
1368
- padding-left: 10px;
1369
- }
1370
- .gap{
1371
- display: inline-block;
1372
- padding-left:10px;
1373
- .gap1{
1374
- height:20px;
1375
- }
1376
- .gap2{
1377
- height:30px;
1378
- width:12px;
1379
- border-left: 1px solid #F4F4F4;
1380
- }
1381
- }
1382
- .balance{
1383
- vertical-align: top;
1384
- display: inline-block;
1385
- text-align: left;
1386
- }
1387
- .available{
1388
- vertical-align: top;
1389
- display: inline-block;
1390
- text-align: left;
1391
- }
1392
- }
1393
- .receivable{
1394
- padding-left: 40px;
1395
- padding-top: 16px;
1396
- span:first-child{
1397
- margin-right:8px;
1398
- font-size: 18px;
1399
- color: #000000;
1400
- letter-spacing: 0;
1401
- text-align: right;
1402
- line-height: 14px;
1403
- }
1404
- span:last-child{
1405
- font-size: 24px;
1406
- color: #FF5E3F;
1407
- letter-spacing: 0;
1408
- line-height: 16px;
1409
- }
1410
- }
1411
- .received{
1412
- padding-left: 40px;
1413
- padding-top: 16px;
1414
- span:first-child{
1415
- margin-right:8px;
1416
- font-size: 18px;
1417
- color: #000000;
1418
- letter-spacing: 0;
1419
- text-align: right;
1420
- line-height: 14px;
1421
- }
1422
- .input{
1423
- display: inline-block;
1424
- width:230px;
1425
- height:32px;
1426
- padding:4px 8px;
1427
- background: #FFFFFF;
1428
- border: 1px solid #C8C8CD;
1429
- border-radius: 2px;
1430
- }
1431
- .economize {
1432
- font-size: 18px;
1433
- }
1434
- .prototypeDetailed {
1435
- font-size: 18px;
1436
- position: relative;
1437
- .iconfont {
1438
- font-size: 10px;
1439
- position: absolute;
1440
- top: 6px;
1441
- }
1442
- }
1443
- }
1444
- .error{
1445
- height:16px;
1446
- padding-left: 140px;
1447
- padding-top: 4px;
1448
- font-size: 14px;
1449
- color: #E60012;
1450
- letter-spacing: 0;
1451
- line-height: 12px;
1452
- }
1453
- .tipStype{
1454
- padding:43px 32px 21px 32px;
1455
- font-size: 13px;
1456
- color: #666666;
1457
- letter-spacing: 0;
1458
- text-align: justify;
1459
- line-height: 25px;
1460
- }
1461
- .action{
1462
- button{
1463
- width:76px;
1464
- height: 32px;
1465
- }
1466
- }
1467
- }
1468
- .unReturn{
1469
- .title{
1470
- font-size: 18px;
1471
- }
1472
- }
1473
-
1474
- .extraHeight{
1475
- height: 100% !important;
1476
- }
1477
-
1478
-
1479
- .overflow-hidden-point {
1480
- overflow: hidden;
1481
- text-overflow: ellipsis;
1482
- white-space: nowrap;
1483
- }
1484
- .pwdModalHeader {
1485
- font-size: 18px;
1486
- line-height: 18px!important;
1487
- color: #333;
1488
- border-bottom: 1px solid #e6e6eb !important;
1489
- }
1490
- .passwordContainer {
1491
- .ant-modal-header {
1492
- height: 46px;
1493
- .ant-modal-title {
1494
- font-size: 18px;
1495
- }
1496
- }
1497
- .ant-modal-footer {
1498
- height: 46px;
1499
- padding: 7px 16px;
1500
- }
1501
- .setPwdContainer {
1502
- display: flex;
1503
- padding: 10px 0;
1504
- flex-direction: column;
1505
- height: 268px;
1506
- justify-content: center;
1507
- .setPwdDiv {
1508
- display: flex;
1509
- padding: 10px 0;
1510
- .one {
1511
- width: 96px;
1512
- text-align: right;
1513
- padding-right: 10px;
1514
- }
1515
- .two {
1516
- width: 266px;
1517
- }
1518
- }
1519
- }
1
+ .asyncModal[role='dialog'] {
2
+ z-index: 1006 !important;
3
+ }
4
+ .asyncModal{
5
+ .ant-modal-body{
6
+ margin:-16px;
7
+ }
8
+ .ant-modal-content{
9
+ // box-shadow:none!important;
10
+ border:none!important;
11
+ }
12
+ }
13
+ .ant-modal-mask{
14
+ background-color: rgba(0, 0, 0, 0.3) !important;
15
+ }
16
+ .pwdModal {
17
+ height: calc(~"100vh - 224px") !important;
18
+ }
19
+ .settlement-wraper div::-webkit-scrollbar{
20
+ display: none
21
+ }
22
+
23
+ *{outline:none;}
24
+
25
+ .fr {
26
+ float: right!important
27
+ }
28
+ .fl {
29
+ float: left!important
30
+ }
31
+
32
+ .scanInput {
33
+ // border-top:1px solid #E6E6EB;
34
+ // padding-top:20px;
35
+ border-radius: 6px;
36
+ .icon{
37
+ text-align: center;
38
+ padding-top: 8px;
39
+ // padding-bottom: 16px;
40
+ i{
41
+ font-size: 68px;
42
+ }
43
+ }
44
+ .title{
45
+ padding-bottom: 44px;
46
+ font-size: 20px;
47
+ font-weight: bold;
48
+ color: #666666;
49
+ letter-spacing: 0;
50
+ text-align: center;
51
+ line-height: 20px;
52
+ }
53
+ div:nth-child(3){
54
+ padding-bottom: 16px;
55
+ }
56
+
57
+ // div span{
58
+ // padding-right: 20px;
59
+ // }
60
+ .pwd{
61
+ padding-top: 16px;
62
+ display: flex;
63
+ }
64
+ .content {
65
+ width : 230px;
66
+ height : 32px;
67
+ line-height : 32px;
68
+ margin-right : 28px;
69
+ //border : 1px solid #C8C8CD;
70
+ border-radius : 2px;
71
+ font-size : 13px;
72
+ color : #000000;
73
+ letter-spacing: 0;
74
+ display : inline-block;
75
+ }
76
+
77
+ .contentzf {
78
+ display : flex;
79
+ align-items: center;
80
+
81
+ .contentlabel {
82
+ width : 144px;
83
+ margin-right : 8px;
84
+ font-size : 18px;
85
+ color : #000000;
86
+ letter-spacing: 0;
87
+ text-align : right;
88
+ }
89
+
90
+ .contentscan {
91
+ margin-left : -20px;
92
+ margin-bottom: 5px;
93
+
94
+ i {
95
+ font-size: 20px;
96
+ color : #666666
97
+ }
98
+ }
99
+ }
100
+
101
+ .label{
102
+ width:144px;
103
+ margin-right:8px;
104
+ font-size: 18px;
105
+ color: #000000;
106
+ letter-spacing: 0;
107
+ text-align: right;
108
+ display: inline-block;
109
+ }
110
+
111
+ .yfje{
112
+ font-size: 24px;
113
+ color: #FF595E;
114
+ letter-spacing: 0;
115
+ line-height: 18px;
116
+ }
117
+ .zlje{
118
+ padding-top:10px;//16px
119
+ input{
120
+ border:none !important;
121
+ width:230px;
122
+ height:34px;
123
+ font-size: 18px;
124
+ color: #FF595E;
125
+ letter-spacing: 0;
126
+ line-height: 18px;
127
+ padding-left:0px;
128
+ }
129
+ }
130
+ .prototype {
131
+ padding-bottom: 10px;
132
+ .economize {
133
+ font-size: 18px;
134
+ }
135
+ .prototypeDetailed {
136
+ font-size: 18px;
137
+ position: relative;
138
+ .iconfont {
139
+ font-size: 10px;
140
+ position: absolute;
141
+ top: 6px;
142
+ }
143
+ }
144
+ }
145
+ }
146
+ .buttonRegion2{
147
+ margin-top:14px !important;
148
+ }
149
+
150
+ .buttonRegion{
151
+ height:46px;
152
+ // border-top:1px solid #E6E6EB;
153
+ padding-top:7px;
154
+ margin-top:50px;
155
+
156
+ div button{
157
+ margin-right: 16px;
158
+ width:76px;
159
+ height:32px;
160
+
161
+ }
162
+
163
+ div button:first-child{
164
+ background: #FFFFFF;
165
+ border: 1px solid #D2D2D7;
166
+ border-radius: 4px;
167
+ font-size: 16px;
168
+ color: #333333;
169
+ line-height: 14px;
170
+ }
171
+ div button:last-child{
172
+ background: #FF8C26;
173
+ border: 1px solid #FF8C26;
174
+ border-radius: 4px;
175
+ font-size: 16px;
176
+ color: #FFFFFF;
177
+ line-height: 14px;
178
+ }
179
+ }
180
+
181
+ .paySuccess{
182
+ padding-bottom: 20px;
183
+ border-radius: 6px;
184
+ .icon{
185
+ text-align: center;
186
+ padding-top: 24px;
187
+ padding-bottom: 16px;
188
+ i{
189
+ font-size: 68px;
190
+ color: #01B144;
191
+ }
192
+ }
193
+ .settleIcon {
194
+ padding-top: 0 !important;
195
+ padding-bottom: 0 !important;
196
+ }
197
+ .text{
198
+ padding-bottom: 50px;
199
+ font-size: 20px;
200
+ font-weight: bold;
201
+ color: #666666;
202
+ letter-spacing: 0;
203
+ text-align: center;
204
+ line-height: 20px;
205
+ }
206
+ .settleText {
207
+ padding-bottom: 10px !important;
208
+ }
209
+ .icon1{
210
+ padding: 0;
211
+ margin-top: -20px;
212
+ }
213
+ .text1 {
214
+ padding-bottom: 16px;
215
+ }
216
+ .tipStyle{
217
+ height:40px;
218
+ padding: 12px 88px;
219
+ span:first-child{
220
+ font-size: 18px;
221
+ color: #666666;
222
+ letter-spacing: 0.28px;
223
+ line-height: 16px;
224
+ }
225
+ span:last-child{
226
+ font-size: 18px;
227
+ color: #333333;
228
+ text-align: right;
229
+ line-height: 14px;
230
+ }
231
+ .paymentSuccessBtn{
232
+ width: 100%;
233
+ height: 44px;
234
+ letter-spacing: 0.28px;
235
+ background: #FF8C26;
236
+ border: 1px solid #FF8500;
237
+ border-radius: 4px;
238
+ border-radius: 4px;
239
+ font-family: 'PingFangSC-Regular';
240
+ font-size: 20px;
241
+ line-height: 14px;
242
+ }
243
+ }
244
+ .tipStyle1{
245
+ padding-bottom: 16px;
246
+ }
247
+ .tipStyle2{
248
+ padding-bottom: 16px;
249
+ position: relative;
250
+ &::after{
251
+ position: absolute;
252
+ bottom: 0px;
253
+ left: 88px;
254
+ content: '';
255
+ width: 222px;
256
+ height: 1px;
257
+ border-bottom: 1px dashed #DDDDDD;
258
+ }
259
+ }
260
+ .tipStyle3{
261
+ font-family: "PingFangSC-Semibold";
262
+ padding-top: 16px;
263
+ margin-bottom: 12px;
264
+ span:first-child{
265
+ font-size: 24px;
266
+ color: #7D7D7D;
267
+ letter-spacing: 0.37px;
268
+ }
269
+ span:last-child{
270
+ font-size: 24px;
271
+ color: #3A3A3A;
272
+ }
273
+ }
274
+ .settleGift {
275
+ text-align: center;
276
+ }
277
+ .settleGift2 {
278
+ text-decoration: underline;
279
+ cursor: pointer;
280
+ }
281
+ }
282
+ .ant-popover-inner {
283
+ border-radius: 5px !important;
284
+ box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.35) !important;
285
+ .ant-popover-inner-content {
286
+ padding: 16px !important;
287
+ }
288
+ }
289
+ .loading-modal{
290
+ .ant-modal-content{
291
+ opacity: .9;
292
+ border-radius: 8px;
293
+ }
294
+ }
295
+ .billingSettling{
296
+ text-align: center;
297
+ padding: 0 20px;
298
+ font-size:16px;
299
+ }
300
+ .vertical-touch-platform{
301
+ .billingSettling{
302
+ padding: 20px 45px;
303
+ }
304
+ }
305
+
306
+ .djq{
307
+ height:calc(~"100vh + 20px");
308
+
309
+ .djq1{
310
+ display: flex;
311
+ align-items: center;
312
+
313
+ .col1{
314
+ // display: inline-block;
315
+ // vertical-align: top;
316
+ // padding-top:10px !important;
317
+ // padding-top: 4px;
318
+ padding-right: 12px;
319
+ font-size: 14px;
320
+ color: #000000;
321
+ // letter-spacing: 0;
322
+ // line-height: 14px;
323
+ }
324
+ .col2{
325
+ display: inline-block;
326
+ width:180px;
327
+ .row2{
328
+ font-size: 12px;
329
+ color: #E60012;
330
+ letter-spacing: 0;
331
+ line-height: 12px;
332
+ }
333
+ }
334
+ .col3{
335
+ padding-left: 10px;
336
+ .icon{
337
+ font-size: 20px;
338
+ }
339
+ }
340
+ }
341
+ .djq2outer{
342
+ padding-top:8px;
343
+ }
344
+ .djq2{
345
+ width:100%;
346
+ height: 256px;
347
+ overflow-y: auto;
348
+ background: #F4F4F4;
349
+ border-radius: 4px;
350
+ padding:12px 8px 6px 11px;
351
+ .djqItem{
352
+ position: relative;
353
+ display: inline-block;
354
+ margin:4px 5px;
355
+ height: 106px;
356
+ box-shadow: 0 2px 2px 0 rgba(174,98,30,0.40);
357
+ .point_top{
358
+ content: ' ';
359
+ width: 10px;
360
+ height: 5px;
361
+ /* 绝对定位进行偏移 */
362
+ position: absolute;
363
+ //top: 10px;
364
+ /* 圆点型的border */
365
+ border-top: 10px dotted #F4F4F4;
366
+ /* 偏移一个半径,让圆点的一半覆盖div */
367
+ left: 70px;
368
+ top: -5px;
369
+ }
370
+ .point_bottom{
371
+ content: ' ';
372
+ width: 10px;
373
+ height: 5px;
374
+ /* 绝对定位进行偏移 */
375
+ position: absolute;
376
+ //top: 10px;
377
+ /* 圆点型的border */
378
+ border-bottom: 10px dotted #F4F4F4;
379
+ /* 偏移一个半径,让圆点的一半覆盖div */
380
+ left: 70px;
381
+ bottom: -5px;
382
+ }
383
+ .djqLeft{
384
+ display: inline-block;
385
+ width:75px;
386
+ height:106px;
387
+ border-radius: 1px 4px 4px 1px;
388
+ /* 相对定位,方便让before和after伪元素绝对定位偏移 */
389
+ position: relative;
390
+ /* 把超出div的部分隐藏起来 */
391
+ overflow: hidden;
392
+ text-align: center;
393
+ .amount{
394
+ padding-top:27px;
395
+ span:first-child{
396
+ font-size: 30px;
397
+ color: #FFFFFF;
398
+ line-height: 36px;
399
+ }
400
+ span:last-child{
401
+ font-size: 10px;
402
+ color: #FFFFFF;
403
+ line-height: 16px;
404
+ }
405
+ }
406
+ .lijian{
407
+ font-size: 10px;
408
+ color: #FFFFFF;
409
+ line-height: 10px;
410
+ }
411
+ .lingqu{
412
+ padding-top:18px;
413
+ font-size: 12px;
414
+ color: #01B144;
415
+ line-height: 12px;
416
+ }
417
+
418
+ }
419
+ .djqLeft:before {
420
+ content: ' ';
421
+ width: 0;
422
+ height: 100%;
423
+ /* 绝对定位进行偏移 */
424
+ position: absolute;
425
+ //top: 10px;
426
+ /* 圆点型的border */
427
+ border-right: 10px dotted #F4F4F4;
428
+ /* 偏移一个半径,让圆点的一半覆盖div */
429
+ left: -5px;
430
+ }
431
+ .djqLeftCash{
432
+ background-image: linear-gradient(-137deg, #FD6E21 0%, #F9365D 100%);
433
+ }
434
+ .djqLeftDiscount{
435
+ background-image: linear-gradient(-137deg, #FF8F36 0%, #FD6B59 100%);
436
+ }
437
+ .djqRight{
438
+ display: inline-block;
439
+ vertical-align: top;
440
+ width:160px;
441
+ height:106px;
442
+ background-color: #FFFFFF;
443
+ border-radius: 1px 4px 4px 1px;
444
+ text-align: left;
445
+ text-indent: 20px;
446
+ cursor: pointer;
447
+ .name{
448
+ // padding-left:23px;
449
+ padding-top:16px;
450
+ padding-bottom: 19px;
451
+ font-size: 17px;
452
+ color: #333333;
453
+ line-height: 16px;
454
+ }
455
+ .info{
456
+ // padding-left:23px;
457
+ padding-bottom:8px;
458
+ font-size: 12px;
459
+ color: #333333;
460
+ line-height: 13px;
461
+ }
462
+ .info_red{
463
+ color: #F5372F;
464
+ }
465
+
466
+ }
467
+
468
+ .djqRightSelected{
469
+ background:#FFFFFF url('http://newretail-static-pro-bj.oss-cn-beijing-internal.aliyuncs.com/pos/img/shiyong.png') no-repeat !important;
470
+ background-position: right bottom !important;
471
+ .name{
472
+ color:#FE7351;
473
+ }
474
+ }
475
+ }
476
+
477
+ }
478
+
479
+ .djq3{
480
+ padding-top:10px;
481
+ padding-bottom: 12px;
482
+ .col1{
483
+ display: inline-block;
484
+ }
485
+ .col2{
486
+ display: inline-block;
487
+ margin-left: 60px;
488
+ }
489
+ .col3{
490
+ display: inline-block;
491
+ margin-left: 60px;
492
+ }
493
+ .row2{
494
+ padding-top:8px;
495
+ font-size: 18px;
496
+ color: #FF595E;
497
+ line-height: 22px;
498
+ }
499
+ }
500
+ .action{
501
+ button{
502
+ width:76px;
503
+ }
504
+ }
505
+ }
506
+
507
+ // .settledrawer{
508
+ // //width:650px!important;
509
+ // //height:710px!important;
510
+ // padding: 0px !important
511
+ // }
512
+ .ant-drawer-body{
513
+ padding: 0px !important
514
+ }
515
+ .ant-popover-inner-content {
516
+ padding: 0px !important
517
+ }
518
+ .settlement-wraper2[role='dialog']{
519
+ z-index: 1006 !important;
520
+ }
521
+ .protoWraper[role='dialog'] {
522
+ z-index: 1006 !important;
523
+ }
524
+ .settlement-wraper2{
525
+ .ant-modal-body{
526
+ padding:0px !important;
527
+ }
528
+ .paymode{
529
+ width: 60px !important;
530
+ }
531
+ .logo {
532
+ padding-left: 15px !important;
533
+ }
534
+ }
535
+ .settlement{
536
+ width:100%;
537
+ .settlementTop {
538
+ display : flex;
539
+ align-items: center;
540
+ }
541
+ .newstyle{
542
+ height: calc(~"100vh - 115px");
543
+ display: flex;
544
+ flex-flow: column;
545
+ .prototypeDetailed {
546
+ font-size: 18px;
547
+ margin-bottom: 0 !important;
548
+ }
549
+ }
550
+ .newstyle2{
551
+ .name {
552
+ width: 200px;
553
+ }
554
+ height: calc(~"100vh - 210px") !important;
555
+ .lefticon{
556
+ display: none !important;
557
+ }
558
+ .main {
559
+ justify-content: space-around !important;
560
+ }
561
+ input {
562
+ width: 280px !important;
563
+ }
564
+ }
565
+
566
+ .paydetail{
567
+ // max-height: calc(~"100% - 200px");
568
+ // max-height: 200px;
569
+ overflow-y: auto;
570
+ .prototypeDetailed {
571
+ text-align: right;
572
+ font-size: 18px;
573
+ margin-bottom: 26px;
574
+ display: flex;
575
+ justify-content: flex-end;
576
+ align-items: center;
577
+ cursor: pointer;
578
+ .icon-shouqi1 {
579
+ font-size: 6px;
580
+ }
581
+ }
582
+ .detailempty{
583
+ padding-top:200px;
584
+ }
585
+ .detailempty2{
586
+ padding-top:150px;
587
+ }
588
+ .left{
589
+ display: inline-block;
590
+ width: 342px;
591
+ //height: 524px;
592
+ overflow-y: auto;
593
+ padding-bottom: 24px;
594
+
595
+ .modeItem{
596
+ padding-top:25px;
597
+ padding-left:30px;
598
+ padding-right: 20px;
599
+ .settlement-pay-item-border {
600
+ border-bottom: 1px solid #FF8C25 !important;
601
+ }
602
+ .main{
603
+ display: flex;
604
+ border-bottom: 1px solid #C8C8CD;
605
+ .content{
606
+ display: inline-block;
607
+ vertical-align: top;
608
+ padding-top: 4px;
609
+ // border-bottom: 1px solid lightgray;
610
+
611
+ input{
612
+ width:100%;
613
+ text-align: right;
614
+ padding-right: 7px;
615
+ font-size: 16px;
616
+ color: #333333;
617
+ letter-spacing: 0.25px;
618
+ border:none;
619
+ }
620
+ input:focus{
621
+ outline-offset:none !important;
622
+ outline: none !important;
623
+ }
624
+
625
+ button{
626
+ width:100%;
627
+ text-align: right;
628
+ opacity: 0.5;
629
+ font-size: 16px;
630
+ color: #333333;
631
+ letter-spacing: 0.25px;
632
+ border:none;
633
+ }
634
+
635
+ }
636
+ .lefticon{
637
+ display: inline-block;
638
+ width: 20px;
639
+ margin-right: 16px;
640
+ i{
641
+ font-size: 20px;
642
+ }
643
+ }
644
+ .righticon{
645
+ display: inline-block;
646
+ width:20px;
647
+ margin-left: 16px;
648
+ i{
649
+ font-size: 20px;
650
+ }
651
+ }
652
+ .name{
653
+ width: 100px;
654
+ display: inline-block;
655
+ font-size: 16px;
656
+ color: #666666;
657
+ letter-spacing: 0.25px;
658
+ // border-bottom: 1px solid lightgray;
659
+ vertical-align: top;
660
+ padding-top: 4px;
661
+ }
662
+ }
663
+ .append{
664
+ width:100%;
665
+ font-size: 12px;
666
+ color: #75787B;
667
+ line-height: 14px;
668
+ padding-left: 36px;
669
+ padding-top: 6px;
670
+ padding-right: 60px;
671
+ }
672
+ }
673
+
674
+ }
675
+
676
+ .right{
677
+ display: inline-block;
678
+ vertical-align: top;
679
+ padding-top: 30px;
680
+ padding-left: 12px;
681
+ .righttop{
682
+
683
+ background: #EAF6FE;
684
+ border-radius: 6px;
685
+ padding: 16px 16px 0px 16px;
686
+ margin-bottom: 8px;
687
+ }
688
+
689
+ .keyboard {
690
+ padding-bottom: 40px;
691
+ }
692
+
693
+ .keyboard_ios {
694
+ padding-bottom: 40px;
695
+ width: 224px;
696
+ height: 264px;
697
+ }
698
+ .receivable{
699
+ // padding-left: 16px;
700
+ padding-bottom: 16px;
701
+ width:100%;
702
+
703
+ span:first-child{
704
+ font-size: 18px;
705
+ color: #666666;
706
+ letter-spacing: 0.28px;
707
+ line-height: 16px;
708
+ }
709
+
710
+ span:nth-child(2){
711
+ float: right;
712
+ font-size: 18px;
713
+ color: #333333;
714
+ text-align: right;
715
+ line-height: 14px;
716
+ }
717
+
718
+ .received{
719
+ color: #FF5E3F !important;
720
+ }
721
+ }
722
+ }
723
+ .top{
724
+ flex-flow: column;
725
+ padding: 28px;
726
+ .righttop{
727
+ background: #EAF6FE;
728
+ border-radius: 6px;
729
+ padding: 20px 20px 4px 20px;
730
+ }
731
+
732
+ .receivable{
733
+ // padding-left: 16px;
734
+ padding-bottom: 16px;
735
+ width:100%;
736
+
737
+ span:first-child{
738
+ font-size: 18px;
739
+ color: #666666;
740
+ letter-spacing: 0.28px;
741
+ line-height: 16px;
742
+ }
743
+
744
+ span:nth-child(2){
745
+ float: right;
746
+ font-size: 18px;
747
+ color: #333333;
748
+ text-align: right;
749
+ line-height: 14px;
750
+ }
751
+
752
+ .received{
753
+ color: #FF5E3F !important;
754
+ }
755
+ }
756
+ }
757
+ .bottom{
758
+ display: flex;
759
+ flex-flow: column;
760
+ flex-grow: 1;
761
+ // width: 342px;
762
+ //height: 524px;
763
+ overflow-y: auto;
764
+ padding-bottom: 24px;
765
+
766
+ .modeItem{
767
+ padding-top:25px;
768
+ padding-left:20px;
769
+ padding-right: 20px;
770
+ .main{
771
+ display: flex;
772
+ margin-left: 20px;
773
+ margin-right: 20px;
774
+ border-bottom: 1px solid #C8C8CD;
775
+ .content{
776
+ display: inline-block;
777
+ width:280px;
778
+ // vertical-align: top;
779
+ padding-top: 4px;
780
+ padding-bottom: 8px;
781
+ text-align: right;
782
+ // border-bottom: 1px solid lightgray;
783
+
784
+ input{
785
+ width:100%;
786
+ text-align: right;
787
+ padding-right: 7px;
788
+ // font-family: PingFangSC-Medium;
789
+ font-size: 20px;
790
+ color: #333333;
791
+ letter-spacing: 0.31px;
792
+ border:none;
793
+ }
794
+ input:focus{
795
+ outline-offset:none !important;
796
+ outline: none !important;
797
+ }
798
+ input:disabled{
799
+ background-color: #FFFFFF;
800
+ color:#CDCDCD;
801
+ }
802
+
803
+ button{
804
+ width:100%;
805
+ text-align: right;
806
+ opacity: 0.5;
807
+ font-size: 16px;
808
+ color: #333333;
809
+ letter-spacing: 0.25px;
810
+ border:none;
811
+ }
812
+
813
+ }
814
+ .lefticon{
815
+ display: inline-block;
816
+ width: 20px;
817
+ margin-right: 16px;
818
+ color: orange;
819
+ i{
820
+ font-size: 20px;
821
+ }
822
+ }
823
+ .righticon{
824
+ display: inline-block;
825
+ width:20px;
826
+ margin-left: 16px;
827
+ color: orange;
828
+ i{
829
+ font-size: 20px;
830
+ }
831
+ }
832
+ .name{
833
+ display: inline-block;
834
+ // border-bottom: 1px solid lightgray;
835
+ vertical-align: top;
836
+ padding-top: 4px;
837
+ padding-bottom: 8px;
838
+ width: 240px;
839
+ .icon{
840
+ display: inline-block;
841
+ width:30px;
842
+ height:30px;
843
+ padding-top: 2px;
844
+ padding-left: 5px;
845
+ border-radius: 50%;
846
+ border: 1px solid #F4F4F4;
847
+ background: #FF8C25 ;
848
+ i{
849
+ background: #FF8C25 ;
850
+ color:#FFFFFF;
851
+ }
852
+ }
853
+ .text{
854
+ margin-left: 8px;
855
+ display: inline-block;
856
+ font-size: 16px;
857
+ color: #666666;
858
+ letter-spacing: 0.25px;
859
+ }
860
+ .hotkey{
861
+ margin-left: 8px;
862
+ display: inline-block;
863
+ }
864
+ }
865
+ }
866
+ .append{
867
+ width:100%;
868
+ font-size: 12px;
869
+ color: #75787B;
870
+ line-height: 14px;
871
+ padding-left: 74px;
872
+ padding-top: 6px;
873
+ padding-right: 60px;
874
+ }
875
+
876
+ }
877
+
878
+ }
879
+ }
880
+ .carousel{
881
+ height:210px;
882
+ }
883
+ .rightheader{
884
+ display:inline-block;
885
+ background: #EAF6FE;
886
+ padding: 16px 16px 0px 16px;
887
+ width:251px;
888
+ vertical-align: top;
889
+ height:210px;
890
+ .receivable{
891
+ // padding-left: 16px;
892
+ padding-bottom: 16px;
893
+ width:100%;
894
+
895
+ span:first-child{
896
+ font-size: 18px;
897
+ color: #666666;
898
+ letter-spacing: 0.28px;
899
+ line-height: 16px;
900
+ }
901
+
902
+ span:nth-child(2){
903
+ float: right;
904
+ font-size: 18px;
905
+ color: #333333;
906
+ text-align: right;
907
+ line-height: 14px;
908
+ }
909
+
910
+ .received{
911
+ color: #FF5E3F !important;
912
+ }
913
+ }
914
+ }
915
+ .toolbar{
916
+ background-color: #F4F4F4;
917
+ padding: 7px 40px;
918
+ .swiper-container{
919
+ height:210px !important;
920
+ .swiper-pagination-bullet-active{
921
+ background: #FF8C25 !important;
922
+ }
923
+ }
924
+ .ant-carousel .slick-prev,
925
+ .ant-carousel .slick-next,
926
+ .ant-carousel .slick-prev:hover,
927
+ .ant-carousel .slick-next:hover {
928
+ font-size: inherit;
929
+ color: currentColor;
930
+ }
931
+ .ant-carousel .slick-dots-bottom {
932
+ bottom: -5px !important;
933
+ li{
934
+ button{
935
+ background-color: white ;
936
+ opacity:1;
937
+ }
938
+ }
939
+ }
940
+ .paymode{
941
+ display: inline-block;
942
+ width: 80px;
943
+ height: 80px;
944
+ border-radius: 3.6px;
945
+ margin: 6px 12px;
946
+ background: #FFFFFF;
947
+ vertical-align: top;
948
+
949
+ .logo{
950
+ text-align: center;
951
+ padding-left: 24px;
952
+ padding-top: 7px;
953
+ padding-bottom: 3px;
954
+ .icon{
955
+ width:30px;
956
+ height:30px;
957
+ padding-top: 2px;
958
+ border-radius: 50%;
959
+ }
960
+ }
961
+ .text{
962
+ font-size: 12px;
963
+ letter-spacing: 0.18px;
964
+ text-align: center;
965
+ white-space: nowrap;
966
+ text-overflow: ellipsis;
967
+ overflow: hidden;
968
+ word-break: break-all;
969
+ }
970
+ .hotkey{
971
+ font-size: 12px;
972
+ color:#999999;
973
+ text-align: center;
974
+ }
975
+ }
976
+ .paymodeDisabled{
977
+ background: #EBEBEB !important;
978
+ .logo{
979
+ .icon{
980
+ i{
981
+ color:#EBEBEB !important;
982
+ }
983
+ }
984
+ }
985
+ .text{
986
+ font-size: 12px;
987
+ color: #FFFFFF;
988
+ letter-spacing: 0.18px;
989
+ text-align: center;
990
+ }
991
+ .hotkey{
992
+ font-size: 12px;
993
+ color:#FFFFFF;
994
+ text-align: center;
995
+ }
996
+ }
997
+ .paymodeSelected{
998
+ .logo{
999
+ .icon{
1000
+ background: #FFFFFF !important;
1001
+ }
1002
+ }
1003
+ .text{
1004
+ color: #FFFFFF;
1005
+ letter-spacing: 0.75px;
1006
+ line-height: 16px;
1007
+ }
1008
+ .hotkey{
1009
+ font-size: 12px;
1010
+ color:#FFFFFF;
1011
+ text-align: center;
1012
+ }
1013
+ }
1014
+
1015
+ }
1016
+ .toolbar2{
1017
+ width: 355px;
1018
+ height:210px;
1019
+ display: inline-block;
1020
+ padding: 7px 5px !important;
1021
+ .swiper-container{
1022
+ width:355px !important;
1023
+ }
1024
+ .slick-slider{
1025
+ height:100%;
1026
+ }
1027
+ .slick-dots-bottom{
1028
+ bottom: -6px !important;
1029
+ }
1030
+ }
1031
+ .payfooter2{
1032
+ background-color: #FFFFFF;
1033
+ text-align: right;
1034
+ border-top:1px solid #E6E6EB;
1035
+ padding:7px 16px;
1036
+ border-bottom-left-radius:3px;
1037
+ border-bottom-right-radius:3px;
1038
+
1039
+ .cancel{
1040
+ height:32px;
1041
+ width: 76px;
1042
+ background: #FFFFFF;
1043
+ border:1px solid #D2D2D7;
1044
+ border-radius: 4px;
1045
+ font-size: 16px;
1046
+ color: #333333;
1047
+ line-height: 14px;
1048
+ }
1049
+
1050
+ .settle{
1051
+ width: 76px;
1052
+ font-size: 16px;
1053
+ border-radius: 4px;
1054
+ line-height: 14px;
1055
+ margin-left:16px;
1056
+ }
1057
+ }
1058
+ .payfooter{
1059
+ background-color: lightgrey;
1060
+ font-size:18px;
1061
+ color:white;
1062
+ position: fixed;
1063
+ bottom: 0;
1064
+
1065
+ .cancel{
1066
+ height: 60px;
1067
+ width: 270px;
1068
+ background: #999999;
1069
+ border-color:#999999;
1070
+ font-size: 18px;
1071
+ color: #FFFFFF;
1072
+ line-height: 22px;
1073
+ border-radius: unset;
1074
+ &:hover{
1075
+ background-color: fade(#999999, 80%);
1076
+ border-color: fade(#999999, 80%);
1077
+ color: #ffffff;
1078
+ }
1079
+ }
1080
+
1081
+ .settle,.settle1{
1082
+ height: 60px;
1083
+ width: 330px;
1084
+ font-size: 18px;
1085
+ line-height: 22px;
1086
+ border-radius: unset;
1087
+ }
1088
+ .settle:disabled {
1089
+ cursor : not-allowed;
1090
+ }
1091
+ .settle1:disabled {
1092
+ cursor : not-allowed;
1093
+ pointer-events: none;
1094
+ }
1095
+ }
1096
+ }
1097
+
1098
+ .billingSettlement{
1099
+ vertical-align: middle;
1100
+ background-color: #fff;
1101
+
1102
+ .receivable{
1103
+ display: inline-block;
1104
+ padding-top:10px;
1105
+ padding-left: 16px;
1106
+
1107
+ .summary {
1108
+ display : flex;
1109
+ align-items: center;
1110
+
1111
+ .text {
1112
+ display : inline-block;
1113
+ font-size : 16px;
1114
+ line-height : 16px;
1115
+ color: #666;
1116
+ }
1117
+
1118
+ .amount {
1119
+ font-size : 26px;
1120
+ line-height: 24px;
1121
+ }
1122
+
1123
+ .smallfont {
1124
+ font-size: 18px !important;
1125
+ }
1126
+ }
1127
+ .remark1{
1128
+ font-size : 15px;
1129
+ line-height: 15px;
1130
+ margin-top : 4px;
1131
+
1132
+ .span {
1133
+ margin-left: 3px;
1134
+ }
1135
+ }
1136
+ .remark2{
1137
+ font-size : 20px;
1138
+ line-height: 15px;
1139
+ margin-top : 4px;
1140
+
1141
+ .span {
1142
+ margin-left: 3px;
1143
+ }
1144
+ }
1145
+ }
1146
+
1147
+ .receivable2 {
1148
+ float : left;
1149
+ height : 59px;
1150
+ display : flex;
1151
+ align-items : center;
1152
+ justify-content: center;
1153
+
1154
+ .text {
1155
+ display : inline-block;
1156
+ font-size : 16px;
1157
+ color : #474364;
1158
+ line-height: 16px;
1159
+ }
1160
+
1161
+ .amount {
1162
+ font-size : 32px;
1163
+ color : #FF5E3F;
1164
+ line-height: 32px;
1165
+ }
1166
+
1167
+ .smallfont {
1168
+ font-size: 18px !important;
1169
+ }
1170
+
1171
+ .total {
1172
+ font-size : 16px;
1173
+ padding-left: 5px;
1174
+ }
1175
+ }
1176
+
1177
+ .btns{
1178
+ float: right;
1179
+ height: 60px;
1180
+ line-height: 49px;
1181
+ .quick{
1182
+ float: left;
1183
+ display: flex;
1184
+ justify-content: center;
1185
+ align-items: center;
1186
+ width: 120px;
1187
+ height: 59px;
1188
+ font-size: 18px;
1189
+ border-radius: unset;
1190
+ line-height: 59px;
1191
+
1192
+ .icon{
1193
+ vertical-align: middle;
1194
+ display: inline-block;
1195
+ }
1196
+ i{
1197
+ margin-right: 4px;
1198
+ font-size:20px;
1199
+ }
1200
+ }
1201
+
1202
+ .quick2{
1203
+ width: 92px;
1204
+ height: 40px;
1205
+ background: #FFFFFF;
1206
+ border: 1px solid #FF8C25;
1207
+ border-radius: 4px;
1208
+ font-size: 12px;
1209
+ margin-left:8px;
1210
+ padding-left:8px;
1211
+ padding-right:8px;
1212
+ vertical-align: top;
1213
+ line-height: 14px;
1214
+ margin-top: 3px;
1215
+
1216
+ .icon{
1217
+ vertical-align: middle;
1218
+ display: inline-block;
1219
+ }
1220
+
1221
+ .text{
1222
+ vertical-align: middle;
1223
+ width: 48px;
1224
+ text-align: left;
1225
+ display: inline-block;
1226
+ }
1227
+
1228
+ i{
1229
+ margin-right: 4px;
1230
+ font-size:20px;
1231
+ }
1232
+ }
1233
+
1234
+ .quick:disabled, .quick2:disabled{
1235
+ opacity: 0.4;
1236
+ cursor: not-allowed ;
1237
+ }
1238
+
1239
+ .settle{
1240
+ width:150px;
1241
+ height: 60px;
1242
+ font-size: 18px;
1243
+ line-height: 22px;
1244
+ border:none;
1245
+ border-radius: 0px !important;
1246
+ margin-left:8px;
1247
+ }
1248
+
1249
+ .settle2{
1250
+ width:92px;
1251
+ height:40px;
1252
+ // line-height: 16px;
1253
+ border-radius: 4px !important;
1254
+ }
1255
+
1256
+ .settleStorage{
1257
+ line-height: normal;
1258
+ span {
1259
+ font-size: 12px important;
1260
+ color: white;
1261
+ }
1262
+ }
1263
+
1264
+ .settle:disabled{
1265
+ cursor: not-allowed ;
1266
+ }
1267
+
1268
+ .text {
1269
+ overflow: hidden;
1270
+ text-overflow:ellipsis;
1271
+ white-space: nowrap;
1272
+ }
1273
+ }
1274
+
1275
+ .voucherMode {
1276
+ position: absolute;
1277
+ bottom: 0;
1278
+ right: 0;
1279
+ width: 160px;
1280
+ height: auto;
1281
+ }
1282
+ }
1283
+
1284
+ .czk{
1285
+ height:calc(~"100vh - 224px");
1286
+ .ant-modal-body{
1287
+ padding:0 0 24px;
1288
+ }
1289
+ .no{
1290
+ padding-top: 30px;
1291
+ padding-left: 40px;
1292
+ span:first-child{
1293
+ margin-right:8px;
1294
+ font-size: 18px;
1295
+ color: #000000;
1296
+ letter-spacing: 0;
1297
+ text-align: right;
1298
+ line-height: 14px;
1299
+ }
1300
+ .input{
1301
+ display: inline-block;
1302
+ width:230px;
1303
+ height:32px;
1304
+ line-height: 32px;
1305
+ padding:4px 8px;
1306
+ background: #FFFFFF;
1307
+ border: 1px solid #C8C8CD;
1308
+ border-radius: 2px;
1309
+
1310
+ }
1311
+ .notext{
1312
+ font-size: 16px;
1313
+ color: #333333;
1314
+ letter-spacing: 0;
1315
+ line-height: 16px;
1316
+ }
1317
+
1318
+ .temp {
1319
+ padding-right: 30px;
1320
+ }
1321
+
1322
+ .icon{
1323
+ position: relative;
1324
+ margin-left:-30px;
1325
+ font-size: 20px;
1326
+ color: #666666;
1327
+ }
1328
+ }
1329
+ .info{
1330
+ .colwidth2{
1331
+ width:40%;
1332
+ }
1333
+ .colwidth3{
1334
+ width:26%;
1335
+ }
1336
+ .colwidth4{
1337
+ width:20%;
1338
+ }
1339
+ height:70px;
1340
+ border-top: 1px solid #F4F4F4;
1341
+ border-bottom: 4px solid #F4F4F4;
1342
+ text-align: center;
1343
+ margin-left: 1px;
1344
+ .name{
1345
+ font-size: 12px;
1346
+ color: #666666;
1347
+ line-height: 12px;
1348
+ padding-top:8px;
1349
+ }
1350
+ .value{
1351
+ font-size: 16px;
1352
+ color: #FF595E;
1353
+ line-height: 12px;
1354
+ padding-top:19px;
1355
+ }
1356
+ .valuetext{
1357
+ font-size: 14px !important;
1358
+ color: #333333 !important;
1359
+ font-weight: bold;
1360
+ max-width: 100%;
1361
+ overflow: hidden;
1362
+ white-space: nowrap;
1363
+ }
1364
+ .type{
1365
+ vertical-align: top;
1366
+ display: inline-block;
1367
+ text-align: left;
1368
+ padding-left: 10px;
1369
+ }
1370
+ .gap{
1371
+ display: inline-block;
1372
+ padding-left:10px;
1373
+ .gap1{
1374
+ height:20px;
1375
+ }
1376
+ .gap2{
1377
+ height:30px;
1378
+ width:12px;
1379
+ border-left: 1px solid #F4F4F4;
1380
+ }
1381
+ }
1382
+ .balance{
1383
+ vertical-align: top;
1384
+ display: inline-block;
1385
+ text-align: left;
1386
+ }
1387
+ .available{
1388
+ vertical-align: top;
1389
+ display: inline-block;
1390
+ text-align: left;
1391
+ }
1392
+ }
1393
+ .receivable{
1394
+ padding-left: 40px;
1395
+ padding-top: 16px;
1396
+ span:first-child{
1397
+ margin-right:8px;
1398
+ font-size: 18px;
1399
+ color: #000000;
1400
+ letter-spacing: 0;
1401
+ text-align: right;
1402
+ line-height: 14px;
1403
+ }
1404
+ span:last-child{
1405
+ font-size: 24px;
1406
+ color: #FF5E3F;
1407
+ letter-spacing: 0;
1408
+ line-height: 16px;
1409
+ }
1410
+ }
1411
+ .received{
1412
+ padding-left: 40px;
1413
+ padding-top: 16px;
1414
+ span:first-child{
1415
+ margin-right:8px;
1416
+ font-size: 18px;
1417
+ color: #000000;
1418
+ letter-spacing: 0;
1419
+ text-align: right;
1420
+ line-height: 14px;
1421
+ }
1422
+ .input{
1423
+ display: inline-block;
1424
+ width:230px;
1425
+ height:32px;
1426
+ padding:4px 8px;
1427
+ background: #FFFFFF;
1428
+ border: 1px solid #C8C8CD;
1429
+ border-radius: 2px;
1430
+ }
1431
+ .economize {
1432
+ font-size: 18px;
1433
+ }
1434
+ .prototypeDetailed {
1435
+ font-size: 18px;
1436
+ position: relative;
1437
+ .iconfont {
1438
+ font-size: 10px;
1439
+ position: absolute;
1440
+ top: 6px;
1441
+ }
1442
+ }
1443
+ }
1444
+ .error{
1445
+ height:16px;
1446
+ padding-left: 140px;
1447
+ padding-top: 4px;
1448
+ font-size: 14px;
1449
+ color: #E60012;
1450
+ letter-spacing: 0;
1451
+ line-height: 12px;
1452
+ }
1453
+ .tipStype{
1454
+ padding:43px 32px 21px 32px;
1455
+ font-size: 13px;
1456
+ color: #666666;
1457
+ letter-spacing: 0;
1458
+ text-align: justify;
1459
+ line-height: 25px;
1460
+ }
1461
+ .action{
1462
+ button{
1463
+ width:76px;
1464
+ height: 32px;
1465
+ }
1466
+ }
1467
+ }
1468
+ .unReturn{
1469
+ .title{
1470
+ font-size: 18px;
1471
+ }
1472
+ }
1473
+
1474
+ .extraHeight{
1475
+ height: 100% !important;
1476
+ }
1477
+
1478
+
1479
+ .overflow-hidden-point {
1480
+ overflow: hidden;
1481
+ text-overflow: ellipsis;
1482
+ white-space: nowrap;
1483
+ }
1484
+ .pwdModalHeader {
1485
+ font-size: 18px;
1486
+ line-height: 18px!important;
1487
+ color: #333;
1488
+ border-bottom: 1px solid #e6e6eb !important;
1489
+ }
1490
+ .passwordContainer {
1491
+ .ant-modal-header {
1492
+ height: 46px;
1493
+ .ant-modal-title {
1494
+ font-size: 18px;
1495
+ }
1496
+ }
1497
+ .ant-modal-footer {
1498
+ height: 46px;
1499
+ padding: 7px 16px;
1500
+ }
1501
+ .setPwdContainer {
1502
+ display: flex;
1503
+ padding: 10px 0;
1504
+ flex-direction: column;
1505
+ height: 268px;
1506
+ justify-content: center;
1507
+ .setPwdDiv {
1508
+ display: flex;
1509
+ padding: 10px 0;
1510
+ .one {
1511
+ width: 96px;
1512
+ text-align: right;
1513
+ padding-right: 10px;
1514
+ }
1515
+ .two {
1516
+ width: 266px;
1517
+ }
1518
+ }
1519
+ }
1520
1520
  }