tplus-portaltouch 3.23.1 → 3.23.5

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 (80) hide show
  1. package/dist/api/ModifyPassApi.js +1 -1
  2. package/dist/api/ModifyPassApi.js.map +1 -1
  3. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
  4. package/dist/components/dutyandsettle/dutysettlehistory.js +45 -66
  5. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
  6. package/dist/components/dutyandsettle/index.js.map +1 -1
  7. package/dist/components/dutyandsettle/tipContent.js.map +1 -1
  8. package/dist/components/header/customUse.js.map +1 -1
  9. package/dist/components/header/headContent.js +508 -38
  10. package/dist/components/header/headContent.js.map +1 -1
  11. package/dist/components/header/index.js +13 -13
  12. package/dist/components/header/index.js.map +1 -1
  13. package/dist/components/header/offlinePointDesc.js +7 -0
  14. package/dist/components/header/offlinePointDesc.js.map +1 -0
  15. package/dist/components/header/style.less +456 -351
  16. package/dist/components/header/themeModal.js.map +1 -1
  17. package/dist/components/header/uploadList.js +271 -0
  18. package/dist/components/header/uploadList.js.map +1 -0
  19. package/dist/components/header/vertical-touch.js.map +1 -1
  20. package/dist/components/header/vertical-touch.less +228 -228
  21. package/dist/containers/Main/index.js +17 -18
  22. package/dist/containers/Main/index.js.map +1 -1
  23. package/dist/dutyService/index.js.map +1 -1
  24. package/dist/index.js.map +1 -1
  25. package/dist/middleWare/index.js.map +1 -1
  26. package/dist/modalRouter/StaticRouter.js.map +1 -1
  27. package/dist/modalRouter/index.js +8 -8
  28. package/dist/modalRouter/index.js.map +1 -1
  29. package/dist/pages/Modal/index.js.map +1 -1
  30. package/dist/pages/Modal/style.less +5 -5
  31. package/dist/pages/Portalbc/data.js +60 -31
  32. package/dist/pages/Portalbc/data.js.map +1 -1
  33. package/dist/pages/Portalbc/horizontalPadPortal.js.map +1 -1
  34. package/dist/pages/Portalbc/horizontalSunMiPortal.js.map +1 -1
  35. package/dist/pages/Portalbc/index.js +470 -300
  36. package/dist/pages/Portalbc/index.js.map +1 -1
  37. package/dist/pages/Portalbc/index.less +777 -732
  38. package/dist/pages/Portalbc/onframe.js.map +1 -1
  39. package/dist/pages/Portalbc/verticalPortal.js +3 -1
  40. package/dist/pages/Portalbc/verticalPortal.js.map +1 -1
  41. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
  42. package/dist/pages/dutyandsettle/index.js.map +1 -1
  43. package/dist/pages/dutyandsettle/index.less +529 -529
  44. package/dist/pages/dutyandsettle/offDuty.js +89 -104
  45. package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
  46. package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
  47. package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
  48. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
  49. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
  50. package/dist/pages/index.js.map +1 -1
  51. package/dist/pages/modifyPass/index.js.map +1 -1
  52. package/dist/pages/modifyPass/style.less +71 -71
  53. package/dist/pages/notFound/index.js.map +1 -1
  54. package/dist/pages/notFound/style.less +17 -17
  55. package/dist/stores/ModalRouter.js.map +1 -1
  56. package/dist/stores/ModifyPassStore.js.map +1 -1
  57. package/dist/stores/PortalStore.js +5 -5
  58. package/dist/stores/PortalStore.js.map +1 -1
  59. package/dist/stores/PosLoginStore.js.map +1 -1
  60. package/dist/stores/billHistoryStore.js.map +1 -1
  61. package/dist/stores/dutySettleStore.js.map +1 -1
  62. package/dist/stores/index.js.map +1 -1
  63. package/dist/utils/PrintProcess.js +10 -10
  64. package/dist/utils/PrintProcess.js.map +1 -1
  65. package/dist/utils/index.js.map +1 -1
  66. package/dist/utils/networkCheck.js +8 -6
  67. package/dist/utils/networkCheck.js.map +1 -1
  68. package/package.json +2 -2
  69. package/tsconfig.json +14 -14
  70. package/dist/pages/Portal/data.js +0 -32
  71. package/dist/pages/Portal/data.js.map +0 -1
  72. package/dist/pages/Portal/horizontalPadPortal.js +0 -129
  73. package/dist/pages/Portal/horizontalPadPortal.js.map +0 -1
  74. package/dist/pages/Portal/horizontalSunMiPortal.js +0 -130
  75. package/dist/pages/Portal/horizontalSunMiPortal.js.map +0 -1
  76. package/dist/pages/Portal/index.js +0 -856
  77. package/dist/pages/Portal/index.js.map +0 -1
  78. package/dist/pages/Portal/index.less +0 -612
  79. package/dist/pages/Portal/verticalPortal.js +0 -126
  80. package/dist/pages/Portal/verticalPortal.js.map +0 -1
@@ -1,352 +1,457 @@
1
- .pos-header {
2
- background-color: #fff;
3
- box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
4
- position: relative;
5
- z-index: 99;
6
- padding: 0px 18px !important;
7
- -webkit-user-select: none;
8
- -webkit-app-region: drag;
9
- .header-triangle-down {
10
- width: 0;
11
- height: 0;
12
- border-left: 6px solid transparent;
13
- border-right: 6px solid transparent;
14
- border-top: 6px solid #c8c8cd;
15
- position: absolute;
16
- top: 50%;
17
- right: 5px;
18
- margin-top: -4px;
19
- }
20
- &.isPortal-head {
21
- background-color: transparent;
22
- box-shadow: none;
23
- .head-content-left {
24
- .store-name, .business-name, .network-status, .store-code {
25
- color: #fff;
26
- }
27
- .header-triangle-down{
28
- border-top: 6px solid #fff;
29
- }
30
- }
31
- .head-content-right {
32
- .t_loginbtn_wrapper{
33
- margin-right: 10px;
34
- }
35
- .header-info-render-content, .time {
36
- color: #fff;
37
- position: relative;
38
- div{
39
- span{
40
- float: right;
41
- }
42
- }
43
- }
44
- .header-triangle-down{
45
- border-top: 6px solid #fff;
46
- }
47
- .header-info-render-content{
48
- -webkit-app-region: no-drag;
49
- .store-info-item{
50
- color: #fff;
51
- }
52
- }
53
- }
54
- .head-content-control{
55
- .iconfont{
56
- color: #fff;
57
- }
58
- }
59
- }
60
- .head-content-left {
61
- float: left;
62
- height: 100%;
63
- & > div {
64
- float: left;
65
- }
66
- .business-name {
67
- font-size: 16px;
68
- color: #333333;
69
- overflow: hidden;
70
- text-overflow:ellipsis;
71
- white-space: nowrap;
72
- }
73
- .business-logo {
74
- margin-right : 10px;
75
- height : 100%;
76
- flex-direction : column;
77
- justify-content: center;
78
- display : flex;
79
-
80
- .business-logo-container {
81
- display : flex;
82
- align-items : center;
83
- justify-content: center;
84
-
85
- .back_i {
86
- font-size : 20px;
87
- padding-right: 20px;
88
- color: #666666;
89
- }
90
-
91
- img {
92
- height: 22px !important;
93
- }
94
- }
95
- .example-logo{
96
- height: 24px;
97
- display: block;
98
- margin-right: 10px;
99
- -webkit-app-region: no-drag;
100
- }
101
- }
102
- .store-name, .store-code, .network-status {
103
- font-size: 14px;
104
- color: #333333;
105
- margin-left: 10px;
106
- .network-state-icon{
107
- &.icon-WiFi{
108
- font-size: 13px;
109
- }
110
- &.icon-wuwangluo{
111
- position: relative;
112
- top: -2px;
113
- }
114
- }
115
- }
116
- .store-name{
117
- position: relative;
118
- padding-right: 24px;
119
- cursor: pointer;
120
- }
121
- }
122
- .head-content-right {
123
- float: right;
124
- height: 100%;
125
- & > div {
126
- float: right;
127
- height: 100%;
128
- &.store-info-item{
129
- color: #333;
130
- }
131
- }
132
- .theme-icon{
133
- float: right;
134
- color: #fff;
135
- font-size: 14px;
136
- margin-left: 20px;
137
- cursor: pointer;
138
- &.pos-page{
139
- color: #666666;
140
- }
141
- }
142
- .time {
143
- font-size: 12px;
144
- color: #333;
145
- margin-right: 10px;
146
- line-height: 60px;
147
- span{
148
- font-size: 21px;
149
- display: inline-block;
150
- margin-left: 12px;
151
- width: 98px;
152
- text-align: left;
153
- float: right;
154
- }
155
- .head-calendar-icon {
156
- margin: 0px 8px 0px 10px;
157
- position: relative;
158
- }
159
- }
160
- .soltAvatar{
161
- content: '';
162
- display: block;
163
- width: 30px;
164
- height: 30px;
165
- position: absolute;
166
- top: 50%;
167
- margin-top: -15px;
168
- left: 0;
169
- background-size: contain;
170
- }
171
- .header-info-render-content{
172
- padding-right: 25px;
173
- cursor: pointer;
174
- position: relative;
175
- .store-info-item{
176
- color: #333;
177
- .biller{
178
- position: relative;
179
- padding-left: 38px;
180
- &:before{
181
- background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
182
- .soltAvatar;
183
- }
184
- }
185
- span{
186
- padding-left: 10px;
187
- }
188
- }
189
- * {
190
- font-size: 12px;
191
- }
192
- }
193
- .voucher-head-guide{
194
- position: relative;
195
- padding-left: 38px;
196
- &:before{
197
- background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
198
- .soltAvatar;
199
- }
200
- }
201
- }
202
- .head-content-control{
203
- float: right;
204
- height: 100%;
205
- width: 108px;
206
- position: relative;
207
- margin-left: 10px;
208
- display: flex;
209
- justify-content: space-evenly;
210
- &:before{
211
- //content: '';
212
- display: block;
213
- height: 16px;
214
- background: #DAE3E1;
215
- position: absolute;
216
- left: 0;
217
- top: 50%;
218
- margin-top: -8px;
219
- width: 1px;
220
- }
221
- .iconfont{
222
- padding: 0 10px;
223
- color: #333;
224
- cursor: pointer;
225
- -webkit-app-region: no-drag;
226
- }
227
- }
228
- }
229
- ._portal-header-dropdown{
230
- top: 45px !important;
231
- min-width: 100px !important;
232
- z-index: 999;
233
-
234
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
235
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
236
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
237
- right: 7px !important;
238
- }
239
- .ant-dropdown-menu{
240
- padding: 0;
241
- border-radius: 3px;
242
- .ant-dropdown-menu-item{
243
- height: 32px;
244
- }
245
- }
246
- .ant-dropdown-menu-item{
247
- position: relative;
248
- padding-left: 36px;
249
- i {
250
- font-size: 14px;
251
- position: absolute;
252
- left: 10px;
253
- }
254
- span {
255
- font-size: 12px;
256
- width: 50px;
257
- display: block;
258
- text-align-last: justify;
259
- }
260
- }
261
- &.inside-header{
262
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
263
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
264
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
265
- border-top-color: rgba(0,0,0,.65) !important;
266
- border-left-color: rgba(0,0,0,.65) !important;
267
- }
268
- .ant-dropdown-menu{
269
- background-color: rgba(0,0,0,.65) !important;
270
- .ant-dropdown-menu-item{
271
- i, span {
272
- color: #fff;
273
- }
274
- &.ant-dropdown-menu-item-selected{
275
- background-color: rgba(0,0,0,.3);
276
- }
277
- }
278
- .ant-dropdown-menu-item-active{
279
- background-color: rgba(0,0,0,.3);
280
- }
281
- }
282
- }
283
- }
284
- .head-business-tip{
285
- .ant-tooltip-inner{
286
- box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
287
- border-radius: 3px;
288
- div{
289
- padding: 0 10px;
290
- h1{
291
- line-height: 32px;
292
- font-size: 14px;
293
- color: #333;
294
- font-weight: normal;
295
- }
296
- }
297
- }
298
- .pos-more-info-container {
299
- &>h1{
300
- white-space: nowrap;
301
- overflow: hidden;
302
- text-overflow: ellipsis;
303
- }
304
- }
305
- }
306
- .close-app-loading{
307
- background-color: rgba(0, 0, 0, 0.8);
308
- .close-app-spin{
309
- width: 150px;
310
- .tplus-spin{
311
- margin: 0 auto;
312
- width: 36px;
313
- }
314
- h1 {
315
- color: rgba(255,255,255,.8);
316
- font-size: 13px;
317
- margin-top: 20px;
318
- text-align: center;
319
- letter-spacing: 1px;
320
- }
321
- }
322
- }
323
-
324
- @media (max-width: 1080px){
325
- .business-name {
326
- max-width: 130px;
327
- }
328
- .head-content-right{
329
- .time {
330
- div{
331
- position: relative;
332
- line-height: 86px;
333
- padding-right: 10px;
334
- height: 100%;
335
- }
336
- span{
337
- position: absolute;
338
- left: 0px;
339
- top: 4px;
340
- line-height: normal;
341
- margin-left: 0 !important;
342
- }
343
- }
344
- }
345
- }
346
- @media (max-width: 920px){
347
- .head-content-right{
348
- .time {
349
- display: none;
350
- }
351
- }
1
+ .pos-header {
2
+ background-color: #fff;
3
+ box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
4
+ position: relative;
5
+ z-index: 99;
6
+ padding: 0px 18px !important;
7
+ -webkit-user-select: none;
8
+ -webkit-app-region: drag;
9
+ .header-triangle-down {
10
+ width: 0;
11
+ height: 0;
12
+ border-left: 6px solid transparent;
13
+ border-right: 6px solid transparent;
14
+ border-top: 6px solid #c8c8cd;
15
+ position: absolute;
16
+ top: 50%;
17
+ right: 5px;
18
+ margin-top: -4px;
19
+ }
20
+ &.isPortal-head {
21
+ background-color: transparent;
22
+ box-shadow: none;
23
+ .head-content-left {
24
+ .store-name, .business-name, .network-status, .store-code {
25
+ color: #fff;
26
+ }
27
+ .header-triangle-down{
28
+ border-top: 6px solid #fff;
29
+ }
30
+ }
31
+ .head-content-right {
32
+ .t_loginbtn_wrapper{
33
+ margin-right: 10px;
34
+ }
35
+ .header-info-render-content, .time {
36
+ color: #fff;
37
+ position: relative;
38
+ div{
39
+ span{
40
+ float: right;
41
+ }
42
+ }
43
+ }
44
+ .header-triangle-down{
45
+ border-top: 6px solid #fff;
46
+ }
47
+ .header-info-render-content{
48
+ -webkit-app-region: no-drag;
49
+ .store-info-item{
50
+ color: #fff;
51
+ }
52
+ }
53
+ }
54
+ .head-content-control{
55
+ .iconfont{
56
+ color: #fff;
57
+ }
58
+ }
59
+ }
60
+ .head-content-left {
61
+ float: left;
62
+ height: 100%;
63
+ & > div {
64
+ float: left;
65
+ }
66
+ .business-name {
67
+ font-size: 16px;
68
+ color: #333333;
69
+ overflow: hidden;
70
+ text-overflow:ellipsis;
71
+ white-space: nowrap;
72
+ }
73
+ .business-logo {
74
+ margin-right : 10px;
75
+ height : 100%;
76
+ flex-direction : column;
77
+ justify-content: center;
78
+ display : flex;
79
+
80
+ .business-logo-container {
81
+ display : flex;
82
+ align-items : center;
83
+ justify-content: center;
84
+
85
+ .back_i {
86
+ font-size : 20px;
87
+ padding-right: 20px;
88
+ color: #666666;
89
+ }
90
+
91
+ img {
92
+ height: 22px !important;
93
+ }
94
+ }
95
+ .example-logo{
96
+ height: 24px;
97
+ display: block;
98
+ margin-right: 10px;
99
+ -webkit-app-region: no-drag;
100
+ }
101
+ }
102
+ .store-name, .store-code, .network-status {
103
+ font-size: 14px;
104
+ color: #333333;
105
+ margin-left: 10px;
106
+ .network-state-icon{
107
+ &.icon-WiFi{
108
+ font-size: 13px;
109
+ }
110
+ &.icon-wuwangluo{
111
+ position: relative;
112
+ top: -2px;
113
+ }
114
+ }
115
+ }
116
+ .store-name{
117
+ position: relative;
118
+ padding-right: 24px;
119
+ cursor: pointer;
120
+ }
121
+ .on-off-wrap, .upload-retail, .download-retail{
122
+ margin-left: 10px;
123
+ position: relative;
124
+ display: flex;
125
+ align-items: center;
126
+ height: 60px;
127
+ &.c-pointer, .c-pointer{
128
+ cursor: pointer;
129
+ }
130
+ .up-count-btn {
131
+ line-height: normal;
132
+ background-color: #F83A41;
133
+ color: #fff;
134
+ transform: scale(.7);
135
+ padding: 1px 6px;
136
+ border-radius: 10px;
137
+ position: absolute;
138
+ top: 8px;
139
+ right: -10px;
140
+ }
141
+ .isRetailDownLoading{
142
+ position: relative;
143
+ animation: retailDown 1.2s ease 0.5s infinite;
144
+ }
145
+ @keyframes retailDown {
146
+ from {top: -18px;}
147
+ to {top: 18px;}
148
+ }
149
+ .isRetailUpLoading{
150
+ position: relative;
151
+ animation: retailUp 1.2s ease 0.5s infinite;
152
+ }
153
+ @keyframes retailUp {
154
+ from {top: 18px;}
155
+ to {top: -18px;}
156
+ }
157
+ }
158
+ .status-square{
159
+ overflow: hidden;
160
+ display: inline-block;
161
+ line-height: 20px;
162
+ border-radius: 2px;
163
+ padding: 0 6px;
164
+ .fast-upload-btn {
165
+ display: inline-block;
166
+ text-align: center;
167
+ min-width: 48px;
168
+ }
169
+ span {
170
+ font-size: 12px;
171
+ }
172
+ &.off-line, &.is-grey {
173
+ background-color: #EAEBED !important;
174
+ color: #666 !important;
175
+ }
176
+ .status-tog-btn {
177
+ position: relative;
178
+ .iconfont {
179
+ font-size: 12px;
180
+ display: inline-block;
181
+ &.ts-14 {
182
+ transform: scale(1.4);
183
+ margin: 0 6px;
184
+ }
185
+ }
186
+ .status-space {
187
+ margin-right: 4px;
188
+ }
189
+ }
190
+ }
191
+ }
192
+ .head-content-right {
193
+ float: right;
194
+ height: 100%;
195
+ & > div {
196
+ float: right;
197
+ height: 100%;
198
+ &.store-info-item{
199
+ color: #333;
200
+ }
201
+ }
202
+ .theme-icon{
203
+ float: right;
204
+ color: #fff;
205
+ font-size: 14px;
206
+ margin-left: 20px;
207
+ cursor: pointer;
208
+ &.pos-page{
209
+ color: #666666;
210
+ }
211
+ }
212
+ .time {
213
+ font-size: 12px;
214
+ color: #333;
215
+ margin-right: 10px;
216
+ line-height: 60px;
217
+ span{
218
+ font-size: 21px;
219
+ display: inline-block;
220
+ margin-left: 12px;
221
+ width: 98px;
222
+ text-align: left;
223
+ float: right;
224
+ }
225
+ .head-calendar-icon {
226
+ margin: 0px 8px 0px 10px;
227
+ position: relative;
228
+ }
229
+ }
230
+ .soltAvatar{
231
+ content: '';
232
+ display: block;
233
+ width: 30px;
234
+ height: 30px;
235
+ position: absolute;
236
+ top: 50%;
237
+ margin-top: -15px;
238
+ left: 0;
239
+ background-size: contain;
240
+ }
241
+ .header-info-render-content{
242
+ padding-right: 25px;
243
+ cursor: pointer;
244
+ position: relative;
245
+ .store-info-item{
246
+ color: #333;
247
+ .biller{
248
+ position: relative;
249
+ padding-left: 38px;
250
+ &:before{
251
+ background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
252
+ .soltAvatar;
253
+ }
254
+ }
255
+ span{
256
+ padding-left: 10px;
257
+ }
258
+ }
259
+ * {
260
+ font-size: 12px;
261
+ }
262
+ }
263
+ .voucher-head-guide{
264
+ position: relative;
265
+ padding-left: 38px;
266
+ &:before{
267
+ background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
268
+ .soltAvatar;
269
+ }
270
+ }
271
+ }
272
+ .head-content-control{
273
+ float: right;
274
+ height: 100%;
275
+ width: 108px;
276
+ position: relative;
277
+ margin-left: 10px;
278
+ display: flex;
279
+ justify-content: space-evenly;
280
+ &:before{
281
+ //content: '';
282
+ display: block;
283
+ height: 16px;
284
+ background: #DAE3E1;
285
+ position: absolute;
286
+ left: 0;
287
+ top: 50%;
288
+ margin-top: -8px;
289
+ width: 1px;
290
+ }
291
+ .iconfont{
292
+ padding: 0 10px;
293
+ color: #333;
294
+ cursor: pointer;
295
+ -webkit-app-region: no-drag;
296
+ }
297
+ }
298
+ }
299
+ ._portal-header-dropdown{
300
+ top: 45px !important;
301
+ min-width: 100px !important;
302
+ z-index: 999;
303
+
304
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
305
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
306
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
307
+ right: 7px !important;
308
+ }
309
+ .ant-dropdown-menu{
310
+ padding: 0;
311
+ border-radius: 3px;
312
+ .ant-dropdown-menu-item{
313
+ height: 32px;
314
+ }
315
+ }
316
+ .ant-dropdown-menu-item{
317
+ position: relative;
318
+ padding-left: 36px;
319
+ i {
320
+ font-size: 14px;
321
+ position: absolute;
322
+ left: 10px;
323
+ }
324
+ span {
325
+ font-size: 12px;
326
+ width: 50px;
327
+ display: block;
328
+ text-align-last: justify;
329
+ }
330
+ }
331
+ &.inside-header{
332
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
333
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
334
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
335
+ border-top-color: rgba(0,0,0,.65) !important;
336
+ border-left-color: rgba(0,0,0,.65) !important;
337
+ }
338
+ .ant-dropdown-menu{
339
+ background-color: rgba(0,0,0,.65) !important;
340
+ .ant-dropdown-menu-item{
341
+ i, span {
342
+ color: #fff;
343
+ }
344
+ &.ant-dropdown-menu-item-selected{
345
+ background-color: rgba(0,0,0,.3);
346
+ }
347
+ }
348
+ .ant-dropdown-menu-item-active{
349
+ background-color: rgba(0,0,0,.3);
350
+ }
351
+ }
352
+ }
353
+ }
354
+ .head-business-tip{
355
+ .ant-tooltip-inner{
356
+ box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
357
+ border-radius: 3px;
358
+ div{
359
+ padding: 0 10px;
360
+ h1{
361
+ line-height: 32px;
362
+ font-size: 14px;
363
+ color: #333;
364
+ font-weight: normal;
365
+ }
366
+ }
367
+ }
368
+ .pos-more-info-container {
369
+ &>h1{
370
+ white-space: nowrap;
371
+ overflow: hidden;
372
+ text-overflow: ellipsis;
373
+ }
374
+ }
375
+ }
376
+ .close-app-loading{
377
+ background-color: rgba(0, 0, 0, 0.8);
378
+ .close-app-spin{
379
+ width: 150px;
380
+ .tplus-spin{
381
+ margin: 0 auto;
382
+ width: 36px;
383
+ }
384
+ h1 {
385
+ color: rgba(255,255,255,.8);
386
+ font-size: 13px;
387
+ margin-top: 20px;
388
+ text-align: center;
389
+ letter-spacing: 1px;
390
+ }
391
+ }
392
+ }
393
+
394
+ @media (max-width: 1180px){
395
+ .business-name {
396
+ max-width: 130px;
397
+ }
398
+ .head-content-right{
399
+ .time {
400
+ div{
401
+ position: relative;
402
+ line-height: 86px;
403
+ padding-right: 10px;
404
+ height: 100%;
405
+ }
406
+ span{
407
+ position: absolute;
408
+ left: 0px;
409
+ top: 4px;
410
+ line-height: normal;
411
+ margin-left: 0 !important;
412
+ }
413
+ }
414
+ }
415
+ }
416
+ @media (max-width: 1060px){
417
+ .voucher-head-guide {
418
+ margin-right: 0!important;
419
+ }
420
+ .head-content-right .time div {
421
+ padding-right: 0;
422
+ }
423
+ }
424
+ @media (max-width: 920px){
425
+ .head-content-right{
426
+ .time {
427
+ display: none;
428
+ }
429
+ }
430
+ }
431
+ // 鼠标悬浮离线感叹号popver的样式
432
+ .offline-popver {
433
+ width: 660px;
434
+ }
435
+ .retail-upload-mask-wrap {
436
+ .ant-modal-header, th, td, .ant-modal-footer {
437
+ padding-left: 20px !important;
438
+ padding-right: 20px;
439
+ }
440
+ .ant-modal-body {
441
+ height: 356px;
442
+ }
443
+ .ant-modal-body {
444
+ padding: 0;
445
+ }
446
+ &.isReNull .ant-table-cell {
447
+ border: none !important;
448
+ }
449
+ &.hasPage .ant-modal-footer {
450
+ display: flex;
451
+ align-items: center;
452
+ justify-content: space-between;
453
+ }
454
+ .progressState .text {
455
+ margin-top: 0;
456
+ }
352
457
  }