cloud-business 0.1.86 → 0.1.87-1
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 +2319 -102
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
html {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: sans-serif;
|
|
3
|
+
/* 1 */
|
|
3
4
|
line-height: 1.15;
|
|
4
5
|
/* 2 */
|
|
5
6
|
-ms-text-size-adjust: 100%;
|
|
@@ -260,7 +261,7 @@ li {
|
|
|
260
261
|
@font-face {
|
|
261
262
|
font-family: 'cloud-react-icon-font';
|
|
262
263
|
/* Project id 2990746 */
|
|
263
|
-
src: url('//cloud-cdn.shuyun.com/
|
|
264
|
+
src: url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
|
|
264
265
|
}
|
|
265
266
|
.newCloud-icon {
|
|
266
267
|
font-family: 'cloud-react-icon-font' !important;
|
|
@@ -694,7 +695,6 @@ li {
|
|
|
694
695
|
display: inline-flex;
|
|
695
696
|
}
|
|
696
697
|
.newCloud-button {
|
|
697
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
|
|
698
698
|
display: inline-flex;
|
|
699
699
|
justify-content: center;
|
|
700
700
|
align-items: center;
|
|
@@ -2686,7 +2686,7 @@ input::-webkit-search-cancel-button {
|
|
|
2686
2686
|
.root-cloud-menu-prefix li {
|
|
2687
2687
|
margin-bottom: 4px;
|
|
2688
2688
|
}
|
|
2689
|
-
.root-cloud-menu-prefix [role=
|
|
2689
|
+
.root-cloud-menu-prefix [role='menuitem'] {
|
|
2690
2690
|
padding-top: 10px !important;
|
|
2691
2691
|
padding-bottom: 10px !important;
|
|
2692
2692
|
line-height: 20px !important;
|
|
@@ -2992,7 +2992,7 @@ input::-webkit-search-cancel-button {
|
|
|
2992
2992
|
.newCloud-cmenu-inline li {
|
|
2993
2993
|
margin-bottom: 4px;
|
|
2994
2994
|
}
|
|
2995
|
-
.newCloud-cmenu-inline [role=
|
|
2995
|
+
.newCloud-cmenu-inline [role='menuitem'] {
|
|
2996
2996
|
padding-top: 10px !important;
|
|
2997
2997
|
padding-bottom: 10px !important;
|
|
2998
2998
|
line-height: 20px !important;
|
|
@@ -3067,7 +3067,7 @@ input::-webkit-search-cancel-button {
|
|
|
3067
3067
|
.newCloud-cmenu-vertical li {
|
|
3068
3068
|
margin-bottom: 4px;
|
|
3069
3069
|
}
|
|
3070
|
-
.newCloud-cmenu-vertical [role=
|
|
3070
|
+
.newCloud-cmenu-vertical [role='menuitem'] {
|
|
3071
3071
|
padding-top: 10px !important;
|
|
3072
3072
|
padding-bottom: 10px !important;
|
|
3073
3073
|
line-height: 20px !important;
|
|
@@ -4296,7 +4296,8 @@ input::-webkit-search-cancel-button {
|
|
|
4296
4296
|
bottom: 0;
|
|
4297
4297
|
left: 0;
|
|
4298
4298
|
cursor: sw-resize;
|
|
4299
|
-
transform: rotate(90deg);
|
|
4299
|
+
-webkit-transform: rotate(90deg);
|
|
4300
|
+
transform: rotate(90deg);
|
|
4300
4301
|
}
|
|
4301
4302
|
.react-resizable-handle-se {
|
|
4302
4303
|
bottom: 0;
|
|
@@ -4307,13 +4308,15 @@ input::-webkit-search-cancel-button {
|
|
|
4307
4308
|
top: 0;
|
|
4308
4309
|
left: 0;
|
|
4309
4310
|
cursor: nw-resize;
|
|
4310
|
-
transform: rotate(180deg);
|
|
4311
|
+
-webkit-transform: rotate(180deg);
|
|
4312
|
+
transform: rotate(180deg);
|
|
4311
4313
|
}
|
|
4312
4314
|
.react-resizable-handle-ne {
|
|
4313
4315
|
top: 0;
|
|
4314
4316
|
right: 0;
|
|
4315
4317
|
cursor: ne-resize;
|
|
4316
|
-
transform: rotate(270deg);
|
|
4318
|
+
-webkit-transform: rotate(270deg);
|
|
4319
|
+
transform: rotate(270deg);
|
|
4317
4320
|
}
|
|
4318
4321
|
.react-resizable-handle-w,
|
|
4319
4322
|
.react-resizable-handle-e {
|
|
@@ -4323,11 +4326,13 @@ input::-webkit-search-cancel-button {
|
|
|
4323
4326
|
}
|
|
4324
4327
|
.react-resizable-handle-w {
|
|
4325
4328
|
left: 0;
|
|
4326
|
-
transform: rotate(135deg);
|
|
4329
|
+
-webkit-transform: rotate(135deg);
|
|
4330
|
+
transform: rotate(135deg);
|
|
4327
4331
|
}
|
|
4328
4332
|
.react-resizable-handle-e {
|
|
4329
4333
|
right: 0;
|
|
4330
|
-
transform: rotate(315deg);
|
|
4334
|
+
-webkit-transform: rotate(315deg);
|
|
4335
|
+
transform: rotate(315deg);
|
|
4331
4336
|
}
|
|
4332
4337
|
.react-resizable-handle-n,
|
|
4333
4338
|
.react-resizable-handle-s {
|
|
@@ -4337,11 +4342,13 @@ input::-webkit-search-cancel-button {
|
|
|
4337
4342
|
}
|
|
4338
4343
|
.react-resizable-handle-n {
|
|
4339
4344
|
top: 0;
|
|
4340
|
-
transform: rotate(225deg);
|
|
4345
|
+
-webkit-transform: rotate(225deg);
|
|
4346
|
+
transform: rotate(225deg);
|
|
4341
4347
|
}
|
|
4342
4348
|
.react-resizable-handle-s {
|
|
4343
4349
|
bottom: 0;
|
|
4344
|
-
transform: rotate(45deg);
|
|
4350
|
+
-webkit-transform: rotate(45deg);
|
|
4351
|
+
transform: rotate(45deg);
|
|
4345
4352
|
}
|
|
4346
4353
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
4347
4354
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
@@ -4406,7 +4413,7 @@ input::-webkit-search-cancel-button {
|
|
|
4406
4413
|
color: rgba(0, 0, 0, 0.25);
|
|
4407
4414
|
}
|
|
4408
4415
|
.newCloud-select .newCloud-select-wrapper.empty .newCloud-select-selected {
|
|
4409
|
-
color: rgba(0, 0, 0, 0.
|
|
4416
|
+
color: rgba(0, 0, 0, 0.45);
|
|
4410
4417
|
}
|
|
4411
4418
|
.newCloud-select .newCloud-select-wrapper.hidden {
|
|
4412
4419
|
background: transparent;
|
|
@@ -4468,21 +4475,6 @@ input::-webkit-search-cancel-button {
|
|
|
4468
4475
|
padding: 8px 0;
|
|
4469
4476
|
background: #fff;
|
|
4470
4477
|
}
|
|
4471
|
-
.newCloud-select-option-container .divider {
|
|
4472
|
-
height: 1px;
|
|
4473
|
-
background: #e8e8e8;
|
|
4474
|
-
margin-top: 8px;
|
|
4475
|
-
margin-bottom: 8px;
|
|
4476
|
-
}
|
|
4477
|
-
.newCloud-select-group-select-options .groupName {
|
|
4478
|
-
color: rgba(0, 0, 0, 0.45);
|
|
4479
|
-
font-size: 12px;
|
|
4480
|
-
margin-left: 12px;
|
|
4481
|
-
margin-bottom: 8px;
|
|
4482
|
-
}
|
|
4483
|
-
.newCloud-select-group-select-options .groupName:not(:first-child) {
|
|
4484
|
-
margin-top: 8px;
|
|
4485
|
-
}
|
|
4486
4478
|
.newCloud-select-select-options {
|
|
4487
4479
|
box-sizing: border-box;
|
|
4488
4480
|
padding: 0;
|
|
@@ -4596,9 +4588,6 @@ input::-webkit-search-cancel-button {
|
|
|
4596
4588
|
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-option:hover {
|
|
4597
4589
|
background: var(--shuyunBlue1);
|
|
4598
4590
|
}
|
|
4599
|
-
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-all-select {
|
|
4600
|
-
height: 32px;
|
|
4601
|
-
}
|
|
4602
4591
|
.newCloud-select-select-options .newCloud-select-operate-btn {
|
|
4603
4592
|
display: flex;
|
|
4604
4593
|
justify-content: flex-end;
|
|
@@ -5371,7 +5360,6 @@ input::-webkit-search-cancel-button {
|
|
|
5371
5360
|
.newCloud-table-body {
|
|
5372
5361
|
flex: 1;
|
|
5373
5362
|
overflow: auto auto !important;
|
|
5374
|
-
overflow: overlay overlay !important;
|
|
5375
5363
|
}
|
|
5376
5364
|
.newCloud-table-tbody tr.newCloud-table-row-select td,
|
|
5377
5365
|
.newCloud-table-body tr.newCloud-table-row-select td {
|
|
@@ -5578,6 +5566,42 @@ input::-webkit-search-cancel-button {
|
|
|
5578
5566
|
.newCloud-table .title-container .filter-icon.has-filter-value {
|
|
5579
5567
|
color: var(--shuyunBlue4);
|
|
5580
5568
|
}
|
|
5569
|
+
.newCloud-table-sticky-holder {
|
|
5570
|
+
position: sticky;
|
|
5571
|
+
z-index: 2;
|
|
5572
|
+
}
|
|
5573
|
+
.newCloud-table-sticky-scroll {
|
|
5574
|
+
position: sticky;
|
|
5575
|
+
bottom: 0;
|
|
5576
|
+
z-index: 2;
|
|
5577
|
+
display: flex;
|
|
5578
|
+
align-items: center;
|
|
5579
|
+
border-top: 1px solid #f3f3f3;
|
|
5580
|
+
opacity: 0.6;
|
|
5581
|
+
transition: transform 0.1s ease-in 0s;
|
|
5582
|
+
}
|
|
5583
|
+
.newCloud-table-sticky-scroll:hover {
|
|
5584
|
+
transform: scaleY(1.2);
|
|
5585
|
+
transform-origin: center bottom;
|
|
5586
|
+
}
|
|
5587
|
+
.newCloud-table-sticky-scroll-bar {
|
|
5588
|
+
height: 8px;
|
|
5589
|
+
background-color: #bbb;
|
|
5590
|
+
border-radius: 4px;
|
|
5591
|
+
}
|
|
5592
|
+
.newCloud-table-sticky-scroll-bar:hover {
|
|
5593
|
+
background-color: #999;
|
|
5594
|
+
}
|
|
5595
|
+
.newCloud-table-sticky-scroll-bar-active {
|
|
5596
|
+
background-color: #999;
|
|
5597
|
+
}
|
|
5598
|
+
.newCloud-table-sticky-footer {
|
|
5599
|
+
position: sticky;
|
|
5600
|
+
bottom: 0;
|
|
5601
|
+
background: white;
|
|
5602
|
+
z-index: 100;
|
|
5603
|
+
border-top: 1px solid #e8e8e8;
|
|
5604
|
+
}
|
|
5581
5605
|
.newCloud-table-filter-content {
|
|
5582
5606
|
padding: 8px 0;
|
|
5583
5607
|
}
|
|
@@ -5633,7 +5657,6 @@ input::-webkit-search-cancel-button {
|
|
|
5633
5657
|
}
|
|
5634
5658
|
.newCloud-table-filter-content .newCloud-popover-desc {
|
|
5635
5659
|
max-height: 250px;
|
|
5636
|
-
overflow-y: overlay;
|
|
5637
5660
|
}
|
|
5638
5661
|
.newCloud-table-filter-content .newCloud-popover-desc::-webkit-scrollbar {
|
|
5639
5662
|
width: 8px !important;
|
|
@@ -5830,10 +5853,6 @@ input::-webkit-search-cancel-button {
|
|
|
5830
5853
|
opacity: 0.9;
|
|
5831
5854
|
z-index: 3;
|
|
5832
5855
|
}
|
|
5833
|
-
.newCloud-table-box.newCloud-table-use-custom-scroll .newCloud-table-thead td.newCloud-table-cell-fix-right,
|
|
5834
|
-
.newCloud-table-box.newCloud-table-use-custom-scroll .newCloud-table-thead td.newCloud-table-cell-scrollbar {
|
|
5835
|
-
display: none !important;
|
|
5836
|
-
}
|
|
5837
5856
|
.newCloud-table-box.newCloud-table-use-custom-scroll.newCloud-table-bordered.newCloud-table-support-resize .newCloud-table-resizeable:hover {
|
|
5838
5857
|
background: var(--shuyunBlue1);
|
|
5839
5858
|
z-index: 1;
|
|
@@ -5916,8 +5935,8 @@ input::-webkit-search-cancel-button {
|
|
|
5916
5935
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
5917
5936
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
5918
5937
|
.root-cloud-radio-position,
|
|
5919
|
-
.newCloud-radio-input
|
|
5920
|
-
.newCloud-radio-input
|
|
5938
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after,
|
|
5939
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after,
|
|
5921
5940
|
.newCloud-radio-inner {
|
|
5922
5941
|
position: absolute;
|
|
5923
5942
|
top: 0;
|
|
@@ -5961,10 +5980,10 @@ input::-webkit-search-cancel-button {
|
|
|
5961
5980
|
opacity: 0;
|
|
5962
5981
|
cursor: pointer;
|
|
5963
5982
|
}
|
|
5964
|
-
.newCloud-radio-input
|
|
5983
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner {
|
|
5965
5984
|
color: var(--shuyunBlue4);
|
|
5966
5985
|
}
|
|
5967
|
-
.newCloud-radio-input
|
|
5986
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after {
|
|
5968
5987
|
content: '';
|
|
5969
5988
|
background-color: currentColor;
|
|
5970
5989
|
width: 6px;
|
|
@@ -5980,14 +5999,14 @@ input::-webkit-search-cancel-button {
|
|
|
5980
5999
|
cursor: not-allowed;
|
|
5981
6000
|
color: rgba(0, 0, 0, 0.25);
|
|
5982
6001
|
}
|
|
5983
|
-
.newCloud-radio-input[disabled]:not(
|
|
6002
|
+
.newCloud-radio-input[disabled]:not(.checked) + .newCloud-radio-inner {
|
|
5984
6003
|
color: #d9d9d9;
|
|
5985
6004
|
background-color: #f5f5f5;
|
|
5986
6005
|
}
|
|
5987
|
-
.newCloud-radio-input
|
|
6006
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner {
|
|
5988
6007
|
color: var(--shuyunBlue2);
|
|
5989
6008
|
}
|
|
5990
|
-
.newCloud-radio-input
|
|
6009
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after {
|
|
5991
6010
|
background-color: var(--shuyunBlue2);
|
|
5992
6011
|
box-shadow: 0 0 5px var(--shuyunBlue2);
|
|
5993
6012
|
}
|
|
@@ -6021,10 +6040,10 @@ input::-webkit-search-cancel-button {
|
|
|
6021
6040
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6022
6041
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6023
6042
|
.newCloud-card {
|
|
6024
|
-
background: #
|
|
6043
|
+
background: #FFFFFF;
|
|
6025
6044
|
border-radius: 2px;
|
|
6026
6045
|
font-size: 14px;
|
|
6027
|
-
font-family: -
|
|
6046
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
6028
6047
|
font-weight: 400;
|
|
6029
6048
|
color: rgba(0, 0, 0, 0.85);
|
|
6030
6049
|
line-height: 20px;
|
|
@@ -6049,7 +6068,7 @@ input::-webkit-search-cancel-button {
|
|
|
6049
6068
|
padding-top: 16px;
|
|
6050
6069
|
padding-left: 24px;
|
|
6051
6070
|
padding-right: 24px;
|
|
6052
|
-
border-bottom: 1px solid #
|
|
6071
|
+
border-bottom: 1px solid #E8E8E8;
|
|
6053
6072
|
box-sizing: border-box;
|
|
6054
6073
|
}
|
|
6055
6074
|
.newCloud-card .newCloud-card-header .newCloud-card-title {
|
|
@@ -6058,14 +6077,14 @@ input::-webkit-search-cancel-button {
|
|
|
6058
6077
|
}
|
|
6059
6078
|
.newCloud-card .newCloud-card-header .newCloud-card-extra {
|
|
6060
6079
|
font-weight: 400;
|
|
6061
|
-
color: #
|
|
6080
|
+
color: #5280FF;
|
|
6062
6081
|
cursor: pointer;
|
|
6063
6082
|
}
|
|
6064
6083
|
.newCloud-card .newCloud-card-content {
|
|
6065
6084
|
padding: 24px;
|
|
6066
6085
|
}
|
|
6067
6086
|
.newCloud-card .newCloud-card-action {
|
|
6068
|
-
border-top: 1px solid #
|
|
6087
|
+
border-top: 1px solid #E8E8E8;
|
|
6069
6088
|
height: 40px;
|
|
6070
6089
|
padding-left: 24px;
|
|
6071
6090
|
padding-right: 24px;
|
|
@@ -6707,6 +6726,77 @@ input::-webkit-search-cancel-button {
|
|
|
6707
6726
|
}
|
|
6708
6727
|
}
|
|
6709
6728
|
|
|
6729
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6730
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6731
|
+
.newCloud-drawer1 {
|
|
6732
|
+
position: fixed;
|
|
6733
|
+
background: white;
|
|
6734
|
+
transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
|
|
6735
|
+
z-index: -1;
|
|
6736
|
+
}
|
|
6737
|
+
.newCloud-drawer1.show {
|
|
6738
|
+
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
6739
|
+
z-index: 1000;
|
|
6740
|
+
}
|
|
6741
|
+
.newCloud-drawer1.top {
|
|
6742
|
+
top: 0;
|
|
6743
|
+
right: 0;
|
|
6744
|
+
left: 0;
|
|
6745
|
+
}
|
|
6746
|
+
.newCloud-drawer1.right {
|
|
6747
|
+
top: 0;
|
|
6748
|
+
right: 0;
|
|
6749
|
+
bottom: 0;
|
|
6750
|
+
}
|
|
6751
|
+
.newCloud-drawer1.bottom {
|
|
6752
|
+
right: 0;
|
|
6753
|
+
bottom: 0;
|
|
6754
|
+
left: 0;
|
|
6755
|
+
}
|
|
6756
|
+
.newCloud-drawer1.left {
|
|
6757
|
+
top: 0;
|
|
6758
|
+
bottom: 0;
|
|
6759
|
+
left: 0;
|
|
6760
|
+
}
|
|
6761
|
+
.newCloud-drawer1-header {
|
|
6762
|
+
display: flex;
|
|
6763
|
+
align-items: center;
|
|
6764
|
+
justify-content: space-between;
|
|
6765
|
+
width: 100%;
|
|
6766
|
+
height: 56px;
|
|
6767
|
+
line-height: 56px;
|
|
6768
|
+
background: #fafafa;
|
|
6769
|
+
box-shadow: inset 0px -1px 0px 0px #f5f5f5;
|
|
6770
|
+
color: rgba(0, 0, 0, 0.85);
|
|
6771
|
+
}
|
|
6772
|
+
.newCloud-drawer1-header .newCloud-icon.icon-close {
|
|
6773
|
+
font-size: 16px;
|
|
6774
|
+
cursor: pointer;
|
|
6775
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6776
|
+
margin-right: 20px;
|
|
6777
|
+
}
|
|
6778
|
+
.newCloud-drawer1-title {
|
|
6779
|
+
margin-left: 16px;
|
|
6780
|
+
}
|
|
6781
|
+
.newCloud-drawer1-content {
|
|
6782
|
+
padding: 16px;
|
|
6783
|
+
width: calc(100% - 32px);
|
|
6784
|
+
height: calc(100% - 56px);
|
|
6785
|
+
overflow: auto;
|
|
6786
|
+
}
|
|
6787
|
+
.newCloud-drawer1-container {
|
|
6788
|
+
padding-bottom: 32px;
|
|
6789
|
+
}
|
|
6790
|
+
.newCloud-drawer1-mask {
|
|
6791
|
+
position: fixed;
|
|
6792
|
+
top: 0;
|
|
6793
|
+
right: 0;
|
|
6794
|
+
bottom: 0;
|
|
6795
|
+
left: 0;
|
|
6796
|
+
background: rgba(0, 0, 0, 0.45);
|
|
6797
|
+
z-index: 999;
|
|
6798
|
+
}
|
|
6799
|
+
|
|
6710
6800
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6711
6801
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6712
6802
|
.newCloud-form {
|
|
@@ -7710,7 +7800,7 @@ input::-webkit-search-cancel-button {
|
|
|
7710
7800
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
7711
7801
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
7712
7802
|
.newCloud-modal {
|
|
7713
|
-
font-family:
|
|
7803
|
+
font-family: Tahoma, 'Microsoft Yahei', sans-serif;
|
|
7714
7804
|
position: fixed;
|
|
7715
7805
|
top: 0;
|
|
7716
7806
|
right: 0;
|
|
@@ -7933,7 +8023,7 @@ input::-webkit-search-cancel-button {
|
|
|
7933
8023
|
}
|
|
7934
8024
|
.newCloud-page-header {
|
|
7935
8025
|
font-size: 16px;
|
|
7936
|
-
font-family: -
|
|
8026
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
7937
8027
|
font-weight: 500;
|
|
7938
8028
|
color: rgba(0, 0, 0, 0.85);
|
|
7939
8029
|
}
|
|
@@ -8918,7 +9008,7 @@ input::-webkit-search-cancel-button {
|
|
|
8918
9008
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items,
|
|
8919
9009
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
8920
9010
|
overflow: inherit;
|
|
8921
|
-
border-right:
|
|
9011
|
+
border-right: 2px solid #e8e8e8;
|
|
8922
9012
|
}
|
|
8923
9013
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items-scroll,
|
|
8924
9014
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
@@ -9000,7 +9090,7 @@ input::-webkit-search-cancel-button {
|
|
|
9000
9090
|
}
|
|
9001
9091
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
9002
9092
|
border-right: none;
|
|
9003
|
-
border-left:
|
|
9093
|
+
border-left: 2px solid #e8e8e8;
|
|
9004
9094
|
}
|
|
9005
9095
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
9006
9096
|
padding-left: 10px;
|
|
@@ -9555,7 +9645,7 @@ input::-webkit-search-cancel-button {
|
|
|
9555
9645
|
font-size: 16px;
|
|
9556
9646
|
text-align: center;
|
|
9557
9647
|
color: rgba(0, 0, 0, 0.45);
|
|
9558
|
-
margin: 0 8px
|
|
9648
|
+
margin: 0 8px;
|
|
9559
9649
|
transition: all 0.1s;
|
|
9560
9650
|
}
|
|
9561
9651
|
.newCloud-tree-list-node-area .node-item-container .toggle-icon:hover {
|
|
@@ -9573,7 +9663,7 @@ input::-webkit-search-cancel-button {
|
|
|
9573
9663
|
vertical-align: middle;
|
|
9574
9664
|
top: 10px;
|
|
9575
9665
|
color: #999;
|
|
9576
|
-
margin: 0 8px
|
|
9666
|
+
margin: 0 8px;
|
|
9577
9667
|
}
|
|
9578
9668
|
.newCloud-tree-list-node-area .node-item-container .edit-icon {
|
|
9579
9669
|
display: none;
|
|
@@ -9746,21 +9836,26 @@ input::-webkit-search-cancel-button {
|
|
|
9746
9836
|
box-sizing: border-box;
|
|
9747
9837
|
}
|
|
9748
9838
|
.newCloud-tree-select:hover .newCloud-tree-select-selected {
|
|
9749
|
-
border: 1px solid
|
|
9839
|
+
border: 1px solid #aacbe1;
|
|
9840
|
+
}
|
|
9841
|
+
.newCloud-tree-select:hover .newCloud-tree-select-selected .newCloud-tree-select-select-icon {
|
|
9842
|
+
color: #aacbe1;
|
|
9750
9843
|
}
|
|
9751
9844
|
.newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
9752
|
-
height:
|
|
9753
|
-
line-height:
|
|
9845
|
+
height: 30px;
|
|
9846
|
+
line-height: 16px;
|
|
9754
9847
|
background: #fff;
|
|
9755
9848
|
border: 1px solid #d9d9d9;
|
|
9756
|
-
border-radius: 2px;
|
|
9757
9849
|
display: flex;
|
|
9758
9850
|
align-items: center;
|
|
9759
9851
|
justify-content: space-between;
|
|
9760
9852
|
cursor: pointer;
|
|
9761
9853
|
}
|
|
9762
9854
|
.newCloud-tree-select .newCloud-tree-select-wrapper:hover {
|
|
9763
|
-
border: 1px solid
|
|
9855
|
+
border: 1px solid #aacbe1;
|
|
9856
|
+
}
|
|
9857
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper:hover .newCloud-tree-select-select-icon {
|
|
9858
|
+
color: #aacbe1;
|
|
9764
9859
|
}
|
|
9765
9860
|
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled {
|
|
9766
9861
|
border: 1px solid #d9d9d9;
|
|
@@ -9775,14 +9870,17 @@ input::-webkit-search-cancel-button {
|
|
|
9775
9870
|
background: #eee;
|
|
9776
9871
|
cursor: not-allowed;
|
|
9777
9872
|
}
|
|
9873
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled .newCloud-tree-select-select-icon {
|
|
9874
|
+
color: #c2c2c2;
|
|
9875
|
+
}
|
|
9778
9876
|
.newCloud-tree-select .newCloud-tree-select-wrapper.empty .newCloud-tree-select-selected {
|
|
9779
9877
|
color: #c9c9c9;
|
|
9780
9878
|
}
|
|
9781
9879
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
9782
9880
|
flex: 1 0;
|
|
9783
|
-
padding: 5px
|
|
9881
|
+
padding: 5px;
|
|
9784
9882
|
padding-right: 20px;
|
|
9785
|
-
font-size:
|
|
9883
|
+
font-size: 12px;
|
|
9786
9884
|
color: #3d3d3d;
|
|
9787
9885
|
border: none;
|
|
9788
9886
|
white-space: nowrap;
|
|
@@ -9791,7 +9889,7 @@ input::-webkit-search-cancel-button {
|
|
|
9791
9889
|
cursor: pointer;
|
|
9792
9890
|
}
|
|
9793
9891
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9794
|
-
font-size:
|
|
9892
|
+
font-size: 12px;
|
|
9795
9893
|
color: #c2c2c2;
|
|
9796
9894
|
margin-right: 10px;
|
|
9797
9895
|
transition: transform 0.3s;
|
|
@@ -9807,7 +9905,6 @@ input::-webkit-search-cancel-button {
|
|
|
9807
9905
|
}
|
|
9808
9906
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon {
|
|
9809
9907
|
display: none;
|
|
9810
|
-
color: #e8e8e8;
|
|
9811
9908
|
}
|
|
9812
9909
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon.show {
|
|
9813
9910
|
display: block;
|
|
@@ -9820,7 +9917,10 @@ input::-webkit-search-cancel-button {
|
|
|
9820
9917
|
text-align: center;
|
|
9821
9918
|
}
|
|
9822
9919
|
.newCloud-tree-select-open .newCloud-tree-select-wrapper {
|
|
9823
|
-
border: 1px solid
|
|
9920
|
+
border: 1px solid #aacbe1;
|
|
9921
|
+
}
|
|
9922
|
+
.newCloud-tree-select-open .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9923
|
+
color: #aacbe1;
|
|
9824
9924
|
}
|
|
9825
9925
|
.newCloud-tree-select-options {
|
|
9826
9926
|
box-sizing: border-box;
|
|
@@ -9830,9 +9930,8 @@ input::-webkit-search-cancel-button {
|
|
|
9830
9930
|
max-width: 400px;
|
|
9831
9931
|
min-width: 64px;
|
|
9832
9932
|
width: 100%;
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
border-radius: 2px;
|
|
9933
|
+
border: 1px solid #d9d9d9;
|
|
9934
|
+
background: #fff;
|
|
9836
9935
|
cursor: pointer;
|
|
9837
9936
|
overflow: auto;
|
|
9838
9937
|
display: flex;
|
|
@@ -9840,7 +9939,7 @@ input::-webkit-search-cancel-button {
|
|
|
9840
9939
|
}
|
|
9841
9940
|
.newCloud-tree-select-options * {
|
|
9842
9941
|
box-sizing: border-box;
|
|
9843
|
-
font-size:
|
|
9942
|
+
font-size: 12px;
|
|
9844
9943
|
color: #3d3d3d;
|
|
9845
9944
|
}
|
|
9846
9945
|
.newCloud-tree-select-options-confirm {
|
|
@@ -9848,36 +9947,34 @@ input::-webkit-search-cancel-button {
|
|
|
9848
9947
|
}
|
|
9849
9948
|
.newCloud-tree-select-options .newCloud-tree-select-search {
|
|
9850
9949
|
width: 100%;
|
|
9851
|
-
padding:
|
|
9950
|
+
padding: 5px;
|
|
9852
9951
|
position: relative;
|
|
9853
9952
|
}
|
|
9854
9953
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input {
|
|
9855
9954
|
width: 100%;
|
|
9955
|
+
padding: 5px;
|
|
9956
|
+
padding-right: 20px;
|
|
9957
|
+
height: 25px;
|
|
9958
|
+
border: 1px solid #ededed;
|
|
9959
|
+
border-radius: 2px;
|
|
9960
|
+
outline: none;
|
|
9856
9961
|
white-space: nowrap;
|
|
9857
9962
|
overflow: hidden;
|
|
9858
9963
|
text-overflow: ellipsis;
|
|
9859
9964
|
}
|
|
9860
|
-
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input-icon {
|
|
9861
|
-
font-size: 16px;
|
|
9862
|
-
color: rgba(0, 0, 0, 0.25);
|
|
9863
|
-
}
|
|
9864
|
-
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input-icon.hidden {
|
|
9865
|
-
display: none;
|
|
9866
|
-
}
|
|
9867
9965
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon {
|
|
9868
|
-
color: #
|
|
9869
|
-
font-size: 16px;
|
|
9966
|
+
color: #dbdbdb;
|
|
9870
9967
|
position: absolute;
|
|
9871
|
-
right:
|
|
9872
|
-
top:
|
|
9968
|
+
right: 10px;
|
|
9969
|
+
top: 10px;
|
|
9873
9970
|
display: none;
|
|
9874
9971
|
}
|
|
9875
9972
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon.show {
|
|
9876
9973
|
display: block;
|
|
9877
9974
|
}
|
|
9878
9975
|
.newCloud-tree-select-options .newCloud-tree-select-empty-options {
|
|
9879
|
-
height:
|
|
9880
|
-
line-height:
|
|
9976
|
+
height: 30px;
|
|
9977
|
+
line-height: 30px;
|
|
9881
9978
|
margin: 5px;
|
|
9882
9979
|
text-align: center;
|
|
9883
9980
|
color: #c9c9c9;
|
|
@@ -9888,13 +9985,13 @@ input::-webkit-search-cancel-button {
|
|
|
9888
9985
|
flex-direction: column;
|
|
9889
9986
|
}
|
|
9890
9987
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9891
|
-
padding:
|
|
9988
|
+
padding: 5px 10px;
|
|
9892
9989
|
}
|
|
9893
9990
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9894
9991
|
background: #fff;
|
|
9895
9992
|
}
|
|
9896
9993
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option:hover {
|
|
9897
|
-
background: #
|
|
9994
|
+
background: #f6f6f6;
|
|
9898
9995
|
}
|
|
9899
9996
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option > span {
|
|
9900
9997
|
width: 100%;
|
|
@@ -9909,7 +10006,7 @@ input::-webkit-search-cancel-button {
|
|
|
9909
10006
|
display: flex;
|
|
9910
10007
|
justify-content: flex-end;
|
|
9911
10008
|
padding: 10px;
|
|
9912
|
-
border-top: 1px solid #
|
|
10009
|
+
border-top: 1px solid #dbdbdb;
|
|
9913
10010
|
background: #fff;
|
|
9914
10011
|
}
|
|
9915
10012
|
.newCloud-tree-select-options .newCloud-tree-select-operate-btn .btn {
|
|
@@ -9919,19 +10016,9 @@ input::-webkit-search-cancel-button {
|
|
|
9919
10016
|
margin-right: 10px;
|
|
9920
10017
|
}
|
|
9921
10018
|
.newCloud-tree-select-options .newCloud-tree {
|
|
9922
|
-
padding:
|
|
10019
|
+
padding: 5px 0;
|
|
9923
10020
|
overflow: auto;
|
|
9924
10021
|
}
|
|
9925
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-list-container {
|
|
9926
|
-
padding: 0;
|
|
9927
|
-
}
|
|
9928
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-search {
|
|
9929
|
-
padding-bottom: 8px;
|
|
9930
|
-
}
|
|
9931
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-search .newCloud-input-group {
|
|
9932
|
-
width: calc(100% - 24px);
|
|
9933
|
-
margin-left: 12px;
|
|
9934
|
-
}
|
|
9935
10022
|
.newCloud-tree-select-single-options {
|
|
9936
10023
|
padding: 0;
|
|
9937
10024
|
z-index: 1020;
|
|
@@ -9943,8 +10030,8 @@ input::-webkit-search-cancel-button {
|
|
|
9943
10030
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9944
10031
|
display: none;
|
|
9945
10032
|
justify-content: space-between;
|
|
9946
|
-
padding:
|
|
9947
|
-
height:
|
|
10033
|
+
padding: 5px 10px;
|
|
10034
|
+
height: 30px;
|
|
9948
10035
|
line-height: 20px;
|
|
9949
10036
|
white-space: nowrap;
|
|
9950
10037
|
overflow: hidden;
|
|
@@ -9961,7 +10048,7 @@ input::-webkit-search-cancel-button {
|
|
|
9961
10048
|
transform: rotate(0deg);
|
|
9962
10049
|
}
|
|
9963
10050
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option .search-text {
|
|
9964
|
-
color:
|
|
10051
|
+
color: #00aaf1;
|
|
9965
10052
|
}
|
|
9966
10053
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option-show {
|
|
9967
10054
|
display: flex;
|
|
@@ -9970,7 +10057,7 @@ input::-webkit-search-cancel-button {
|
|
|
9970
10057
|
padding-left: 20px;
|
|
9971
10058
|
}
|
|
9972
10059
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9973
|
-
background: #
|
|
10060
|
+
background: #f6f6f6;
|
|
9974
10061
|
}
|
|
9975
10062
|
|
|
9976
10063
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
@@ -13351,6 +13438,2136 @@ body {
|
|
|
13351
13438
|
flex-direction: row-reverse;
|
|
13352
13439
|
}
|
|
13353
13440
|
|
|
13441
|
+
/**
|
|
13442
|
+
* index.less
|
|
13443
|
+
* wangbo
|
|
13444
|
+
* 2019/10/8
|
|
13445
|
+
*/
|
|
13446
|
+
body {
|
|
13447
|
+
margin: 0;
|
|
13448
|
+
--shuyunBlue1: #EDF6FF;
|
|
13449
|
+
--shuyunBlue2: #CCE6FF;
|
|
13450
|
+
--shuyunBlue3: #72B0ED;
|
|
13451
|
+
--shuyunBlue4: #0066CC;
|
|
13452
|
+
--shuyunBlue5: #004CA3;
|
|
13453
|
+
--shuyunBlue6: #003775;
|
|
13454
|
+
--shuyunBlue7: #002147;
|
|
13455
|
+
}
|
|
13456
|
+
.newCloud-drawer1-content {
|
|
13457
|
+
padding: 0 !important;
|
|
13458
|
+
width: 100% !important;
|
|
13459
|
+
}
|
|
13460
|
+
.newCloud-drawer1-content .newCloud-drawer1-container {
|
|
13461
|
+
height: 100% !important;
|
|
13462
|
+
padding-bottom: 0 !important;
|
|
13463
|
+
}
|
|
13464
|
+
.customer-view-area-new {
|
|
13465
|
+
--shuyunBlue1: #EDF5FF;
|
|
13466
|
+
--shuyunBlue2: #D6E9FF;
|
|
13467
|
+
--shuyunBlue3: #AFCFFA;
|
|
13468
|
+
--shuyunBlue4: #0055CC;
|
|
13469
|
+
--shuyunBlue5: #0748A3;
|
|
13470
|
+
--shuyunBlue6: #123B75;
|
|
13471
|
+
--shuyunBlue7: #172D4D;
|
|
13472
|
+
height: 100%;
|
|
13473
|
+
font-size: 12px;
|
|
13474
|
+
background: #F5F5F5;
|
|
13475
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13476
|
+
font-variant: tabular-nums;
|
|
13477
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13478
|
+
}
|
|
13479
|
+
.customer-view-area-new .hideLabel {
|
|
13480
|
+
display: none;
|
|
13481
|
+
}
|
|
13482
|
+
.newCloud-drawer1.show {
|
|
13483
|
+
z-index: 1010;
|
|
13484
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13485
|
+
font-variant: tabular-nums;
|
|
13486
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13487
|
+
}
|
|
13488
|
+
.newCloud-drawer1-title {
|
|
13489
|
+
font-size: 16px;
|
|
13490
|
+
font-weight: bold;
|
|
13491
|
+
}
|
|
13492
|
+
.newCloud-drawer1-close {
|
|
13493
|
+
font-size: 24px;
|
|
13494
|
+
padding-right: 16px;
|
|
13495
|
+
cursor: pointer;
|
|
13496
|
+
}
|
|
13497
|
+
.newCloud-input:focus {
|
|
13498
|
+
border-color: var(--shuyunBlue4) !important;
|
|
13499
|
+
}
|
|
13500
|
+
.newCloud-picker-input > input:focus {
|
|
13501
|
+
border: 0 !important;
|
|
13502
|
+
outline: none;
|
|
13503
|
+
}
|
|
13504
|
+
|
|
13505
|
+
/**
|
|
13506
|
+
* index.less
|
|
13507
|
+
* wangbo
|
|
13508
|
+
* 2019/10/8
|
|
13509
|
+
*/
|
|
13510
|
+
body {
|
|
13511
|
+
margin: 0;
|
|
13512
|
+
--shuyunBlue1: #EDF6FF;
|
|
13513
|
+
--shuyunBlue2: #CCE6FF;
|
|
13514
|
+
--shuyunBlue3: #72B0ED;
|
|
13515
|
+
--shuyunBlue4: #0066CC;
|
|
13516
|
+
--shuyunBlue5: #004CA3;
|
|
13517
|
+
--shuyunBlue6: #003775;
|
|
13518
|
+
--shuyunBlue7: #002147;
|
|
13519
|
+
}
|
|
13520
|
+
.newCloud-drawer1-content {
|
|
13521
|
+
padding: 0 !important;
|
|
13522
|
+
width: 100% !important;
|
|
13523
|
+
}
|
|
13524
|
+
.newCloud-drawer1-content .newCloud-drawer1-container {
|
|
13525
|
+
height: 100% !important;
|
|
13526
|
+
padding-bottom: 0 !important;
|
|
13527
|
+
}
|
|
13528
|
+
.customer-view-area-new {
|
|
13529
|
+
--shuyunBlue1: #EDF5FF;
|
|
13530
|
+
--shuyunBlue2: #D6E9FF;
|
|
13531
|
+
--shuyunBlue3: #AFCFFA;
|
|
13532
|
+
--shuyunBlue4: #0055CC;
|
|
13533
|
+
--shuyunBlue5: #0748A3;
|
|
13534
|
+
--shuyunBlue6: #123B75;
|
|
13535
|
+
--shuyunBlue7: #172D4D;
|
|
13536
|
+
height: 100%;
|
|
13537
|
+
font-size: 12px;
|
|
13538
|
+
background: #F5F5F5;
|
|
13539
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13540
|
+
font-variant: tabular-nums;
|
|
13541
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13542
|
+
}
|
|
13543
|
+
.customer-view-area-new .hideLabel {
|
|
13544
|
+
display: none;
|
|
13545
|
+
}
|
|
13546
|
+
.newCloud-drawer1.show {
|
|
13547
|
+
z-index: 1010;
|
|
13548
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13549
|
+
font-variant: tabular-nums;
|
|
13550
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13551
|
+
}
|
|
13552
|
+
.newCloud-drawer1-title {
|
|
13553
|
+
font-size: 16px;
|
|
13554
|
+
font-weight: bold;
|
|
13555
|
+
}
|
|
13556
|
+
.newCloud-drawer1-close {
|
|
13557
|
+
font-size: 24px;
|
|
13558
|
+
padding-right: 16px;
|
|
13559
|
+
cursor: pointer;
|
|
13560
|
+
}
|
|
13561
|
+
.newCloud-input:focus {
|
|
13562
|
+
border-color: var(--shuyunBlue4) !important;
|
|
13563
|
+
}
|
|
13564
|
+
.newCloud-picker-input > input:focus {
|
|
13565
|
+
border: 0 !important;
|
|
13566
|
+
outline: none;
|
|
13567
|
+
}
|
|
13568
|
+
.account-area-new {
|
|
13569
|
+
background: #FFFFFF;
|
|
13570
|
+
height: 120px;
|
|
13571
|
+
padding: 16px;
|
|
13572
|
+
box-sizing: border-box;
|
|
13573
|
+
margin-bottom: 16px;
|
|
13574
|
+
}
|
|
13575
|
+
.account-area-new .customer-account-info-new .uniId-wrap {
|
|
13576
|
+
position: relative;
|
|
13577
|
+
display: flex;
|
|
13578
|
+
margin-bottom: 16px;
|
|
13579
|
+
font-size: 16px;
|
|
13580
|
+
font-weight: 500;
|
|
13581
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13582
|
+
}
|
|
13583
|
+
.account-area-new .customer-account-info-new .uniId-wrap p {
|
|
13584
|
+
height: 24px;
|
|
13585
|
+
line-height: 24px;
|
|
13586
|
+
}
|
|
13587
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-self {
|
|
13588
|
+
cursor: pointer;
|
|
13589
|
+
}
|
|
13590
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state {
|
|
13591
|
+
margin-left: 8px;
|
|
13592
|
+
border-radius: 13px;
|
|
13593
|
+
padding: 0 8px;
|
|
13594
|
+
font-size: 12px;
|
|
13595
|
+
font-weight: 400;
|
|
13596
|
+
height: 22px;
|
|
13597
|
+
line-height: 22px;
|
|
13598
|
+
}
|
|
13599
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-1 {
|
|
13600
|
+
color: #D99800;
|
|
13601
|
+
background: #FFF9DB;
|
|
13602
|
+
}
|
|
13603
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-2 {
|
|
13604
|
+
color: #008F21;
|
|
13605
|
+
background: #E5F9E7;
|
|
13606
|
+
}
|
|
13607
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-3 {
|
|
13608
|
+
color: #555BB3;
|
|
13609
|
+
background: #EEEFFF;
|
|
13610
|
+
}
|
|
13611
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-4 {
|
|
13612
|
+
color: #2244CC;
|
|
13613
|
+
background: #F5F7FF;
|
|
13614
|
+
}
|
|
13615
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-5 {
|
|
13616
|
+
color: #14768F;
|
|
13617
|
+
background: #E5F5F9;
|
|
13618
|
+
}
|
|
13619
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-6 {
|
|
13620
|
+
color: #BD3535;
|
|
13621
|
+
background: #FFEDED;
|
|
13622
|
+
}
|
|
13623
|
+
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state-7 {
|
|
13624
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13625
|
+
background: #F5F5F5;
|
|
13626
|
+
}
|
|
13627
|
+
.account-area-new .customer-account-info-new .uniId-wrap .info-edit {
|
|
13628
|
+
cursor: pointer;
|
|
13629
|
+
position: absolute;
|
|
13630
|
+
right: 0;
|
|
13631
|
+
top: 2px;
|
|
13632
|
+
height: 20px;
|
|
13633
|
+
line-height: 20px;
|
|
13634
|
+
font-size: 14px;
|
|
13635
|
+
font-weight: 400;
|
|
13636
|
+
color: var(--shuyunBlue4);
|
|
13637
|
+
}
|
|
13638
|
+
.account-area-new .customer-account-info-new .uniId-wrap .info-edit i {
|
|
13639
|
+
font-size: 14px;
|
|
13640
|
+
margin-right: 3px;
|
|
13641
|
+
}
|
|
13642
|
+
.account-area-new .customer-account-info-new .customer-info-wrap {
|
|
13643
|
+
display: flex;
|
|
13644
|
+
flex-wrap: wrap;
|
|
13645
|
+
}
|
|
13646
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info {
|
|
13647
|
+
width: 25%;
|
|
13648
|
+
display: flex;
|
|
13649
|
+
margin-bottom: 13px;
|
|
13650
|
+
font-size: 14px;
|
|
13651
|
+
line-height: 20px;
|
|
13652
|
+
height: 20px;
|
|
13653
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13654
|
+
overflow: hidden;
|
|
13655
|
+
}
|
|
13656
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
|
|
13657
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-hide {
|
|
13658
|
+
display: none;
|
|
13659
|
+
}
|
|
13660
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text {
|
|
13661
|
+
cursor: pointer;
|
|
13662
|
+
display: flex;
|
|
13663
|
+
width: calc(100% - 50px);
|
|
13664
|
+
}
|
|
13665
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-view,
|
|
13666
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-hide {
|
|
13667
|
+
margin-left: 4px;
|
|
13668
|
+
font-size: 14px;
|
|
13669
|
+
}
|
|
13670
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
|
|
13671
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
|
|
13672
|
+
display: inline-block;
|
|
13673
|
+
}
|
|
13674
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-special {
|
|
13675
|
+
width: calc(100% - 90px);
|
|
13676
|
+
}
|
|
13677
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
|
|
13678
|
+
max-width: calc(100% - 20px);
|
|
13679
|
+
overflow: hidden;
|
|
13680
|
+
text-decoration: none;
|
|
13681
|
+
white-space: nowrap;
|
|
13682
|
+
text-overflow: ellipsis;
|
|
13683
|
+
}
|
|
13684
|
+
.customer-info-edit-modal .newCloud-form-item {
|
|
13685
|
+
height: 32px;
|
|
13686
|
+
margin-bottom: 16px;
|
|
13687
|
+
}
|
|
13688
|
+
.customer-info-edit-modal .newCloud-form-item:last-child {
|
|
13689
|
+
margin-bottom: 0;
|
|
13690
|
+
}
|
|
13691
|
+
.customer-info-edit-modal .special-bottom {
|
|
13692
|
+
margin-bottom: 24px !important;
|
|
13693
|
+
}
|
|
13694
|
+
|
|
13695
|
+
/**
|
|
13696
|
+
* areaStyle.less
|
|
13697
|
+
* wangbo
|
|
13698
|
+
* 2019/10/24
|
|
13699
|
+
*/
|
|
13700
|
+
body {
|
|
13701
|
+
margin: 0;
|
|
13702
|
+
--shuyunBlue1: #EDF6FF;
|
|
13703
|
+
--shuyunBlue2: #CCE6FF;
|
|
13704
|
+
--shuyunBlue3: #72B0ED;
|
|
13705
|
+
--shuyunBlue4: #0066CC;
|
|
13706
|
+
--shuyunBlue5: #004CA3;
|
|
13707
|
+
--shuyunBlue6: #003775;
|
|
13708
|
+
--shuyunBlue7: #002147;
|
|
13709
|
+
}
|
|
13710
|
+
.area-style-new .address-item {
|
|
13711
|
+
display: flex;
|
|
13712
|
+
width: 544px;
|
|
13713
|
+
justify-content: space-between;
|
|
13714
|
+
margin-bottom: 8px;
|
|
13715
|
+
}
|
|
13716
|
+
|
|
13717
|
+
/**
|
|
13718
|
+
* style.less
|
|
13719
|
+
* @author wangbo
|
|
13720
|
+
* @since 2020/2/21
|
|
13721
|
+
* @github https://github.com/BoWang816
|
|
13722
|
+
*/
|
|
13723
|
+
/**
|
|
13724
|
+
* index.less
|
|
13725
|
+
* wangbo
|
|
13726
|
+
* 2019/10/8
|
|
13727
|
+
*/
|
|
13728
|
+
body {
|
|
13729
|
+
margin: 0;
|
|
13730
|
+
--shuyunBlue1: #EDF6FF;
|
|
13731
|
+
--shuyunBlue2: #CCE6FF;
|
|
13732
|
+
--shuyunBlue3: #72B0ED;
|
|
13733
|
+
--shuyunBlue4: #0066CC;
|
|
13734
|
+
--shuyunBlue5: #004CA3;
|
|
13735
|
+
--shuyunBlue6: #003775;
|
|
13736
|
+
--shuyunBlue7: #002147;
|
|
13737
|
+
}
|
|
13738
|
+
.newCloud-drawer1-content {
|
|
13739
|
+
padding: 0 !important;
|
|
13740
|
+
width: 100% !important;
|
|
13741
|
+
}
|
|
13742
|
+
.newCloud-drawer1-content .newCloud-drawer1-container {
|
|
13743
|
+
height: 100% !important;
|
|
13744
|
+
padding-bottom: 0 !important;
|
|
13745
|
+
}
|
|
13746
|
+
.customer-view-area-new {
|
|
13747
|
+
--shuyunBlue1: #EDF5FF;
|
|
13748
|
+
--shuyunBlue2: #D6E9FF;
|
|
13749
|
+
--shuyunBlue3: #AFCFFA;
|
|
13750
|
+
--shuyunBlue4: #0055CC;
|
|
13751
|
+
--shuyunBlue5: #0748A3;
|
|
13752
|
+
--shuyunBlue6: #123B75;
|
|
13753
|
+
--shuyunBlue7: #172D4D;
|
|
13754
|
+
height: 100%;
|
|
13755
|
+
font-size: 12px;
|
|
13756
|
+
background: #F5F5F5;
|
|
13757
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13758
|
+
font-variant: tabular-nums;
|
|
13759
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13760
|
+
}
|
|
13761
|
+
.customer-view-area-new .hideLabel {
|
|
13762
|
+
display: none;
|
|
13763
|
+
}
|
|
13764
|
+
.newCloud-drawer1.show {
|
|
13765
|
+
z-index: 1010;
|
|
13766
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13767
|
+
font-variant: tabular-nums;
|
|
13768
|
+
font-feature-settings: 'tnum', "tnum";
|
|
13769
|
+
}
|
|
13770
|
+
.newCloud-drawer1-title {
|
|
13771
|
+
font-size: 16px;
|
|
13772
|
+
font-weight: bold;
|
|
13773
|
+
}
|
|
13774
|
+
.newCloud-drawer1-close {
|
|
13775
|
+
font-size: 24px;
|
|
13776
|
+
padding-right: 16px;
|
|
13777
|
+
cursor: pointer;
|
|
13778
|
+
}
|
|
13779
|
+
.newCloud-input:focus {
|
|
13780
|
+
border-color: var(--shuyunBlue4) !important;
|
|
13781
|
+
}
|
|
13782
|
+
.newCloud-picker-input > input:focus {
|
|
13783
|
+
border: 0 !important;
|
|
13784
|
+
outline: none;
|
|
13785
|
+
}
|
|
13786
|
+
#computedWidth {
|
|
13787
|
+
display: none;
|
|
13788
|
+
}
|
|
13789
|
+
.grid-area-new {
|
|
13790
|
+
height: calc(100% - 136px);
|
|
13791
|
+
background: #FFFFFF;
|
|
13792
|
+
}
|
|
13793
|
+
.grid-area-new .newCloud-tabs {
|
|
13794
|
+
height: 100%;
|
|
13795
|
+
}
|
|
13796
|
+
.grid-area-new .newCloud-tabs .newCloud-tabs-header-line {
|
|
13797
|
+
margin-bottom: 0;
|
|
13798
|
+
}
|
|
13799
|
+
.grid-area-new .newCloud-tabpanel-container {
|
|
13800
|
+
height: calc(100% - 49px);
|
|
13801
|
+
overflow: auto;
|
|
13802
|
+
}
|
|
13803
|
+
.grid-area-new .customer-address-area {
|
|
13804
|
+
padding-top: 10px;
|
|
13805
|
+
}
|
|
13806
|
+
.grid-area-new .customer-dynamic-info-new {
|
|
13807
|
+
padding: 16px 0!important;
|
|
13808
|
+
}
|
|
13809
|
+
.grid-area-new .customer-dynamic-info-new .newCloud-tips {
|
|
13810
|
+
margin: 0 16px 16px 16px;
|
|
13811
|
+
}
|
|
13812
|
+
.grid-area-new .customer-dynamic-info-new .search-box {
|
|
13813
|
+
height: 32px;
|
|
13814
|
+
margin: 0 16px 16px 16px;
|
|
13815
|
+
display: flex;
|
|
13816
|
+
align-items: center;
|
|
13817
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13818
|
+
font-size: 14px;
|
|
13819
|
+
}
|
|
13820
|
+
.grid-area-new .customer-dynamic-info-new .search-box .newCloud-picker {
|
|
13821
|
+
margin-right: 16px;
|
|
13822
|
+
}
|
|
13823
|
+
.grid-area-new .customer-dynamic-info-new .content-div {
|
|
13824
|
+
position: relative;
|
|
13825
|
+
height: calc(100% - 38px - 32px - 32px);
|
|
13826
|
+
overflow: auto;
|
|
13827
|
+
padding: 0 16px;
|
|
13828
|
+
box-sizing: border-box;
|
|
13829
|
+
}
|
|
13830
|
+
.grid-area-new .customer-dynamic-info-new .content-div .empty-div {
|
|
13831
|
+
position: absolute;
|
|
13832
|
+
top: calc((100% - 64px)/2);
|
|
13833
|
+
left: calc((100% - 64px)/2);
|
|
13834
|
+
width: 64px;
|
|
13835
|
+
height: 90px;
|
|
13836
|
+
}
|
|
13837
|
+
.grid-area-new .customer-dynamic-info-new .content-div .empty-div > p {
|
|
13838
|
+
text-align: center;
|
|
13839
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13840
|
+
font-weight: 400;
|
|
13841
|
+
font-size: 14px;
|
|
13842
|
+
line-height: 20px;
|
|
13843
|
+
}
|
|
13844
|
+
.grid-area-new .customer-dynamic-info-new .dynamic {
|
|
13845
|
+
width: 100%;
|
|
13846
|
+
margin-bottom: 16px;
|
|
13847
|
+
}
|
|
13848
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-time {
|
|
13849
|
+
height: 20px;
|
|
13850
|
+
font-size: 14px;
|
|
13851
|
+
font-weight: 500;
|
|
13852
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13853
|
+
line-height: 20px;
|
|
13854
|
+
margin-bottom: 16px;
|
|
13855
|
+
}
|
|
13856
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content {
|
|
13857
|
+
position: relative;
|
|
13858
|
+
display: flex;
|
|
13859
|
+
width: 100%;
|
|
13860
|
+
}
|
|
13861
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-time {
|
|
13862
|
+
width: 50px;
|
|
13863
|
+
height: 18px;
|
|
13864
|
+
font-size: 12px;
|
|
13865
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13866
|
+
line-height: 18px;
|
|
13867
|
+
margin-right: 16px;
|
|
13868
|
+
margin-top: 2px;
|
|
13869
|
+
}
|
|
13870
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-icon {
|
|
13871
|
+
width: 9px;
|
|
13872
|
+
height: 9px;
|
|
13873
|
+
border-radius: 9px;
|
|
13874
|
+
background: #496BF5;
|
|
13875
|
+
margin-right: 16px;
|
|
13876
|
+
margin-top: 7px;
|
|
13877
|
+
}
|
|
13878
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type {
|
|
13879
|
+
width: 32px;
|
|
13880
|
+
height: 22px;
|
|
13881
|
+
text-align: center;
|
|
13882
|
+
font-size: 12px;
|
|
13883
|
+
font-weight: 400;
|
|
13884
|
+
line-height: 22px;
|
|
13885
|
+
margin-right: 12px;
|
|
13886
|
+
}
|
|
13887
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-marketing {
|
|
13888
|
+
background: #FFEDED;
|
|
13889
|
+
color: #BD3535;
|
|
13890
|
+
}
|
|
13891
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-interaction {
|
|
13892
|
+
background: #F5F7FF;
|
|
13893
|
+
color: #2244CC;
|
|
13894
|
+
}
|
|
13895
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-trades {
|
|
13896
|
+
background: #FFF5E6;
|
|
13897
|
+
color: #D66A04;
|
|
13898
|
+
}
|
|
13899
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-refunds {
|
|
13900
|
+
background: #FFF9DB;
|
|
13901
|
+
color: #D99800;
|
|
13902
|
+
}
|
|
13903
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-rates {
|
|
13904
|
+
background: #E5F9E7;
|
|
13905
|
+
color: #008F39;
|
|
13906
|
+
}
|
|
13907
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info {
|
|
13908
|
+
width: calc(100% - 135px);
|
|
13909
|
+
}
|
|
13910
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info p {
|
|
13911
|
+
height: 20px;
|
|
13912
|
+
font-size: 14px;
|
|
13913
|
+
font-weight: 400;
|
|
13914
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13915
|
+
line-height: 20px;
|
|
13916
|
+
margin-bottom: 8px;
|
|
13917
|
+
}
|
|
13918
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info div {
|
|
13919
|
+
padding: 12px;
|
|
13920
|
+
box-sizing: border-box;
|
|
13921
|
+
background: #FAFAFA;
|
|
13922
|
+
width: 100%;
|
|
13923
|
+
font-size: 14px;
|
|
13924
|
+
font-weight: 400;
|
|
13925
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13926
|
+
line-height: 20px;
|
|
13927
|
+
}
|
|
13928
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content:not(:last-child) {
|
|
13929
|
+
margin-bottom: 24px;
|
|
13930
|
+
}
|
|
13931
|
+
.grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content:not(:last-child)::before {
|
|
13932
|
+
content: '';
|
|
13933
|
+
position: absolute;
|
|
13934
|
+
width: 1px;
|
|
13935
|
+
height: 100%;
|
|
13936
|
+
left: 70px;
|
|
13937
|
+
top: calc(7px + 9px + 8px);
|
|
13938
|
+
background: rgba(0, 0, 0, 0.15);
|
|
13939
|
+
}
|
|
13940
|
+
.grid-area-new .customer-dynamic-info-new .load-more {
|
|
13941
|
+
display: block;
|
|
13942
|
+
cursor: pointer;
|
|
13943
|
+
height: 20px;
|
|
13944
|
+
font-size: 14px;
|
|
13945
|
+
font-weight: 400;
|
|
13946
|
+
color: #496BF5;
|
|
13947
|
+
line-height: 20px;
|
|
13948
|
+
margin-top: 40px;
|
|
13949
|
+
margin-left: 135px;
|
|
13950
|
+
}
|
|
13951
|
+
.grid-area-new .customer-evaluation-new,
|
|
13952
|
+
.grid-area-new .customer-benefit-area-new,
|
|
13953
|
+
.grid-area-new .customer-dynamic-info-new {
|
|
13954
|
+
height: 100%;
|
|
13955
|
+
box-sizing: border-box;
|
|
13956
|
+
padding: 16px;
|
|
13957
|
+
}
|
|
13958
|
+
.grid-area-new .customer-evaluation-new .shop-filter,
|
|
13959
|
+
.grid-area-new .customer-benefit-area-new .shop-filter,
|
|
13960
|
+
.grid-area-new .customer-dynamic-info-new .shop-filter {
|
|
13961
|
+
font-size: 14px;
|
|
13962
|
+
margin-bottom: 16px;
|
|
13963
|
+
}
|
|
13964
|
+
.grid-area-new .customer-evaluation-new .rate-time {
|
|
13965
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13966
|
+
display: flex;
|
|
13967
|
+
align-items: center;
|
|
13968
|
+
}
|
|
13969
|
+
.grid-area-new .customer-evaluation-new .rate-time > svg {
|
|
13970
|
+
width: 14px;
|
|
13971
|
+
height: 16px;
|
|
13972
|
+
margin-right: 6px;
|
|
13973
|
+
}
|
|
13974
|
+
.grid-area-new .customer-evaluation-new .rate-time #icon-good-review {
|
|
13975
|
+
fill: #E74949;
|
|
13976
|
+
}
|
|
13977
|
+
.grid-area-new .customer-evaluation-new .rate-time #icon-medium-review {
|
|
13978
|
+
fill: #FDA33D;
|
|
13979
|
+
}
|
|
13980
|
+
.grid-area-new .customer-evaluation-new .rate-time #icon-poor-review {
|
|
13981
|
+
fill: #D9D9D9;
|
|
13982
|
+
}
|
|
13983
|
+
.grid-area-new .customer-evaluation-new .estimate-content-info {
|
|
13984
|
+
cursor: pointer;
|
|
13985
|
+
white-space: normal;
|
|
13986
|
+
word-break: break-all;
|
|
13987
|
+
text-overflow: ellipsis;
|
|
13988
|
+
display: -webkit-box;
|
|
13989
|
+
-webkit-box-orient: vertical;
|
|
13990
|
+
-moz-box-orient: vertical;
|
|
13991
|
+
-webkit-line-clamp: 2;
|
|
13992
|
+
overflow: hidden;
|
|
13993
|
+
}
|
|
13994
|
+
.grid-area-new .customer-evaluation-new .cTable-tip-text {
|
|
13995
|
+
cursor: pointer;
|
|
13996
|
+
margin-top: 4px;
|
|
13997
|
+
font-size: 12px;
|
|
13998
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13999
|
+
}
|
|
14000
|
+
.grid-area-new .customer-evaluation-new .cTable-product-name {
|
|
14001
|
+
display: block;
|
|
14002
|
+
width: 100%;
|
|
14003
|
+
overflow: hidden;
|
|
14004
|
+
white-space: nowrap;
|
|
14005
|
+
text-overflow: ellipsis;
|
|
14006
|
+
color: var(--shuyunBlue4);
|
|
14007
|
+
cursor: pointer;
|
|
14008
|
+
}
|
|
14009
|
+
.grid-area-new .customer-evaluation-new .emptyArea {
|
|
14010
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14011
|
+
font-weight: 400;
|
|
14012
|
+
font-size: 14px;
|
|
14013
|
+
}
|
|
14014
|
+
.grid-area-new .customer-benefit-area-new .table-opt {
|
|
14015
|
+
padding: 16px 0 12px 0;
|
|
14016
|
+
}
|
|
14017
|
+
.grid-area-new .customer-benefit-area-new .table-opt .shop-filter {
|
|
14018
|
+
margin-bottom: 0;
|
|
14019
|
+
margin-right: 20px;
|
|
14020
|
+
}
|
|
14021
|
+
.grid-area-new .customer-benefit-area-new .newCloud-loading {
|
|
14022
|
+
height: calc(100% - 38px);
|
|
14023
|
+
}
|
|
14024
|
+
.grid-area-new .customer-benefit-area-new .table-info-tips {
|
|
14025
|
+
height: 20px;
|
|
14026
|
+
line-height: 20px;
|
|
14027
|
+
padding-top: 16px;
|
|
14028
|
+
font-size: 14px;
|
|
14029
|
+
font-weight: 400;
|
|
14030
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14031
|
+
box-sizing: content-box !important;
|
|
14032
|
+
}
|
|
14033
|
+
.grid-area-new .customer-benefit-area-new .table-info-tips .empty {
|
|
14034
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14035
|
+
}
|
|
14036
|
+
.grid-area-new .customer-benefit-area-new .table-info-tips .title-count {
|
|
14037
|
+
padding-right: 24px;
|
|
14038
|
+
}
|
|
14039
|
+
.grid-area-new .customer-benefit-area-new .table-info-tips .cloud-select {
|
|
14040
|
+
display: inline-block;
|
|
14041
|
+
vertical-align: middle;
|
|
14042
|
+
width: 250px;
|
|
14043
|
+
background: white;
|
|
14044
|
+
margin-right: 20px;
|
|
14045
|
+
}
|
|
14046
|
+
.grid-area-new .customer-benefit-area-new .emptyArea {
|
|
14047
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14048
|
+
font-weight: 400;
|
|
14049
|
+
font-size: 14px;
|
|
14050
|
+
}
|
|
14051
|
+
.grid-area-new .customer-order-area-new {
|
|
14052
|
+
height: calc(100% - 16px);
|
|
14053
|
+
box-sizing: border-box;
|
|
14054
|
+
}
|
|
14055
|
+
.grid-area-new .customer-order-area-new .shop-filter {
|
|
14056
|
+
font-size: 14px;
|
|
14057
|
+
margin-bottom: 16px;
|
|
14058
|
+
padding-left: 16px;
|
|
14059
|
+
margin-top: 16px;
|
|
14060
|
+
}
|
|
14061
|
+
.grid-area-new .customer-order-area-new .empty-order {
|
|
14062
|
+
position: absolute;
|
|
14063
|
+
top: calc((100% - 90px)/2);
|
|
14064
|
+
left: calc((100% - 64px)/2);
|
|
14065
|
+
width: 64px;
|
|
14066
|
+
height: 90px;
|
|
14067
|
+
}
|
|
14068
|
+
.grid-area-new .customer-order-area-new .empty-order > p {
|
|
14069
|
+
text-align: center;
|
|
14070
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14071
|
+
font-weight: 400;
|
|
14072
|
+
font-size: 14px;
|
|
14073
|
+
}
|
|
14074
|
+
.grid-area-new .customer-order-area-new .order-list {
|
|
14075
|
+
height: calc(100% - 80px - 35px);
|
|
14076
|
+
padding-left: 16px;
|
|
14077
|
+
padding-right: 16px;
|
|
14078
|
+
overflow: auto;
|
|
14079
|
+
}
|
|
14080
|
+
.grid-area-new .customer-order-area-new .order-list-right {
|
|
14081
|
+
margin-right: 10px;
|
|
14082
|
+
}
|
|
14083
|
+
.grid-area-new .customer-order-area-new .table-column1 {
|
|
14084
|
+
width: 338px;
|
|
14085
|
+
flex: none;
|
|
14086
|
+
}
|
|
14087
|
+
.grid-area-new .customer-order-area-new .table-column2 {
|
|
14088
|
+
width: 150px;
|
|
14089
|
+
flex: none;
|
|
14090
|
+
}
|
|
14091
|
+
.grid-area-new .customer-order-area-new .table-column5 {
|
|
14092
|
+
width: 260px;
|
|
14093
|
+
position: relative;
|
|
14094
|
+
flex: none;
|
|
14095
|
+
}
|
|
14096
|
+
.grid-area-new .customer-order-area-new .table-column5 .newCloud-icon {
|
|
14097
|
+
position: absolute;
|
|
14098
|
+
right: 16px;
|
|
14099
|
+
top: 12px;
|
|
14100
|
+
cursor: pointer;
|
|
14101
|
+
color: var(--shuyunBlue4);
|
|
14102
|
+
}
|
|
14103
|
+
.grid-area-new .customer-order-area-new .order-table-title {
|
|
14104
|
+
display: flex;
|
|
14105
|
+
font-size: 14px;
|
|
14106
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14107
|
+
}
|
|
14108
|
+
.grid-area-new .customer-order-area-new .order-table-title .table-column1,
|
|
14109
|
+
.grid-area-new .customer-order-area-new .order-table-title .table-column2,
|
|
14110
|
+
.grid-area-new .customer-order-area-new .order-table-title .table-column5 {
|
|
14111
|
+
height: 44px;
|
|
14112
|
+
line-height: 20px;
|
|
14113
|
+
padding: 12px;
|
|
14114
|
+
box-sizing: border-box;
|
|
14115
|
+
background: #FAFAFA;
|
|
14116
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14117
|
+
border-radius: 2px 0 0 0;
|
|
14118
|
+
}
|
|
14119
|
+
.grid-area-new .customer-order-area-new .order-table-body {
|
|
14120
|
+
display: flex;
|
|
14121
|
+
flex-direction: column;
|
|
14122
|
+
}
|
|
14123
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
14124
|
+
margin-top: 13px;
|
|
14125
|
+
}
|
|
14126
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title {
|
|
14127
|
+
width: 1048px;
|
|
14128
|
+
height: 40px;
|
|
14129
|
+
background: #FAFAFA;
|
|
14130
|
+
padding: 10px 12px;
|
|
14131
|
+
box-sizing: border-box;
|
|
14132
|
+
display: flex;
|
|
14133
|
+
border-top: 1px solid #E8E8E8;
|
|
14134
|
+
border-left: 1px solid #E8E8E8;
|
|
14135
|
+
border-right: 1px solid #E8E8E8;
|
|
14136
|
+
}
|
|
14137
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
|
|
14138
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
|
|
14139
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14140
|
+
height: 20px;
|
|
14141
|
+
line-height: 20px;
|
|
14142
|
+
font-size: 14px;
|
|
14143
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14144
|
+
}
|
|
14145
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
|
|
14146
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
|
|
14147
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
|
|
14148
|
+
cursor: pointer;
|
|
14149
|
+
}
|
|
14150
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
|
|
14151
|
+
font-weight: 500;
|
|
14152
|
+
}
|
|
14153
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
|
|
14154
|
+
margin-top: -2px;
|
|
14155
|
+
padding-right: 4px;
|
|
14156
|
+
}
|
|
14157
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
|
|
14158
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14159
|
+
margin-left: 30px;
|
|
14160
|
+
}
|
|
14161
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
|
|
14162
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
|
|
14163
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14164
|
+
}
|
|
14165
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14166
|
+
width: 220px;
|
|
14167
|
+
}
|
|
14168
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
|
|
14169
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
|
|
14170
|
+
width: calc((100% - 440px - 120px) / 3);
|
|
14171
|
+
overflow: hidden;
|
|
14172
|
+
white-space: nowrap;
|
|
14173
|
+
text-overflow: ellipsis;
|
|
14174
|
+
}
|
|
14175
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
|
|
14176
|
+
width: 1198px !important;
|
|
14177
|
+
}
|
|
14178
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
|
|
14179
|
+
width: 1348px !important;
|
|
14180
|
+
}
|
|
14181
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
|
|
14182
|
+
width: 1498px !important;
|
|
14183
|
+
}
|
|
14184
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another {
|
|
14185
|
+
width: 1048px;
|
|
14186
|
+
background: #FAFAFA;
|
|
14187
|
+
padding: 10px 12px;
|
|
14188
|
+
box-sizing: border-box;
|
|
14189
|
+
border-top: 1px solid #E8E8E8;
|
|
14190
|
+
border-left: 1px solid #E8E8E8;
|
|
14191
|
+
border-right: 1px solid #E8E8E8;
|
|
14192
|
+
}
|
|
14193
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
|
|
14194
|
+
width: 100%;
|
|
14195
|
+
display: flex;
|
|
14196
|
+
}
|
|
14197
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
14198
|
+
margin-bottom: 10px;
|
|
14199
|
+
}
|
|
14200
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
|
|
14201
|
+
height: 20px;
|
|
14202
|
+
line-height: 20px;
|
|
14203
|
+
font-size: 14px;
|
|
14204
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14205
|
+
width: calc((100% - 90px) / 4);
|
|
14206
|
+
margin-left: 30px;
|
|
14207
|
+
overflow: hidden;
|
|
14208
|
+
white-space: nowrap;
|
|
14209
|
+
text-overflow: ellipsis;
|
|
14210
|
+
}
|
|
14211
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
|
|
14212
|
+
cursor: pointer;
|
|
14213
|
+
}
|
|
14214
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
|
|
14215
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14216
|
+
}
|
|
14217
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
|
|
14218
|
+
font-weight: 500;
|
|
14219
|
+
margin-left: 0 !important;
|
|
14220
|
+
}
|
|
14221
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
|
|
14222
|
+
margin-top: -2px;
|
|
14223
|
+
padding-right: 4px;
|
|
14224
|
+
}
|
|
14225
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
|
|
14226
|
+
margin-left: 0 !important;
|
|
14227
|
+
}
|
|
14228
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content {
|
|
14229
|
+
display: flex;
|
|
14230
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14231
|
+
}
|
|
14232
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 {
|
|
14233
|
+
flex: none;
|
|
14234
|
+
}
|
|
14235
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 .order-content-one-div {
|
|
14236
|
+
display: flex;
|
|
14237
|
+
}
|
|
14238
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-production {
|
|
14239
|
+
border-left: 1px solid #E8E8E8;
|
|
14240
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14241
|
+
box-sizing: border-box;
|
|
14242
|
+
width: 338px;
|
|
14243
|
+
padding: 12px;
|
|
14244
|
+
display: flex;
|
|
14245
|
+
}
|
|
14246
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .product-name {
|
|
14247
|
+
display: inline-block;
|
|
14248
|
+
vertical-align: top;
|
|
14249
|
+
margin-left: 8px;
|
|
14250
|
+
line-height: 20px;
|
|
14251
|
+
font-size: 14px;
|
|
14252
|
+
}
|
|
14253
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a {
|
|
14254
|
+
cursor: pointer;
|
|
14255
|
+
text-decoration: none;
|
|
14256
|
+
color: var(--shuyunBlue4);
|
|
14257
|
+
white-space: normal;
|
|
14258
|
+
word-break: break-all;
|
|
14259
|
+
text-overflow: ellipsis;
|
|
14260
|
+
display: -webkit-box;
|
|
14261
|
+
-webkit-box-orient: vertical;
|
|
14262
|
+
-moz-box-orient: vertical;
|
|
14263
|
+
-webkit-line-clamp: 2;
|
|
14264
|
+
overflow: hidden;
|
|
14265
|
+
}
|
|
14266
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a:hover {
|
|
14267
|
+
color: var(--shuyunBlue4);
|
|
14268
|
+
}
|
|
14269
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .sku {
|
|
14270
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14271
|
+
}
|
|
14272
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .product-refund {
|
|
14273
|
+
width: 56px;
|
|
14274
|
+
height: 22px;
|
|
14275
|
+
background: #FFF5E6;
|
|
14276
|
+
border-radius: 2px;
|
|
14277
|
+
padding: 2px;
|
|
14278
|
+
box-sizing: border-box;
|
|
14279
|
+
margin-top: 5px;
|
|
14280
|
+
font-size: 12px;
|
|
14281
|
+
color: #D66A04;
|
|
14282
|
+
line-height: 18px;
|
|
14283
|
+
}
|
|
14284
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-price,
|
|
14285
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count,
|
|
14286
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count-temp {
|
|
14287
|
+
border-left: 1px solid #E8E8E8;
|
|
14288
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14289
|
+
box-sizing: border-box;
|
|
14290
|
+
width: 150px;
|
|
14291
|
+
padding: 12px;
|
|
14292
|
+
display: flex;
|
|
14293
|
+
align-items: center;
|
|
14294
|
+
}
|
|
14295
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
|
|
14296
|
+
width: 150px;
|
|
14297
|
+
}
|
|
14298
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2,
|
|
14299
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
|
|
14300
|
+
flex: none;
|
|
14301
|
+
border-left: 1px solid #E8E8E8;
|
|
14302
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14303
|
+
box-sizing: border-box;
|
|
14304
|
+
padding: 12px;
|
|
14305
|
+
display: flex;
|
|
14306
|
+
align-items: center;
|
|
14307
|
+
}
|
|
14308
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
|
|
14309
|
+
width: 260px;
|
|
14310
|
+
border-right: 1px solid #E8E8E8;
|
|
14311
|
+
line-height: 20px;
|
|
14312
|
+
display: flex;
|
|
14313
|
+
flex-direction: column;
|
|
14314
|
+
justify-content: center;
|
|
14315
|
+
align-items: flex-start;
|
|
14316
|
+
}
|
|
14317
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
|
|
14318
|
+
color: #FD830A;
|
|
14319
|
+
}
|
|
14320
|
+
.grid-area-new .customer-order-area-new .order-table-body-empty {
|
|
14321
|
+
position: relative;
|
|
14322
|
+
height: calc(100% - 44px);
|
|
14323
|
+
}
|
|
14324
|
+
.grid-area-new .customer-order-area-new .footer-page {
|
|
14325
|
+
margin-top: 16px;
|
|
14326
|
+
padding-bottom: 16px;
|
|
14327
|
+
padding-right: 16px;
|
|
14328
|
+
float: right;
|
|
14329
|
+
}
|
|
14330
|
+
.grid-area-new .customer-account-new {
|
|
14331
|
+
width: 100%;
|
|
14332
|
+
padding-top: 16px;
|
|
14333
|
+
padding-left: calc((100% - 338px - 338px - 338px - 32px)/2);
|
|
14334
|
+
box-sizing: border-box;
|
|
14335
|
+
display: flex;
|
|
14336
|
+
flex-flow: wrap;
|
|
14337
|
+
}
|
|
14338
|
+
.grid-area-new .customer-account-new .account-info {
|
|
14339
|
+
display: flex;
|
|
14340
|
+
width: 338px;
|
|
14341
|
+
background: #FFFFFF;
|
|
14342
|
+
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
|
|
14343
|
+
border-radius: 4px;
|
|
14344
|
+
opacity: 0.7;
|
|
14345
|
+
border: 1px solid #E8E8E8;
|
|
14346
|
+
margin-bottom: 16px;
|
|
14347
|
+
box-sizing: border-box;
|
|
14348
|
+
}
|
|
14349
|
+
.grid-area-new .customer-account-new .account-info:not(:nth-child(3n)) {
|
|
14350
|
+
margin-right: 16px;
|
|
14351
|
+
}
|
|
14352
|
+
.grid-area-new .customer-account-new .account-info-left {
|
|
14353
|
+
width: 40px;
|
|
14354
|
+
height: 40px;
|
|
14355
|
+
margin-left: 12px;
|
|
14356
|
+
margin-top: 12px;
|
|
14357
|
+
margin-right: 12px;
|
|
14358
|
+
border: 1px solid #E8E8E8;
|
|
14359
|
+
border-radius: 20px;
|
|
14360
|
+
}
|
|
14361
|
+
.grid-area-new .customer-account-new .account-info-left img {
|
|
14362
|
+
width: 24px;
|
|
14363
|
+
margin: 8px;
|
|
14364
|
+
}
|
|
14365
|
+
.grid-area-new .customer-account-new .account-info-right {
|
|
14366
|
+
width: calc(100% - 40px - 24px);
|
|
14367
|
+
}
|
|
14368
|
+
.grid-area-new .customer-account-new .account-info-right > p {
|
|
14369
|
+
box-sizing: content-box !important;
|
|
14370
|
+
height: 20px;
|
|
14371
|
+
line-height: 20px;
|
|
14372
|
+
font-size: 14px;
|
|
14373
|
+
font-weight: 500;
|
|
14374
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14375
|
+
padding-top: 12px;
|
|
14376
|
+
padding-bottom: 8px;
|
|
14377
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14378
|
+
white-space: nowrap;
|
|
14379
|
+
overflow: hidden;
|
|
14380
|
+
text-overflow: ellipsis;
|
|
14381
|
+
}
|
|
14382
|
+
.grid-area-new .customer-account-new .account-info-right .info-copy {
|
|
14383
|
+
display: flex;
|
|
14384
|
+
justify-content: space-between;
|
|
14385
|
+
margin-top: 12px;
|
|
14386
|
+
margin-bottom: 12px;
|
|
14387
|
+
padding-right: 14px;
|
|
14388
|
+
box-sizing: border-box;
|
|
14389
|
+
height: 18px;
|
|
14390
|
+
line-height: 18px;
|
|
14391
|
+
font-weight: 400;
|
|
14392
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14393
|
+
}
|
|
14394
|
+
.grid-area-new .customer-account-new .account-info-right .info-copy p {
|
|
14395
|
+
width: 240px;
|
|
14396
|
+
font-size: 12px;
|
|
14397
|
+
white-space: nowrap;
|
|
14398
|
+
overflow: hidden;
|
|
14399
|
+
text-overflow: ellipsis;
|
|
14400
|
+
}
|
|
14401
|
+
.grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
|
|
14402
|
+
cursor: pointer;
|
|
14403
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14404
|
+
}
|
|
14405
|
+
.grid-area-new .tips-label {
|
|
14406
|
+
text-align: right;
|
|
14407
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14408
|
+
line-height: 20px;
|
|
14409
|
+
padding: 12px 23px 0 0;
|
|
14410
|
+
}
|
|
14411
|
+
.grid-area-new .edit-icon {
|
|
14412
|
+
cursor: pointer;
|
|
14413
|
+
font-size: 14px;
|
|
14414
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14415
|
+
}
|
|
14416
|
+
.preview-row-new {
|
|
14417
|
+
display: flex;
|
|
14418
|
+
width: 100%;
|
|
14419
|
+
margin-bottom: 12px;
|
|
14420
|
+
font-size: 14px;
|
|
14421
|
+
}
|
|
14422
|
+
.preview-row-new label {
|
|
14423
|
+
margin-right: 6px;
|
|
14424
|
+
}
|
|
14425
|
+
.opt-checkbox-order {
|
|
14426
|
+
min-width: 200px !important;
|
|
14427
|
+
}
|
|
14428
|
+
.opt-checkbox-order .newCloud-checkbox {
|
|
14429
|
+
height: 40px !important;
|
|
14430
|
+
}
|
|
14431
|
+
.opt-checkbox-order .newCloud-popover-desc {
|
|
14432
|
+
max-height: 200px;
|
|
14433
|
+
}
|
|
14434
|
+
.customer-loading {
|
|
14435
|
+
height: calc(100% - 48px);
|
|
14436
|
+
}
|
|
14437
|
+
|
|
14438
|
+
/**
|
|
14439
|
+
* index.less
|
|
14440
|
+
* wangbo
|
|
14441
|
+
* 2019/10/8
|
|
14442
|
+
*/
|
|
14443
|
+
body {
|
|
14444
|
+
margin: 0;
|
|
14445
|
+
--shuyunBlue1: #EDF6FF;
|
|
14446
|
+
--shuyunBlue2: #CCE6FF;
|
|
14447
|
+
--shuyunBlue3: #72B0ED;
|
|
14448
|
+
--shuyunBlue4: #0066CC;
|
|
14449
|
+
--shuyunBlue5: #004CA3;
|
|
14450
|
+
--shuyunBlue6: #003775;
|
|
14451
|
+
--shuyunBlue7: #002147;
|
|
14452
|
+
}
|
|
14453
|
+
.newCloud-drawer1-content {
|
|
14454
|
+
padding: 0 !important;
|
|
14455
|
+
width: 100% !important;
|
|
14456
|
+
}
|
|
14457
|
+
.newCloud-drawer1-content .newCloud-drawer1-container {
|
|
14458
|
+
height: 100% !important;
|
|
14459
|
+
padding-bottom: 0 !important;
|
|
14460
|
+
}
|
|
14461
|
+
.customer-view-area-new {
|
|
14462
|
+
--shuyunBlue1: #EDF5FF;
|
|
14463
|
+
--shuyunBlue2: #D6E9FF;
|
|
14464
|
+
--shuyunBlue3: #AFCFFA;
|
|
14465
|
+
--shuyunBlue4: #0055CC;
|
|
14466
|
+
--shuyunBlue5: #0748A3;
|
|
14467
|
+
--shuyunBlue6: #123B75;
|
|
14468
|
+
--shuyunBlue7: #172D4D;
|
|
14469
|
+
height: 100%;
|
|
14470
|
+
font-size: 12px;
|
|
14471
|
+
background: #F5F5F5;
|
|
14472
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
14473
|
+
font-variant: tabular-nums;
|
|
14474
|
+
font-feature-settings: 'tnum', "tnum";
|
|
14475
|
+
}
|
|
14476
|
+
.customer-view-area-new .hideLabel {
|
|
14477
|
+
display: none;
|
|
14478
|
+
}
|
|
14479
|
+
.newCloud-drawer1.show {
|
|
14480
|
+
z-index: 1010;
|
|
14481
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
14482
|
+
font-variant: tabular-nums;
|
|
14483
|
+
font-feature-settings: 'tnum', "tnum";
|
|
14484
|
+
}
|
|
14485
|
+
.newCloud-drawer1-title {
|
|
14486
|
+
font-size: 16px;
|
|
14487
|
+
font-weight: bold;
|
|
14488
|
+
}
|
|
14489
|
+
.newCloud-drawer1-close {
|
|
14490
|
+
font-size: 24px;
|
|
14491
|
+
padding-right: 16px;
|
|
14492
|
+
cursor: pointer;
|
|
14493
|
+
}
|
|
14494
|
+
.newCloud-input:focus {
|
|
14495
|
+
border-color: var(--shuyunBlue4) !important;
|
|
14496
|
+
}
|
|
14497
|
+
.newCloud-picker-input > input:focus {
|
|
14498
|
+
border: 0 !important;
|
|
14499
|
+
outline: none;
|
|
14500
|
+
}
|
|
14501
|
+
.customer-card-container-new {
|
|
14502
|
+
position: relative;
|
|
14503
|
+
display: flex;
|
|
14504
|
+
height: 100%;
|
|
14505
|
+
}
|
|
14506
|
+
.customer-card-container-new .loading-area {
|
|
14507
|
+
margin-left: 45%;
|
|
14508
|
+
}
|
|
14509
|
+
.customer-card-container-new .empty-area {
|
|
14510
|
+
position: absolute;
|
|
14511
|
+
top: calc((100% - 80px)/2);
|
|
14512
|
+
left: calc((100% - 64px)/2);
|
|
14513
|
+
width: 64px;
|
|
14514
|
+
height: 64px;
|
|
14515
|
+
}
|
|
14516
|
+
.customer-card-container-new .empty-area p {
|
|
14517
|
+
font-size: 14px;
|
|
14518
|
+
margin-left: 5px;
|
|
14519
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14520
|
+
line-height: 20px;
|
|
14521
|
+
}
|
|
14522
|
+
.customer-card-container-new .left-card {
|
|
14523
|
+
width: 312px;
|
|
14524
|
+
height: 100%;
|
|
14525
|
+
box-shadow: inset -1px 0px 0px 0px #E8E8E8;
|
|
14526
|
+
padding: 16px 16px 0 16px;
|
|
14527
|
+
box-sizing: border-box;
|
|
14528
|
+
overflow: auto;
|
|
14529
|
+
}
|
|
14530
|
+
.customer-card-container-new .left-card .card-img {
|
|
14531
|
+
margin-bottom: 16px;
|
|
14532
|
+
}
|
|
14533
|
+
.customer-card-container-new .left-card .card-img .img_div {
|
|
14534
|
+
width: 280px;
|
|
14535
|
+
height: 100px;
|
|
14536
|
+
cursor: pointer;
|
|
14537
|
+
background: url("data:image/png;base64,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");
|
|
14538
|
+
}
|
|
14539
|
+
.customer-card-container-new .left-card .card-img .img_div .img_div_info {
|
|
14540
|
+
width: 280px;
|
|
14541
|
+
height: 100px;
|
|
14542
|
+
box-sizing: border-box;
|
|
14543
|
+
padding: 24px;
|
|
14544
|
+
}
|
|
14545
|
+
.customer-card-container-new .left-card .card-img .img_div .img_div_info .card-name {
|
|
14546
|
+
font-size: 16px;
|
|
14547
|
+
font-weight: 500;
|
|
14548
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14549
|
+
line-height: 24px;
|
|
14550
|
+
margin-bottom: 8px;
|
|
14551
|
+
}
|
|
14552
|
+
.customer-card-container-new .left-card .card-img .img_div .img_div_info .card-level {
|
|
14553
|
+
font-size: 14px;
|
|
14554
|
+
font-weight: 400;
|
|
14555
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14556
|
+
line-height: 20px;
|
|
14557
|
+
}
|
|
14558
|
+
.customer-card-container-new .left-card .card-img .img_div:hover {
|
|
14559
|
+
background: url("data:image/png;base64,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");
|
|
14560
|
+
}
|
|
14561
|
+
.customer-card-container-new .left-card .card-img .img_div:hover .card-name,
|
|
14562
|
+
.customer-card-container-new .left-card .card-img .img_div:hover .card-level {
|
|
14563
|
+
color: #FFFFFF;
|
|
14564
|
+
}
|
|
14565
|
+
.customer-card-container-new .left-card .card-img .img_div_active {
|
|
14566
|
+
background: url("data:image/png;base64,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");
|
|
14567
|
+
}
|
|
14568
|
+
.customer-card-container-new .left-card .card-img .img_div_active .card-name,
|
|
14569
|
+
.customer-card-container-new .left-card .card-img .img_div_active .card-level {
|
|
14570
|
+
color: #FFFFFF !important;
|
|
14571
|
+
}
|
|
14572
|
+
.customer-card-container-new .right-card-info {
|
|
14573
|
+
width: calc(100% - 312px);
|
|
14574
|
+
padding: 0 16px;
|
|
14575
|
+
box-sizing: border-box;
|
|
14576
|
+
}
|
|
14577
|
+
.customer-card-container-new .right-card-info .info {
|
|
14578
|
+
padding-top: 24px;
|
|
14579
|
+
box-sizing: border-box;
|
|
14580
|
+
}
|
|
14581
|
+
.customer-card-container-new .right-card-info .info:not(:last-child) {
|
|
14582
|
+
box-shadow: inset 0px -1px 0px 0px #E8E8E8;
|
|
14583
|
+
}
|
|
14584
|
+
.customer-card-container-new .right-card-info .info-title {
|
|
14585
|
+
position: relative;
|
|
14586
|
+
display: flex;
|
|
14587
|
+
margin-bottom: 16px;
|
|
14588
|
+
font-size: 14px;
|
|
14589
|
+
}
|
|
14590
|
+
.customer-card-container-new .right-card-info .info-title div {
|
|
14591
|
+
width: 4px;
|
|
14592
|
+
height: 12px;
|
|
14593
|
+
background: var(--shuyunBlue4);
|
|
14594
|
+
margin-right: 8px;
|
|
14595
|
+
margin-top: 4px;
|
|
14596
|
+
}
|
|
14597
|
+
.customer-card-container-new .right-card-info .info-title p {
|
|
14598
|
+
font-weight: 500;
|
|
14599
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14600
|
+
line-height: 20px;
|
|
14601
|
+
}
|
|
14602
|
+
.customer-card-container-new .right-card-info .info-title a {
|
|
14603
|
+
position: absolute;
|
|
14604
|
+
cursor: pointer;
|
|
14605
|
+
right: 0;
|
|
14606
|
+
color: var(--shuyunBlue4);
|
|
14607
|
+
line-height: 20px;
|
|
14608
|
+
}
|
|
14609
|
+
.customer-card-container-new .right-card-info .info-context {
|
|
14610
|
+
display: flex;
|
|
14611
|
+
flex-flow: row wrap;
|
|
14612
|
+
font-size: 14px;
|
|
14613
|
+
font-weight: 400;
|
|
14614
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14615
|
+
}
|
|
14616
|
+
.customer-card-container-new .right-card-info .info-context p {
|
|
14617
|
+
width: calc(100% / 3);
|
|
14618
|
+
padding-bottom: 16px;
|
|
14619
|
+
line-height: 20px;
|
|
14620
|
+
}
|
|
14621
|
+
|
|
14622
|
+
/**
|
|
14623
|
+
* index.less
|
|
14624
|
+
* wangbo
|
|
14625
|
+
* 2019/10/8
|
|
14626
|
+
*/
|
|
14627
|
+
body {
|
|
14628
|
+
margin: 0;
|
|
14629
|
+
--shuyunBlue1: #EDF6FF;
|
|
14630
|
+
--shuyunBlue2: #CCE6FF;
|
|
14631
|
+
--shuyunBlue3: #72B0ED;
|
|
14632
|
+
--shuyunBlue4: #0066CC;
|
|
14633
|
+
--shuyunBlue5: #004CA3;
|
|
14634
|
+
--shuyunBlue6: #003775;
|
|
14635
|
+
--shuyunBlue7: #002147;
|
|
14636
|
+
}
|
|
14637
|
+
.newCloud-drawer1-content {
|
|
14638
|
+
padding: 0 !important;
|
|
14639
|
+
width: 100% !important;
|
|
14640
|
+
}
|
|
14641
|
+
.newCloud-drawer1-content .newCloud-drawer1-container {
|
|
14642
|
+
height: 100% !important;
|
|
14643
|
+
padding-bottom: 0 !important;
|
|
14644
|
+
}
|
|
14645
|
+
.customer-view-area-new {
|
|
14646
|
+
--shuyunBlue1: #EDF5FF;
|
|
14647
|
+
--shuyunBlue2: #D6E9FF;
|
|
14648
|
+
--shuyunBlue3: #AFCFFA;
|
|
14649
|
+
--shuyunBlue4: #0055CC;
|
|
14650
|
+
--shuyunBlue5: #0748A3;
|
|
14651
|
+
--shuyunBlue6: #123B75;
|
|
14652
|
+
--shuyunBlue7: #172D4D;
|
|
14653
|
+
height: 100%;
|
|
14654
|
+
font-size: 12px;
|
|
14655
|
+
background: #F5F5F5;
|
|
14656
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
14657
|
+
font-variant: tabular-nums;
|
|
14658
|
+
font-feature-settings: 'tnum', "tnum";
|
|
14659
|
+
}
|
|
14660
|
+
.customer-view-area-new .hideLabel {
|
|
14661
|
+
display: none;
|
|
14662
|
+
}
|
|
14663
|
+
.newCloud-drawer1.show {
|
|
14664
|
+
z-index: 1010;
|
|
14665
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
14666
|
+
font-variant: tabular-nums;
|
|
14667
|
+
font-feature-settings: 'tnum', "tnum";
|
|
14668
|
+
}
|
|
14669
|
+
.newCloud-drawer1-title {
|
|
14670
|
+
font-size: 16px;
|
|
14671
|
+
font-weight: bold;
|
|
14672
|
+
}
|
|
14673
|
+
.newCloud-drawer1-close {
|
|
14674
|
+
font-size: 24px;
|
|
14675
|
+
padding-right: 16px;
|
|
14676
|
+
cursor: pointer;
|
|
14677
|
+
}
|
|
14678
|
+
.newCloud-input:focus {
|
|
14679
|
+
border-color: var(--shuyunBlue4) !important;
|
|
14680
|
+
}
|
|
14681
|
+
.newCloud-picker-input > input:focus {
|
|
14682
|
+
border: 0 !important;
|
|
14683
|
+
outline: none;
|
|
14684
|
+
}
|
|
14685
|
+
.customer-label-area-new {
|
|
14686
|
+
height: 100%;
|
|
14687
|
+
box-sizing: border-box;
|
|
14688
|
+
display: flex;
|
|
14689
|
+
font-size: 14px;
|
|
14690
|
+
}
|
|
14691
|
+
.customer-label-area-new .customer-label-tab {
|
|
14692
|
+
height: 100%;
|
|
14693
|
+
width: 136px;
|
|
14694
|
+
padding-top: 16px;
|
|
14695
|
+
border-right: 1px solid #E8E8E8;
|
|
14696
|
+
box-sizing: border-box;
|
|
14697
|
+
}
|
|
14698
|
+
.customer-label-area-new .customer-label-tab div {
|
|
14699
|
+
height: 40px;
|
|
14700
|
+
line-height: 40px;
|
|
14701
|
+
padding-left: 24px;
|
|
14702
|
+
cursor: pointer;
|
|
14703
|
+
box-sizing: border-box;
|
|
14704
|
+
}
|
|
14705
|
+
.customer-label-area-new .customer-label-tab div:hover {
|
|
14706
|
+
background: #F0F7FF;
|
|
14707
|
+
}
|
|
14708
|
+
.customer-label-area-new .customer-label-tab .label-active {
|
|
14709
|
+
color: var(--shuyunBlue4);
|
|
14710
|
+
background: #F0F7FF;
|
|
14711
|
+
}
|
|
14712
|
+
.customer-label-area-new .customer-label-content {
|
|
14713
|
+
width: 944px;
|
|
14714
|
+
height: 100%;
|
|
14715
|
+
overflow: auto;
|
|
14716
|
+
}
|
|
14717
|
+
.customer-label-area-new .customer-label-content .rfm-module-new,
|
|
14718
|
+
.customer-label-area-new .customer-label-content .custom-module-new,
|
|
14719
|
+
.customer-label-area-new .customer-label-content .weChat-module-new {
|
|
14720
|
+
width: 100%;
|
|
14721
|
+
height: auto;
|
|
14722
|
+
padding: 16px;
|
|
14723
|
+
box-sizing: border-box;
|
|
14724
|
+
}
|
|
14725
|
+
.customer-label-area-new .customer-label-content .common-title {
|
|
14726
|
+
display: flex;
|
|
14727
|
+
justify-content: space-between;
|
|
14728
|
+
}
|
|
14729
|
+
.customer-label-area-new .customer-label-content .common-title .common-title-left {
|
|
14730
|
+
height: 20px;
|
|
14731
|
+
display: flex;
|
|
14732
|
+
align-items: center;
|
|
14733
|
+
}
|
|
14734
|
+
.customer-label-area-new .customer-label-content .common-title .common-title-left div {
|
|
14735
|
+
width: 4px;
|
|
14736
|
+
height: 12px;
|
|
14737
|
+
background: var(--shuyunBlue4);
|
|
14738
|
+
margin-right: 4px;
|
|
14739
|
+
}
|
|
14740
|
+
.customer-label-area-new .customer-label-content .common-title .common-title-left p {
|
|
14741
|
+
font-weight: 500;
|
|
14742
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14743
|
+
height: 20px;
|
|
14744
|
+
line-height: 20px;
|
|
14745
|
+
}
|
|
14746
|
+
.customer-label-area-new .customer-label-content .common-block {
|
|
14747
|
+
height: 44px;
|
|
14748
|
+
border-radius: 4px;
|
|
14749
|
+
border: 1px solid #E8E8E8;
|
|
14750
|
+
margin-top: 12px;
|
|
14751
|
+
overflow: hidden;
|
|
14752
|
+
}
|
|
14753
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-title {
|
|
14754
|
+
height: 44px;
|
|
14755
|
+
padding: 12px;
|
|
14756
|
+
box-sizing: border-box;
|
|
14757
|
+
display: flex;
|
|
14758
|
+
position: relative;
|
|
14759
|
+
background: #F5F5F5;
|
|
14760
|
+
}
|
|
14761
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-title .newCloud-icon {
|
|
14762
|
+
color: var(--shuyunBlue4);
|
|
14763
|
+
cursor: pointer;
|
|
14764
|
+
}
|
|
14765
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-title p {
|
|
14766
|
+
font-weight: 500;
|
|
14767
|
+
padding-left: 8px;
|
|
14768
|
+
height: 20px;
|
|
14769
|
+
line-height: 20px;
|
|
14770
|
+
}
|
|
14771
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-title .opt {
|
|
14772
|
+
position: absolute;
|
|
14773
|
+
right: 16px;
|
|
14774
|
+
font-size: 14px;
|
|
14775
|
+
font-weight: 400;
|
|
14776
|
+
color: var(--shuyunBlue4);
|
|
14777
|
+
line-height: 20px;
|
|
14778
|
+
cursor: pointer;
|
|
14779
|
+
}
|
|
14780
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-title .opt .newCloud-icon-edit {
|
|
14781
|
+
font-size: 14px;
|
|
14782
|
+
padding-right: 2px;
|
|
14783
|
+
}
|
|
14784
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-info {
|
|
14785
|
+
display: flex;
|
|
14786
|
+
box-sizing: border-box;
|
|
14787
|
+
flex-wrap: wrap;
|
|
14788
|
+
padding: 0 12px 8px 4px;
|
|
14789
|
+
}
|
|
14790
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-info .common-block-info-c {
|
|
14791
|
+
height: 22px;
|
|
14792
|
+
margin-bottom: 16px;
|
|
14793
|
+
background: #F5F5F5;
|
|
14794
|
+
border-radius: 2px;
|
|
14795
|
+
padding: 2px 4px;
|
|
14796
|
+
box-sizing: border-box;
|
|
14797
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14798
|
+
font-size: 12px;
|
|
14799
|
+
margin-left: 8px;
|
|
14800
|
+
}
|
|
14801
|
+
.customer-label-area-new .customer-label-content .common-block .common-block-info .common-block-info-c p {
|
|
14802
|
+
height: 18px;
|
|
14803
|
+
line-height: 18px;
|
|
14804
|
+
}
|
|
14805
|
+
.customer-label-area-new .customer-label-content .info-tag {
|
|
14806
|
+
width: 100%;
|
|
14807
|
+
display: flex;
|
|
14808
|
+
flex-flow: wrap;
|
|
14809
|
+
}
|
|
14810
|
+
.customer-label-area-new .customer-label-content .info-tag span {
|
|
14811
|
+
display: block;
|
|
14812
|
+
height: 20px;
|
|
14813
|
+
font-size: 14px;
|
|
14814
|
+
font-weight: 400;
|
|
14815
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14816
|
+
line-height: 20px;
|
|
14817
|
+
margin-bottom: 8px;
|
|
14818
|
+
}
|
|
14819
|
+
.customer-label-area-new .customer-label-content .info-tag-p2 span {
|
|
14820
|
+
width: calc(100% / 2);
|
|
14821
|
+
overflow: hidden;
|
|
14822
|
+
white-space: nowrap;
|
|
14823
|
+
text-overflow: ellipsis;
|
|
14824
|
+
padding-right: 20px;
|
|
14825
|
+
box-sizing: border-box;
|
|
14826
|
+
}
|
|
14827
|
+
.customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
|
|
14828
|
+
width: calc(100% / 2 - 60px);
|
|
14829
|
+
padding-right: 0;
|
|
14830
|
+
}
|
|
14831
|
+
.customer-label-area-new .customer-label-content .info-tag-p3 span {
|
|
14832
|
+
width: calc(100% / 3);
|
|
14833
|
+
overflow: hidden;
|
|
14834
|
+
white-space: nowrap;
|
|
14835
|
+
text-overflow: ellipsis;
|
|
14836
|
+
padding-right: 20px;
|
|
14837
|
+
box-sizing: border-box;
|
|
14838
|
+
}
|
|
14839
|
+
.customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
|
|
14840
|
+
width: calc(100% / 3 - 60px);
|
|
14841
|
+
padding-right: 0;
|
|
14842
|
+
}
|
|
14843
|
+
.customer-label-area-new .customer-label-content .common-block-height {
|
|
14844
|
+
height: auto !important;
|
|
14845
|
+
}
|
|
14846
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .common-rfm-block {
|
|
14847
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14848
|
+
margin-bottom: 16px;
|
|
14849
|
+
padding-bottom: 16px;
|
|
14850
|
+
box-sizing: border-box;
|
|
14851
|
+
}
|
|
14852
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm {
|
|
14853
|
+
height: 276px;
|
|
14854
|
+
box-sizing: border-box;
|
|
14855
|
+
}
|
|
14856
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info {
|
|
14857
|
+
display: flex;
|
|
14858
|
+
height: 240px;
|
|
14859
|
+
}
|
|
14860
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left,
|
|
14861
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right {
|
|
14862
|
+
height: 224px;
|
|
14863
|
+
margin-top: 16px;
|
|
14864
|
+
}
|
|
14865
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left {
|
|
14866
|
+
width: 324px;
|
|
14867
|
+
border-right: 1px solid #E8E8E8;
|
|
14868
|
+
}
|
|
14869
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info {
|
|
14870
|
+
display: flex;
|
|
14871
|
+
margin-bottom: 8px;
|
|
14872
|
+
height: 64px;
|
|
14873
|
+
box-sizing: border-box;
|
|
14874
|
+
}
|
|
14875
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .img {
|
|
14876
|
+
margin-left: 16px;
|
|
14877
|
+
margin-top: 12px;
|
|
14878
|
+
margin-right: 12px;
|
|
14879
|
+
width: 48px;
|
|
14880
|
+
height: 48px;
|
|
14881
|
+
}
|
|
14882
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .num p:nth-child(1) {
|
|
14883
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14884
|
+
margin-top: 16px;
|
|
14885
|
+
margin-bottom: 2px;
|
|
14886
|
+
font-size: 12px;
|
|
14887
|
+
}
|
|
14888
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .num p:nth-child(2) {
|
|
14889
|
+
font-size: 24px;
|
|
14890
|
+
font-weight: bold;
|
|
14891
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14892
|
+
height: 28px;
|
|
14893
|
+
line-height: 28px;
|
|
14894
|
+
font-family: 'DIN alternate';
|
|
14895
|
+
}
|
|
14896
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right {
|
|
14897
|
+
width: calc(100% - 324px);
|
|
14898
|
+
padding-left: 24px;
|
|
14899
|
+
box-sizing: border-box;
|
|
14900
|
+
overflow: auto;
|
|
14901
|
+
}
|
|
14902
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-title,
|
|
14903
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-info {
|
|
14904
|
+
height: 32px;
|
|
14905
|
+
line-height: 20px;
|
|
14906
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14907
|
+
padding: 6px 12px;
|
|
14908
|
+
box-sizing: border-box;
|
|
14909
|
+
}
|
|
14910
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-title {
|
|
14911
|
+
background: #FAFAFA;
|
|
14912
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14913
|
+
}
|
|
14914
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-info {
|
|
14915
|
+
padding-left: 39px;
|
|
14916
|
+
}
|
|
14917
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .platRfm-info,
|
|
14918
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info {
|
|
14919
|
+
padding-top: 16px;
|
|
14920
|
+
}
|
|
14921
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .platRfm-info .emptyArea p,
|
|
14922
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info .emptyArea p {
|
|
14923
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14924
|
+
}
|
|
14925
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .plat-name {
|
|
14926
|
+
padding-left: 8px;
|
|
14927
|
+
}
|
|
14928
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .shop-name {
|
|
14929
|
+
padding-left: 12px;
|
|
14930
|
+
}
|
|
14931
|
+
.customer-label-area-new .customer-label-content .weChat-module-new {
|
|
14932
|
+
padding-top: 8px;
|
|
14933
|
+
position: relative;
|
|
14934
|
+
height: 100%;
|
|
14935
|
+
}
|
|
14936
|
+
.customer-label-area-new .customer-label-content .weChat-module-new .common-title-left {
|
|
14937
|
+
padding-top: 7px;
|
|
14938
|
+
}
|
|
14939
|
+
.customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
|
|
14940
|
+
padding: 16px;
|
|
14941
|
+
box-sizing: border-box;
|
|
14942
|
+
}
|
|
14943
|
+
.customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
|
|
14944
|
+
position: absolute;
|
|
14945
|
+
top: calc((100% - 64px)/2);
|
|
14946
|
+
left: calc((100% - 64px)/2);
|
|
14947
|
+
width: 64px;
|
|
14948
|
+
height: 90px;
|
|
14949
|
+
}
|
|
14950
|
+
.customer-label-area-new .customer-label-content .weChat-module-new .empty-div > p {
|
|
14951
|
+
text-align: center;
|
|
14952
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14953
|
+
font-weight: 400;
|
|
14954
|
+
font-size: 14px;
|
|
14955
|
+
}
|
|
14956
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right span {
|
|
14957
|
+
padding-right: 5px;
|
|
14958
|
+
cursor: pointer;
|
|
14959
|
+
}
|
|
14960
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info {
|
|
14961
|
+
display: block;
|
|
14962
|
+
padding-left: 12px;
|
|
14963
|
+
}
|
|
14964
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
|
|
14965
|
+
margin-bottom: 16px;
|
|
14966
|
+
border-bottom: 1px solid #E8E8E8;
|
|
14967
|
+
}
|
|
14968
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
|
|
14969
|
+
border-bottom: none;
|
|
14970
|
+
margin-bottom: 0;
|
|
14971
|
+
}
|
|
14972
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title {
|
|
14973
|
+
height: 17px;
|
|
14974
|
+
font-size: 12px;
|
|
14975
|
+
font-weight: 400;
|
|
14976
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14977
|
+
line-height: 17px;
|
|
14978
|
+
margin-bottom: 8px;
|
|
14979
|
+
display: flex;
|
|
14980
|
+
position: relative;
|
|
14981
|
+
margin-left: 10px;
|
|
14982
|
+
}
|
|
14983
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title::before {
|
|
14984
|
+
content: "";
|
|
14985
|
+
position: absolute;
|
|
14986
|
+
width: 2px;
|
|
14987
|
+
height: 10px;
|
|
14988
|
+
background: #0055CC;
|
|
14989
|
+
top: 3px;
|
|
14990
|
+
left: -10px;
|
|
14991
|
+
}
|
|
14992
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title > div {
|
|
14993
|
+
width: 2px;
|
|
14994
|
+
height: 10px;
|
|
14995
|
+
background: var(--shuyunBlue4);
|
|
14996
|
+
margin-right: 4px;
|
|
14997
|
+
margin-top: 4px;
|
|
14998
|
+
}
|
|
14999
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group {
|
|
15000
|
+
border-radius: 2px;
|
|
15001
|
+
border-bottom: 1px solid #E8E8E8;
|
|
15002
|
+
padding: 12px 0 6px 0;
|
|
15003
|
+
}
|
|
15004
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
|
|
15005
|
+
border-bottom: none;
|
|
15006
|
+
padding: 12px 0px 0px;
|
|
15007
|
+
}
|
|
15008
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child .info-title {
|
|
15009
|
+
margin-bottom: 0;
|
|
15010
|
+
}
|
|
15011
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
|
|
15012
|
+
font-size: 14px;
|
|
15013
|
+
font-weight: 500;
|
|
15014
|
+
color: rgba(0, 0, 0, 0.85);
|
|
15015
|
+
line-height: 20px;
|
|
15016
|
+
margin-bottom: 12px;
|
|
15017
|
+
}
|
|
15018
|
+
.customer-label-area-new .customer-label-content .custom-module-new .shop-block-info-group {
|
|
15019
|
+
margin-left: 10px;
|
|
15020
|
+
border-bottom: 1px dashed #E8E8E8;
|
|
15021
|
+
}
|
|
15022
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty {
|
|
15023
|
+
padding: 16px 0;
|
|
15024
|
+
}
|
|
15025
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty > img {
|
|
15026
|
+
margin-left: calc((100% - 64px)/2);
|
|
15027
|
+
}
|
|
15028
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty > div {
|
|
15029
|
+
height: 20px;
|
|
15030
|
+
font-size: 14px;
|
|
15031
|
+
font-weight: 400;
|
|
15032
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15033
|
+
line-height: 20px;
|
|
15034
|
+
text-align: center;
|
|
15035
|
+
}
|
|
15036
|
+
.edit-tag {
|
|
15037
|
+
width: 100%;
|
|
15038
|
+
height: 100%;
|
|
15039
|
+
overflow: hidden;
|
|
15040
|
+
}
|
|
15041
|
+
.edit-tag .edit-tag-container {
|
|
15042
|
+
display: flex;
|
|
15043
|
+
height: 100%;
|
|
15044
|
+
overflow: hidden;
|
|
15045
|
+
}
|
|
15046
|
+
.edit-tag .edit-tag-container .edit-tag-search-block {
|
|
15047
|
+
flex: 0 0 380px;
|
|
15048
|
+
margin-right: 16px;
|
|
15049
|
+
}
|
|
15050
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info {
|
|
15051
|
+
padding: 16px;
|
|
15052
|
+
border: 1px solid #E8E8E8;
|
|
15053
|
+
border-bottom: none;
|
|
15054
|
+
}
|
|
15055
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input {
|
|
15056
|
+
position: relative;
|
|
15057
|
+
}
|
|
15058
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area {
|
|
15059
|
+
display: none;
|
|
15060
|
+
visibility: hidden;
|
|
15061
|
+
width: 348px;
|
|
15062
|
+
position: absolute;
|
|
15063
|
+
z-index: 1;
|
|
15064
|
+
top: 33px;
|
|
15065
|
+
left: 0;
|
|
15066
|
+
box-sizing: border-box;
|
|
15067
|
+
background: #FFFFFF;
|
|
15068
|
+
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
15069
|
+
margin-top: 4px;
|
|
15070
|
+
}
|
|
15071
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show,
|
|
15072
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show .empty img,
|
|
15073
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show .empty span {
|
|
15074
|
+
display: block;
|
|
15075
|
+
opacity: 1;
|
|
15076
|
+
max-height: -moz-fit-content;
|
|
15077
|
+
max-height: fit-content;
|
|
15078
|
+
visibility: visible;
|
|
15079
|
+
animation: run-open 0.3s 1 linear;
|
|
15080
|
+
}
|
|
15081
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .search-result {
|
|
15082
|
+
padding-top: 8px;
|
|
15083
|
+
padding-bottom: 8px;
|
|
15084
|
+
}
|
|
15085
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .search-result .search-result-item {
|
|
15086
|
+
height: 32px;
|
|
15087
|
+
box-sizing: border-box;
|
|
15088
|
+
padding: 6px 12px;
|
|
15089
|
+
color: rgba(0, 0, 0, 0.85);
|
|
15090
|
+
font-weight: 400;
|
|
15091
|
+
cursor: pointer;
|
|
15092
|
+
overflow: hidden;
|
|
15093
|
+
white-space: nowrap;
|
|
15094
|
+
text-overflow: ellipsis;
|
|
15095
|
+
}
|
|
15096
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .search-result .search-result-item:hover {
|
|
15097
|
+
background-color: #f6f6f6;
|
|
15098
|
+
}
|
|
15099
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .empty {
|
|
15100
|
+
display: flex;
|
|
15101
|
+
width: 348px;
|
|
15102
|
+
height: 170px;
|
|
15103
|
+
flex-direction: column;
|
|
15104
|
+
justify-content: center;
|
|
15105
|
+
grid-gap: 8px;
|
|
15106
|
+
gap: 8px;
|
|
15107
|
+
color: rgba(0, 0, 0, 0.25);
|
|
15108
|
+
align-items: center;
|
|
15109
|
+
border-radius: 2px;
|
|
15110
|
+
}
|
|
15111
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide,
|
|
15112
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide .empty img,
|
|
15113
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide .empty span {
|
|
15114
|
+
display: none;
|
|
15115
|
+
opacity: 0;
|
|
15116
|
+
max-height: 0;
|
|
15117
|
+
visibility: hidden;
|
|
15118
|
+
animation: run-close 0.2s 1 linear;
|
|
15119
|
+
}
|
|
15120
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container {
|
|
15121
|
+
display: flex;
|
|
15122
|
+
height: calc(100% - 50px);
|
|
15123
|
+
border: 1px solid #E8E8E8;
|
|
15124
|
+
border-radius: 2px;
|
|
15125
|
+
}
|
|
15126
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container {
|
|
15127
|
+
width: 190px;
|
|
15128
|
+
background: #fff;
|
|
15129
|
+
}
|
|
15130
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container:not(:last-child) {
|
|
15131
|
+
border-right: 1px solid #E8E8E8;
|
|
15132
|
+
}
|
|
15133
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty {
|
|
15134
|
+
display: flex;
|
|
15135
|
+
align-items: center;
|
|
15136
|
+
justify-content: center;
|
|
15137
|
+
flex-direction: column;
|
|
15138
|
+
height: calc(100% - 17px);
|
|
15139
|
+
border-bottom: 1px solid #E8E8E8;
|
|
15140
|
+
}
|
|
15141
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty span {
|
|
15142
|
+
font-weight: 400;
|
|
15143
|
+
color: rgba(0, 0, 0, 0.25);
|
|
15144
|
+
font-size: 14px;
|
|
15145
|
+
margin-top: 8px;
|
|
15146
|
+
}
|
|
15147
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content {
|
|
15148
|
+
height: calc(100% - 17px);
|
|
15149
|
+
overflow-x: hidden;
|
|
15150
|
+
overflow-y: overlay;
|
|
15151
|
+
border-bottom: 1px solid #E8E8E8;
|
|
15152
|
+
}
|
|
15153
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item {
|
|
15154
|
+
height: 40px;
|
|
15155
|
+
width: 100%;
|
|
15156
|
+
display: flex;
|
|
15157
|
+
align-items: center;
|
|
15158
|
+
box-sizing: border-box;
|
|
15159
|
+
padding-left: 16px;
|
|
15160
|
+
line-height: 40px;
|
|
15161
|
+
cursor: pointer;
|
|
15162
|
+
position: relative;
|
|
15163
|
+
color: rgba(0, 0, 0, 0.85);
|
|
15164
|
+
white-space: nowrap;
|
|
15165
|
+
overflow: hidden;
|
|
15166
|
+
text-overflow: ellipsis;
|
|
15167
|
+
}
|
|
15168
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item.selected {
|
|
15169
|
+
background: var(--shuyunBlue1);
|
|
15170
|
+
}
|
|
15171
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item:hover {
|
|
15172
|
+
background: var(--shuyunBlue1);
|
|
15173
|
+
}
|
|
15174
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item .area-item-title {
|
|
15175
|
+
display: inline-block;
|
|
15176
|
+
width: 114px;
|
|
15177
|
+
text-overflow: ellipsis;
|
|
15178
|
+
overflow: hidden;
|
|
15179
|
+
white-space: nowrap;
|
|
15180
|
+
}
|
|
15181
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item .area-next-icon {
|
|
15182
|
+
position: absolute;
|
|
15183
|
+
right: 8px;
|
|
15184
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15185
|
+
}
|
|
15186
|
+
.edit-tag .edit-tag-container .edit-tag-form {
|
|
15187
|
+
padding: 16px 0;
|
|
15188
|
+
flex: 1;
|
|
15189
|
+
overflow-x: hidden;
|
|
15190
|
+
overflow-y: overlay;
|
|
15191
|
+
background: #FFFFFF;
|
|
15192
|
+
border-radius: 2px;
|
|
15193
|
+
border: 1px solid #E8E8E8;
|
|
15194
|
+
}
|
|
15195
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-explain.error {
|
|
15196
|
+
position: absolute;
|
|
15197
|
+
white-space: nowrap;
|
|
15198
|
+
}
|
|
15199
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label {
|
|
15200
|
+
color: rgba(0, 0, 0, 0.85);
|
|
15201
|
+
margin-bottom: 16px;
|
|
15202
|
+
}
|
|
15203
|
+
.edit-tag .edit-tag-container .edit-tag-form .edit-tag-header {
|
|
15204
|
+
padding: 0 16px;
|
|
15205
|
+
display: flex;
|
|
15206
|
+
align-items: center;
|
|
15207
|
+
justify-content: space-between;
|
|
15208
|
+
margin-bottom: 16px;
|
|
15209
|
+
}
|
|
15210
|
+
.edit-tag .edit-tag-container .edit-tag-form .edit-tag-header .tag-title {
|
|
15211
|
+
font-size: 14px;
|
|
15212
|
+
font-weight: 500;
|
|
15213
|
+
color: rgba(0, 0, 0, 0.85);
|
|
15214
|
+
line-height: 20px;
|
|
15215
|
+
}
|
|
15216
|
+
.edit-tag .edit-tag-container .edit-tag-form .edit-tag-header .tag-amount {
|
|
15217
|
+
font-size: 14px;
|
|
15218
|
+
font-weight: 400;
|
|
15219
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15220
|
+
line-height: 20px;
|
|
15221
|
+
}
|
|
15222
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value {
|
|
15223
|
+
padding: 0 16px;
|
|
15224
|
+
position: relative;
|
|
15225
|
+
}
|
|
15226
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value:hover {
|
|
15227
|
+
background: #FAFAFA;
|
|
15228
|
+
}
|
|
15229
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value:hover .remove-tag-value {
|
|
15230
|
+
display: block;
|
|
15231
|
+
}
|
|
15232
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag {
|
|
15233
|
+
position: absolute;
|
|
15234
|
+
top: 16px;
|
|
15235
|
+
right: 16px;
|
|
15236
|
+
}
|
|
15237
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .remove-tag-value {
|
|
15238
|
+
position: absolute;
|
|
15239
|
+
bottom: 16px;
|
|
15240
|
+
right: 16px;
|
|
15241
|
+
display: none;
|
|
15242
|
+
}
|
|
15243
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-radio-group {
|
|
15244
|
+
flex-wrap: wrap;
|
|
15245
|
+
overflow: hidden;
|
|
15246
|
+
margin-top: 0px;
|
|
15247
|
+
}
|
|
15248
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-radio {
|
|
15249
|
+
margin-top: 0px;
|
|
15250
|
+
}
|
|
15251
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal {
|
|
15252
|
+
margin-top: -16px;
|
|
15253
|
+
}
|
|
15254
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox {
|
|
15255
|
+
margin-top: 16px;
|
|
15256
|
+
}
|
|
15257
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal > *:not(:last-child) {
|
|
15258
|
+
margin-right: 24px;
|
|
15259
|
+
}
|
|
15260
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label[required]::before {
|
|
15261
|
+
display: none;
|
|
15262
|
+
}
|
|
15263
|
+
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
|
|
15264
|
+
margin: 0;
|
|
15265
|
+
padding: 16px 0;
|
|
15266
|
+
text-overflow: ellipsis;
|
|
15267
|
+
white-space: nowrap;
|
|
15268
|
+
overflow: hidden;
|
|
15269
|
+
width: calc(100% - 56px);
|
|
15270
|
+
}
|
|
15271
|
+
.edit-tag .edit-tag-container .edit-tag-form .empty {
|
|
15272
|
+
display: flex;
|
|
15273
|
+
align-items: center;
|
|
15274
|
+
justify-content: center;
|
|
15275
|
+
flex-direction: column;
|
|
15276
|
+
height: calc(100% - 36px);
|
|
15277
|
+
}
|
|
15278
|
+
.edit-tag .edit-tag-container .edit-tag-form .empty span {
|
|
15279
|
+
font-weight: 400;
|
|
15280
|
+
color: rgba(0, 0, 0, 0.25);
|
|
15281
|
+
font-size: 14px;
|
|
15282
|
+
margin-top: 8px;
|
|
15283
|
+
}
|
|
15284
|
+
.edit-tag .newCloud-form-item-label {
|
|
15285
|
+
font-size: 14px;
|
|
15286
|
+
font-weight: 400;
|
|
15287
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15288
|
+
line-height: 32px;
|
|
15289
|
+
}
|
|
15290
|
+
.marked-tag-area ul {
|
|
15291
|
+
width: 94%;
|
|
15292
|
+
margin: 0;
|
|
15293
|
+
}
|
|
15294
|
+
.marked-tag-area ul li {
|
|
15295
|
+
box-sizing: content-box;
|
|
15296
|
+
display: inline-block;
|
|
15297
|
+
max-width: 960px;
|
|
15298
|
+
height: 12px;
|
|
15299
|
+
line-height: 12px;
|
|
15300
|
+
position: relative;
|
|
15301
|
+
border-radius: 2px;
|
|
15302
|
+
color: #3A3A3A;
|
|
15303
|
+
padding: 5px;
|
|
15304
|
+
margin-right: 5px;
|
|
15305
|
+
margin-bottom: 5px;
|
|
15306
|
+
border: 1px solid #CCDCEB;
|
|
15307
|
+
background: #EFF7FF;
|
|
15308
|
+
text-overflow: ellipsis;
|
|
15309
|
+
white-space: nowrap;
|
|
15310
|
+
overflow: hidden;
|
|
15311
|
+
vertical-align: middle;
|
|
15312
|
+
}
|
|
15313
|
+
.marked-tag-area ul .tag-type-label {
|
|
15314
|
+
border: none;
|
|
15315
|
+
background: none;
|
|
15316
|
+
margin-right: 0;
|
|
15317
|
+
}
|
|
15318
|
+
.marked-tag-area ul .cloud-tag-item {
|
|
15319
|
+
padding-right: 5px;
|
|
15320
|
+
cursor: default;
|
|
15321
|
+
background: none;
|
|
15322
|
+
}
|
|
15323
|
+
.marked-tag-area ul .add-tag {
|
|
15324
|
+
cursor: pointer;
|
|
15325
|
+
color: #0097d7;
|
|
15326
|
+
margin-left: 10px;
|
|
15327
|
+
}
|
|
15328
|
+
.marked-tag-area ul .define-tag-item {
|
|
15329
|
+
height: 22px;
|
|
15330
|
+
background: #EFF7FF;
|
|
15331
|
+
color: #666666;
|
|
15332
|
+
padding: 0;
|
|
15333
|
+
cursor: pointer !important;
|
|
15334
|
+
}
|
|
15335
|
+
.marked-tag-area ul .define-tag-item .define-tag-name {
|
|
15336
|
+
display: inline-block;
|
|
15337
|
+
padding: 0 5px;
|
|
15338
|
+
vertical-align: text-top;
|
|
15339
|
+
max-width: 240px;
|
|
15340
|
+
overflow: hidden;
|
|
15341
|
+
text-overflow: ellipsis;
|
|
15342
|
+
}
|
|
15343
|
+
.marked-tag-area ul .define-tag-item .define-tag-name:hover {
|
|
15344
|
+
color: #0083BA;
|
|
15345
|
+
}
|
|
15346
|
+
.marked-tag-area ul .define-tag-item .cloud-icon-close {
|
|
15347
|
+
display: inline-block;
|
|
15348
|
+
height: 22px;
|
|
15349
|
+
width: 18px;
|
|
15350
|
+
color: #cecece;
|
|
15351
|
+
line-height: 22px;
|
|
15352
|
+
padding-left: 2px;
|
|
15353
|
+
border-left: 1px solid #ccdceb;
|
|
15354
|
+
}
|
|
15355
|
+
.marked-tag-area .define-area,
|
|
15356
|
+
.marked-tag-area .cloud-area {
|
|
15357
|
+
position: relative;
|
|
15358
|
+
overflow: hidden;
|
|
15359
|
+
}
|
|
15360
|
+
.marked-tag-area .define-area .label-level,
|
|
15361
|
+
.marked-tag-area .cloud-area .label-level {
|
|
15362
|
+
background: #fff;
|
|
15363
|
+
min-height: 44px;
|
|
15364
|
+
padding: 15px 0 5px 36px;
|
|
15365
|
+
box-sizing: border-box;
|
|
15366
|
+
margin-bottom: 6px;
|
|
15367
|
+
border: 1px solid #E8E8E8;
|
|
15368
|
+
position: relative;
|
|
15369
|
+
height: 44px;
|
|
15370
|
+
overflow: hidden;
|
|
15371
|
+
}
|
|
15372
|
+
.marked-tag-area .define-area .label-level.expand,
|
|
15373
|
+
.marked-tag-area .cloud-area .label-level.expand {
|
|
15374
|
+
height: auto;
|
|
15375
|
+
}
|
|
15376
|
+
.marked-tag-area .define-area .label-level .expand-content,
|
|
15377
|
+
.marked-tag-area .cloud-area .label-level .expand-content {
|
|
15378
|
+
position: absolute;
|
|
15379
|
+
top: 14px;
|
|
15380
|
+
left: 14px;
|
|
15381
|
+
cursor: pointer;
|
|
15382
|
+
}
|
|
15383
|
+
.marked-tag-area .define-area .label-level .label-content .label-content-title,
|
|
15384
|
+
.marked-tag-area .cloud-area .label-level .label-content .label-content-title {
|
|
15385
|
+
color: #2D2D2D;
|
|
15386
|
+
font-size: 12px;
|
|
15387
|
+
margin-bottom: 14px;
|
|
15388
|
+
}
|
|
15389
|
+
.marked-tag-area .define-area .label-level .label-content .label-content-tag-list,
|
|
15390
|
+
.marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list {
|
|
15391
|
+
display: flex;
|
|
15392
|
+
cursor: pointer;
|
|
15393
|
+
flex-flow: wrap;
|
|
15394
|
+
}
|
|
15395
|
+
.marked-tag-area .define-area .label-level .label-content .label-content-tag-list .cloud-icon-close,
|
|
15396
|
+
.marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .cloud-icon-close {
|
|
15397
|
+
color: rgba(0, 0, 0, 0.25);
|
|
15398
|
+
cursor: pointer;
|
|
15399
|
+
}
|
|
15400
|
+
.marked-tag-area .define-area .label-level .label-content .label-content-tag-list .label-content-tag,
|
|
15401
|
+
.marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .label-content-tag {
|
|
15402
|
+
background: #F5F5F5;
|
|
15403
|
+
border-radius: 2px;
|
|
15404
|
+
border: 1px solid #E8E8E8;
|
|
15405
|
+
padding: 2px 4px;
|
|
15406
|
+
display: flex;
|
|
15407
|
+
min-height: 22px;
|
|
15408
|
+
align-items: center;
|
|
15409
|
+
margin-right: 8px;
|
|
15410
|
+
margin-bottom: 10px;
|
|
15411
|
+
}
|
|
15412
|
+
.marked-tag-area .define-area .label-level .label-content .label-content-tag-list .label-content-tag .label-content-label-value,
|
|
15413
|
+
.marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .label-content-tag .label-content-label-value {
|
|
15414
|
+
margin-right: 6px;
|
|
15415
|
+
}
|
|
15416
|
+
.marked-tag-area .toggle-show {
|
|
15417
|
+
display: inline-block;
|
|
15418
|
+
position: absolute;
|
|
15419
|
+
top: calc(100% - 25px);
|
|
15420
|
+
right: 0;
|
|
15421
|
+
color: #0083ba;
|
|
15422
|
+
cursor: pointer;
|
|
15423
|
+
}
|
|
15424
|
+
.marked-tag-area .toggle-show:hover {
|
|
15425
|
+
color: #00AAF1;
|
|
15426
|
+
}
|
|
15427
|
+
.rfm-tag-area .tag-type-label {
|
|
15428
|
+
line-height: 12px;
|
|
15429
|
+
position: relative;
|
|
15430
|
+
border-radius: 2px;
|
|
15431
|
+
color: #3A3A3A;
|
|
15432
|
+
padding: 5px;
|
|
15433
|
+
margin: 5px 0;
|
|
15434
|
+
}
|
|
15435
|
+
.rfm-tag-area ul,
|
|
15436
|
+
.rfm-tag-area li {
|
|
15437
|
+
margin: 0;
|
|
15438
|
+
padding: 0;
|
|
15439
|
+
}
|
|
15440
|
+
.rfm-tag-area li {
|
|
15441
|
+
list-style: none;
|
|
15442
|
+
}
|
|
15443
|
+
.rfm-tag-area .shop-area {
|
|
15444
|
+
height: 32px;
|
|
15445
|
+
width: 1070px;
|
|
15446
|
+
line-height: 32px;
|
|
15447
|
+
}
|
|
15448
|
+
.rfm-tag-area .shop-area .cloud-select {
|
|
15449
|
+
display: inline-block;
|
|
15450
|
+
width: 130px;
|
|
15451
|
+
line-height: 24px;
|
|
15452
|
+
}
|
|
15453
|
+
.rfm-tag-area .shop-area .shop-icon > svg {
|
|
15454
|
+
width: 14px;
|
|
15455
|
+
height: 14px;
|
|
15456
|
+
margin-right: 5px;
|
|
15457
|
+
vertical-align: middle;
|
|
15458
|
+
}
|
|
15459
|
+
.rfm-tag-area .shop-area .shop-type {
|
|
15460
|
+
max-width: 100px;
|
|
15461
|
+
display: inline-block;
|
|
15462
|
+
white-space: nowrap;
|
|
15463
|
+
overflow: hidden;
|
|
15464
|
+
text-overflow: ellipsis;
|
|
15465
|
+
vertical-align: bottom;
|
|
15466
|
+
}
|
|
15467
|
+
.rfm-tag-area .shop-area .choose-shop-label {
|
|
15468
|
+
margin-left: 16px;
|
|
15469
|
+
}
|
|
15470
|
+
.rfm-tag-area .shop-area .shop-list {
|
|
15471
|
+
display: inline-block;
|
|
15472
|
+
vertical-align: top;
|
|
15473
|
+
}
|
|
15474
|
+
.rfm-tag-area .shop-area .shop-list > li {
|
|
15475
|
+
display: inline-block;
|
|
15476
|
+
color: #186493;
|
|
15477
|
+
cursor: pointer;
|
|
15478
|
+
margin-right: 15px;
|
|
15479
|
+
line-height: 12px;
|
|
15480
|
+
}
|
|
15481
|
+
.rfm-tag-area .shop-area .shop-list .active-shop {
|
|
15482
|
+
background: #7BBEE7;
|
|
15483
|
+
color: #FFFFFF;
|
|
15484
|
+
border-radius: 2px;
|
|
15485
|
+
padding: 3px 5px 5px 5px;
|
|
15486
|
+
margin-right: 10px;
|
|
15487
|
+
}
|
|
15488
|
+
.rfm-tag-area .label-list-area {
|
|
15489
|
+
margin: 12px 0 10px 18px;
|
|
15490
|
+
width: 1052px;
|
|
15491
|
+
}
|
|
15492
|
+
.rfm-tag-area .label-list-area dl {
|
|
15493
|
+
display: inline-block;
|
|
15494
|
+
margin: 0 0 11px 0;
|
|
15495
|
+
width: 344px;
|
|
15496
|
+
}
|
|
15497
|
+
.rfm-tag-area .label-list-area dt,
|
|
15498
|
+
.rfm-tag-area .label-list-area dd {
|
|
15499
|
+
display: inline-block;
|
|
15500
|
+
vertical-align: top;
|
|
15501
|
+
color: #3D3D3D;
|
|
15502
|
+
}
|
|
15503
|
+
.rfm-tag-area .label-list-area dd {
|
|
15504
|
+
margin-left: 0;
|
|
15505
|
+
width: 120px;
|
|
15506
|
+
}
|
|
15507
|
+
.rfm-tag-area .four-col dl {
|
|
15508
|
+
width: 260px;
|
|
15509
|
+
}
|
|
15510
|
+
.rfm-tag-area .three-col dl {
|
|
15511
|
+
width: 344px;
|
|
15512
|
+
}
|
|
15513
|
+
.hide-node {
|
|
15514
|
+
display: none;
|
|
15515
|
+
}
|
|
15516
|
+
.add-tag-modal .tag-type-area,
|
|
15517
|
+
.add-tag-modal .tag-value-area {
|
|
15518
|
+
padding-left: 20px;
|
|
15519
|
+
margin: 12px 0;
|
|
15520
|
+
}
|
|
15521
|
+
.add-tag-modal .tag-type-area > label,
|
|
15522
|
+
.add-tag-modal .tag-value-area > label {
|
|
15523
|
+
display: inline-block;
|
|
15524
|
+
line-height: 30px;
|
|
15525
|
+
text-align: right;
|
|
15526
|
+
width: 72px;
|
|
15527
|
+
}
|
|
15528
|
+
.add-tag-modal .tag-type-area > .cloud-tree-select,
|
|
15529
|
+
.add-tag-modal .tag-value-area > .cloud-tree-select {
|
|
15530
|
+
display: inline-block;
|
|
15531
|
+
width: 220px;
|
|
15532
|
+
}
|
|
15533
|
+
.add-tag-modal .tag-type-area input,
|
|
15534
|
+
.add-tag-modal .tag-type-area .cloud-input-group {
|
|
15535
|
+
width: 220px !important;
|
|
15536
|
+
}
|
|
15537
|
+
.add-tag-modal .tag-type-area .select-tag-value {
|
|
15538
|
+
height: 30px;
|
|
15539
|
+
margin-left: 35px;
|
|
15540
|
+
vertical-align: middle;
|
|
15541
|
+
margin-left: 72px;
|
|
15542
|
+
}
|
|
15543
|
+
.add-tag-modal .tag-type-area .select-tag-value .cloud-radio {
|
|
15544
|
+
margin-right: 20px;
|
|
15545
|
+
line-height: 30px;
|
|
15546
|
+
margin-bottom: 2px;
|
|
15547
|
+
}
|
|
15548
|
+
.add-tag-modal .tag-type-area .select-tag-value .cloud-radio .cloud-radio-wrapper {
|
|
15549
|
+
display: inline-block;
|
|
15550
|
+
vertical-align: text-bottom;
|
|
15551
|
+
}
|
|
15552
|
+
.add-tag-modal .tag-type-area .select-tag-value .cloud-checkbox {
|
|
15553
|
+
line-height: 30px;
|
|
15554
|
+
margin-bottom: 2px;
|
|
15555
|
+
}
|
|
15556
|
+
.add-tag-modal .tag-type-area .select-tag-value .cloud-checkbox-group,
|
|
15557
|
+
.add-tag-modal .tag-type-area .select-tag-value .cloud-radio-group {
|
|
15558
|
+
display: inline-block;
|
|
15559
|
+
}
|
|
15560
|
+
|
|
15561
|
+
.customer-view-icon-svg {
|
|
15562
|
+
font-size: 16px;
|
|
15563
|
+
line-height: 1;
|
|
15564
|
+
width: 1em;
|
|
15565
|
+
height: 1em;
|
|
15566
|
+
overflow: hidden;
|
|
15567
|
+
vertical-align: middle;
|
|
15568
|
+
pointer-events: none;
|
|
15569
|
+
}
|
|
15570
|
+
|
|
13354
15571
|
body {
|
|
13355
15572
|
margin: 0;
|
|
13356
15573
|
--shuyunBlue1: #EDF6FF;
|