cloud-business 0.1.137-12 → 0.1.137-14
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 +600 -248
- 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% - 1080px);
|
|
3517
3517
|
height: 100%;
|
|
3518
3518
|
position: fixed;
|
|
3519
3519
|
left: 0;
|
|
3520
3520
|
top: 0;
|
|
3521
|
-
right:
|
|
3521
|
+
right: 1080px;
|
|
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% - 1080px);
|
|
3612
3612
|
height: 100%;
|
|
3613
3613
|
position: fixed;
|
|
3614
3614
|
left: 0;
|
|
3615
3615
|
top: 0;
|
|
3616
|
-
right:
|
|
3616
|
+
right: 1080px;
|
|
3617
3617
|
bottom: 0;
|
|
3618
3618
|
}
|
|
3619
3619
|
.customer-view-area-new {
|
|
@@ -3642,6 +3642,7 @@ body {
|
|
|
3642
3642
|
}
|
|
3643
3643
|
.account-area-new {
|
|
3644
3644
|
background: #FFFFFF;
|
|
3645
|
+
height: 180px;
|
|
3645
3646
|
padding: 16px;
|
|
3646
3647
|
box-sizing: border-box;
|
|
3647
3648
|
margin-bottom: 16px;
|
|
@@ -3650,7 +3651,6 @@ body {
|
|
|
3650
3651
|
margin-bottom: 18px;
|
|
3651
3652
|
}
|
|
3652
3653
|
.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,30 +3745,19 @@ 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;
|
|
3759
3748
|
}
|
|
3760
3749
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info {
|
|
3761
|
-
width:
|
|
3762
|
-
min-height: 28px;
|
|
3750
|
+
width: 25%;
|
|
3763
3751
|
display: flex;
|
|
3764
|
-
|
|
3765
|
-
height: -moz-fit-content;
|
|
3766
|
-
height: fit-content;
|
|
3752
|
+
margin-bottom: 13px;
|
|
3767
3753
|
font-size: 14px;
|
|
3754
|
+
line-height: 20px;
|
|
3755
|
+
height: 20px;
|
|
3768
3756
|
color: rgba(0, 0, 0, 0.85);
|
|
3757
|
+
overflow: hidden;
|
|
3769
3758
|
}
|
|
3770
3759
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info:last-child {
|
|
3771
|
-
width:
|
|
3760
|
+
width: 50%;
|
|
3772
3761
|
}
|
|
3773
3762
|
.account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
|
|
3774
3763
|
.account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-hide {
|
|
@@ -3789,11 +3778,15 @@ body {
|
|
|
3789
3778
|
cursor: pointer;
|
|
3790
3779
|
color: rgba(0, 0, 0, 0.65);
|
|
3791
3780
|
}
|
|
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
|
+
}
|
|
3792
3785
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-special {
|
|
3793
3786
|
width: calc(100% - 90px);
|
|
3794
3787
|
}
|
|
3795
3788
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
|
|
3796
|
-
max-width: calc(100% -
|
|
3789
|
+
max-width: calc(100% - 40px);
|
|
3797
3790
|
overflow: hidden;
|
|
3798
3791
|
text-decoration: none;
|
|
3799
3792
|
white-space: nowrap;
|
|
@@ -3830,16 +3823,6 @@ body {
|
|
|
3830
3823
|
.info-explain-modal > p:first-child {
|
|
3831
3824
|
margin-bottom: 4px;
|
|
3832
3825
|
}
|
|
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
|
-
}
|
|
3843
3826
|
|
|
3844
3827
|
/**
|
|
3845
3828
|
* areaStyle.less
|
|
@@ -3858,8 +3841,102 @@ body {
|
|
|
3858
3841
|
}
|
|
3859
3842
|
.area-style-new .address-item {
|
|
3860
3843
|
display: flex;
|
|
3844
|
+
width: 544px;
|
|
3861
3845
|
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;
|
|
3862
3928
|
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);
|
|
3863
3940
|
}
|
|
3864
3941
|
|
|
3865
3942
|
/**
|
|
@@ -3884,12 +3961,12 @@ body {
|
|
|
3884
3961
|
--shuyunBlue7: #172D4D;
|
|
3885
3962
|
}
|
|
3886
3963
|
.customer-view-new-top-div {
|
|
3887
|
-
width: calc(100% -
|
|
3964
|
+
width: calc(100% - 1080px);
|
|
3888
3965
|
height: 100%;
|
|
3889
3966
|
position: fixed;
|
|
3890
3967
|
left: 0;
|
|
3891
3968
|
top: 0;
|
|
3892
|
-
right:
|
|
3969
|
+
right: 1080px;
|
|
3893
3970
|
bottom: 0;
|
|
3894
3971
|
}
|
|
3895
3972
|
.customer-view-area-new {
|
|
@@ -3920,7 +3997,7 @@ body {
|
|
|
3920
3997
|
display: none;
|
|
3921
3998
|
}
|
|
3922
3999
|
.grid-area-new {
|
|
3923
|
-
height: calc(100% -
|
|
4000
|
+
height: calc(100% - 180px - 18px);
|
|
3924
4001
|
background: #FFFFFF;
|
|
3925
4002
|
}
|
|
3926
4003
|
.grid-area-new .newCloud-tabs {
|
|
@@ -4184,304 +4261,579 @@ body {
|
|
|
4184
4261
|
.grid-area-new .customer-benefit-area-new .info-tip {
|
|
4185
4262
|
cursor: pointer;
|
|
4186
4263
|
}
|
|
4187
|
-
.grid-area-new .customer-order-new {
|
|
4264
|
+
.grid-area-new .customer-order-area-new {
|
|
4188
4265
|
height: calc(100% - 16px);
|
|
4189
4266
|
width: 100%;
|
|
4190
4267
|
box-sizing: border-box;
|
|
4191
4268
|
}
|
|
4192
|
-
.grid-area-new .customer-order-new .
|
|
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 {
|
|
4269
|
+
.grid-area-new .customer-order-area-new .shop-filter {
|
|
4204
4270
|
position: relative;
|
|
4205
4271
|
font-size: 14px;
|
|
4206
4272
|
margin-bottom: 16px;
|
|
4207
4273
|
padding-left: 16px;
|
|
4208
4274
|
margin-top: 16px;
|
|
4209
4275
|
}
|
|
4210
|
-
.grid-area-new .customer-order-new .
|
|
4211
|
-
|
|
4212
|
-
|
|
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;
|
|
4213
4287
|
}
|
|
4214
|
-
.grid-area-new .customer-order-new .
|
|
4288
|
+
.grid-area-new .customer-order-area-new .empty-order > p {
|
|
4289
|
+
text-align: center;
|
|
4215
4290
|
color: rgba(0, 0, 0, 0.45);
|
|
4216
|
-
|
|
4291
|
+
font-weight: 400;
|
|
4292
|
+
font-size: 14px;
|
|
4217
4293
|
}
|
|
4218
|
-
.grid-area-new .customer-order-new .
|
|
4219
|
-
|
|
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;
|
|
4220
4302
|
}
|
|
4221
|
-
.grid-area-new .customer-order-new .
|
|
4222
|
-
|
|
4303
|
+
.grid-area-new .customer-order-area-new .order-list::-webkit-scrollbar-thumb:hover {
|
|
4304
|
+
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
4223
4305
|
}
|
|
4224
|
-
.grid-area-new .customer-order-new .
|
|
4225
|
-
|
|
4306
|
+
.grid-area-new .customer-order-area-new .order-list-right {
|
|
4307
|
+
margin-right: 10px;
|
|
4226
4308
|
}
|
|
4227
|
-
.grid-area-new .customer-order-new .table-
|
|
4228
|
-
|
|
4309
|
+
.grid-area-new .customer-order-area-new .table-column1 {
|
|
4310
|
+
width: 31.7%;
|
|
4311
|
+
flex: none;
|
|
4229
4312
|
}
|
|
4230
|
-
.grid-area-new .customer-order-new .table-
|
|
4231
|
-
|
|
4313
|
+
.grid-area-new .customer-order-area-new .table-column2 {
|
|
4314
|
+
width: 14.5%;
|
|
4315
|
+
flex: none;
|
|
4316
|
+
}
|
|
4317
|
+
.grid-area-new .customer-order-area-new .table-column5 {
|
|
4318
|
+
width: 24.8%;
|
|
4319
|
+
position: relative;
|
|
4320
|
+
flex: none;
|
|
4232
4321
|
}
|
|
4233
|
-
.grid-area-new .customer-order-new .
|
|
4234
|
-
|
|
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;
|
|
4235
4328
|
}
|
|
4236
|
-
.grid-area-new .customer-order-new .table-
|
|
4237
|
-
|
|
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;
|
|
4238
4339
|
}
|
|
4239
|
-
.grid-area-new .customer-order-new .table-
|
|
4240
|
-
|
|
4241
|
-
padding-right: 8px!important;
|
|
4340
|
+
.grid-area-new .customer-order-area-new .order-table-title .table-column1 {
|
|
4341
|
+
padding-left: 12px;
|
|
4242
4342
|
}
|
|
4243
|
-
.grid-area-new .customer-order-new .table-
|
|
4343
|
+
.grid-area-new .customer-order-area-new .order-table-body {
|
|
4344
|
+
width: 100%;
|
|
4244
4345
|
display: flex;
|
|
4346
|
+
gap: 16px;
|
|
4245
4347
|
flex-direction: column;
|
|
4246
|
-
|
|
4348
|
+
height: calc(100% - 60px);
|
|
4349
|
+
box-sizing: border-box;
|
|
4350
|
+
overflow-y: auto;
|
|
4351
|
+
overflow-x: hidden;
|
|
4247
4352
|
}
|
|
4248
|
-
.grid-area-new .customer-order-new .table-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
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;
|
|
4252
4361
|
}
|
|
4253
|
-
.grid-area-new .customer-
|
|
4362
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
|
|
4363
|
+
width: -moz-fit-content;
|
|
4364
|
+
width: fit-content;
|
|
4365
|
+
}
|
|
4366
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
4254
4367
|
width: 100%;
|
|
4255
|
-
|
|
4256
|
-
|
|
4368
|
+
}
|
|
4369
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title {
|
|
4370
|
+
width: 100%;
|
|
4371
|
+
height: 40px;
|
|
4372
|
+
background: #FAFAFA;
|
|
4373
|
+
padding: 10px 12px;
|
|
4257
4374
|
box-sizing: border-box;
|
|
4258
4375
|
display: flex;
|
|
4259
|
-
|
|
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;
|
|
4260
4381
|
}
|
|
4261
|
-
.grid-area-new .customer-
|
|
4262
|
-
|
|
4263
|
-
|
|
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;
|
|
4382
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop {
|
|
4383
|
+
background: white;
|
|
4384
|
+
border-top: none;
|
|
4270
4385
|
}
|
|
4271
|
-
.grid-area-new .customer-
|
|
4272
|
-
|
|
4386
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop.order-title-has-children {
|
|
4387
|
+
background: #FAFAFA;
|
|
4273
4388
|
}
|
|
4274
|
-
.grid-area-new .customer-
|
|
4275
|
-
|
|
4276
|
-
height: 40px;
|
|
4277
|
-
margin-left: 12px;
|
|
4278
|
-
margin-top: 12px;
|
|
4279
|
-
margin-right: 12px;
|
|
4280
|
-
border: 1px solid #E8E8E8;
|
|
4281
|
-
border-radius: 20px;
|
|
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;
|
|
4282
4391
|
}
|
|
4283
|
-
.grid-area-new .customer-
|
|
4284
|
-
|
|
4285
|
-
margin: 8px;
|
|
4392
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children {
|
|
4393
|
+
background: #FAFAFA;
|
|
4286
4394
|
}
|
|
4287
|
-
.grid-area-new .customer-
|
|
4288
|
-
|
|
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;
|
|
4289
4398
|
}
|
|
4290
|
-
.grid-area-new .customer-
|
|
4291
|
-
|
|
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;
|
|
4402
|
+
}
|
|
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 {
|
|
4292
4406
|
height: 20px;
|
|
4293
4407
|
line-height: 20px;
|
|
4294
|
-
font-size:
|
|
4295
|
-
font-weight: 500;
|
|
4408
|
+
font-size: 12px;
|
|
4296
4409
|
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;
|
|
4303
4410
|
}
|
|
4304
|
-
.grid-area-new .customer-
|
|
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;
|
|
4305
4418
|
display: flex;
|
|
4306
|
-
|
|
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);
|
|
4419
|
+
align-items: center;
|
|
4315
4420
|
}
|
|
4316
|
-
.grid-area-new .customer-
|
|
4317
|
-
|
|
4318
|
-
|
|
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;
|
|
4426
|
+
}
|
|
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);
|
|
4319
4430
|
white-space: nowrap;
|
|
4320
|
-
overflow: hidden;
|
|
4321
|
-
text-overflow: ellipsis;
|
|
4322
4431
|
}
|
|
4323
|
-
.grid-area-new .customer-
|
|
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;
|
|
4324
4435
|
cursor: pointer;
|
|
4325
|
-
color: rgba(0, 0, 0, 0.25);
|
|
4326
4436
|
}
|
|
4327
|
-
.grid-area-new .
|
|
4328
|
-
|
|
4329
|
-
color: rgba(0, 0, 0, 0.45);
|
|
4330
|
-
line-height: 20px;
|
|
4331
|
-
padding: 12px 23px 0 0;
|
|
4437
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
4438
|
+
width: 180px;
|
|
4332
4439
|
}
|
|
4333
|
-
.grid-area-new .
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
color: rgba(0, 0, 0, 0.45);
|
|
4440
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
|
|
4441
|
+
position: relative;
|
|
4442
|
+
max-width: 330px !important;
|
|
4337
4443
|
}
|
|
4338
|
-
.
|
|
4339
|
-
display:
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
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;
|
|
4343
4455
|
}
|
|
4344
|
-
.
|
|
4345
|
-
|
|
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;
|
|
4346
4465
|
}
|
|
4347
|
-
.
|
|
4348
|
-
|
|
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);
|
|
4349
4468
|
}
|
|
4350
|
-
.
|
|
4351
|
-
|
|
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);
|
|
4352
4471
|
}
|
|
4353
|
-
.
|
|
4354
|
-
max-
|
|
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);
|
|
4355
4474
|
}
|
|
4356
|
-
.customer-
|
|
4357
|
-
|
|
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);
|
|
4358
4477
|
}
|
|
4359
|
-
.
|
|
4360
|
-
|
|
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;
|
|
4361
4484
|
}
|
|
4362
|
-
.customer-
|
|
4485
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
|
|
4363
4486
|
display: flex;
|
|
4364
|
-
flex-direction: column;
|
|
4365
|
-
gap: 4px;
|
|
4366
|
-
color: rgba(0, 0, 0, 0.85);
|
|
4367
|
-
margin-left: 4px;
|
|
4368
4487
|
}
|
|
4369
|
-
.customer-
|
|
4370
|
-
display:
|
|
4371
|
-
align-items: center;
|
|
4488
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
|
|
4489
|
+
display: inline-block;
|
|
4372
4490
|
}
|
|
4373
|
-
.customer-
|
|
4374
|
-
|
|
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;
|
|
4375
4497
|
}
|
|
4376
|
-
.customer-
|
|
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;
|
|
4377
4503
|
border-top: 1px solid #E8E8E8;
|
|
4378
|
-
|
|
4379
|
-
|
|
4504
|
+
border-left: 1px solid #E8E8E8;
|
|
4505
|
+
border-right: 1px solid #E8E8E8;
|
|
4380
4506
|
}
|
|
4381
|
-
.customer-
|
|
4507
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
|
|
4508
|
+
width: 100%;
|
|
4382
4509
|
display: flex;
|
|
4383
|
-
flex-direction: column;
|
|
4384
|
-
gap: 8px;
|
|
4385
|
-
color: rgba(0, 0, 0, 0.65);
|
|
4386
4510
|
}
|
|
4387
|
-
.customer-
|
|
4388
|
-
|
|
4389
|
-
align-items: center;
|
|
4390
|
-
gap: 4px;
|
|
4391
|
-
color: rgba(0, 0, 0, 0.65);
|
|
4511
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
4512
|
+
margin-bottom: 10px;
|
|
4392
4513
|
}
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
margin: 0;
|
|
4396
|
-
--shuyunBlue1: #F0F7FF;
|
|
4397
|
-
--shuyunBlue2: #DBECFF;
|
|
4398
|
-
--shuyunBlue3: #AFCFFA;
|
|
4399
|
-
--shuyunBlue4: #0055CC;
|
|
4400
|
-
--shuyunBlue5: #0748A3;
|
|
4401
|
-
--shuyunBlue6: #123B75;
|
|
4402
|
-
--shuyunBlue7: #172D4D;
|
|
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);
|
|
4403
4516
|
}
|
|
4404
|
-
.
|
|
4405
|
-
width:
|
|
4406
|
-
|
|
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 {
|
|
4525
|
+
display: flex;
|
|
4526
|
+
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;
|
|
4407
4532
|
overflow: hidden;
|
|
4408
4533
|
white-space: nowrap;
|
|
4409
4534
|
text-overflow: ellipsis;
|
|
4410
4535
|
}
|
|
4411
|
-
.
|
|
4412
|
-
|
|
4413
|
-
|
|
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;
|
|
4538
|
+
cursor: pointer;
|
|
4414
4539
|
overflow: hidden;
|
|
4415
4540
|
white-space: nowrap;
|
|
4416
4541
|
text-overflow: ellipsis;
|
|
4417
|
-
color: var(--shuyunBlue4) !important;
|
|
4418
|
-
cursor: pointer;
|
|
4419
4542
|
}
|
|
4420
|
-
.
|
|
4421
|
-
color:
|
|
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);
|
|
4422
4545
|
}
|
|
4423
|
-
.
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
text-overflow: ellipsis;
|
|
4427
|
-
width: calc(100% - 60px) !important;
|
|
4428
|
-
padding-right: 0;
|
|
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;
|
|
4429
4549
|
}
|
|
4430
|
-
.
|
|
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 {
|
|
4431
4561
|
width: 100%;
|
|
4562
|
+
display: flex;
|
|
4563
|
+
color: rgba(0, 0, 0, 0.85);
|
|
4432
4564
|
}
|
|
4433
|
-
.
|
|
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 {
|
|
4434
4570
|
display: flex;
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
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
|
+
overflow: hidden;
|
|
4599
|
+
}
|
|
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 {
|
|
4439
4604
|
color: rgba(0, 0, 0, 0.45);
|
|
4440
|
-
|
|
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;
|
|
4441
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;
|
|
4442
4617
|
}
|
|
4443
|
-
.customer-
|
|
4444
|
-
|
|
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;
|
|
4629
|
+
}
|
|
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;
|
|
4445
4639
|
font-size: 14px;
|
|
4640
|
+
}
|
|
4641
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
|
|
4642
|
+
width: 14.5%;
|
|
4643
|
+
}
|
|
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;
|
|
4446
4647
|
line-height: 20px;
|
|
4648
|
+
display: flex;
|
|
4649
|
+
flex-direction: column;
|
|
4650
|
+
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;
|
|
4718
|
+
}
|
|
4719
|
+
.grid-area-new .customer-order-area-new .order-table-body-empty {
|
|
4720
|
+
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
|
+
font-size: 14px;
|
|
4447
4771
|
font-weight: 500;
|
|
4448
4772
|
color: rgba(0, 0, 0, 0.85);
|
|
4449
|
-
margin-
|
|
4450
|
-
padding-
|
|
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;
|
|
4451
4779
|
}
|
|
4452
|
-
.customer-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
height:
|
|
4460
|
-
|
|
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);
|
|
4461
4791
|
}
|
|
4462
|
-
.customer-
|
|
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;
|
|
4808
|
+
}
|
|
4809
|
+
.grid-area-new .edit-icon {
|
|
4810
|
+
cursor: pointer;
|
|
4811
|
+
font-size: 14px;
|
|
4812
|
+
color: rgba(0, 0, 0, 0.45);
|
|
4813
|
+
}
|
|
4814
|
+
.preview-row-new {
|
|
4463
4815
|
display: flex;
|
|
4464
|
-
align-items: center;
|
|
4465
|
-
justify-content: space-around;
|
|
4466
|
-
height: 96px;
|
|
4467
|
-
background: #fafafa;
|
|
4468
4816
|
width: 100%;
|
|
4817
|
+
margin-bottom: 12px;
|
|
4818
|
+
font-size: 14px;
|
|
4469
4819
|
}
|
|
4470
|
-
.
|
|
4471
|
-
|
|
4472
|
-
flex-direction: column;
|
|
4473
|
-
gap: 8px;
|
|
4474
|
-
text-align: left;
|
|
4820
|
+
.preview-row-new label {
|
|
4821
|
+
margin-right: 6px;
|
|
4475
4822
|
}
|
|
4476
|
-
.
|
|
4477
|
-
|
|
4823
|
+
.opt-checkbox-order {
|
|
4824
|
+
min-width: 200px !important;
|
|
4478
4825
|
}
|
|
4479
|
-
.
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4826
|
+
.opt-checkbox-order .newCloud-checkbox {
|
|
4827
|
+
height: 30px !important;
|
|
4828
|
+
}
|
|
4829
|
+
.opt-checkbox-order .newCloud-popover-desc {
|
|
4830
|
+
max-height: 200px;
|
|
4831
|
+
}
|
|
4832
|
+
.customer-loading {
|
|
4833
|
+
height: calc(100% - 102px);
|
|
4834
|
+
}
|
|
4835
|
+
.dynamic-content-info-trades-time-popover {
|
|
4836
|
+
max-width: 400px;
|
|
4485
4837
|
}
|
|
4486
4838
|
|
|
4487
4839
|
/**
|
|
@@ -4500,12 +4852,12 @@ body {
|
|
|
4500
4852
|
--shuyunBlue7: #172D4D;
|
|
4501
4853
|
}
|
|
4502
4854
|
.customer-view-new-top-div {
|
|
4503
|
-
width: calc(100% -
|
|
4855
|
+
width: calc(100% - 1080px);
|
|
4504
4856
|
height: 100%;
|
|
4505
4857
|
position: fixed;
|
|
4506
4858
|
left: 0;
|
|
4507
4859
|
top: 0;
|
|
4508
|
-
right:
|
|
4860
|
+
right: 1080px;
|
|
4509
4861
|
bottom: 0;
|
|
4510
4862
|
}
|
|
4511
4863
|
.customer-view-area-new {
|
|
@@ -4703,12 +5055,12 @@ body {
|
|
|
4703
5055
|
--shuyunBlue7: #172D4D;
|
|
4704
5056
|
}
|
|
4705
5057
|
.customer-view-new-top-div {
|
|
4706
|
-
width: calc(100% -
|
|
5058
|
+
width: calc(100% - 1080px);
|
|
4707
5059
|
height: 100%;
|
|
4708
5060
|
position: fixed;
|
|
4709
5061
|
left: 0;
|
|
4710
5062
|
top: 0;
|
|
4711
|
-
right:
|
|
5063
|
+
right: 1080px;
|
|
4712
5064
|
bottom: 0;
|
|
4713
5065
|
}
|
|
4714
5066
|
.customer-view-area-new {
|