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