tplus-components-touch 3.28.2 → 3.28.6

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