tplus-member 3.51.1 → 3.53.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/dist/api.js +5 -5
  2. package/dist/api.js.map +1 -1
  3. package/dist/controllers/FeedbackController.js.map +1 -1
  4. package/dist/controllers/MemberOrderController.js +12 -12
  5. package/dist/controllers/MemberOrderController.js.map +1 -1
  6. package/dist/controllers/OpenCardController.js +7 -7
  7. package/dist/controllers/OpenCardController.js.map +1 -1
  8. package/dist/controllers/defaultConfig.js.map +1 -1
  9. package/dist/dataProvider/member.js +7 -7
  10. package/dist/dataProvider/member.js.map +1 -1
  11. package/dist/dataProvider/openCard.js.map +1 -1
  12. package/dist/domain/member/AuthProcess.js.map +1 -1
  13. package/dist/domain/member/CardCodeChangedProcessor.js +2 -2
  14. package/dist/domain/member/CardCodeChangedProcessor.js.map +1 -1
  15. package/dist/domain/member/CheckCardCodeAndCodeProcessor.js +2 -2
  16. package/dist/domain/member/CheckCardCodeAndCodeProcessor.js.map +1 -1
  17. package/dist/domain/member/CheckMobilephoneFormatProcessor.js +2 -2
  18. package/dist/domain/member/CheckMobilephoneFormatProcessor.js.map +1 -1
  19. package/dist/domain/member/CheckPresentAmountProcessor.js +2 -2
  20. package/dist/domain/member/CheckPresentAmountProcessor.js.map +1 -1
  21. package/dist/domain/member/EffectiveDateChangedProcessor.js +2 -2
  22. package/dist/domain/member/EffectiveDateChangedProcessor.js.map +1 -1
  23. package/dist/domain/member/GetThisPresentAmountProcessor.js +2 -2
  24. package/dist/domain/member/GetThisPresentAmountProcessor.js.map +1 -1
  25. package/dist/domain/member/InitDataProcessor.js +123 -123
  26. package/dist/domain/member/InitDataProcessor.js.map +1 -1
  27. package/dist/domain/member/IsMemberEffectiveProcessor.js +2 -2
  28. package/dist/domain/member/IsMemberEffectiveProcessor.js.map +1 -1
  29. package/dist/domain/member/IsMemberEnableProcessor.js +2 -2
  30. package/dist/domain/member/IsMemberEnableProcessor.js.map +1 -1
  31. package/dist/domain/member/IsMemberExpirationProcessor.js +2 -2
  32. package/dist/domain/member/IsMemberExpirationProcessor.js.map +1 -1
  33. package/dist/domain/member/IsMemberPasswordSameProcessor.js +2 -2
  34. package/dist/domain/member/IsMemberPasswordSameProcessor.js.map +1 -1
  35. package/dist/domain/member/IsMemberStorageForStoreProcessor.js +3 -3
  36. package/dist/domain/member/IsMemberStorageForStoreProcessor.js.map +1 -1
  37. package/dist/domain/member/MemberTypeChangedProcessor.js +4 -4
  38. package/dist/domain/member/MemberTypeChangedProcessor.js.map +1 -1
  39. package/dist/domain/member/MobilephoneChangedProcessor.js +4 -4
  40. package/dist/domain/member/MobilephoneChangedProcessor.js.map +1 -1
  41. package/dist/domain/member/PersonProcesser.js.map +1 -1
  42. package/dist/domain/member/PriuserdefChangedProcessor.js +2 -2
  43. package/dist/domain/member/PriuserdefChangedProcessor.js.map +1 -1
  44. package/dist/domain/operationLog/AddLogProcessor.js +6 -6
  45. package/dist/domain/operationLog/AddLogProcessor.js.map +1 -1
  46. package/dist/domain/operationLog/OperationConfig.js.map +1 -1
  47. package/dist/domain/operationLog/OperationLog.js.map +1 -1
  48. package/dist/index.js.map +1 -1
  49. package/dist/member/MemberCardList.js +2 -2
  50. package/dist/member/MemberCardList.js.map +1 -1
  51. package/dist/member/MemberPhoto.js.map +1 -1
  52. package/dist/member/MemberShow.js.map +1 -1
  53. package/dist/member/ShopMember.js.map +1 -1
  54. package/dist/member/ShopMember.less +654 -654
  55. package/dist/member/ShopMemberStorage.js.map +1 -1
  56. package/dist/member/api.js.map +1 -1
  57. package/dist/member/color.less +31 -31
  58. package/dist/member/index.js +4 -4
  59. package/dist/member/index.js.map +1 -1
  60. package/dist/member/index.less +578 -578
  61. package/dist/member/memberMenu/bindCard/index.js.map +1 -1
  62. package/dist/member/memberMenu/bindCard/style.less +7 -7
  63. package/dist/member/memberMenu/changeMemberCard/index.js.map +1 -1
  64. package/dist/member/memberMenu/changeMemberCard/style.less +42 -42
  65. package/dist/member/memberMenu/index.js.map +1 -1
  66. package/dist/member/memberMenu/modifyPass/index.js.map +1 -1
  67. package/dist/member/memberMenu/modifyPass/store.js.map +1 -1
  68. package/dist/member/memberMenu/modifyPass/style.less +96 -96
  69. package/dist/member/memberMenu/style.less +136 -136
  70. package/dist/member/memberMenuStorage/bindCard/index.js.map +1 -1
  71. package/dist/member/memberMenuStorage/bindCard/style.less +7 -7
  72. package/dist/member/memberMenuStorage/changeMemberCard/index.js.map +1 -1
  73. package/dist/member/memberMenuStorage/changeMemberCard/style.less +42 -42
  74. package/dist/member/memberMenuStorage/index.js.map +1 -1
  75. package/dist/member/memberMenuStorage/modifyPass/index.js.map +1 -1
  76. package/dist/member/memberMenuStorage/modifyPass/store.js.map +1 -1
  77. package/dist/member/memberMenuStorage/modifyPass/style.less +96 -96
  78. package/dist/member/memberMenuStorage/style.less +138 -138
  79. package/dist/member/memberTab/MemberCardInfo.js.map +1 -1
  80. package/dist/member/memberTab/MemberManager.js.map +1 -1
  81. package/dist/member/memberTab/MemberStorage.js +7 -7
  82. package/dist/member/memberTab/MemberStorage.js.map +1 -1
  83. package/dist/member/memberTab/index.js.map +1 -1
  84. package/dist/member/memberTab.js.map +1 -1
  85. package/dist/socket.js +13 -13
  86. package/dist/socket.js.map +1 -1
  87. package/dist/stores/MemberStore.js.map +1 -1
  88. package/dist/stores/index.js.map +1 -1
  89. package/dist/utils.js.map +1 -1
  90. package/dist/viewController/MemberOrderViewController.js.map +1 -1
  91. package/dist/viewDoMain/CheckMemberProcessorBlock.js +2 -2
  92. package/dist/viewDoMain/CheckMemberProcessorBlock.js.map +1 -1
  93. package/dist/viewDoMain/CheckMemberStorageProcessorBlock.js +2 -2
  94. package/dist/viewDoMain/CheckMemberStorageProcessorBlock.js.map +1 -1
  95. package/dist/viewDoMain/CheckSelectMemberProcessorBlock.js +2 -2
  96. package/dist/viewDoMain/CheckSelectMemberProcessorBlock.js.map +1 -1
  97. package/dist/viewDoMain/CheckUpdatePasswordProcessorBlock.js.map +1 -1
  98. package/dist/viewDoMain/MemberDataChangedProcessorBlock.js +2 -2
  99. package/dist/viewDoMain/MemberDataChangedProcessorBlock.js.map +1 -1
  100. package/dist/viewDoMain/MemberDataPreSaveProcessorBlock.js +2 -2
  101. package/dist/viewDoMain/MemberDataPreSaveProcessorBlock.js.map +1 -1
  102. package/dist/viewDoMain/StorageAmountChangedProcessorBlock.js +2 -2
  103. package/dist/viewDoMain/StorageAmountChangedProcessorBlock.js.map +1 -1
  104. package/dist/viewModels/memberVoucher.js +3 -3
  105. package/dist/viewModels/memberVoucher.js.map +1 -1
  106. package/dist/views/MemberOrderView.js +5 -5
  107. package/dist/views/MemberOrderView.js.map +1 -1
  108. package/dist/views/MemberStore.less +143 -143
  109. package/dist/views/MemberStoreNew.less +228 -228
  110. package/dist/views/MemberStoreNewView.js.map +1 -1
  111. package/dist/views/MemberStoreView.js.map +1 -1
  112. package/dist/views/MemberStoreViewContainer.js.map +1 -1
  113. package/dist/views/PresentDetail.less +118 -118
  114. package/dist/views/PresetDetailView.js.map +1 -1
  115. package/dist/views/memberOrder.less +54 -54
  116. package/locales/zh/tplus-portsetting.json +1 -1
  117. package/locales/zh-CN/tplus-portsetting.json +1 -1
  118. package/package.json +6 -6
@@ -1,578 +1,578 @@
1
- @import "~tplus-components/dist/index.less";
2
- @import './color.less';
3
-
4
- .MemberContainer {
5
- display : flex;
6
- justify-content : center;
7
- align-items : Center;
8
- width : 400px;
9
- height : 56px;
10
- padding: 0px 10px;
11
- .left {
12
- width : 320px;
13
- flex: 1;
14
- .search {
15
- width : 100%;
16
- border-radius : 3px;
17
- height: 32px;
18
- line-height: 32px;
19
- display: flex;
20
-
21
- .b1 {
22
- float : left;
23
- height : 30px;
24
- line-height: 30px;
25
- flex: 1;
26
- position: relative;
27
- .tplus-spin{
28
- position: absolute;
29
- right: 0;
30
- top: 2px;
31
- }
32
- .input {
33
- width : 100%;
34
- height : 30px;
35
- border-width: 0 !important;
36
- padding : 0 5px;
37
- background : transparent;
38
- padding-left: 12px;
39
- }
40
- }
41
-
42
- .b2 {
43
- float : right;
44
- display : flex;
45
- align-items: center;
46
- height : 30px;
47
- position: relative;
48
-
49
- .icon {
50
- font-size: 20px;
51
- color : @color-g2;
52
- cursor : pointer;
53
- margin-left: 8px;
54
- margin-right: 8px;
55
- }
56
- .openFaceRecognition-box{
57
- position: relative;
58
- width: 38px;
59
- height: 100%;
60
- .face-spin{
61
- position: absolute;
62
- top: 4px;
63
- left: 5px;
64
- }
65
- }
66
- }
67
- }
68
- .face-spin{
69
- margin-top: -2px;
70
- position: absolute;
71
- right: 6px;
72
- .circle{
73
- border: 2px solid #ef8f39;
74
- border-top-color: transparent;
75
- }
76
- }
77
-
78
- .info {
79
- width : 100%;
80
- height : 56px;
81
- display : flex;
82
- justify-content: left;
83
- align-items : Center;
84
- &.member-btn-hidden-flex{
85
- .first{
86
- flex: 0;
87
- }
88
- .second{
89
- flex: 1;
90
- justify-content: space-around;
91
- align-items: center;
92
- line-height: normal !important;
93
- }
94
- .close{
95
- flex: 0 0 50px;
96
- }
97
- }
98
- .first {
99
- position: relative;
100
- img {
101
- width : 36px;
102
- height : 36px;
103
- border-radius: 50%;
104
- border : 1px solid @color-g8;
105
- overflow : hidden;
106
- cursor : pointer;
107
- }
108
- .shengriIcon {
109
- position: absolute;
110
- left: 27px;
111
- top: -6px;
112
- color: #FA4052;
113
- }
114
- .birthdayContent {
115
- overflow: hidden;
116
- width: 145px;
117
- height: 185px;
118
- position: absolute;
119
- left: 100px;
120
- line-height: normal;
121
- top: -6px;
122
- color: white;
123
- background-image: url('@{url-prefix}/pictures/member_care.png');
124
- background-repeat:no-repeat;
125
- background-size:185px 145px;
126
- z-index: 332;
127
- .birthdayWarn {
128
- font-size: 9.6px;
129
- margin: 12px 0 0px 20px;
130
- color: white;
131
- }
132
- .check {
133
- margin-top: 5px;
134
- font-size: 10px;
135
- width: 30px !important;
136
- padding: 0 !important;
137
- min-width: 0;
138
- color: white;
139
- margin-left: 25px;
140
- height: 12px;
141
- line-height: 12px;
142
- font-family: 'PingFangSC-Regular';
143
- border: none !important;
144
- }
145
- }
146
- .cuowudaIcon {
147
- position: absolute;
148
- left: 100px;
149
- top: 100px;
150
- z-index: 333;
151
- top: 0;
152
- left: 230px;
153
- font-size: 20px;
154
- color: rgba(68,68,68,0.70);
155
- transform: rotate(29deg);
156
- }
157
- }
158
-
159
- .second {
160
- width : 240px;
161
- font-size : 12px;
162
- color : @color-g1;
163
- cursor : default;
164
- display : flex;
165
- justify-content: left;
166
- align-items : Center;
167
- cursor: pointer;
168
- .one {
169
- width : 120px;
170
- overflow: hidden;
171
- padding-left : 5px;
172
- .a {
173
- overflow : hidden;
174
- white-space : nowrap;
175
- text-overflow: ellipsis;
176
- }
177
-
178
- .b {
179
- text-align : left;
180
- font-size : 12px;
181
- margin-top : 5px;
182
- //color : @color-d7;
183
- //background:url('https://newretail.static.chanjet.com/member_class.png') no-repeat left top;
184
- //min-width : 40px;
185
- //background: linear-gradient(to bottom right, #e5c583 , #fadcb0);
186
- //border-radius: 14px 20px 20px 0;
187
- //display: inline-block;
188
- //padding: 0 4px;
189
- //max-width: 100%;
190
- //overflow: hidden;
191
- //height : 18px;
192
- //line-height : 18px;
193
- }
194
- }
195
- .oneDtMember {
196
- .b {
197
- width: 120px;
198
- word-wrap: break-word;
199
- word-break: break-all;
200
- overflow: hidden;
201
- }
202
- }
203
-
204
- .two {
205
- text-align: center;
206
- width : 54px;
207
- //overflow : hidden;
208
- word-break: keep-all;
209
-
210
- .a {
211
- font-size : 12px;
212
- font-weight: bold;
213
- overflow: hidden;
214
- text-overflow:ellipsis;
215
- white-space: nowrap;
216
- }
217
-
218
- .b {
219
- font-size : 12px;
220
- margin-top: 5px;
221
- }
222
- }
223
- }
224
-
225
- .close {
226
- display: flex;
227
- justify-content: center;
228
- overflow : hidden;
229
- width : 30px;
230
- height : 56px;
231
- line-height: 56px;
232
- padding : 0px 5px;
233
- cursor: pointer;
234
-
235
- i {
236
- font-size: 16px;
237
- color : @color-g5;
238
- }
239
- }
240
- }
241
- }
242
-
243
- .right {
244
- width : 90px;
245
- font-size : 12px;
246
- padding-left: 10px;
247
- border-left : 1px solid @color-g6;
248
- position : relative;
249
-
250
- .btn {
251
- width : 64px;
252
- min-width : 0px;
253
- height : 32px;
254
- line-height : 32px;
255
- padding : 0;
256
- font-size : 12px;
257
- overflow: visible;
258
- }
259
- .inshop-member-spin{
260
- margin: 0 auto;
261
- display: inline-block;
262
- margin-top: 3px;
263
- }
264
-
265
- .badge {
266
- padding: 0px 4px;
267
- position : absolute;
268
- top : -11px;
269
- right : -8px;
270
- min-width : 20px;
271
- height : 20px;
272
- line-height : 20px;
273
- text-align : center;
274
- font-size : 12px;
275
- color : @color-z3;
276
- border-radius : 20px;
277
- background-color: @color-d1;
278
- }
279
- }
280
-
281
- .float{
282
- display: flex;
283
- align-items: center;
284
- position: fixed;
285
- top: 47px;
286
- left: 102px;
287
- z-index: 333;
288
- width: 122px;
289
- height: 26px;
290
- background: #FFF;
291
- border-radius: 3px;
292
- box-shadow: 0px 1px 5px #999;
293
- font-size: 10px;
294
-
295
- .txt{
296
- margin-left: 5px;
297
- color: #000;
298
- font-weight: 600;
299
- }
300
- .btn{
301
- background: #FF8C25;
302
- width: 32px;
303
- height: 15px;
304
- line-height: 15px;
305
- border-radius: 5px;
306
- color: #FFF;
307
- text-align: center;
308
- margin-left: 5px;
309
- cursor: pointer;
310
- }
311
- .cancel{
312
- position: absolute;
313
- top: 0;
314
- right: 0;
315
- background: fade(#000,30%);
316
- border-bottom-left-radius: 60%;
317
- cursor: pointer;
318
- i{font-size: 10px;color: #FFF;}
319
- }
320
-
321
- }
322
- }
323
-
324
- .member-care-modal{
325
- .ant-modal-footer{display: none;}
326
- .ant-modal-body{height: 400px !important;width: 688px;margin: auto;}
327
- color: #000;
328
- .first{
329
- height: 30px;
330
- font-size: 25px;
331
- text-align: center;
332
- margin-top: 28px;
333
- }
334
- .second {
335
- width: 588px;
336
- height : 40px;
337
- background : #F1FBF6;
338
- margin : 17px 0;
339
- display: flex;
340
- border: 1px dashed #BCEDD3;
341
- align-items: center;
342
- margin-left: 50px;
343
- i{margin-left: 20px;color: #333;}
344
- span{margin-left: 10px;}
345
- .secondContent {
346
- margin-top: -3px;
347
- }
348
- }
349
- .third{
350
- height: 50px;
351
- // width: 450px;
352
- justify-content: center;
353
- margin: 0 auto;
354
- display: flex;
355
- align-items: center;
356
- font-size: 14px;
357
- .one{
358
- position: relative;
359
- img{height: 50px;width: 50px;}
360
- i{position: absolute;top: -10px;right: -5px; color:#FA4052}
361
-
362
- }
363
- .two{
364
- margin-left: 20px;
365
- }
366
- }
367
- .fourth{
368
- height: 150px;
369
- width: 450px;
370
- font-size: 14px;
371
- margin: 10px auto;
372
- overflow-y: scroll;
373
-
374
- .item {
375
- height: 30px;
376
- line-height: 30px;
377
- margin-left: 50px;
378
- }
379
- }
380
- }
381
-
382
- .member-birthday {
383
- .u-modal-content {
384
- background-color: rgba(255, 255, 255, 0) !important;
385
- box-shadow : 0 0 0 !important;
386
- border : 0 !important;
387
- text-align : center;
388
-
389
- .u-modal-body {
390
- width : 600px !important;
391
- height: 370px !important;
392
- }
393
-
394
- .u-modal-header,
395
- .u-modal-footer {
396
-
397
- display: none;
398
- }
399
-
400
- .picture {
401
- img {
402
- width : 350px;
403
- height: 308px;
404
- }
405
-
406
- i {
407
- position : absolute;
408
- top : 0;
409
- right : 100px;
410
- font-size: 24px;
411
- color : #FFFFFF;
412
- }
413
- }
414
-
415
- .remark {
416
- margin-top: 24px;
417
- font-size : 22px;
418
- color : #FFFFFF;
419
-
420
- span {
421
- padding: 0 5px;
422
- color : #EF8F39;
423
- }
424
- }
425
- }
426
- }
427
-
428
- .member-modal-animation{
429
- &.u-modal.fade{
430
- .u-modal-dialog{
431
- opacity: 0;
432
- top: 40%;
433
- transform: translateY(-50%);
434
- margin: 0px auto;
435
- transition: all .2s ease-in-out !important;
436
- }
437
-
438
- &.in{
439
- .u-modal-dialog{
440
- opacity: 1;
441
- top: 50%;
442
- }
443
- }
444
- }
445
- }
446
- .MemberShowContainer {
447
- .ant-modal-body{
448
- padding: 0px;
449
- }
450
- .member-show-body {
451
- .memberShopContainer {
452
- padding-left: 0px !important;
453
- }
454
-
455
- .member-shop-content {
456
- width: 100%;
457
- height:calc(~'100% - 56px');
458
-
459
- .member-content-tab {
460
- flex: 1;
461
- }
462
- }
463
- }
464
-
465
- .footer {
466
- border-top: 1px solid @color-g6 !important;
467
- .ant-btn{
468
- margin-right: 20px !important;
469
- }
470
- }
471
- }
472
-
473
- .MemberPhotoContainer {
474
- .header {
475
- border-bottom: 1px solid @color-g6 !important;
476
- .u-modal-title {
477
- font-size : 18px;
478
- }
479
- }
480
-
481
- .body {
482
- height : 376px;
483
- overflow : hidden;
484
- overflow-y: auto;
485
- padding : 0;
486
- display: flex;
487
- flex-wrap: wrap;
488
- justify-content: space-between;
489
- .memberPhoto {
490
- float : left;
491
- text-align : center;
492
- padding: 10px 20px;
493
- position : relative;
494
- width: 120px;
495
- height: 135px;
496
-
497
- .img {
498
- width : 80px;
499
- height : 80px;
500
- border-radius: 50%;
501
- border : 1px solid @color-z3;
502
- overflow : hidden;
503
- }
504
-
505
- .select {
506
- position : absolute;
507
- bottom : 45px;
508
- right : 25px;
509
- height : 22px;
510
- width : 22px;
511
- font-size : 12px;
512
- color : @color-z3;
513
- border-radius : 20px;
514
- background-color: @color-z1;
515
- }
516
-
517
- .tag {
518
- font-size : 16px;
519
- line-height: 14px;
520
- color : @color-g1;
521
- font-weight: 600;
522
- padding-top: 16px;
523
- }
524
-
525
- img {
526
- width : 80px;
527
- height: 80px;
528
- }
529
- }
530
- }
531
-
532
- .footer {
533
- border-top: 1px solid @color-g6 !important;
534
- padding: 12px;
535
- }
536
- }
537
-
538
- .MemberCloseContainer {
539
- .header {
540
- .u-modal-title {
541
- font-size : 18px;
542
- }
543
- .u-close {
544
- opacity: 1 !important;
545
- }
546
- }
547
-
548
- .body {
549
- height : 120px;
550
- padding: 0;
551
- display: flex;
552
-
553
- .content {
554
- margin-top : 23px;
555
- margin-left: 32px;
556
-
557
- .icon {
558
- font-size: 20px;
559
- color : @color-z1;
560
- }
561
-
562
- .span {
563
- margin-left: 20px;
564
- font-size : 20px;
565
- font-weight: 400;
566
- }
567
- }
568
- }
569
- }
570
-
571
- .member-modal-wrapper{
572
- .u-modal-backdrop{
573
- z-index: 900 !important;
574
- }
575
- .u-modal{
576
- z-index: 901 !important;
577
- }
578
- }
1
+ @import "~tplus-components/dist/index.less";
2
+ @import './color.less';
3
+
4
+ .MemberContainer {
5
+ display : flex;
6
+ justify-content : center;
7
+ align-items : Center;
8
+ width : 400px;
9
+ height : 56px;
10
+ padding: 0px 10px;
11
+ .left {
12
+ width : 320px;
13
+ flex: 1;
14
+ .search {
15
+ width : 100%;
16
+ border-radius : 3px;
17
+ height: 32px;
18
+ line-height: 32px;
19
+ display: flex;
20
+
21
+ .b1 {
22
+ float : left;
23
+ height : 30px;
24
+ line-height: 30px;
25
+ flex: 1;
26
+ position: relative;
27
+ .tplus-spin{
28
+ position: absolute;
29
+ right: 0;
30
+ top: 2px;
31
+ }
32
+ .input {
33
+ width : 100%;
34
+ height : 30px;
35
+ border-width: 0 !important;
36
+ padding : 0 5px;
37
+ background : transparent;
38
+ padding-left: 12px;
39
+ }
40
+ }
41
+
42
+ .b2 {
43
+ float : right;
44
+ display : flex;
45
+ align-items: center;
46
+ height : 30px;
47
+ position: relative;
48
+
49
+ .icon {
50
+ font-size: 20px;
51
+ color : @color-g2;
52
+ cursor : pointer;
53
+ margin-left: 8px;
54
+ margin-right: 8px;
55
+ }
56
+ .openFaceRecognition-box{
57
+ position: relative;
58
+ width: 38px;
59
+ height: 100%;
60
+ .face-spin{
61
+ position: absolute;
62
+ top: 4px;
63
+ left: 5px;
64
+ }
65
+ }
66
+ }
67
+ }
68
+ .face-spin{
69
+ margin-top: -2px;
70
+ position: absolute;
71
+ right: 6px;
72
+ .circle{
73
+ border: 2px solid #ef8f39;
74
+ border-top-color: transparent;
75
+ }
76
+ }
77
+
78
+ .info {
79
+ width : 100%;
80
+ height : 56px;
81
+ display : flex;
82
+ justify-content: left;
83
+ align-items : Center;
84
+ &.member-btn-hidden-flex{
85
+ .first{
86
+ flex: 0;
87
+ }
88
+ .second{
89
+ flex: 1;
90
+ justify-content: space-around;
91
+ align-items: center;
92
+ line-height: normal !important;
93
+ }
94
+ .close{
95
+ flex: 0 0 50px;
96
+ }
97
+ }
98
+ .first {
99
+ position: relative;
100
+ img {
101
+ width : 36px;
102
+ height : 36px;
103
+ border-radius: 50%;
104
+ border : 1px solid @color-g8;
105
+ overflow : hidden;
106
+ cursor : pointer;
107
+ }
108
+ .shengriIcon {
109
+ position: absolute;
110
+ left: 27px;
111
+ top: -6px;
112
+ color: #FA4052;
113
+ }
114
+ .birthdayContent {
115
+ overflow: hidden;
116
+ width: 145px;
117
+ height: 185px;
118
+ position: absolute;
119
+ left: 100px;
120
+ line-height: normal;
121
+ top: -6px;
122
+ color: white;
123
+ background-image: url('@{url-prefix}/pictures/member_care.png');
124
+ background-repeat:no-repeat;
125
+ background-size:185px 145px;
126
+ z-index: 332;
127
+ .birthdayWarn {
128
+ font-size: 9.6px;
129
+ margin: 12px 0 0px 20px;
130
+ color: white;
131
+ }
132
+ .check {
133
+ margin-top: 5px;
134
+ font-size: 10px;
135
+ width: 30px !important;
136
+ padding: 0 !important;
137
+ min-width: 0;
138
+ color: white;
139
+ margin-left: 25px;
140
+ height: 12px;
141
+ line-height: 12px;
142
+ font-family: 'PingFangSC-Regular';
143
+ border: none !important;
144
+ }
145
+ }
146
+ .cuowudaIcon {
147
+ position: absolute;
148
+ left: 100px;
149
+ top: 100px;
150
+ z-index: 333;
151
+ top: 0;
152
+ left: 230px;
153
+ font-size: 20px;
154
+ color: rgba(68,68,68,0.70);
155
+ transform: rotate(29deg);
156
+ }
157
+ }
158
+
159
+ .second {
160
+ width : 240px;
161
+ font-size : 12px;
162
+ color : @color-g1;
163
+ cursor : default;
164
+ display : flex;
165
+ justify-content: left;
166
+ align-items : Center;
167
+ cursor: pointer;
168
+ .one {
169
+ width : 120px;
170
+ overflow: hidden;
171
+ padding-left : 5px;
172
+ .a {
173
+ overflow : hidden;
174
+ white-space : nowrap;
175
+ text-overflow: ellipsis;
176
+ }
177
+
178
+ .b {
179
+ text-align : left;
180
+ font-size : 12px;
181
+ margin-top : 5px;
182
+ //color : @color-d7;
183
+ //background:url('https://newretail.static.chanjet.com/member_class.png') no-repeat left top;
184
+ //min-width : 40px;
185
+ //background: linear-gradient(to bottom right, #e5c583 , #fadcb0);
186
+ //border-radius: 14px 20px 20px 0;
187
+ //display: inline-block;
188
+ //padding: 0 4px;
189
+ //max-width: 100%;
190
+ //overflow: hidden;
191
+ //height : 18px;
192
+ //line-height : 18px;
193
+ }
194
+ }
195
+ .oneDtMember {
196
+ .b {
197
+ width: 120px;
198
+ word-wrap: break-word;
199
+ word-break: break-all;
200
+ overflow: hidden;
201
+ }
202
+ }
203
+
204
+ .two {
205
+ text-align: center;
206
+ width : 54px;
207
+ //overflow : hidden;
208
+ word-break: keep-all;
209
+
210
+ .a {
211
+ font-size : 12px;
212
+ font-weight: bold;
213
+ overflow: hidden;
214
+ text-overflow:ellipsis;
215
+ white-space: nowrap;
216
+ }
217
+
218
+ .b {
219
+ font-size : 12px;
220
+ margin-top: 5px;
221
+ }
222
+ }
223
+ }
224
+
225
+ .close {
226
+ display: flex;
227
+ justify-content: center;
228
+ overflow : hidden;
229
+ width : 30px;
230
+ height : 56px;
231
+ line-height: 56px;
232
+ padding : 0px 5px;
233
+ cursor: pointer;
234
+
235
+ i {
236
+ font-size: 16px;
237
+ color : @color-g5;
238
+ }
239
+ }
240
+ }
241
+ }
242
+
243
+ .right {
244
+ width : 90px;
245
+ font-size : 12px;
246
+ padding-left: 10px;
247
+ border-left : 1px solid @color-g6;
248
+ position : relative;
249
+
250
+ .btn {
251
+ width : 64px;
252
+ min-width : 0px;
253
+ height : 32px;
254
+ line-height : 32px;
255
+ padding : 0;
256
+ font-size : 12px;
257
+ overflow: visible;
258
+ }
259
+ .inshop-member-spin{
260
+ margin: 0 auto;
261
+ display: inline-block;
262
+ margin-top: 3px;
263
+ }
264
+
265
+ .badge {
266
+ padding: 0px 4px;
267
+ position : absolute;
268
+ top : -11px;
269
+ right : -8px;
270
+ min-width : 20px;
271
+ height : 20px;
272
+ line-height : 20px;
273
+ text-align : center;
274
+ font-size : 12px;
275
+ color : @color-z3;
276
+ border-radius : 20px;
277
+ background-color: @color-d1;
278
+ }
279
+ }
280
+
281
+ .float{
282
+ display: flex;
283
+ align-items: center;
284
+ position: fixed;
285
+ top: 47px;
286
+ left: 102px;
287
+ z-index: 333;
288
+ width: 122px;
289
+ height: 26px;
290
+ background: #FFF;
291
+ border-radius: 3px;
292
+ box-shadow: 0px 1px 5px #999;
293
+ font-size: 10px;
294
+
295
+ .txt{
296
+ margin-left: 5px;
297
+ color: #000;
298
+ font-weight: 600;
299
+ }
300
+ .btn{
301
+ background: #FF8C25;
302
+ width: 32px;
303
+ height: 15px;
304
+ line-height: 15px;
305
+ border-radius: 5px;
306
+ color: #FFF;
307
+ text-align: center;
308
+ margin-left: 5px;
309
+ cursor: pointer;
310
+ }
311
+ .cancel{
312
+ position: absolute;
313
+ top: 0;
314
+ right: 0;
315
+ background: fade(#000,30%);
316
+ border-bottom-left-radius: 60%;
317
+ cursor: pointer;
318
+ i{font-size: 10px;color: #FFF;}
319
+ }
320
+
321
+ }
322
+ }
323
+
324
+ .member-care-modal{
325
+ .ant-modal-footer{display: none;}
326
+ .ant-modal-body{height: 400px !important;width: 688px;margin: auto;}
327
+ color: #000;
328
+ .first{
329
+ height: 30px;
330
+ font-size: 25px;
331
+ text-align: center;
332
+ margin-top: 28px;
333
+ }
334
+ .second {
335
+ width: 588px;
336
+ height : 40px;
337
+ background : #F1FBF6;
338
+ margin : 17px 0;
339
+ display: flex;
340
+ border: 1px dashed #BCEDD3;
341
+ align-items: center;
342
+ margin-left: 50px;
343
+ i{margin-left: 20px;color: #333;}
344
+ span{margin-left: 10px;}
345
+ .secondContent {
346
+ margin-top: -3px;
347
+ }
348
+ }
349
+ .third{
350
+ height: 50px;
351
+ // width: 450px;
352
+ justify-content: center;
353
+ margin: 0 auto;
354
+ display: flex;
355
+ align-items: center;
356
+ font-size: 14px;
357
+ .one{
358
+ position: relative;
359
+ img{height: 50px;width: 50px;}
360
+ i{position: absolute;top: -10px;right: -5px; color:#FA4052}
361
+
362
+ }
363
+ .two{
364
+ margin-left: 20px;
365
+ }
366
+ }
367
+ .fourth{
368
+ height: 150px;
369
+ width: 450px;
370
+ font-size: 14px;
371
+ margin: 10px auto;
372
+ overflow-y: scroll;
373
+
374
+ .item {
375
+ height: 30px;
376
+ line-height: 30px;
377
+ margin-left: 50px;
378
+ }
379
+ }
380
+ }
381
+
382
+ .member-birthday {
383
+ .u-modal-content {
384
+ background-color: rgba(255, 255, 255, 0) !important;
385
+ box-shadow : 0 0 0 !important;
386
+ border : 0 !important;
387
+ text-align : center;
388
+
389
+ .u-modal-body {
390
+ width : 600px !important;
391
+ height: 370px !important;
392
+ }
393
+
394
+ .u-modal-header,
395
+ .u-modal-footer {
396
+
397
+ display: none;
398
+ }
399
+
400
+ .picture {
401
+ img {
402
+ width : 350px;
403
+ height: 308px;
404
+ }
405
+
406
+ i {
407
+ position : absolute;
408
+ top : 0;
409
+ right : 100px;
410
+ font-size: 24px;
411
+ color : #FFFFFF;
412
+ }
413
+ }
414
+
415
+ .remark {
416
+ margin-top: 24px;
417
+ font-size : 22px;
418
+ color : #FFFFFF;
419
+
420
+ span {
421
+ padding: 0 5px;
422
+ color : #EF8F39;
423
+ }
424
+ }
425
+ }
426
+ }
427
+
428
+ .member-modal-animation{
429
+ &.u-modal.fade{
430
+ .u-modal-dialog{
431
+ opacity: 0;
432
+ top: 40%;
433
+ transform: translateY(-50%);
434
+ margin: 0px auto;
435
+ transition: all .2s ease-in-out !important;
436
+ }
437
+
438
+ &.in{
439
+ .u-modal-dialog{
440
+ opacity: 1;
441
+ top: 50%;
442
+ }
443
+ }
444
+ }
445
+ }
446
+ .MemberShowContainer {
447
+ .ant-modal-body{
448
+ padding: 0px;
449
+ }
450
+ .member-show-body {
451
+ .memberShopContainer {
452
+ padding-left: 0px !important;
453
+ }
454
+
455
+ .member-shop-content {
456
+ width: 100%;
457
+ height:calc(~'100% - 56px');
458
+
459
+ .member-content-tab {
460
+ flex: 1;
461
+ }
462
+ }
463
+ }
464
+
465
+ .footer {
466
+ border-top: 1px solid @color-g6 !important;
467
+ .ant-btn{
468
+ margin-right: 20px !important;
469
+ }
470
+ }
471
+ }
472
+
473
+ .MemberPhotoContainer {
474
+ .header {
475
+ border-bottom: 1px solid @color-g6 !important;
476
+ .u-modal-title {
477
+ font-size : 18px;
478
+ }
479
+ }
480
+
481
+ .body {
482
+ height : 376px;
483
+ overflow : hidden;
484
+ overflow-y: auto;
485
+ padding : 0;
486
+ display: flex;
487
+ flex-wrap: wrap;
488
+ justify-content: space-between;
489
+ .memberPhoto {
490
+ float : left;
491
+ text-align : center;
492
+ padding: 10px 20px;
493
+ position : relative;
494
+ width: 120px;
495
+ height: 135px;
496
+
497
+ .img {
498
+ width : 80px;
499
+ height : 80px;
500
+ border-radius: 50%;
501
+ border : 1px solid @color-z3;
502
+ overflow : hidden;
503
+ }
504
+
505
+ .select {
506
+ position : absolute;
507
+ bottom : 45px;
508
+ right : 25px;
509
+ height : 22px;
510
+ width : 22px;
511
+ font-size : 12px;
512
+ color : @color-z3;
513
+ border-radius : 20px;
514
+ background-color: @color-z1;
515
+ }
516
+
517
+ .tag {
518
+ font-size : 16px;
519
+ line-height: 14px;
520
+ color : @color-g1;
521
+ font-weight: 600;
522
+ padding-top: 16px;
523
+ }
524
+
525
+ img {
526
+ width : 80px;
527
+ height: 80px;
528
+ }
529
+ }
530
+ }
531
+
532
+ .footer {
533
+ border-top: 1px solid @color-g6 !important;
534
+ padding: 12px;
535
+ }
536
+ }
537
+
538
+ .MemberCloseContainer {
539
+ .header {
540
+ .u-modal-title {
541
+ font-size : 18px;
542
+ }
543
+ .u-close {
544
+ opacity: 1 !important;
545
+ }
546
+ }
547
+
548
+ .body {
549
+ height : 120px;
550
+ padding: 0;
551
+ display: flex;
552
+
553
+ .content {
554
+ margin-top : 23px;
555
+ margin-left: 32px;
556
+
557
+ .icon {
558
+ font-size: 20px;
559
+ color : @color-z1;
560
+ }
561
+
562
+ .span {
563
+ margin-left: 20px;
564
+ font-size : 20px;
565
+ font-weight: 400;
566
+ }
567
+ }
568
+ }
569
+ }
570
+
571
+ .member-modal-wrapper{
572
+ .u-modal-backdrop{
573
+ z-index: 900 !important;
574
+ }
575
+ .u-modal{
576
+ z-index: 901 !important;
577
+ }
578
+ }