cloud-business 0.1.137-14 → 0.1.137-16
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.
- package/cloud-business.css +248 -600
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -3513,12 +3513,12 @@ body {
|
|
|
3513
3513
|
--shuyunBlue7: #172D4D;
|
|
3514
3514
|
}
|
|
3515
3515
|
.customer-view-new-top-div {
|
|
3516
|
-
width: calc(100% -
|
|
3516
|
+
width: calc(100% - 1138px);
|
|
3517
3517
|
height: 100%;
|
|
3518
3518
|
position: fixed;
|
|
3519
3519
|
left: 0;
|
|
3520
3520
|
top: 0;
|
|
3521
|
-
right:
|
|
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% -
|
|
3611
|
+
width: calc(100% - 1138px);
|
|
3612
3612
|
height: 100%;
|
|
3613
3613
|
position: fixed;
|
|
3614
3614
|
left: 0;
|
|
3615
3615
|
top: 0;
|
|
3616
|
-
right:
|
|
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:
|
|
3761
|
+
width: 24%;
|
|
3762
|
+
min-height: 28px;
|
|
3751
3763
|
display: flex;
|
|
3752
|
-
|
|
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:
|
|
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% -
|
|
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% -
|
|
3887
|
+
width: calc(100% - 1138px);
|
|
3965
3888
|
height: 100%;
|
|
3966
3889
|
position: fixed;
|
|
3967
3890
|
left: 0;
|
|
3968
3891
|
top: 0;
|
|
3969
|
-
right:
|
|
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% -
|
|
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-
|
|
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-
|
|
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-
|
|
4277
|
-
|
|
4278
|
-
|
|
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-
|
|
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
|
-
|
|
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-
|
|
4304
|
-
|
|
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-
|
|
4307
|
-
|
|
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-
|
|
4310
|
-
|
|
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-
|
|
4314
|
-
|
|
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-
|
|
4318
|
-
|
|
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-
|
|
4323
|
-
|
|
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-
|
|
4330
|
-
|
|
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-
|
|
4341
|
-
|
|
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-
|
|
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
|
-
|
|
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-
|
|
4367
|
-
|
|
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-
|
|
4253
|
+
.grid-area-new .customer-account-new {
|
|
4370
4254
|
width: 100%;
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
padding: 10px 12px;
|
|
4255
|
+
padding-top: 16px;
|
|
4256
|
+
padding-left: 16px;
|
|
4374
4257
|
box-sizing: border-box;
|
|
4375
4258
|
display: flex;
|
|
4376
|
-
|
|
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-
|
|
4387
|
-
|
|
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-
|
|
4390
|
-
|
|
4271
|
+
.grid-area-new .customer-account-new .account-info:not(:nth-child(3n)) {
|
|
4272
|
+
margin-right: 16px;
|
|
4391
4273
|
}
|
|
4392
|
-
.grid-area-new .customer-
|
|
4393
|
-
|
|
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-
|
|
4396
|
-
|
|
4397
|
-
|
|
4283
|
+
.grid-area-new .customer-account-new .account-info-left img {
|
|
4284
|
+
width: 24px;
|
|
4285
|
+
margin: 8px;
|
|
4398
4286
|
}
|
|
4399
|
-
.grid-area-new .customer-
|
|
4400
|
-
|
|
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-
|
|
4404
|
-
|
|
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:
|
|
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-
|
|
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
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
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-
|
|
4428
|
-
|
|
4429
|
-
|
|
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-
|
|
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 .
|
|
4438
|
-
|
|
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 .
|
|
4441
|
-
|
|
4442
|
-
|
|
4333
|
+
.grid-area-new .edit-icon {
|
|
4334
|
+
cursor: pointer;
|
|
4335
|
+
font-size: 14px;
|
|
4336
|
+
color: rgba(0, 0, 0, 0.45);
|
|
4443
4337
|
}
|
|
4444
|
-
.
|
|
4445
|
-
display:
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
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
|
-
.
|
|
4457
|
-
|
|
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
|
-
.
|
|
4467
|
-
|
|
4347
|
+
.opt-checkbox-order {
|
|
4348
|
+
min-width: 200px !important;
|
|
4468
4349
|
}
|
|
4469
|
-
.
|
|
4470
|
-
|
|
4350
|
+
.opt-checkbox-order .newCloud-checkbox {
|
|
4351
|
+
height: 30px !important;
|
|
4471
4352
|
}
|
|
4472
|
-
.
|
|
4473
|
-
max-
|
|
4353
|
+
.opt-checkbox-order .newCloud-popover-desc {
|
|
4354
|
+
max-height: 200px;
|
|
4474
4355
|
}
|
|
4475
|
-
.
|
|
4476
|
-
|
|
4356
|
+
.customer-loading {
|
|
4357
|
+
height: calc(100% - 102px);
|
|
4477
4358
|
}
|
|
4478
|
-
.
|
|
4479
|
-
width:
|
|
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
|
-
.
|
|
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
|
-
.
|
|
4489
|
-
display:
|
|
4369
|
+
.customer-view-refund-detail-tooltip .refund-detail li {
|
|
4370
|
+
display: flex;
|
|
4371
|
+
align-items: center;
|
|
4490
4372
|
}
|
|
4491
|
-
.
|
|
4492
|
-
|
|
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
|
-
.
|
|
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
|
-
|
|
4505
|
-
|
|
4378
|
+
padding-top: 8px;
|
|
4379
|
+
margin-top: 8px;
|
|
4506
4380
|
}
|
|
4507
|
-
.
|
|
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
|
-
.
|
|
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
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
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
|
-
.
|
|
4537
|
-
|
|
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
|
-
.
|
|
4544
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
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
|
-
.
|
|
4642
|
-
width:
|
|
4430
|
+
.wx-span {
|
|
4431
|
+
width: 100%;
|
|
4643
4432
|
}
|
|
4644
|
-
.
|
|
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
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
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
|
-
.
|
|
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-
|
|
4774
|
-
padding-
|
|
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
|
-
.
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
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-
|
|
4833
|
-
|
|
4476
|
+
.customer-view-rfm-detail-card-title {
|
|
4477
|
+
color: rgba(0, 0, 0, 0.65);
|
|
4834
4478
|
}
|
|
4835
|
-
.
|
|
4836
|
-
|
|
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% -
|
|
4503
|
+
width: calc(100% - 1138px);
|
|
4856
4504
|
height: 100%;
|
|
4857
4505
|
position: fixed;
|
|
4858
4506
|
left: 0;
|
|
4859
4507
|
top: 0;
|
|
4860
|
-
right:
|
|
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% -
|
|
4706
|
+
width: calc(100% - 1138px);
|
|
5059
4707
|
height: 100%;
|
|
5060
4708
|
position: fixed;
|
|
5061
4709
|
left: 0;
|
|
5062
4710
|
top: 0;
|
|
5063
|
-
right:
|
|
4711
|
+
right: 1138px;
|
|
5064
4712
|
bottom: 0;
|
|
5065
4713
|
}
|
|
5066
4714
|
.customer-view-area-new {
|