cloud-business 0.1.137-1 → 0.1.137-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3513,12 +3513,12 @@ body {
3513
3513
  --shuyunBlue7: #172D4D;
3514
3514
  }
3515
3515
  .customer-view-new-top-div {
3516
- width: calc(100% - 1080px);
3516
+ width: calc(100% - 1138px);
3517
3517
  height: 100%;
3518
3518
  position: fixed;
3519
3519
  left: 0;
3520
3520
  top: 0;
3521
- right: 1080px;
3521
+ right: 1138px;
3522
3522
  bottom: 0;
3523
3523
  }
3524
3524
  .customer-view-area-new {
@@ -3608,12 +3608,12 @@ body {
3608
3608
  --shuyunBlue7: #172D4D;
3609
3609
  }
3610
3610
  .customer-view-new-top-div {
3611
- width: calc(100% - 1080px);
3611
+ width: calc(100% - 1138px);
3612
3612
  height: 100%;
3613
3613
  position: fixed;
3614
3614
  left: 0;
3615
3615
  top: 0;
3616
- right: 1080px;
3616
+ right: 1138px;
3617
3617
  bottom: 0;
3618
3618
  }
3619
3619
  .customer-view-area-new {
@@ -3642,7 +3642,6 @@ body {
3642
3642
  }
3643
3643
  .account-area-new {
3644
3644
  background: #FFFFFF;
3645
- height: 180px;
3646
3645
  padding: 16px;
3647
3646
  box-sizing: border-box;
3648
3647
  margin-bottom: 16px;
@@ -3651,6 +3650,7 @@ body {
3651
3650
  margin-bottom: 18px;
3652
3651
  }
3653
3652
  .account-area-new .customer-account-info-new .info-explain-container .info-dropdown {
3653
+ position: relative;
3654
3654
  display: inline-block;
3655
3655
  }
3656
3656
  .account-area-new .customer-account-info-new .info-explain-container .info-explain {
@@ -3745,19 +3745,30 @@ body {
3745
3745
  .account-area-new .customer-account-info-new .customer-info-wrap {
3746
3746
  display: flex;
3747
3747
  flex-wrap: wrap;
3748
+ gap: 4px;
3749
+ }
3750
+ .account-area-new .customer-account-info-new .customer-info-wrap .custom-view-edit-item-edit {
3751
+ display: none;
3752
+ }
3753
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .newCloud-icon-view,
3754
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .newCloud-icon-hide {
3755
+ display: inline-block;
3756
+ }
3757
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .custom-view-edit-item-edit {
3758
+ display: block;
3748
3759
  }
3749
3760
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info {
3750
- width: 25%;
3761
+ width: 24%;
3762
+ min-height: 28px;
3751
3763
  display: flex;
3752
- margin-bottom: 13px;
3764
+ align-items: center;
3765
+ height: -moz-fit-content;
3766
+ height: fit-content;
3753
3767
  font-size: 14px;
3754
- line-height: 20px;
3755
- height: 20px;
3756
3768
  color: rgba(0, 0, 0, 0.85);
3757
- overflow: hidden;
3758
3769
  }
3759
3770
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info:last-child {
3760
- width: 50%;
3771
+ width: 100%;
3761
3772
  }
3762
3773
  .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
3763
3774
  .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-hide {
@@ -3778,15 +3789,11 @@ body {
3778
3789
  cursor: pointer;
3779
3790
  color: rgba(0, 0, 0, 0.65);
3780
3791
  }
3781
- .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
3782
- .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
3783
- display: inline-block;
3784
- }
3785
3792
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-special {
3786
3793
  width: calc(100% - 90px);
3787
3794
  }
3788
3795
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
3789
- max-width: calc(100% - 40px);
3796
+ max-width: calc(100% - 16px);
3790
3797
  overflow: hidden;
3791
3798
  text-decoration: none;
3792
3799
  white-space: nowrap;
@@ -3823,6 +3830,16 @@ body {
3823
3830
  .info-explain-modal > p:first-child {
3824
3831
  margin-bottom: 4px;
3825
3832
  }
3833
+ .custom-view-edit-item {
3834
+ flex: 1;
3835
+ display: flex;
3836
+ align-items: center;
3837
+ gap: 8px;
3838
+ }
3839
+ .custom-view-edit-item i {
3840
+ cursor: pointer;
3841
+ color: rgba(0, 0, 0, 0.45);
3842
+ }
3826
3843
 
3827
3844
  /**
3828
3845
  * areaStyle.less
@@ -3841,102 +3858,8 @@ body {
3841
3858
  }
3842
3859
  .area-style-new .address-item {
3843
3860
  display: flex;
3844
- width: 544px;
3845
3861
  justify-content: space-between;
3846
- margin-bottom: 8px;
3847
- }
3848
-
3849
- body {
3850
- margin: 0;
3851
- --shuyunBlue1: #F0F7FF;
3852
- --shuyunBlue2: #DBECFF;
3853
- --shuyunBlue3: #AFCFFA;
3854
- --shuyunBlue4: #0055CC;
3855
- --shuyunBlue5: #0748A3;
3856
- --shuyunBlue6: #123B75;
3857
- --shuyunBlue7: #172D4D;
3858
- }
3859
- .over-length-tip-common {
3860
- width: 100%;
3861
- cursor: pointer;
3862
- overflow: hidden;
3863
- white-space: nowrap;
3864
- text-overflow: ellipsis;
3865
- }
3866
- .over-length-tip-href {
3867
- display: block;
3868
- width: 100%;
3869
- overflow: hidden;
3870
- white-space: nowrap;
3871
- text-overflow: ellipsis;
3872
- color: var(--shuyunBlue4) !important;
3873
- cursor: pointer;
3874
- }
3875
- .over-length-tip-href:hover {
3876
- color: var(--shuyunBlue4) !important;
3877
- }
3878
- .text-overflow-other {
3879
- overflow: hidden;
3880
- white-space: nowrap;
3881
- text-overflow: ellipsis;
3882
- width: calc(100% - 60px) !important;
3883
- padding-right: 0;
3884
- }
3885
- .wx-span {
3886
- width: 100%;
3887
- }
3888
- .search-empty-com {
3889
- display: flex;
3890
- width: 100%;
3891
- height: 170px;
3892
- flex-direction: column;
3893
- justify-content: center;
3894
- color: rgba(0, 0, 0, 0.45);
3895
- align-items: center;
3896
- border-radius: 2px;
3897
- }
3898
- .customer-view-rfm-detail-title {
3899
- position: relative;
3900
- font-size: 14px;
3901
- line-height: 20px;
3902
- font-weight: 500;
3903
- color: rgba(0, 0, 0, 0.85);
3904
- margin-bottom: 16px;
3905
- padding-left: 8px;
3906
- }
3907
- .customer-view-rfm-detail-title:before {
3908
- position: absolute;
3909
- top: 4px;
3910
- left: 0;
3911
- display: block;
3912
- content: "";
3913
- width: 2px;
3914
- height: 12px;
3915
- background: var(--shuyunBlue4);
3916
- }
3917
- .customer-view-rfm-detail-card {
3918
- display: flex;
3919
- align-items: center;
3920
- justify-content: space-around;
3921
- height: 96px;
3922
- background: #fafafa;
3923
- width: 100%;
3924
- }
3925
- .customer-view-rfm-detail-card-item {
3926
- display: flex;
3927
- flex-direction: column;
3928
3862
  gap: 8px;
3929
- text-align: left;
3930
- }
3931
- .customer-view-rfm-detail-card-title {
3932
- color: rgba(0, 0, 0, 0.65);
3933
- }
3934
- .customer-view-rfm-detail-card-value {
3935
- font-size: 24px;
3936
- font-family: DINAlternate-Bold, DINAlternate;
3937
- font-weight: 700;
3938
- line-height: 32px;
3939
- color: rgba(0, 0, 0, 0.85);
3940
3863
  }
3941
3864
 
3942
3865
  /**
@@ -3961,12 +3884,12 @@ body {
3961
3884
  --shuyunBlue7: #172D4D;
3962
3885
  }
3963
3886
  .customer-view-new-top-div {
3964
- width: calc(100% - 1080px);
3887
+ width: calc(100% - 1138px);
3965
3888
  height: 100%;
3966
3889
  position: fixed;
3967
3890
  left: 0;
3968
3891
  top: 0;
3969
- right: 1080px;
3892
+ right: 1138px;
3970
3893
  bottom: 0;
3971
3894
  }
3972
3895
  .customer-view-area-new {
@@ -3997,7 +3920,7 @@ body {
3997
3920
  display: none;
3998
3921
  }
3999
3922
  .grid-area-new {
4000
- height: calc(100% - 180px - 18px);
3923
+ height: calc(100% - 236px - 18px);
4001
3924
  background: #FFFFFF;
4002
3925
  }
4003
3926
  .grid-area-new .newCloud-tabs {
@@ -4261,579 +4184,304 @@ body {
4261
4184
  .grid-area-new .customer-benefit-area-new .info-tip {
4262
4185
  cursor: pointer;
4263
4186
  }
4264
- .grid-area-new .customer-order-area-new {
4187
+ .grid-area-new .customer-order-new {
4265
4188
  height: calc(100% - 16px);
4266
4189
  width: 100%;
4267
4190
  box-sizing: border-box;
4268
4191
  }
4269
- .grid-area-new .customer-order-area-new .shop-filter {
4192
+ .grid-area-new .customer-order-new .search-area {
4193
+ display: flex;
4194
+ align-items: center;
4195
+ justify-content: space-between;
4196
+ padding-right: 16px;
4197
+ }
4198
+ .grid-area-new .customer-order-new .toggle-btn {
4199
+ display: flex;
4200
+ align-items: center;
4201
+ color: rgba(0, 0, 0, 0.65);
4202
+ }
4203
+ .grid-area-new .customer-order-new .shop-filter {
4270
4204
  position: relative;
4271
4205
  font-size: 14px;
4272
4206
  margin-bottom: 16px;
4273
4207
  padding-left: 16px;
4274
4208
  margin-top: 16px;
4275
4209
  }
4276
- .grid-area-new .customer-order-area-new .shop-filter .shop-filter-flag {
4277
- position: absolute;
4278
- right: 16px;
4279
- top: 0;
4280
- }
4281
- .grid-area-new .customer-order-area-new .empty-order {
4282
- position: absolute;
4283
- top: calc((100% - 90px)/2);
4284
- left: calc((100% - 64px)/2);
4285
- width: 64px;
4286
- height: 90px;
4210
+ .grid-area-new .customer-order-new .table-container {
4211
+ padding: 0 16px;
4212
+ height: calc(100% - 178px);
4287
4213
  }
4288
- .grid-area-new .customer-order-area-new .empty-order > p {
4289
- text-align: center;
4214
+ .grid-area-new .customer-order-new .table-container .expand-icon {
4290
4215
  color: rgba(0, 0, 0, 0.45);
4291
- font-weight: 400;
4292
- font-size: 14px;
4293
- }
4294
- .grid-area-new .customer-order-area-new .order-list {
4295
- height: calc(100% - 70px);
4296
- width: calc(100% - 32px);
4297
- margin-left: 16px;
4298
- overflow: auto;
4299
- }
4300
- .grid-area-new .customer-order-area-new .order-list::-webkit-scrollbar-thumb {
4301
- background-color: rgba(0, 0, 0, 0.25) !important;
4216
+ cursor: pointer;
4302
4217
  }
4303
- .grid-area-new .customer-order-area-new .order-list::-webkit-scrollbar-thumb:hover {
4304
- background-color: rgba(0, 0, 0, 0.5) !important;
4218
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-header colgroup col.newCloud-table-expand-icon-col {
4219
+ width: 31.6px !important;
4305
4220
  }
4306
- .grid-area-new .customer-order-area-new .order-list-right {
4307
- margin-right: 10px;
4221
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-body colgroup col.newCloud-table-expand-icon-col {
4222
+ width: 31.6px !important;
4308
4223
  }
4309
- .grid-area-new .customer-order-area-new .table-column1 {
4310
- width: 31.7%;
4311
- flex: none;
4224
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row > .newCloud-table-cell {
4225
+ padding: 0!important;
4312
4226
  }
4313
- .grid-area-new .customer-order-area-new .table-column2 {
4314
- width: 14.5%;
4315
- flex: none;
4227
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-container {
4228
+ padding: 0 0 0 58px;
4316
4229
  }
4317
- .grid-area-new .customer-order-area-new .table-column5 {
4318
- width: 24.8%;
4319
- position: relative;
4320
- flex: none;
4230
+ .grid-area-new .customer-order-new .table-container .child-table::before {
4231
+ display: none;
4321
4232
  }
4322
- .grid-area-new .customer-order-area-new .order-table-title {
4323
- display: flex;
4324
- font-size: 14px;
4325
- color: rgba(0, 0, 0, 0.45);
4326
- width: 100%;
4327
- margin-bottom: 16px;
4233
+ .grid-area-new .customer-order-new .table-container .child-table .newCloud-table .newCloud-table-tbody tr:last-child td {
4234
+ border-bottom: none!important;
4328
4235
  }
4329
- .grid-area-new .customer-order-area-new .order-table-title .table-column1,
4330
- .grid-area-new .customer-order-area-new .order-table-title .table-column2,
4331
- .grid-area-new .customer-order-area-new .order-table-title .table-column5 {
4332
- height: 44px;
4333
- line-height: 20px;
4334
- padding: 12px 0;
4335
- box-sizing: border-box;
4336
- background: #FAFAFA;
4337
- border-bottom: 1px solid #E8E8E8;
4338
- border-radius: 2px 0 0 0;
4236
+ .grid-area-new .customer-order-new .table-container .child-table .newCloud-table tr td {
4237
+ background: #fefefe;
4339
4238
  }
4340
- .grid-area-new .customer-order-area-new .order-table-title .table-column1 {
4341
- padding-left: 12px;
4239
+ .grid-area-new .customer-order-new .table-container .child-table.newCloud-table-box tbody tr td:last-child,
4240
+ .grid-area-new .customer-order-new .table-container .child-table.newCloud-table-box thead tr th:nth-last-of-type(-n+1) {
4241
+ padding-right: 8px!important;
4342
4242
  }
4343
- .grid-area-new .customer-order-area-new .order-table-body {
4344
- width: 100%;
4243
+ .grid-area-new .customer-order-new .table-container .plat-and-shop {
4345
4244
  display: flex;
4346
- gap: 16px;
4347
4245
  flex-direction: column;
4348
- height: calc(100% - 60px);
4349
- box-sizing: border-box;
4350
- overflow-y: auto;
4351
- overflow-x: hidden;
4352
- }
4353
- .grid-area-new .customer-order-area-new .order-table-body .order-total-amount {
4354
- height: 39px;
4355
- line-height: 39px;
4356
- background: #FAFAFA;
4357
- border-left: 1px solid #E8E8E8;
4358
- border-right: 1px solid #E8E8E8;
4359
- border-bottom: 1px solid #E8E8E8;
4360
- padding-left: 12px;
4361
- }
4362
- .grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
4363
- width: -moz-fit-content;
4364
- width: fit-content;
4246
+ gap: 4px;
4365
4247
  }
4366
- .grid-area-new .customer-order-area-new .order-table-body .order-info {
4367
- width: 100%;
4248
+ .grid-area-new .customer-order-new .table-container .plat-and-shop li {
4249
+ display: flex;
4250
+ align-items: center;
4251
+ gap: 4px;
4368
4252
  }
4369
- .grid-area-new .customer-order-area-new .order-table-body .order-title {
4253
+ .grid-area-new .customer-account-new {
4370
4254
  width: 100%;
4371
- height: 40px;
4372
- background: #FAFAFA;
4373
- padding: 10px 12px;
4255
+ padding-top: 16px;
4256
+ padding-left: 16px;
4374
4257
  box-sizing: border-box;
4375
4258
  display: flex;
4376
- border-top: 1px solid #E8E8E8;
4377
- border-left: 1px solid #E8E8E8;
4378
- border-right: 1px solid #E8E8E8;
4379
- border-bottom: 1px solid #E8E8E8;
4380
- gap: 20px;
4381
- }
4382
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop {
4383
- background: white;
4384
- border-top: none;
4259
+ flex-flow: wrap;
4385
4260
  }
4386
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop.order-title-has-children {
4387
- background: #FAFAFA;
4261
+ .grid-area-new .customer-account-new .account-info {
4262
+ display: flex;
4263
+ width: calc((100% - 32px - 16px) / 3);
4264
+ background: #FFFFFF;
4265
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
4266
+ border-radius: 4px;
4267
+ border: 1px solid #E8E8E8;
4268
+ margin-bottom: 16px;
4269
+ box-sizing: border-box;
4388
4270
  }
4389
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop.order-title-has-children .order-special::after {
4390
- top: 30px;
4271
+ .grid-area-new .customer-account-new .account-info:not(:nth-child(3n)) {
4272
+ margin-right: 16px;
4391
4273
  }
4392
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children {
4393
- background: #FAFAFA;
4274
+ .grid-area-new .customer-account-new .account-info-left {
4275
+ width: 40px;
4276
+ height: 40px;
4277
+ margin-left: 12px;
4278
+ margin-top: 12px;
4279
+ margin-right: 12px;
4280
+ border: 1px solid #E8E8E8;
4281
+ border-radius: 20px;
4394
4282
  }
4395
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children .order-special::before,
4396
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children .order-special::after {
4397
- display: block;
4283
+ .grid-area-new .customer-account-new .account-info-left img {
4284
+ width: 24px;
4285
+ margin: 8px;
4398
4286
  }
4399
- .grid-area-new .customer-order-area-new .order-table-body .order-title.hide-angle .order-special::before,
4400
- .grid-area-new .customer-order-area-new .order-table-body .order-title.hide-angle .order-special::after {
4401
- display: none;
4287
+ .grid-area-new .customer-account-new .account-info-right {
4288
+ width: calc(100% - 40px - 24px);
4402
4289
  }
4403
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
4404
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
4405
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
4290
+ .grid-area-new .customer-account-new .account-info-right .account-info-right-name {
4291
+ box-sizing: content-box !important;
4406
4292
  height: 20px;
4407
4293
  line-height: 20px;
4408
- font-size: 12px;
4294
+ font-size: 14px;
4295
+ font-weight: 500;
4409
4296
  color: rgba(0, 0, 0, 0.85);
4297
+ margin-top: 12px;
4298
+ padding-bottom: 8px;
4299
+ border-bottom: 1px solid #E8E8E8;
4300
+ white-space: nowrap;
4301
+ overflow: hidden;
4302
+ text-overflow: ellipsis;
4410
4303
  }
4411
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
4412
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4413
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
4414
- cursor: pointer;
4415
- }
4416
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
4417
- font-weight: 500;
4304
+ .grid-area-new .customer-account-new .account-info-right .info-copy {
4418
4305
  display: flex;
4419
- align-items: center;
4420
- }
4421
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop img {
4422
- margin: 4px;
4423
- }
4424
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
4425
- margin-right: 4px;
4306
+ justify-content: space-between;
4307
+ margin-top: 12px;
4308
+ margin-bottom: 12px;
4309
+ padding-right: 14px;
4310
+ box-sizing: border-box;
4311
+ height: 18px;
4312
+ line-height: 18px;
4313
+ font-weight: 400;
4314
+ color: rgba(0, 0, 0, 0.85);
4426
4315
  }
4427
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
4428
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
4429
- color: rgba(0, 0, 0, 0.65);
4316
+ .grid-area-new .customer-account-new .account-info-right .info-copy p {
4317
+ width: calc(100% - 56px);
4318
+ font-size: 12px;
4430
4319
  white-space: nowrap;
4320
+ overflow: hidden;
4321
+ text-overflow: ellipsis;
4431
4322
  }
4432
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4433
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
4434
- color: rgba(0, 0, 0, 0.85) !important;
4323
+ .grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
4435
4324
  cursor: pointer;
4325
+ color: rgba(0, 0, 0, 0.25);
4436
4326
  }
4437
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
4438
- width: 180px;
4327
+ .grid-area-new .tips-label {
4328
+ text-align: right;
4329
+ color: rgba(0, 0, 0, 0.45);
4330
+ line-height: 20px;
4331
+ padding: 12px 23px 0 0;
4439
4332
  }
4440
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
4441
- position: relative;
4442
- max-width: 330px !important;
4333
+ .grid-area-new .edit-icon {
4334
+ cursor: pointer;
4335
+ font-size: 14px;
4336
+ color: rgba(0, 0, 0, 0.45);
4443
4337
  }
4444
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special::before {
4445
- display: none;
4446
- content: '';
4447
- position: absolute;
4448
- width: 10px;
4449
- height: 10px;
4450
- background: #FAFAFA;
4451
- left: 50px;
4452
- transform: rotate(45deg);
4453
- top: 23px;
4454
- border: 1px solid #E8E8E8;
4338
+ .preview-row-new {
4339
+ display: flex;
4340
+ width: 100%;
4341
+ margin-bottom: 12px;
4342
+ font-size: 14px;
4455
4343
  }
4456
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special:after {
4457
- display: none;
4458
- content: '';
4459
- position: absolute;
4460
- width: 20px;
4461
- height: 10px;
4462
- background: #FAFAFA;
4463
- top: 29px;
4464
- left: 45px;
4344
+ .preview-row-new label {
4345
+ margin-right: 6px;
4465
4346
  }
4466
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
4467
- max-width: calc((100% - 180px - 180px - 330px - 120px) / 2);
4347
+ .opt-checkbox-order {
4348
+ min-width: 200px !important;
4468
4349
  }
4469
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
4470
- max-width: calc((100% - 180px - 180px - 180px - 330px - 150px - 20px * 5 + 200px) / 2);
4350
+ .opt-checkbox-order .newCloud-checkbox {
4351
+ height: 30px !important;
4471
4352
  }
4472
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
4473
- max-width: calc((100% - 180px - 180px - 330px - 150px - 20px * 5 + 200px) / 3);
4353
+ .opt-checkbox-order .newCloud-popover-desc {
4354
+ max-height: 200px;
4474
4355
  }
4475
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
4476
- max-width: calc((100% - 180px - 180px - 180px - 330px - 180px - 20px * 5 + 300px) / 3);
4356
+ .customer-loading {
4357
+ height: calc(100% - 102px);
4477
4358
  }
4478
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .order-shop-name {
4479
- width: calc(100% - 20px);
4480
- display: block;
4481
- overflow: hidden;
4482
- white-space: nowrap;
4483
- text-overflow: ellipsis;
4359
+ .dynamic-content-info-trades-time-popover {
4360
+ max-width: 400px;
4484
4361
  }
4485
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
4362
+ .customer-view-refund-detail-tooltip .refund-detail {
4486
4363
  display: flex;
4364
+ flex-direction: column;
4365
+ gap: 4px;
4366
+ color: rgba(0, 0, 0, 0.85);
4367
+ margin-left: 4px;
4487
4368
  }
4488
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
4489
- display: inline-block;
4369
+ .customer-view-refund-detail-tooltip .refund-detail li {
4370
+ display: flex;
4371
+ align-items: center;
4490
4372
  }
4491
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4492
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .order-other-status {
4493
- display: inline-block;
4494
- overflow: hidden;
4495
- white-space: nowrap;
4496
- text-overflow: ellipsis;
4373
+ .customer-view-refund-detail-tooltip .refund-detail li label {
4374
+ color: rgba(0, 0, 0, 0.65);
4497
4375
  }
4498
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another {
4499
- width: 100%;
4500
- background: #FAFAFA;
4501
- padding: 10px 12px;
4502
- box-sizing: border-box;
4376
+ .customer-view-refund-detail-tooltip .refund-detail:not(:first-child) {
4503
4377
  border-top: 1px solid #E8E8E8;
4504
- border-left: 1px solid #E8E8E8;
4505
- border-right: 1px solid #E8E8E8;
4378
+ padding-top: 8px;
4379
+ margin-top: 8px;
4506
4380
  }
4507
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
4508
- width: 100%;
4381
+ .customer-view-split-order-tooltip .split-detail {
4509
4382
  display: flex;
4383
+ flex-direction: column;
4384
+ gap: 8px;
4385
+ color: rgba(0, 0, 0, 0.65);
4510
4386
  }
4511
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
4512
- margin-bottom: 10px;
4513
- }
4514
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
4515
- width: calc(100% - 90px - 350px - 180px - 180px);
4516
- }
4517
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
4518
- width: 350px ;
4519
- }
4520
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
4521
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
4522
- width: 180px ;
4523
- }
4524
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
4387
+ .customer-view-split-order-tooltip .split-detail li {
4525
4388
  display: flex;
4526
4389
  align-items: center;
4527
- height: 20px;
4528
- line-height: 20px;
4529
- font-size: 12px;
4530
- color: rgba(0, 0, 0, 0.85);
4531
- margin-left: 30px;
4532
- overflow: hidden;
4533
- white-space: nowrap;
4534
- text-overflow: ellipsis;
4390
+ gap: 4px;
4391
+ color: rgba(0, 0, 0, 0.65);
4392
+ }
4393
+
4394
+ body {
4395
+ margin: 0;
4396
+ --shuyunBlue1: #F0F7FF;
4397
+ --shuyunBlue2: #DBECFF;
4398
+ --shuyunBlue3: #AFCFFA;
4399
+ --shuyunBlue4: #0055CC;
4400
+ --shuyunBlue5: #0748A3;
4401
+ --shuyunBlue6: #123B75;
4402
+ --shuyunBlue7: #172D4D;
4535
4403
  }
4536
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
4537
- color: rgba(0, 0, 0, 0.85) !important;
4404
+ .over-length-tip-common {
4405
+ width: 100%;
4538
4406
  cursor: pointer;
4539
4407
  overflow: hidden;
4540
4408
  white-space: nowrap;
4541
4409
  text-overflow: ellipsis;
4542
4410
  }
4543
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
4544
- color: rgba(0, 0, 0, 0.65);
4545
- }
4546
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
4547
- font-weight: 500;
4548
- margin-left: 0 !important;
4549
- }
4550
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop span:nth-child(1) {
4551
- color: rgba(0, 0, 0, 0.85) !important;
4552
- }
4553
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
4554
- margin-top: -2px;
4555
- margin-right: 4px;
4556
- }
4557
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
4558
- margin-left: 0 !important;
4559
- }
4560
- .grid-area-new .customer-order-area-new .order-table-body .order-content {
4411
+ .over-length-tip-href {
4412
+ display: block;
4561
4413
  width: 100%;
4562
- display: flex;
4563
- color: rgba(0, 0, 0, 0.85);
4564
- }
4565
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 {
4566
- flex: none;
4567
- width: 60.7%;
4568
- }
4569
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 .order-content-one-div {
4570
- display: flex;
4571
- }
4572
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-production {
4573
- border-left: 1px solid #E8E8E8;
4574
- border-bottom: 1px solid #E8E8E8;
4575
- box-sizing: border-box;
4576
- width: 52%;
4577
- padding: 12px;
4578
- display: flex;
4579
- }
4580
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name {
4581
- display: inline-block;
4582
- vertical-align: top;
4583
- margin-left: 8px;
4584
- line-height: 20px;
4585
- font-size: 14px;
4586
- }
4587
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a {
4588
- cursor: pointer;
4589
- text-decoration: none;
4590
- color: var(--shuyunBlue4);
4591
- white-space: normal;
4592
- word-break: break-all;
4593
- text-overflow: ellipsis;
4594
- display: -webkit-box;
4595
- -webkit-box-orient: vertical;
4596
- -moz-box-orient: vertical;
4597
- -webkit-line-clamp: 3;
4598
4414
  overflow: hidden;
4415
+ white-space: nowrap;
4416
+ text-overflow: ellipsis;
4417
+ color: var(--shuyunBlue4) !important;
4418
+ cursor: pointer;
4599
4419
  }
4600
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a:hover {
4601
- color: var(--shuyunBlue4);
4602
- }
4603
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .sku {
4604
- color: rgba(0, 0, 0, 0.45);
4605
- }
4606
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .product-refund {
4607
- width: 56px;
4608
- height: 22px;
4609
- background: #FFF5E6;
4610
- border-radius: 2px;
4611
- padding: 2px;
4612
- box-sizing: border-box;
4613
- margin-top: 5px;
4614
- font-size: 12px;
4615
- color: #D66A04;
4616
- line-height: 18px;
4617
- }
4618
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-price,
4619
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count,
4620
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count-temp {
4621
- border-left: 1px solid #E8E8E8;
4622
- border-bottom: 1px solid #E8E8E8;
4623
- box-sizing: border-box;
4624
- width: 24%;
4625
- padding: 12px;
4626
- display: flex;
4627
- align-items: center;
4628
- font-size: 14px;
4420
+ .over-length-tip-href:hover {
4421
+ color: var(--shuyunBlue4) !important;
4629
4422
  }
4630
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2,
4631
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
4632
- flex: none;
4633
- border-left: 1px solid #E8E8E8;
4634
- border-bottom: 1px solid #E8E8E8;
4635
- box-sizing: border-box;
4636
- padding: 12px;
4637
- display: flex;
4638
- align-items: center;
4639
- font-size: 14px;
4423
+ .text-overflow-other {
4424
+ overflow: hidden;
4425
+ white-space: nowrap;
4426
+ text-overflow: ellipsis;
4427
+ width: calc(100% - 60px) !important;
4428
+ padding-right: 0;
4640
4429
  }
4641
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
4642
- width: 14.5%;
4430
+ .wx-span {
4431
+ width: 100%;
4643
4432
  }
4644
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
4645
- width: 24.8%;
4646
- border-right: 1px solid #E8E8E8;
4647
- line-height: 20px;
4433
+ .search-empty-com {
4648
4434
  display: flex;
4435
+ width: 100%;
4436
+ height: 170px;
4649
4437
  flex-direction: column;
4650
4438
  justify-content: center;
4651
- align-items: flex-start;
4652
- }
4653
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
4654
- color: #FD830A;
4655
- }
4656
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column1 {
4657
- width: 27.5% !important;
4658
- }
4659
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column2 {
4660
- width: 12.7% !important;
4661
- }
4662
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column5 {
4663
- width: 21.7% !important;
4664
- }
4665
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-1 {
4666
- width: calc(100% - 21.6% - 12.6%) !important;
4667
- }
4668
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-2 {
4669
- width: calc(100% - 21.6% - 12.6% - 12.6%) !important;
4670
- }
4671
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-2 {
4672
- width: 12.6% !important;
4673
- }
4674
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-4 {
4675
- width: 21.6% !important;
4676
- }
4677
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column1 {
4678
- width: 24.9% !important;
4679
- }
4680
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column2 {
4681
- width: 11.2% !important;
4682
- }
4683
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column5 {
4684
- width: 19.1% !important;
4685
- }
4686
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-1-1 {
4687
- width: calc(100% - 19.1% - 11.2%) !important;
4688
- }
4689
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-1-2 {
4690
- width: calc(100% - 19.1% - 11.2% - 11.2%) !important;
4691
- }
4692
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-2 {
4693
- width: 11.2% !important;
4694
- }
4695
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-4 {
4696
- width: 19.1% !important;
4697
- }
4698
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column1 {
4699
- width: 21.6% !important;
4700
- }
4701
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column2 {
4702
- width: 10.2% !important;
4703
- }
4704
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column5 {
4705
- width: 17.2% !important;
4706
- }
4707
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-1-1 {
4708
- width: calc(100% - 17.2% - 10.1%) !important;
4709
- }
4710
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-1-2 {
4711
- width: calc(100% - 17.2% - 10.1% - 10.1%) !important;
4712
- }
4713
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-2 {
4714
- width: 10.1% !important;
4715
- }
4716
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-4 {
4717
- width: 17.2% !important;
4439
+ color: rgba(0, 0, 0, 0.45);
4440
+ align-items: center;
4441
+ border-radius: 2px;
4718
4442
  }
4719
- .grid-area-new .customer-order-area-new .order-table-body-empty {
4443
+ .customer-view-rfm-detail-title {
4720
4444
  position: relative;
4721
- height: calc(100% - 44px);
4722
- }
4723
- .grid-area-new .customer-order-area-new .footer-page {
4724
- margin-top: 16px;
4725
- padding-bottom: 16px;
4726
- padding-right: 16px;
4727
- float: right;
4728
- }
4729
- .grid-area-new .customer-account-new {
4730
- width: 100%;
4731
- padding-top: 16px;
4732
- padding-left: 16px;
4733
- box-sizing: border-box;
4734
- display: flex;
4735
- flex-flow: wrap;
4736
- }
4737
- .grid-area-new .customer-account-new .account-info {
4738
- display: flex;
4739
- width: calc((100% - 32px - 16px) / 3);
4740
- background: #FFFFFF;
4741
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
4742
- border-radius: 4px;
4743
- border: 1px solid #E8E8E8;
4744
- margin-bottom: 16px;
4745
- box-sizing: border-box;
4746
- }
4747
- .grid-area-new .customer-account-new .account-info:not(:nth-child(3n)) {
4748
- margin-right: 16px;
4749
- }
4750
- .grid-area-new .customer-account-new .account-info-left {
4751
- width: 40px;
4752
- height: 40px;
4753
- margin-left: 12px;
4754
- margin-top: 12px;
4755
- margin-right: 12px;
4756
- border: 1px solid #E8E8E8;
4757
- border-radius: 20px;
4758
- }
4759
- .grid-area-new .customer-account-new .account-info-left img {
4760
- width: 24px;
4761
- margin: 8px;
4762
- }
4763
- .grid-area-new .customer-account-new .account-info-right {
4764
- width: calc(100% - 40px - 24px);
4765
- }
4766
- .grid-area-new .customer-account-new .account-info-right .account-info-right-name {
4767
- box-sizing: content-box !important;
4768
- height: 20px;
4769
- line-height: 20px;
4770
4445
  font-size: 14px;
4446
+ line-height: 20px;
4771
4447
  font-weight: 500;
4772
4448
  color: rgba(0, 0, 0, 0.85);
4773
- margin-top: 12px;
4774
- padding-bottom: 8px;
4775
- border-bottom: 1px solid #E8E8E8;
4776
- white-space: nowrap;
4777
- overflow: hidden;
4778
- text-overflow: ellipsis;
4779
- }
4780
- .grid-area-new .customer-account-new .account-info-right .info-copy {
4781
- display: flex;
4782
- justify-content: space-between;
4783
- margin-top: 12px;
4784
- margin-bottom: 12px;
4785
- padding-right: 14px;
4786
- box-sizing: border-box;
4787
- height: 18px;
4788
- line-height: 18px;
4789
- font-weight: 400;
4790
- color: rgba(0, 0, 0, 0.85);
4791
- }
4792
- .grid-area-new .customer-account-new .account-info-right .info-copy p {
4793
- width: calc(100% - 56px);
4794
- font-size: 12px;
4795
- white-space: nowrap;
4796
- overflow: hidden;
4797
- text-overflow: ellipsis;
4798
- }
4799
- .grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
4800
- cursor: pointer;
4801
- color: rgba(0, 0, 0, 0.25);
4802
- }
4803
- .grid-area-new .tips-label {
4804
- text-align: right;
4805
- color: rgba(0, 0, 0, 0.45);
4806
- line-height: 20px;
4807
- padding: 12px 23px 0 0;
4449
+ margin-bottom: 16px;
4450
+ padding-left: 8px;
4808
4451
  }
4809
- .grid-area-new .edit-icon {
4810
- cursor: pointer;
4811
- font-size: 14px;
4812
- color: rgba(0, 0, 0, 0.45);
4452
+ .customer-view-rfm-detail-title:before {
4453
+ position: absolute;
4454
+ top: 4px;
4455
+ left: 0;
4456
+ display: block;
4457
+ content: "";
4458
+ width: 2px;
4459
+ height: 12px;
4460
+ background: var(--shuyunBlue4);
4813
4461
  }
4814
- .preview-row-new {
4462
+ .customer-view-rfm-detail-card {
4815
4463
  display: flex;
4464
+ align-items: center;
4465
+ justify-content: space-around;
4466
+ height: 96px;
4467
+ background: #fafafa;
4816
4468
  width: 100%;
4817
- margin-bottom: 12px;
4818
- font-size: 14px;
4819
- }
4820
- .preview-row-new label {
4821
- margin-right: 6px;
4822
- }
4823
- .opt-checkbox-order {
4824
- min-width: 200px !important;
4825
4469
  }
4826
- .opt-checkbox-order .newCloud-checkbox {
4827
- height: 30px !important;
4828
- }
4829
- .opt-checkbox-order .newCloud-popover-desc {
4830
- max-height: 200px;
4470
+ .customer-view-rfm-detail-card-item {
4471
+ display: flex;
4472
+ flex-direction: column;
4473
+ gap: 8px;
4474
+ text-align: left;
4831
4475
  }
4832
- .customer-loading {
4833
- height: calc(100% - 102px);
4476
+ .customer-view-rfm-detail-card-title {
4477
+ color: rgba(0, 0, 0, 0.65);
4834
4478
  }
4835
- .dynamic-content-info-trades-time-popover {
4836
- max-width: 400px;
4479
+ .customer-view-rfm-detail-card-value {
4480
+ font-size: 24px;
4481
+ font-family: DINAlternate-Bold, DINAlternate;
4482
+ font-weight: 700;
4483
+ line-height: 32px;
4484
+ color: rgba(0, 0, 0, 0.85);
4837
4485
  }
4838
4486
 
4839
4487
  /**
@@ -4852,12 +4500,12 @@ body {
4852
4500
  --shuyunBlue7: #172D4D;
4853
4501
  }
4854
4502
  .customer-view-new-top-div {
4855
- width: calc(100% - 1080px);
4503
+ width: calc(100% - 1138px);
4856
4504
  height: 100%;
4857
4505
  position: fixed;
4858
4506
  left: 0;
4859
4507
  top: 0;
4860
- right: 1080px;
4508
+ right: 1138px;
4861
4509
  bottom: 0;
4862
4510
  }
4863
4511
  .customer-view-area-new {
@@ -5055,12 +4703,12 @@ body {
5055
4703
  --shuyunBlue7: #172D4D;
5056
4704
  }
5057
4705
  .customer-view-new-top-div {
5058
- width: calc(100% - 1080px);
4706
+ width: calc(100% - 1138px);
5059
4707
  height: 100%;
5060
4708
  position: fixed;
5061
4709
  left: 0;
5062
4710
  top: 0;
5063
- right: 1080px;
4711
+ right: 1138px;
5064
4712
  bottom: 0;
5065
4713
  }
5066
4714
  .customer-view-area-new {