tplus-components-touch 3.22.16 → 3.22.17

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