cloud-business 0.1.86 → 0.1.87-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  html {
2
- font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
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/cloud-fe-iconfont/0.0.2/cloud-react/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/cloud-fe-iconfont/0.0.2/cloud-react/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/cloud-fe-iconfont/0.0.2/cloud-react/font/iconfont.ttf') format('truetype');
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="menuitem"] {
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="menuitem"] {
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="menuitem"] {
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.25);
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:checked + .newCloud-radio-inner::after,
5920
- .newCloud-radio-input[checked][disabled] + .newCloud-radio-inner::after,
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:checked + .newCloud-radio-inner {
5983
+ .newCloud-radio-input.checked + .newCloud-radio-inner {
5965
5984
  color: var(--shuyunBlue4);
5966
5985
  }
5967
- .newCloud-radio-input:checked + .newCloud-radio-inner::after {
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(:checked) + .newCloud-radio-inner {
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[checked][disabled] + .newCloud-radio-inner {
6006
+ .newCloud-radio-input.checked[disabled] + .newCloud-radio-inner {
5988
6007
  color: var(--shuyunBlue2);
5989
6008
  }
5990
- .newCloud-radio-input[checked][disabled] + .newCloud-radio-inner::after {
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: #ffffff;
6043
+ background: #FFFFFF;
6025
6044
  border-radius: 2px;
6026
6045
  font-size: 14px;
6027
- font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
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 #e8e8e8;
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: #5280ff;
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 #e8e8e8;
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: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
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: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
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: 1px solid #e8e8e8;
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: 1px solid #e8e8e8;
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 0 12px;
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 0 12px;
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 rgba(0, 0, 0, 0.25);
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: 32px;
9753
- line-height: 20px;
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 rgba(0, 0, 0, 0.25);
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 12px;
9881
+ padding: 5px;
9784
9882
  padding-right: 20px;
9785
- font-size: 14px;
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: 16px;
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 var(--shuyunBlue4) !important;
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
- background: #ffffff;
9834
- box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
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: 14px;
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: 8px 12px;
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: #e8e8e8;
9869
- font-size: 16px;
9966
+ color: #dbdbdb;
9870
9967
  position: absolute;
9871
- right: 25px;
9872
- top: 15px;
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: 32px;
9880
- line-height: 32px;
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: 6px 10px;
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: #f5f8ff;
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 #e8e8e8;
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: 8px 0 16px 0;
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: 6px 10px;
9947
- height: 32px;
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: var(--shuyunBlue4);
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: #d4e1ff;
10060
+ background: #f6f6f6;
9974
10061
  }
9975
10062
 
9976
10063
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
@@ -13351,6 +13438,2150 @@ 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: 500;
13491
+ }
13492
+ #newCloud-drawer1-close {
13493
+ font-size: 16px;
13494
+ padding-right: 16px;
13495
+ cursor: pointer;
13496
+ box-sizing: border-box;
13497
+ }
13498
+ .newCloud-input:focus {
13499
+ border-color: var(--shuyunBlue4) !important;
13500
+ }
13501
+ .newCloud-picker-input > input:focus {
13502
+ border: 0 !important;
13503
+ outline: none;
13504
+ }
13505
+
13506
+ /**
13507
+ * index.less
13508
+ * wangbo
13509
+ * 2019/10/8
13510
+ */
13511
+ body {
13512
+ margin: 0;
13513
+ --shuyunBlue1: #EDF6FF;
13514
+ --shuyunBlue2: #CCE6FF;
13515
+ --shuyunBlue3: #72B0ED;
13516
+ --shuyunBlue4: #0066CC;
13517
+ --shuyunBlue5: #004CA3;
13518
+ --shuyunBlue6: #003775;
13519
+ --shuyunBlue7: #002147;
13520
+ }
13521
+ .newCloud-drawer1-content {
13522
+ padding: 0 !important;
13523
+ width: 100% !important;
13524
+ }
13525
+ .newCloud-drawer1-content .newCloud-drawer1-container {
13526
+ height: 100% !important;
13527
+ padding-bottom: 0 !important;
13528
+ }
13529
+ .customer-view-area-new {
13530
+ --shuyunBlue1: #EDF5FF;
13531
+ --shuyunBlue2: #D6E9FF;
13532
+ --shuyunBlue3: #AFCFFA;
13533
+ --shuyunBlue4: #0055CC;
13534
+ --shuyunBlue5: #0748A3;
13535
+ --shuyunBlue6: #123B75;
13536
+ --shuyunBlue7: #172D4D;
13537
+ height: 100%;
13538
+ font-size: 12px;
13539
+ background: #F5F5F5;
13540
+ 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;
13541
+ font-variant: tabular-nums;
13542
+ font-feature-settings: 'tnum', "tnum";
13543
+ }
13544
+ .customer-view-area-new .hideLabel {
13545
+ display: none;
13546
+ }
13547
+ .newCloud-drawer1.show {
13548
+ z-index: 1010;
13549
+ 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;
13550
+ font-variant: tabular-nums;
13551
+ font-feature-settings: 'tnum', "tnum";
13552
+ }
13553
+ .newCloud-drawer1-title {
13554
+ font-size: 16px;
13555
+ font-weight: 500;
13556
+ }
13557
+ #newCloud-drawer1-close {
13558
+ font-size: 16px;
13559
+ padding-right: 16px;
13560
+ cursor: pointer;
13561
+ box-sizing: border-box;
13562
+ }
13563
+ .newCloud-input:focus {
13564
+ border-color: var(--shuyunBlue4) !important;
13565
+ }
13566
+ .newCloud-picker-input > input:focus {
13567
+ border: 0 !important;
13568
+ outline: none;
13569
+ }
13570
+ .account-area-new {
13571
+ background: #FFFFFF;
13572
+ height: 138px;
13573
+ padding: 16px;
13574
+ box-sizing: border-box;
13575
+ margin-bottom: 16px;
13576
+ }
13577
+ .account-area-new .customer-account-info-new .uniId-wrap {
13578
+ position: relative;
13579
+ margin-bottom: 16px;
13580
+ color: rgba(0, 0, 0, 0.85);
13581
+ }
13582
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 {
13583
+ display: flex;
13584
+ }
13585
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-flag {
13586
+ font-size: 12px;
13587
+ height: 18px;
13588
+ line-height: 18px;
13589
+ color: rgba(0, 0, 0, 0.65);
13590
+ }
13591
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit {
13592
+ cursor: pointer;
13593
+ position: absolute;
13594
+ right: 0;
13595
+ height: 20px;
13596
+ line-height: 20px;
13597
+ font-size: 14px;
13598
+ font-weight: 400;
13599
+ color: var(--shuyunBlue4);
13600
+ }
13601
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit i {
13602
+ font-size: 14px;
13603
+ margin-right: 3px;
13604
+ }
13605
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-2 {
13606
+ display: flex;
13607
+ }
13608
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-2 .uniId-self {
13609
+ height: 24px;
13610
+ font-size: 16px;
13611
+ font-weight: 500;
13612
+ color: rgba(0, 0, 0, 0.85);
13613
+ line-height: 24px;
13614
+ cursor: pointer;
13615
+ }
13616
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state {
13617
+ margin-left: 8px;
13618
+ border-radius: 13px;
13619
+ padding: 0 8px;
13620
+ font-size: 12px;
13621
+ font-weight: 400;
13622
+ height: 22px;
13623
+ line-height: 22px;
13624
+ }
13625
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-1 {
13626
+ color: #D99800;
13627
+ background: #FFF9DB;
13628
+ }
13629
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-2 {
13630
+ color: #008F21;
13631
+ background: #E5F9E7;
13632
+ }
13633
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-3 {
13634
+ color: #555BB3;
13635
+ background: #EEEFFF;
13636
+ }
13637
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-4 {
13638
+ color: #2244CC;
13639
+ background: #F5F7FF;
13640
+ }
13641
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-5 {
13642
+ color: #14768F;
13643
+ background: #E5F5F9;
13644
+ }
13645
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-6 {
13646
+ color: #BD3535;
13647
+ background: #FFEDED;
13648
+ }
13649
+ .account-area-new .customer-account-info-new .uniId-wrap .uniId-state-7 {
13650
+ color: rgba(0, 0, 0, 0.85);
13651
+ background: #F5F5F5;
13652
+ }
13653
+ .account-area-new .customer-account-info-new .customer-info-wrap {
13654
+ display: flex;
13655
+ flex-wrap: wrap;
13656
+ }
13657
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info {
13658
+ width: 25%;
13659
+ display: flex;
13660
+ margin-bottom: 13px;
13661
+ font-size: 14px;
13662
+ line-height: 20px;
13663
+ height: 20px;
13664
+ color: rgba(0, 0, 0, 0.85);
13665
+ overflow: hidden;
13666
+ }
13667
+ .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
13668
+ .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-hide {
13669
+ display: none;
13670
+ }
13671
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text {
13672
+ cursor: pointer;
13673
+ display: flex;
13674
+ width: calc(100% - 50px);
13675
+ }
13676
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-view,
13677
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-hide {
13678
+ margin-left: 4px;
13679
+ font-size: 14px;
13680
+ }
13681
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
13682
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
13683
+ display: inline-block;
13684
+ }
13685
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-special {
13686
+ width: calc(100% - 90px);
13687
+ }
13688
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
13689
+ max-width: calc(100% - 20px);
13690
+ overflow: hidden;
13691
+ text-decoration: none;
13692
+ white-space: nowrap;
13693
+ text-overflow: ellipsis;
13694
+ }
13695
+ .customer-info-edit-modal .newCloud-form-item {
13696
+ height: 32px;
13697
+ margin-bottom: 16px;
13698
+ }
13699
+ .customer-info-edit-modal .newCloud-form-item:last-child {
13700
+ margin-bottom: 0;
13701
+ }
13702
+ .customer-info-edit-modal .special-bottom {
13703
+ margin-bottom: 24px !important;
13704
+ }
13705
+
13706
+ /**
13707
+ * areaStyle.less
13708
+ * wangbo
13709
+ * 2019/10/24
13710
+ */
13711
+ body {
13712
+ margin: 0;
13713
+ --shuyunBlue1: #EDF6FF;
13714
+ --shuyunBlue2: #CCE6FF;
13715
+ --shuyunBlue3: #72B0ED;
13716
+ --shuyunBlue4: #0066CC;
13717
+ --shuyunBlue5: #004CA3;
13718
+ --shuyunBlue6: #003775;
13719
+ --shuyunBlue7: #002147;
13720
+ }
13721
+ .area-style-new .address-item {
13722
+ display: flex;
13723
+ width: 544px;
13724
+ justify-content: space-between;
13725
+ margin-bottom: 8px;
13726
+ }
13727
+
13728
+ /**
13729
+ * style.less
13730
+ * @author wangbo
13731
+ * @since 2020/2/21
13732
+ * @github https://github.com/BoWang816
13733
+ */
13734
+ /**
13735
+ * index.less
13736
+ * wangbo
13737
+ * 2019/10/8
13738
+ */
13739
+ body {
13740
+ margin: 0;
13741
+ --shuyunBlue1: #EDF6FF;
13742
+ --shuyunBlue2: #CCE6FF;
13743
+ --shuyunBlue3: #72B0ED;
13744
+ --shuyunBlue4: #0066CC;
13745
+ --shuyunBlue5: #004CA3;
13746
+ --shuyunBlue6: #003775;
13747
+ --shuyunBlue7: #002147;
13748
+ }
13749
+ .newCloud-drawer1-content {
13750
+ padding: 0 !important;
13751
+ width: 100% !important;
13752
+ }
13753
+ .newCloud-drawer1-content .newCloud-drawer1-container {
13754
+ height: 100% !important;
13755
+ padding-bottom: 0 !important;
13756
+ }
13757
+ .customer-view-area-new {
13758
+ --shuyunBlue1: #EDF5FF;
13759
+ --shuyunBlue2: #D6E9FF;
13760
+ --shuyunBlue3: #AFCFFA;
13761
+ --shuyunBlue4: #0055CC;
13762
+ --shuyunBlue5: #0748A3;
13763
+ --shuyunBlue6: #123B75;
13764
+ --shuyunBlue7: #172D4D;
13765
+ height: 100%;
13766
+ font-size: 12px;
13767
+ background: #F5F5F5;
13768
+ 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;
13769
+ font-variant: tabular-nums;
13770
+ font-feature-settings: 'tnum', "tnum";
13771
+ }
13772
+ .customer-view-area-new .hideLabel {
13773
+ display: none;
13774
+ }
13775
+ .newCloud-drawer1.show {
13776
+ z-index: 1010;
13777
+ 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;
13778
+ font-variant: tabular-nums;
13779
+ font-feature-settings: 'tnum', "tnum";
13780
+ }
13781
+ .newCloud-drawer1-title {
13782
+ font-size: 16px;
13783
+ font-weight: 500;
13784
+ }
13785
+ #newCloud-drawer1-close {
13786
+ font-size: 16px;
13787
+ padding-right: 16px;
13788
+ cursor: pointer;
13789
+ box-sizing: border-box;
13790
+ }
13791
+ .newCloud-input:focus {
13792
+ border-color: var(--shuyunBlue4) !important;
13793
+ }
13794
+ .newCloud-picker-input > input:focus {
13795
+ border: 0 !important;
13796
+ outline: none;
13797
+ }
13798
+ #computedWidth {
13799
+ display: none;
13800
+ }
13801
+ .grid-area-new {
13802
+ height: calc(100% - 136px - 18px);
13803
+ background: #FFFFFF;
13804
+ }
13805
+ .grid-area-new .newCloud-tabs {
13806
+ height: 100%;
13807
+ }
13808
+ .grid-area-new .newCloud-tabs .newCloud-tabs-header-line {
13809
+ margin-bottom: 0;
13810
+ }
13811
+ .grid-area-new .newCloud-tabpanel-container {
13812
+ height: calc(100% - 49px);
13813
+ overflow: auto;
13814
+ }
13815
+ .grid-area-new .customer-address-area {
13816
+ padding-top: 10px;
13817
+ }
13818
+ .grid-area-new .customer-dynamic-info-new {
13819
+ padding: 16px 0!important;
13820
+ }
13821
+ .grid-area-new .customer-dynamic-info-new .newCloud-tips {
13822
+ margin: 0 16px 16px 16px;
13823
+ }
13824
+ .grid-area-new .customer-dynamic-info-new .search-box {
13825
+ height: 32px;
13826
+ margin: 0 16px 16px 16px;
13827
+ display: flex;
13828
+ align-items: center;
13829
+ color: rgba(0, 0, 0, 0.65);
13830
+ font-size: 14px;
13831
+ }
13832
+ .grid-area-new .customer-dynamic-info-new .search-box .newCloud-picker {
13833
+ margin-right: 16px;
13834
+ }
13835
+ .grid-area-new .customer-dynamic-info-new .content-div {
13836
+ position: relative;
13837
+ height: calc(100% - 38px - 32px - 32px);
13838
+ overflow: auto;
13839
+ padding: 0 16px;
13840
+ box-sizing: border-box;
13841
+ }
13842
+ .grid-area-new .customer-dynamic-info-new .content-div .empty-div {
13843
+ position: absolute;
13844
+ top: calc((100% - 64px)/2);
13845
+ left: calc((100% - 64px)/2);
13846
+ width: 64px;
13847
+ height: 90px;
13848
+ }
13849
+ .grid-area-new .customer-dynamic-info-new .content-div .empty-div > p {
13850
+ text-align: center;
13851
+ color: rgba(0, 0, 0, 0.45);
13852
+ font-weight: 400;
13853
+ font-size: 14px;
13854
+ line-height: 20px;
13855
+ }
13856
+ .grid-area-new .customer-dynamic-info-new .dynamic {
13857
+ width: 100%;
13858
+ margin-bottom: 16px;
13859
+ }
13860
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-time {
13861
+ height: 20px;
13862
+ font-size: 14px;
13863
+ font-weight: 500;
13864
+ color: rgba(0, 0, 0, 0.85);
13865
+ line-height: 20px;
13866
+ margin-bottom: 16px;
13867
+ }
13868
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content {
13869
+ position: relative;
13870
+ display: flex;
13871
+ width: 100%;
13872
+ }
13873
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-time {
13874
+ width: 50px;
13875
+ height: 18px;
13876
+ font-size: 12px;
13877
+ color: rgba(0, 0, 0, 0.45);
13878
+ line-height: 18px;
13879
+ margin-right: 16px;
13880
+ margin-top: 2px;
13881
+ }
13882
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-icon {
13883
+ width: 9px;
13884
+ height: 9px;
13885
+ border-radius: 9px;
13886
+ background: #496BF5;
13887
+ margin-right: 16px;
13888
+ margin-top: 7px;
13889
+ }
13890
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type {
13891
+ width: 32px;
13892
+ height: 22px;
13893
+ text-align: center;
13894
+ font-size: 12px;
13895
+ font-weight: 400;
13896
+ line-height: 22px;
13897
+ margin-right: 12px;
13898
+ }
13899
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-marketing {
13900
+ background: #FFEDED;
13901
+ color: #BD3535;
13902
+ }
13903
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-interaction {
13904
+ background: #F5F7FF;
13905
+ color: #2244CC;
13906
+ }
13907
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-trades {
13908
+ background: #FFF5E6;
13909
+ color: #D66A04;
13910
+ }
13911
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-refunds {
13912
+ background: #FFF9DB;
13913
+ color: #D99800;
13914
+ }
13915
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-type-rates {
13916
+ background: #E5F9E7;
13917
+ color: #008F39;
13918
+ }
13919
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info {
13920
+ width: calc(100% - 135px);
13921
+ }
13922
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info p {
13923
+ height: 20px;
13924
+ font-size: 14px;
13925
+ font-weight: 400;
13926
+ color: rgba(0, 0, 0, 0.85);
13927
+ line-height: 20px;
13928
+ margin-bottom: 8px;
13929
+ }
13930
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content .dynamic-content-info div {
13931
+ padding: 12px;
13932
+ box-sizing: border-box;
13933
+ background: #FAFAFA;
13934
+ width: 100%;
13935
+ font-size: 14px;
13936
+ font-weight: 400;
13937
+ color: rgba(0, 0, 0, 0.65);
13938
+ line-height: 20px;
13939
+ }
13940
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content:not(:last-child) {
13941
+ margin-bottom: 24px;
13942
+ }
13943
+ .grid-area-new .customer-dynamic-info-new .dynamic .dynamic-content:not(:last-child)::before {
13944
+ content: '';
13945
+ position: absolute;
13946
+ width: 1px;
13947
+ height: 100%;
13948
+ left: 70px;
13949
+ top: calc(7px + 9px + 8px);
13950
+ background: rgba(0, 0, 0, 0.15);
13951
+ }
13952
+ .grid-area-new .customer-dynamic-info-new .load-more {
13953
+ display: block;
13954
+ cursor: pointer;
13955
+ height: 20px;
13956
+ font-size: 14px;
13957
+ font-weight: 400;
13958
+ color: #496BF5;
13959
+ line-height: 20px;
13960
+ margin-top: 40px;
13961
+ margin-left: 135px;
13962
+ }
13963
+ .grid-area-new .customer-evaluation-new,
13964
+ .grid-area-new .customer-benefit-area-new,
13965
+ .grid-area-new .customer-dynamic-info-new {
13966
+ height: 100%;
13967
+ box-sizing: border-box;
13968
+ padding: 16px;
13969
+ }
13970
+ .grid-area-new .customer-evaluation-new .shop-filter,
13971
+ .grid-area-new .customer-benefit-area-new .shop-filter,
13972
+ .grid-area-new .customer-dynamic-info-new .shop-filter {
13973
+ font-size: 14px;
13974
+ margin-bottom: 16px;
13975
+ }
13976
+ .grid-area-new .customer-evaluation-new .rate-time {
13977
+ color: rgba(0, 0, 0, 0.85);
13978
+ display: flex;
13979
+ align-items: center;
13980
+ }
13981
+ .grid-area-new .customer-evaluation-new .rate-time > svg {
13982
+ width: 14px;
13983
+ height: 16px;
13984
+ margin-right: 6px;
13985
+ }
13986
+ .grid-area-new .customer-evaluation-new .rate-time #icon-good-review {
13987
+ fill: #E74949;
13988
+ }
13989
+ .grid-area-new .customer-evaluation-new .rate-time #icon-medium-review {
13990
+ fill: #FDA33D;
13991
+ }
13992
+ .grid-area-new .customer-evaluation-new .rate-time #icon-poor-review {
13993
+ fill: #D9D9D9;
13994
+ }
13995
+ .grid-area-new .customer-evaluation-new .estimate-content-info {
13996
+ cursor: pointer;
13997
+ white-space: normal;
13998
+ word-break: break-all;
13999
+ text-overflow: ellipsis;
14000
+ display: -webkit-box;
14001
+ -webkit-box-orient: vertical;
14002
+ -moz-box-orient: vertical;
14003
+ -webkit-line-clamp: 2;
14004
+ overflow: hidden;
14005
+ }
14006
+ .grid-area-new .customer-evaluation-new .cTable-tip-text {
14007
+ cursor: pointer;
14008
+ margin-top: 4px;
14009
+ font-size: 12px;
14010
+ color: rgba(0, 0, 0, 0.65);
14011
+ }
14012
+ .grid-area-new .customer-evaluation-new .cTable-product-name {
14013
+ display: block;
14014
+ width: 100%;
14015
+ overflow: hidden;
14016
+ white-space: nowrap;
14017
+ text-overflow: ellipsis;
14018
+ color: var(--shuyunBlue4);
14019
+ cursor: pointer;
14020
+ }
14021
+ .grid-area-new .customer-evaluation-new .emptyArea {
14022
+ color: rgba(0, 0, 0, 0.45);
14023
+ font-weight: 400;
14024
+ font-size: 14px;
14025
+ }
14026
+ .grid-area-new .customer-benefit-area-new .table-opt {
14027
+ padding: 16px 0 12px 0;
14028
+ }
14029
+ .grid-area-new .customer-benefit-area-new .table-opt .shop-filter {
14030
+ margin-bottom: 0;
14031
+ margin-right: 20px;
14032
+ }
14033
+ .grid-area-new .customer-benefit-area-new .newCloud-loading {
14034
+ height: calc(100% - 38px);
14035
+ }
14036
+ .grid-area-new .customer-benefit-area-new .table-info-tips {
14037
+ height: 20px;
14038
+ line-height: 20px;
14039
+ padding-top: 16px;
14040
+ font-size: 14px;
14041
+ font-weight: 400;
14042
+ color: rgba(0, 0, 0, 0.85);
14043
+ box-sizing: content-box !important;
14044
+ }
14045
+ .grid-area-new .customer-benefit-area-new .table-info-tips .empty {
14046
+ color: rgba(0, 0, 0, 0.45);
14047
+ }
14048
+ .grid-area-new .customer-benefit-area-new .table-info-tips .title-count {
14049
+ padding-right: 24px;
14050
+ }
14051
+ .grid-area-new .customer-benefit-area-new .table-info-tips .cloud-select {
14052
+ display: inline-block;
14053
+ vertical-align: middle;
14054
+ width: 250px;
14055
+ background: white;
14056
+ margin-right: 20px;
14057
+ }
14058
+ .grid-area-new .customer-benefit-area-new .emptyArea {
14059
+ color: rgba(0, 0, 0, 0.45);
14060
+ font-weight: 400;
14061
+ font-size: 14px;
14062
+ }
14063
+ .grid-area-new .customer-order-area-new {
14064
+ height: calc(100% - 16px);
14065
+ box-sizing: border-box;
14066
+ }
14067
+ .grid-area-new .customer-order-area-new .shop-filter {
14068
+ font-size: 14px;
14069
+ margin-bottom: 16px;
14070
+ padding-left: 16px;
14071
+ margin-top: 16px;
14072
+ }
14073
+ .grid-area-new .customer-order-area-new .empty-order {
14074
+ position: absolute;
14075
+ top: calc((100% - 90px)/2);
14076
+ left: calc((100% - 64px)/2);
14077
+ width: 64px;
14078
+ height: 90px;
14079
+ }
14080
+ .grid-area-new .customer-order-area-new .empty-order > p {
14081
+ text-align: center;
14082
+ color: rgba(0, 0, 0, 0.45);
14083
+ font-weight: 400;
14084
+ font-size: 14px;
14085
+ }
14086
+ .grid-area-new .customer-order-area-new .order-list {
14087
+ height: calc(100% - 80px - 35px);
14088
+ padding-left: 16px;
14089
+ padding-right: 16px;
14090
+ overflow: auto;
14091
+ }
14092
+ .grid-area-new .customer-order-area-new .order-list-right {
14093
+ margin-right: 10px;
14094
+ }
14095
+ .grid-area-new .customer-order-area-new .table-column1 {
14096
+ width: 338px;
14097
+ flex: none;
14098
+ }
14099
+ .grid-area-new .customer-order-area-new .table-column2 {
14100
+ width: 150px;
14101
+ flex: none;
14102
+ }
14103
+ .grid-area-new .customer-order-area-new .table-column5 {
14104
+ width: 260px;
14105
+ position: relative;
14106
+ flex: none;
14107
+ }
14108
+ .grid-area-new .customer-order-area-new .table-column5 .newCloud-icon {
14109
+ position: absolute;
14110
+ right: 16px;
14111
+ top: 12px;
14112
+ cursor: pointer;
14113
+ color: var(--shuyunBlue4);
14114
+ }
14115
+ .grid-area-new .customer-order-area-new .order-table-title {
14116
+ display: flex;
14117
+ font-size: 14px;
14118
+ color: rgba(0, 0, 0, 0.45);
14119
+ }
14120
+ .grid-area-new .customer-order-area-new .order-table-title .table-column1,
14121
+ .grid-area-new .customer-order-area-new .order-table-title .table-column2,
14122
+ .grid-area-new .customer-order-area-new .order-table-title .table-column5 {
14123
+ height: 44px;
14124
+ line-height: 20px;
14125
+ padding: 12px;
14126
+ box-sizing: border-box;
14127
+ background: #FAFAFA;
14128
+ border-bottom: 1px solid #E8E8E8;
14129
+ border-radius: 2px 0 0 0;
14130
+ }
14131
+ .grid-area-new .customer-order-area-new .order-table-body {
14132
+ display: flex;
14133
+ flex-direction: column;
14134
+ }
14135
+ .grid-area-new .customer-order-area-new .order-table-body .order-info {
14136
+ margin-top: 13px;
14137
+ }
14138
+ .grid-area-new .customer-order-area-new .order-table-body .order-title {
14139
+ width: 1048px;
14140
+ height: 40px;
14141
+ background: #FAFAFA;
14142
+ padding: 10px 12px;
14143
+ box-sizing: border-box;
14144
+ display: flex;
14145
+ border-top: 1px solid #E8E8E8;
14146
+ border-left: 1px solid #E8E8E8;
14147
+ border-right: 1px solid #E8E8E8;
14148
+ }
14149
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
14150
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
14151
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14152
+ height: 20px;
14153
+ line-height: 20px;
14154
+ font-size: 14px;
14155
+ color: rgba(0, 0, 0, 0.85);
14156
+ }
14157
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
14158
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
14159
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
14160
+ cursor: pointer;
14161
+ }
14162
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
14163
+ font-weight: 500;
14164
+ }
14165
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
14166
+ margin-top: -2px;
14167
+ padding-right: 4px;
14168
+ }
14169
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
14170
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14171
+ margin-left: 30px;
14172
+ }
14173
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
14174
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
14175
+ color: rgba(0, 0, 0, 0.65);
14176
+ }
14177
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14178
+ width: 220px;
14179
+ }
14180
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
14181
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14182
+ width: calc((100% - 440px - 120px) / 3);
14183
+ overflow: hidden;
14184
+ white-space: nowrap;
14185
+ text-overflow: ellipsis;
14186
+ }
14187
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
14188
+ width: 1198px !important;
14189
+ }
14190
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
14191
+ width: 1348px !important;
14192
+ }
14193
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
14194
+ width: 1498px !important;
14195
+ }
14196
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another {
14197
+ width: 1048px;
14198
+ background: #FAFAFA;
14199
+ padding: 10px 12px;
14200
+ box-sizing: border-box;
14201
+ border-top: 1px solid #E8E8E8;
14202
+ border-left: 1px solid #E8E8E8;
14203
+ border-right: 1px solid #E8E8E8;
14204
+ }
14205
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
14206
+ width: 100%;
14207
+ display: flex;
14208
+ }
14209
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
14210
+ margin-bottom: 10px;
14211
+ }
14212
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
14213
+ height: 20px;
14214
+ line-height: 20px;
14215
+ font-size: 14px;
14216
+ color: rgba(0, 0, 0, 0.85);
14217
+ width: calc((100% - 90px) / 4);
14218
+ margin-left: 30px;
14219
+ overflow: hidden;
14220
+ white-space: nowrap;
14221
+ text-overflow: ellipsis;
14222
+ }
14223
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
14224
+ cursor: pointer;
14225
+ }
14226
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
14227
+ color: rgba(0, 0, 0, 0.65);
14228
+ }
14229
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
14230
+ font-weight: 500;
14231
+ margin-left: 0 !important;
14232
+ }
14233
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
14234
+ margin-top: -2px;
14235
+ padding-right: 4px;
14236
+ }
14237
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
14238
+ margin-left: 0 !important;
14239
+ }
14240
+ .grid-area-new .customer-order-area-new .order-table-body .order-content {
14241
+ display: flex;
14242
+ color: rgba(0, 0, 0, 0.85);
14243
+ }
14244
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 {
14245
+ flex: none;
14246
+ }
14247
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 .order-content-one-div {
14248
+ display: flex;
14249
+ }
14250
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-production {
14251
+ border-left: 1px solid #E8E8E8;
14252
+ border-bottom: 1px solid #E8E8E8;
14253
+ box-sizing: border-box;
14254
+ width: 338px;
14255
+ padding: 12px;
14256
+ display: flex;
14257
+ }
14258
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name {
14259
+ display: inline-block;
14260
+ vertical-align: top;
14261
+ margin-left: 8px;
14262
+ line-height: 20px;
14263
+ font-size: 14px;
14264
+ }
14265
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a {
14266
+ cursor: pointer;
14267
+ text-decoration: none;
14268
+ color: var(--shuyunBlue4);
14269
+ white-space: normal;
14270
+ word-break: break-all;
14271
+ text-overflow: ellipsis;
14272
+ display: -webkit-box;
14273
+ -webkit-box-orient: vertical;
14274
+ -moz-box-orient: vertical;
14275
+ -webkit-line-clamp: 2;
14276
+ overflow: hidden;
14277
+ }
14278
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a:hover {
14279
+ color: var(--shuyunBlue4);
14280
+ }
14281
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .sku {
14282
+ color: rgba(0, 0, 0, 0.45);
14283
+ }
14284
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .product-refund {
14285
+ width: 56px;
14286
+ height: 22px;
14287
+ background: #FFF5E6;
14288
+ border-radius: 2px;
14289
+ padding: 2px;
14290
+ box-sizing: border-box;
14291
+ margin-top: 5px;
14292
+ font-size: 12px;
14293
+ color: #D66A04;
14294
+ line-height: 18px;
14295
+ }
14296
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-price,
14297
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count,
14298
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count-temp {
14299
+ border-left: 1px solid #E8E8E8;
14300
+ border-bottom: 1px solid #E8E8E8;
14301
+ box-sizing: border-box;
14302
+ width: 150px;
14303
+ padding: 12px;
14304
+ display: flex;
14305
+ align-items: center;
14306
+ }
14307
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
14308
+ width: 150px;
14309
+ }
14310
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2,
14311
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14312
+ flex: none;
14313
+ border-left: 1px solid #E8E8E8;
14314
+ border-bottom: 1px solid #E8E8E8;
14315
+ box-sizing: border-box;
14316
+ padding: 12px;
14317
+ display: flex;
14318
+ align-items: center;
14319
+ }
14320
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14321
+ width: 260px;
14322
+ border-right: 1px solid #E8E8E8;
14323
+ line-height: 20px;
14324
+ display: flex;
14325
+ flex-direction: column;
14326
+ justify-content: center;
14327
+ align-items: flex-start;
14328
+ }
14329
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
14330
+ color: #FD830A;
14331
+ }
14332
+ .grid-area-new .customer-order-area-new .order-table-body-empty {
14333
+ position: relative;
14334
+ height: calc(100% - 44px);
14335
+ }
14336
+ .grid-area-new .customer-order-area-new .footer-page {
14337
+ margin-top: 16px;
14338
+ padding-bottom: 16px;
14339
+ padding-right: 16px;
14340
+ float: right;
14341
+ }
14342
+ .grid-area-new .customer-account-new {
14343
+ width: 100%;
14344
+ padding-top: 16px;
14345
+ padding-left: calc((100% - 338px - 338px - 338px - 32px)/2);
14346
+ box-sizing: border-box;
14347
+ display: flex;
14348
+ flex-flow: wrap;
14349
+ }
14350
+ .grid-area-new .customer-account-new .account-info {
14351
+ display: flex;
14352
+ width: 338px;
14353
+ background: #FFFFFF;
14354
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
14355
+ border-radius: 4px;
14356
+ opacity: 0.7;
14357
+ border: 1px solid #E8E8E8;
14358
+ margin-bottom: 16px;
14359
+ box-sizing: border-box;
14360
+ }
14361
+ .grid-area-new .customer-account-new .account-info:not(:nth-child(3n)) {
14362
+ margin-right: 16px;
14363
+ }
14364
+ .grid-area-new .customer-account-new .account-info-left {
14365
+ width: 40px;
14366
+ height: 40px;
14367
+ margin-left: 12px;
14368
+ margin-top: 12px;
14369
+ margin-right: 12px;
14370
+ border: 1px solid #E8E8E8;
14371
+ border-radius: 20px;
14372
+ }
14373
+ .grid-area-new .customer-account-new .account-info-left img {
14374
+ width: 24px;
14375
+ margin: 8px;
14376
+ }
14377
+ .grid-area-new .customer-account-new .account-info-right {
14378
+ width: calc(100% - 40px - 24px);
14379
+ }
14380
+ .grid-area-new .customer-account-new .account-info-right > p {
14381
+ box-sizing: content-box !important;
14382
+ height: 20px;
14383
+ line-height: 20px;
14384
+ font-size: 14px;
14385
+ font-weight: 500;
14386
+ color: rgba(0, 0, 0, 0.85);
14387
+ padding-top: 12px;
14388
+ padding-bottom: 8px;
14389
+ border-bottom: 1px solid #E8E8E8;
14390
+ white-space: nowrap;
14391
+ overflow: hidden;
14392
+ text-overflow: ellipsis;
14393
+ }
14394
+ .grid-area-new .customer-account-new .account-info-right .info-copy {
14395
+ display: flex;
14396
+ justify-content: space-between;
14397
+ margin-top: 12px;
14398
+ margin-bottom: 12px;
14399
+ padding-right: 14px;
14400
+ box-sizing: border-box;
14401
+ height: 18px;
14402
+ line-height: 18px;
14403
+ font-weight: 400;
14404
+ color: rgba(0, 0, 0, 0.85);
14405
+ }
14406
+ .grid-area-new .customer-account-new .account-info-right .info-copy p {
14407
+ width: 240px;
14408
+ font-size: 12px;
14409
+ white-space: nowrap;
14410
+ overflow: hidden;
14411
+ text-overflow: ellipsis;
14412
+ }
14413
+ .grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
14414
+ cursor: pointer;
14415
+ color: rgba(0, 0, 0, 0.45);
14416
+ }
14417
+ .grid-area-new .tips-label {
14418
+ text-align: right;
14419
+ color: rgba(0, 0, 0, 0.45);
14420
+ line-height: 20px;
14421
+ padding: 12px 23px 0 0;
14422
+ }
14423
+ .grid-area-new .edit-icon {
14424
+ cursor: pointer;
14425
+ font-size: 14px;
14426
+ color: rgba(0, 0, 0, 0.45);
14427
+ }
14428
+ .preview-row-new {
14429
+ display: flex;
14430
+ width: 100%;
14431
+ margin-bottom: 12px;
14432
+ font-size: 14px;
14433
+ }
14434
+ .preview-row-new label {
14435
+ margin-right: 6px;
14436
+ }
14437
+ .opt-checkbox-order {
14438
+ min-width: 200px !important;
14439
+ }
14440
+ .opt-checkbox-order .newCloud-checkbox {
14441
+ height: 40px !important;
14442
+ }
14443
+ .opt-checkbox-order .newCloud-popover-desc {
14444
+ max-height: 200px;
14445
+ }
14446
+ .customer-loading {
14447
+ height: calc(100% - 48px);
14448
+ }
14449
+
14450
+ /**
14451
+ * index.less
14452
+ * wangbo
14453
+ * 2019/10/8
14454
+ */
14455
+ body {
14456
+ margin: 0;
14457
+ --shuyunBlue1: #EDF6FF;
14458
+ --shuyunBlue2: #CCE6FF;
14459
+ --shuyunBlue3: #72B0ED;
14460
+ --shuyunBlue4: #0066CC;
14461
+ --shuyunBlue5: #004CA3;
14462
+ --shuyunBlue6: #003775;
14463
+ --shuyunBlue7: #002147;
14464
+ }
14465
+ .newCloud-drawer1-content {
14466
+ padding: 0 !important;
14467
+ width: 100% !important;
14468
+ }
14469
+ .newCloud-drawer1-content .newCloud-drawer1-container {
14470
+ height: 100% !important;
14471
+ padding-bottom: 0 !important;
14472
+ }
14473
+ .customer-view-area-new {
14474
+ --shuyunBlue1: #EDF5FF;
14475
+ --shuyunBlue2: #D6E9FF;
14476
+ --shuyunBlue3: #AFCFFA;
14477
+ --shuyunBlue4: #0055CC;
14478
+ --shuyunBlue5: #0748A3;
14479
+ --shuyunBlue6: #123B75;
14480
+ --shuyunBlue7: #172D4D;
14481
+ height: 100%;
14482
+ font-size: 12px;
14483
+ background: #F5F5F5;
14484
+ 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;
14485
+ font-variant: tabular-nums;
14486
+ font-feature-settings: 'tnum', "tnum";
14487
+ }
14488
+ .customer-view-area-new .hideLabel {
14489
+ display: none;
14490
+ }
14491
+ .newCloud-drawer1.show {
14492
+ z-index: 1010;
14493
+ 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;
14494
+ font-variant: tabular-nums;
14495
+ font-feature-settings: 'tnum', "tnum";
14496
+ }
14497
+ .newCloud-drawer1-title {
14498
+ font-size: 16px;
14499
+ font-weight: 500;
14500
+ }
14501
+ #newCloud-drawer1-close {
14502
+ font-size: 16px;
14503
+ padding-right: 16px;
14504
+ cursor: pointer;
14505
+ box-sizing: border-box;
14506
+ }
14507
+ .newCloud-input:focus {
14508
+ border-color: var(--shuyunBlue4) !important;
14509
+ }
14510
+ .newCloud-picker-input > input:focus {
14511
+ border: 0 !important;
14512
+ outline: none;
14513
+ }
14514
+ .customer-card-container-new {
14515
+ position: relative;
14516
+ display: flex;
14517
+ height: 100%;
14518
+ }
14519
+ .customer-card-container-new .loading-area {
14520
+ margin-left: 45%;
14521
+ }
14522
+ .customer-card-container-new .empty-area {
14523
+ position: absolute;
14524
+ top: calc((100% - 80px)/2);
14525
+ left: calc((100% - 64px)/2);
14526
+ width: 64px;
14527
+ height: 64px;
14528
+ }
14529
+ .customer-card-container-new .empty-area p {
14530
+ font-size: 14px;
14531
+ margin-left: 5px;
14532
+ color: rgba(0, 0, 0, 0.45);
14533
+ line-height: 20px;
14534
+ }
14535
+ .customer-card-container-new .left-card {
14536
+ width: 312px;
14537
+ height: 100%;
14538
+ box-shadow: inset -1px 0px 0px 0px #E8E8E8;
14539
+ padding: 16px 16px 0 16px;
14540
+ box-sizing: border-box;
14541
+ overflow: auto;
14542
+ }
14543
+ .customer-card-container-new .left-card .card-img {
14544
+ margin-bottom: 16px;
14545
+ }
14546
+ .customer-card-container-new .left-card .card-img .img_div {
14547
+ width: 280px;
14548
+ height: 100px;
14549
+ cursor: pointer;
14550
+ background: url("data:image/png;base64,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");
14551
+ }
14552
+ .customer-card-container-new .left-card .card-img .img_div .img_div_info {
14553
+ width: 280px;
14554
+ height: 100px;
14555
+ box-sizing: border-box;
14556
+ padding: 24px;
14557
+ }
14558
+ .customer-card-container-new .left-card .card-img .img_div .img_div_info .card-name {
14559
+ font-size: 16px;
14560
+ font-weight: 500;
14561
+ color: rgba(0, 0, 0, 0.85);
14562
+ line-height: 24px;
14563
+ margin-bottom: 8px;
14564
+ }
14565
+ .customer-card-container-new .left-card .card-img .img_div .img_div_info .card-level {
14566
+ font-size: 14px;
14567
+ font-weight: 400;
14568
+ color: rgba(0, 0, 0, 0.65);
14569
+ line-height: 20px;
14570
+ }
14571
+ .customer-card-container-new .left-card .card-img .img_div:hover {
14572
+ background: url("data:image/png;base64,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");
14573
+ }
14574
+ .customer-card-container-new .left-card .card-img .img_div:hover .card-name,
14575
+ .customer-card-container-new .left-card .card-img .img_div:hover .card-level {
14576
+ color: #FFFFFF;
14577
+ }
14578
+ .customer-card-container-new .left-card .card-img .img_div_active {
14579
+ background: url("data:image/png;base64,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");
14580
+ }
14581
+ .customer-card-container-new .left-card .card-img .img_div_active .card-name,
14582
+ .customer-card-container-new .left-card .card-img .img_div_active .card-level {
14583
+ color: #FFFFFF !important;
14584
+ }
14585
+ .customer-card-container-new .right-card-info {
14586
+ width: calc(100% - 312px);
14587
+ padding: 0 16px;
14588
+ box-sizing: border-box;
14589
+ }
14590
+ .customer-card-container-new .right-card-info .info {
14591
+ padding-top: 24px;
14592
+ box-sizing: border-box;
14593
+ }
14594
+ .customer-card-container-new .right-card-info .info:not(:last-child) {
14595
+ box-shadow: inset 0px -1px 0px 0px #E8E8E8;
14596
+ }
14597
+ .customer-card-container-new .right-card-info .info-title {
14598
+ position: relative;
14599
+ display: flex;
14600
+ margin-bottom: 16px;
14601
+ font-size: 14px;
14602
+ }
14603
+ .customer-card-container-new .right-card-info .info-title div {
14604
+ width: 4px;
14605
+ height: 12px;
14606
+ background: var(--shuyunBlue4);
14607
+ margin-right: 8px;
14608
+ margin-top: 4px;
14609
+ }
14610
+ .customer-card-container-new .right-card-info .info-title p {
14611
+ font-weight: 500;
14612
+ color: rgba(0, 0, 0, 0.85);
14613
+ line-height: 20px;
14614
+ }
14615
+ .customer-card-container-new .right-card-info .info-title a {
14616
+ position: absolute;
14617
+ cursor: pointer;
14618
+ right: 0;
14619
+ color: var(--shuyunBlue4);
14620
+ line-height: 20px;
14621
+ }
14622
+ .customer-card-container-new .right-card-info .info-context {
14623
+ display: flex;
14624
+ flex-flow: row wrap;
14625
+ font-size: 14px;
14626
+ font-weight: 400;
14627
+ color: rgba(0, 0, 0, 0.85);
14628
+ }
14629
+ .customer-card-container-new .right-card-info .info-context p {
14630
+ width: calc(100% / 3);
14631
+ padding-bottom: 16px;
14632
+ line-height: 20px;
14633
+ }
14634
+
14635
+ /**
14636
+ * index.less
14637
+ * wangbo
14638
+ * 2019/10/8
14639
+ */
14640
+ body {
14641
+ margin: 0;
14642
+ --shuyunBlue1: #EDF6FF;
14643
+ --shuyunBlue2: #CCE6FF;
14644
+ --shuyunBlue3: #72B0ED;
14645
+ --shuyunBlue4: #0066CC;
14646
+ --shuyunBlue5: #004CA3;
14647
+ --shuyunBlue6: #003775;
14648
+ --shuyunBlue7: #002147;
14649
+ }
14650
+ .newCloud-drawer1-content {
14651
+ padding: 0 !important;
14652
+ width: 100% !important;
14653
+ }
14654
+ .newCloud-drawer1-content .newCloud-drawer1-container {
14655
+ height: 100% !important;
14656
+ padding-bottom: 0 !important;
14657
+ }
14658
+ .customer-view-area-new {
14659
+ --shuyunBlue1: #EDF5FF;
14660
+ --shuyunBlue2: #D6E9FF;
14661
+ --shuyunBlue3: #AFCFFA;
14662
+ --shuyunBlue4: #0055CC;
14663
+ --shuyunBlue5: #0748A3;
14664
+ --shuyunBlue6: #123B75;
14665
+ --shuyunBlue7: #172D4D;
14666
+ height: 100%;
14667
+ font-size: 12px;
14668
+ background: #F5F5F5;
14669
+ 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;
14670
+ font-variant: tabular-nums;
14671
+ font-feature-settings: 'tnum', "tnum";
14672
+ }
14673
+ .customer-view-area-new .hideLabel {
14674
+ display: none;
14675
+ }
14676
+ .newCloud-drawer1.show {
14677
+ z-index: 1010;
14678
+ 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;
14679
+ font-variant: tabular-nums;
14680
+ font-feature-settings: 'tnum', "tnum";
14681
+ }
14682
+ .newCloud-drawer1-title {
14683
+ font-size: 16px;
14684
+ font-weight: 500;
14685
+ }
14686
+ #newCloud-drawer1-close {
14687
+ font-size: 16px;
14688
+ padding-right: 16px;
14689
+ cursor: pointer;
14690
+ box-sizing: border-box;
14691
+ }
14692
+ .newCloud-input:focus {
14693
+ border-color: var(--shuyunBlue4) !important;
14694
+ }
14695
+ .newCloud-picker-input > input:focus {
14696
+ border: 0 !important;
14697
+ outline: none;
14698
+ }
14699
+ .customer-label-area-new {
14700
+ height: 100%;
14701
+ box-sizing: border-box;
14702
+ display: flex;
14703
+ font-size: 14px;
14704
+ }
14705
+ .customer-label-area-new .customer-label-tab {
14706
+ height: 100%;
14707
+ width: 136px;
14708
+ padding-top: 16px;
14709
+ border-right: 1px solid #E8E8E8;
14710
+ box-sizing: border-box;
14711
+ }
14712
+ .customer-label-area-new .customer-label-tab div {
14713
+ height: 40px;
14714
+ line-height: 40px;
14715
+ padding-left: 24px;
14716
+ cursor: pointer;
14717
+ box-sizing: border-box;
14718
+ }
14719
+ .customer-label-area-new .customer-label-tab div:hover {
14720
+ background: #F0F7FF;
14721
+ }
14722
+ .customer-label-area-new .customer-label-tab .label-active {
14723
+ color: var(--shuyunBlue4);
14724
+ background: #F0F7FF;
14725
+ }
14726
+ .customer-label-area-new .customer-label-content {
14727
+ width: 944px;
14728
+ height: 100%;
14729
+ overflow: auto;
14730
+ }
14731
+ .customer-label-area-new .customer-label-content .rfm-module-new,
14732
+ .customer-label-area-new .customer-label-content .custom-module-new,
14733
+ .customer-label-area-new .customer-label-content .weChat-module-new {
14734
+ width: 100%;
14735
+ height: auto;
14736
+ padding: 16px;
14737
+ box-sizing: border-box;
14738
+ }
14739
+ .customer-label-area-new .customer-label-content .common-title {
14740
+ display: flex;
14741
+ justify-content: space-between;
14742
+ }
14743
+ .customer-label-area-new .customer-label-content .common-title .common-title-left {
14744
+ height: 20px;
14745
+ display: flex;
14746
+ align-items: center;
14747
+ }
14748
+ .customer-label-area-new .customer-label-content .common-title .common-title-left div {
14749
+ width: 4px;
14750
+ height: 12px;
14751
+ background: var(--shuyunBlue4);
14752
+ margin-right: 4px;
14753
+ }
14754
+ .customer-label-area-new .customer-label-content .common-title .common-title-left p {
14755
+ font-weight: 500;
14756
+ color: rgba(0, 0, 0, 0.85);
14757
+ height: 20px;
14758
+ line-height: 20px;
14759
+ }
14760
+ .customer-label-area-new .customer-label-content .common-block {
14761
+ height: 44px;
14762
+ border-radius: 4px;
14763
+ border: 1px solid #E8E8E8;
14764
+ margin-top: 12px;
14765
+ overflow: hidden;
14766
+ }
14767
+ .customer-label-area-new .customer-label-content .common-block .common-block-title {
14768
+ height: 44px;
14769
+ padding: 12px;
14770
+ box-sizing: border-box;
14771
+ display: flex;
14772
+ position: relative;
14773
+ background: #F5F5F5;
14774
+ }
14775
+ .customer-label-area-new .customer-label-content .common-block .common-block-title .newCloud-icon {
14776
+ color: var(--shuyunBlue4);
14777
+ cursor: pointer;
14778
+ }
14779
+ .customer-label-area-new .customer-label-content .common-block .common-block-title p {
14780
+ font-weight: 500;
14781
+ padding-left: 8px;
14782
+ height: 20px;
14783
+ line-height: 20px;
14784
+ }
14785
+ .customer-label-area-new .customer-label-content .common-block .common-block-title .opt {
14786
+ position: absolute;
14787
+ right: 16px;
14788
+ font-size: 14px;
14789
+ font-weight: 400;
14790
+ color: var(--shuyunBlue4);
14791
+ line-height: 20px;
14792
+ cursor: pointer;
14793
+ }
14794
+ .customer-label-area-new .customer-label-content .common-block .common-block-title .opt .newCloud-icon-edit {
14795
+ font-size: 14px;
14796
+ padding-right: 2px;
14797
+ }
14798
+ .customer-label-area-new .customer-label-content .common-block .common-block-info {
14799
+ display: flex;
14800
+ box-sizing: border-box;
14801
+ flex-wrap: wrap;
14802
+ padding: 0 12px 8px 4px;
14803
+ }
14804
+ .customer-label-area-new .customer-label-content .common-block .common-block-info .common-block-info-c {
14805
+ height: 22px;
14806
+ margin-bottom: 16px;
14807
+ background: #F5F5F5;
14808
+ border-radius: 2px;
14809
+ padding: 2px 4px;
14810
+ box-sizing: border-box;
14811
+ color: rgba(0, 0, 0, 0.85);
14812
+ font-size: 12px;
14813
+ margin-left: 8px;
14814
+ }
14815
+ .customer-label-area-new .customer-label-content .common-block .common-block-info .common-block-info-c p {
14816
+ height: 18px;
14817
+ line-height: 18px;
14818
+ }
14819
+ .customer-label-area-new .customer-label-content .info-tag {
14820
+ width: 100%;
14821
+ display: flex;
14822
+ flex-flow: wrap;
14823
+ }
14824
+ .customer-label-area-new .customer-label-content .info-tag span {
14825
+ display: block;
14826
+ height: 20px;
14827
+ font-size: 14px;
14828
+ font-weight: 400;
14829
+ color: rgba(0, 0, 0, 0.85);
14830
+ line-height: 20px;
14831
+ margin-bottom: 8px;
14832
+ }
14833
+ .customer-label-area-new .customer-label-content .info-tag-p2 span {
14834
+ width: calc(100% / 2);
14835
+ overflow: hidden;
14836
+ white-space: nowrap;
14837
+ text-overflow: ellipsis;
14838
+ padding-right: 20px;
14839
+ box-sizing: border-box;
14840
+ }
14841
+ .customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
14842
+ width: calc(100% / 2 - 60px);
14843
+ padding-right: 0;
14844
+ }
14845
+ .customer-label-area-new .customer-label-content .info-tag-p3 span {
14846
+ width: calc(100% / 3);
14847
+ overflow: hidden;
14848
+ white-space: nowrap;
14849
+ text-overflow: ellipsis;
14850
+ padding-right: 20px;
14851
+ box-sizing: border-box;
14852
+ }
14853
+ .customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
14854
+ width: calc(100% / 3 - 60px);
14855
+ padding-right: 0;
14856
+ }
14857
+ .customer-label-area-new .customer-label-content .common-block-height {
14858
+ height: auto !important;
14859
+ }
14860
+ .customer-label-area-new .customer-label-content .rfm-module-new .common-rfm-block {
14861
+ border-bottom: 1px solid #E8E8E8;
14862
+ margin-bottom: 16px;
14863
+ padding-bottom: 16px;
14864
+ box-sizing: border-box;
14865
+ }
14866
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm {
14867
+ height: 276px;
14868
+ box-sizing: border-box;
14869
+ }
14870
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info {
14871
+ display: flex;
14872
+ height: 240px;
14873
+ }
14874
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left,
14875
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right {
14876
+ height: 224px;
14877
+ margin-top: 16px;
14878
+ }
14879
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left {
14880
+ width: 324px;
14881
+ border-right: 1px solid #E8E8E8;
14882
+ }
14883
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info {
14884
+ display: flex;
14885
+ margin-bottom: 8px;
14886
+ height: 64px;
14887
+ box-sizing: border-box;
14888
+ }
14889
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .img {
14890
+ margin-left: 16px;
14891
+ margin-top: 12px;
14892
+ margin-right: 12px;
14893
+ width: 48px;
14894
+ height: 48px;
14895
+ }
14896
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .num p:nth-child(1) {
14897
+ color: rgba(0, 0, 0, 0.65);
14898
+ margin-top: 16px;
14899
+ margin-bottom: 2px;
14900
+ font-size: 12px;
14901
+ }
14902
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .left .left-num-info .num p:nth-child(2) {
14903
+ font-size: 24px;
14904
+ font-weight: bold;
14905
+ color: rgba(0, 0, 0, 0.85);
14906
+ height: 28px;
14907
+ line-height: 28px;
14908
+ font-family: 'DIN alternate';
14909
+ }
14910
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right {
14911
+ width: calc(100% - 324px);
14912
+ padding-left: 24px;
14913
+ box-sizing: border-box;
14914
+ overflow: auto;
14915
+ }
14916
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-title,
14917
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-info {
14918
+ height: 32px;
14919
+ line-height: 20px;
14920
+ border-bottom: 1px solid #E8E8E8;
14921
+ padding: 6px 12px;
14922
+ box-sizing: border-box;
14923
+ }
14924
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-title {
14925
+ background: #FAFAFA;
14926
+ color: rgba(0, 0, 0, 0.45);
14927
+ }
14928
+ .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right .right-table-info {
14929
+ padding-left: 39px;
14930
+ }
14931
+ .customer-label-area-new .customer-label-content .rfm-module-new .platRfm-info,
14932
+ .customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info {
14933
+ padding-top: 16px;
14934
+ }
14935
+ .customer-label-area-new .customer-label-content .rfm-module-new .platRfm-info .emptyArea p,
14936
+ .customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info .emptyArea p {
14937
+ color: rgba(0, 0, 0, 0.45);
14938
+ }
14939
+ .customer-label-area-new .customer-label-content .rfm-module-new .plat-name {
14940
+ padding-left: 8px;
14941
+ }
14942
+ .customer-label-area-new .customer-label-content .rfm-module-new .shop-name {
14943
+ padding-left: 12px;
14944
+ }
14945
+ .customer-label-area-new .customer-label-content .weChat-module-new {
14946
+ padding-top: 8px;
14947
+ position: relative;
14948
+ height: 100%;
14949
+ }
14950
+ .customer-label-area-new .customer-label-content .weChat-module-new .common-title-left {
14951
+ padding-top: 7px;
14952
+ }
14953
+ .customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
14954
+ padding: 16px;
14955
+ box-sizing: border-box;
14956
+ }
14957
+ .customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
14958
+ position: absolute;
14959
+ top: calc((100% - 64px)/2);
14960
+ left: calc((100% - 64px)/2);
14961
+ width: 64px;
14962
+ height: 90px;
14963
+ }
14964
+ .customer-label-area-new .customer-label-content .weChat-module-new .empty-div > p {
14965
+ text-align: center;
14966
+ color: rgba(0, 0, 0, 0.45);
14967
+ font-weight: 400;
14968
+ font-size: 14px;
14969
+ }
14970
+ .customer-label-area-new .customer-label-content .custom-module-new .common-title-right span {
14971
+ padding-right: 5px;
14972
+ cursor: pointer;
14973
+ }
14974
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info {
14975
+ display: block;
14976
+ padding-left: 12px;
14977
+ }
14978
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
14979
+ margin-bottom: 16px;
14980
+ border-bottom: 1px solid #E8E8E8;
14981
+ }
14982
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
14983
+ border-bottom: none;
14984
+ margin-bottom: 0;
14985
+ }
14986
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title {
14987
+ height: 17px;
14988
+ font-size: 12px;
14989
+ font-weight: 400;
14990
+ color: rgba(0, 0, 0, 0.65);
14991
+ line-height: 17px;
14992
+ margin-bottom: 8px;
14993
+ display: flex;
14994
+ position: relative;
14995
+ margin-left: 10px;
14996
+ }
14997
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title::before {
14998
+ content: "";
14999
+ position: absolute;
15000
+ width: 2px;
15001
+ height: 10px;
15002
+ background: #0055CC;
15003
+ top: 3px;
15004
+ left: -10px;
15005
+ }
15006
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title > div {
15007
+ width: 2px;
15008
+ height: 10px;
15009
+ background: var(--shuyunBlue4);
15010
+ margin-right: 4px;
15011
+ margin-top: 4px;
15012
+ }
15013
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group {
15014
+ border-radius: 2px;
15015
+ border-bottom: 1px solid #E8E8E8;
15016
+ padding: 12px 0 6px 0;
15017
+ }
15018
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
15019
+ border-bottom: none;
15020
+ padding: 12px 0px 0px;
15021
+ }
15022
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child .info-title {
15023
+ margin-bottom: 0;
15024
+ }
15025
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
15026
+ font-size: 14px;
15027
+ font-weight: 500;
15028
+ color: rgba(0, 0, 0, 0.85);
15029
+ line-height: 20px;
15030
+ margin-bottom: 12px;
15031
+ }
15032
+ .customer-label-area-new .customer-label-content .custom-module-new .shop-block-info-group {
15033
+ margin-left: 10px;
15034
+ border-bottom: 1px dashed #E8E8E8;
15035
+ }
15036
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty {
15037
+ padding: 16px 0;
15038
+ }
15039
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty > img {
15040
+ margin-left: calc((100% - 64px)/2);
15041
+ }
15042
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-empty > div {
15043
+ height: 20px;
15044
+ font-size: 14px;
15045
+ font-weight: 400;
15046
+ color: rgba(0, 0, 0, 0.45);
15047
+ line-height: 20px;
15048
+ text-align: center;
15049
+ }
15050
+ .edit-tag {
15051
+ width: 100%;
15052
+ height: 100%;
15053
+ overflow: hidden;
15054
+ }
15055
+ .edit-tag .edit-tag-container {
15056
+ display: flex;
15057
+ height: 100%;
15058
+ overflow: hidden;
15059
+ }
15060
+ .edit-tag .edit-tag-container .edit-tag-search-block {
15061
+ flex: 0 0 380px;
15062
+ margin-right: 16px;
15063
+ }
15064
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info {
15065
+ padding: 16px;
15066
+ border: 1px solid #E8E8E8;
15067
+ border-bottom: none;
15068
+ }
15069
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input {
15070
+ position: relative;
15071
+ }
15072
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area {
15073
+ display: none;
15074
+ visibility: hidden;
15075
+ width: 348px;
15076
+ position: absolute;
15077
+ z-index: 1;
15078
+ top: 33px;
15079
+ left: 0;
15080
+ box-sizing: border-box;
15081
+ background: #FFFFFF;
15082
+ box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
15083
+ margin-top: 4px;
15084
+ }
15085
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show,
15086
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show .empty img,
15087
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.show .empty span {
15088
+ display: block;
15089
+ opacity: 1;
15090
+ max-height: -moz-fit-content;
15091
+ max-height: fit-content;
15092
+ visibility: visible;
15093
+ animation: run-open 0.3s 1 linear;
15094
+ }
15095
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .search-result {
15096
+ padding-top: 8px;
15097
+ padding-bottom: 8px;
15098
+ }
15099
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .search-result .search-result-item {
15100
+ height: 32px;
15101
+ box-sizing: border-box;
15102
+ padding: 6px 12px;
15103
+ color: rgba(0, 0, 0, 0.85);
15104
+ font-weight: 400;
15105
+ cursor: pointer;
15106
+ overflow: hidden;
15107
+ white-space: nowrap;
15108
+ text-overflow: ellipsis;
15109
+ }
15110
+ .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 {
15111
+ background-color: #f6f6f6;
15112
+ }
15113
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area .empty {
15114
+ display: flex;
15115
+ width: 348px;
15116
+ height: 170px;
15117
+ flex-direction: column;
15118
+ justify-content: center;
15119
+ grid-gap: 8px;
15120
+ gap: 8px;
15121
+ color: rgba(0, 0, 0, 0.25);
15122
+ align-items: center;
15123
+ border-radius: 2px;
15124
+ }
15125
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide,
15126
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide .empty img,
15127
+ .edit-tag .edit-tag-container .edit-tag-search-block .edit-tag-search-info .tag-search-input .search-result-area.hide .empty span {
15128
+ display: none;
15129
+ opacity: 0;
15130
+ max-height: 0;
15131
+ visibility: hidden;
15132
+ animation: run-close 0.2s 1 linear;
15133
+ }
15134
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container {
15135
+ display: flex;
15136
+ height: calc(100% - 50px);
15137
+ border: 1px solid #E8E8E8;
15138
+ border-radius: 2px;
15139
+ }
15140
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container {
15141
+ width: 190px;
15142
+ background: #fff;
15143
+ }
15144
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container:not(:last-child) {
15145
+ border-right: 1px solid #E8E8E8;
15146
+ }
15147
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty {
15148
+ display: flex;
15149
+ align-items: center;
15150
+ justify-content: center;
15151
+ flex-direction: column;
15152
+ height: calc(100% - 17px);
15153
+ border-bottom: 1px solid #E8E8E8;
15154
+ }
15155
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty span {
15156
+ font-weight: 400;
15157
+ color: rgba(0, 0, 0, 0.25);
15158
+ font-size: 14px;
15159
+ margin-top: 8px;
15160
+ }
15161
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content {
15162
+ height: calc(100% - 17px);
15163
+ overflow-x: hidden;
15164
+ overflow-y: overlay;
15165
+ border-bottom: 1px solid #E8E8E8;
15166
+ }
15167
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item {
15168
+ height: 40px;
15169
+ width: 100%;
15170
+ display: flex;
15171
+ align-items: center;
15172
+ box-sizing: border-box;
15173
+ padding-left: 16px;
15174
+ line-height: 40px;
15175
+ cursor: pointer;
15176
+ position: relative;
15177
+ color: rgba(0, 0, 0, 0.85);
15178
+ white-space: nowrap;
15179
+ overflow: hidden;
15180
+ text-overflow: ellipsis;
15181
+ }
15182
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item.selected {
15183
+ background: var(--shuyunBlue1);
15184
+ }
15185
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item:hover {
15186
+ background: var(--shuyunBlue1);
15187
+ }
15188
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item .area-item-title {
15189
+ display: inline-block;
15190
+ width: 114px;
15191
+ text-overflow: ellipsis;
15192
+ overflow: hidden;
15193
+ white-space: nowrap;
15194
+ }
15195
+ .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item .area-next-icon {
15196
+ position: absolute;
15197
+ right: 8px;
15198
+ color: rgba(0, 0, 0, 0.45);
15199
+ }
15200
+ .edit-tag .edit-tag-container .edit-tag-form {
15201
+ padding: 16px 0;
15202
+ flex: 1;
15203
+ overflow-x: hidden;
15204
+ overflow-y: overlay;
15205
+ background: #FFFFFF;
15206
+ border-radius: 2px;
15207
+ border: 1px solid #E8E8E8;
15208
+ }
15209
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-explain.error {
15210
+ position: absolute;
15211
+ white-space: nowrap;
15212
+ }
15213
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label {
15214
+ color: rgba(0, 0, 0, 0.85);
15215
+ margin-bottom: 16px;
15216
+ }
15217
+ .edit-tag .edit-tag-container .edit-tag-form .edit-tag-header {
15218
+ padding: 0 16px;
15219
+ display: flex;
15220
+ align-items: center;
15221
+ justify-content: space-between;
15222
+ margin-bottom: 16px;
15223
+ }
15224
+ .edit-tag .edit-tag-container .edit-tag-form .edit-tag-header .tag-title {
15225
+ font-size: 14px;
15226
+ font-weight: 500;
15227
+ color: rgba(0, 0, 0, 0.85);
15228
+ line-height: 20px;
15229
+ }
15230
+ .edit-tag .edit-tag-container .edit-tag-form .edit-tag-header .tag-amount {
15231
+ font-size: 14px;
15232
+ font-weight: 400;
15233
+ color: rgba(0, 0, 0, 0.65);
15234
+ line-height: 20px;
15235
+ }
15236
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value {
15237
+ padding: 0 16px;
15238
+ position: relative;
15239
+ }
15240
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value:hover {
15241
+ background: #FAFAFA;
15242
+ }
15243
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value:hover .remove-tag-value {
15244
+ display: block;
15245
+ }
15246
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag {
15247
+ position: absolute;
15248
+ top: 16px;
15249
+ right: 16px;
15250
+ }
15251
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value .remove-tag-value {
15252
+ position: absolute;
15253
+ bottom: 16px;
15254
+ right: 16px;
15255
+ display: none;
15256
+ }
15257
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-radio-group {
15258
+ flex-wrap: wrap;
15259
+ overflow: hidden;
15260
+ margin-top: 0px;
15261
+ }
15262
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-radio {
15263
+ margin-top: 0px;
15264
+ }
15265
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal {
15266
+ margin-top: -16px;
15267
+ }
15268
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox {
15269
+ margin-top: 16px;
15270
+ }
15271
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal > *:not(:last-child) {
15272
+ margin-right: 24px;
15273
+ }
15274
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label[required]::before {
15275
+ display: none;
15276
+ }
15277
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
15278
+ margin: 0;
15279
+ padding: 16px 0;
15280
+ text-overflow: ellipsis;
15281
+ white-space: nowrap;
15282
+ overflow: hidden;
15283
+ width: calc(100% - 56px);
15284
+ }
15285
+ .edit-tag .edit-tag-container .edit-tag-form .empty {
15286
+ display: flex;
15287
+ align-items: center;
15288
+ justify-content: center;
15289
+ flex-direction: column;
15290
+ height: calc(100% - 36px);
15291
+ }
15292
+ .edit-tag .edit-tag-container .edit-tag-form .empty span {
15293
+ font-weight: 400;
15294
+ color: rgba(0, 0, 0, 0.25);
15295
+ font-size: 14px;
15296
+ margin-top: 8px;
15297
+ }
15298
+ .edit-tag .newCloud-form-item-label {
15299
+ font-size: 14px;
15300
+ font-weight: 400;
15301
+ color: rgba(0, 0, 0, 0.65);
15302
+ line-height: 32px;
15303
+ }
15304
+ .marked-tag-area ul {
15305
+ width: 94%;
15306
+ margin: 0;
15307
+ }
15308
+ .marked-tag-area ul li {
15309
+ box-sizing: content-box;
15310
+ display: inline-block;
15311
+ max-width: 960px;
15312
+ height: 12px;
15313
+ line-height: 12px;
15314
+ position: relative;
15315
+ border-radius: 2px;
15316
+ color: #3A3A3A;
15317
+ padding: 5px;
15318
+ margin-right: 5px;
15319
+ margin-bottom: 5px;
15320
+ border: 1px solid #CCDCEB;
15321
+ background: #EFF7FF;
15322
+ text-overflow: ellipsis;
15323
+ white-space: nowrap;
15324
+ overflow: hidden;
15325
+ vertical-align: middle;
15326
+ }
15327
+ .marked-tag-area ul .tag-type-label {
15328
+ border: none;
15329
+ background: none;
15330
+ margin-right: 0;
15331
+ }
15332
+ .marked-tag-area ul .cloud-tag-item {
15333
+ padding-right: 5px;
15334
+ cursor: default;
15335
+ background: none;
15336
+ }
15337
+ .marked-tag-area ul .add-tag {
15338
+ cursor: pointer;
15339
+ color: #0097d7;
15340
+ margin-left: 10px;
15341
+ }
15342
+ .marked-tag-area ul .define-tag-item {
15343
+ height: 22px;
15344
+ background: #EFF7FF;
15345
+ color: #666666;
15346
+ padding: 0;
15347
+ cursor: pointer !important;
15348
+ }
15349
+ .marked-tag-area ul .define-tag-item .define-tag-name {
15350
+ display: inline-block;
15351
+ padding: 0 5px;
15352
+ vertical-align: text-top;
15353
+ max-width: 240px;
15354
+ overflow: hidden;
15355
+ text-overflow: ellipsis;
15356
+ }
15357
+ .marked-tag-area ul .define-tag-item .define-tag-name:hover {
15358
+ color: #0083BA;
15359
+ }
15360
+ .marked-tag-area ul .define-tag-item .cloud-icon-close {
15361
+ display: inline-block;
15362
+ height: 22px;
15363
+ width: 18px;
15364
+ color: #cecece;
15365
+ line-height: 22px;
15366
+ padding-left: 2px;
15367
+ border-left: 1px solid #ccdceb;
15368
+ }
15369
+ .marked-tag-area .define-area,
15370
+ .marked-tag-area .cloud-area {
15371
+ position: relative;
15372
+ overflow: hidden;
15373
+ }
15374
+ .marked-tag-area .define-area .label-level,
15375
+ .marked-tag-area .cloud-area .label-level {
15376
+ background: #fff;
15377
+ min-height: 44px;
15378
+ padding: 15px 0 5px 36px;
15379
+ box-sizing: border-box;
15380
+ margin-bottom: 6px;
15381
+ border: 1px solid #E8E8E8;
15382
+ position: relative;
15383
+ height: 44px;
15384
+ overflow: hidden;
15385
+ }
15386
+ .marked-tag-area .define-area .label-level.expand,
15387
+ .marked-tag-area .cloud-area .label-level.expand {
15388
+ height: auto;
15389
+ }
15390
+ .marked-tag-area .define-area .label-level .expand-content,
15391
+ .marked-tag-area .cloud-area .label-level .expand-content {
15392
+ position: absolute;
15393
+ top: 14px;
15394
+ left: 14px;
15395
+ cursor: pointer;
15396
+ }
15397
+ .marked-tag-area .define-area .label-level .label-content .label-content-title,
15398
+ .marked-tag-area .cloud-area .label-level .label-content .label-content-title {
15399
+ color: #2D2D2D;
15400
+ font-size: 12px;
15401
+ margin-bottom: 14px;
15402
+ }
15403
+ .marked-tag-area .define-area .label-level .label-content .label-content-tag-list,
15404
+ .marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list {
15405
+ display: flex;
15406
+ cursor: pointer;
15407
+ flex-flow: wrap;
15408
+ }
15409
+ .marked-tag-area .define-area .label-level .label-content .label-content-tag-list .cloud-icon-close,
15410
+ .marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .cloud-icon-close {
15411
+ color: rgba(0, 0, 0, 0.25);
15412
+ cursor: pointer;
15413
+ }
15414
+ .marked-tag-area .define-area .label-level .label-content .label-content-tag-list .label-content-tag,
15415
+ .marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .label-content-tag {
15416
+ background: #F5F5F5;
15417
+ border-radius: 2px;
15418
+ border: 1px solid #E8E8E8;
15419
+ padding: 2px 4px;
15420
+ display: flex;
15421
+ min-height: 22px;
15422
+ align-items: center;
15423
+ margin-right: 8px;
15424
+ margin-bottom: 10px;
15425
+ }
15426
+ .marked-tag-area .define-area .label-level .label-content .label-content-tag-list .label-content-tag .label-content-label-value,
15427
+ .marked-tag-area .cloud-area .label-level .label-content .label-content-tag-list .label-content-tag .label-content-label-value {
15428
+ margin-right: 6px;
15429
+ }
15430
+ .marked-tag-area .toggle-show {
15431
+ display: inline-block;
15432
+ position: absolute;
15433
+ top: calc(100% - 25px);
15434
+ right: 0;
15435
+ color: #0083ba;
15436
+ cursor: pointer;
15437
+ }
15438
+ .marked-tag-area .toggle-show:hover {
15439
+ color: #00AAF1;
15440
+ }
15441
+ .rfm-tag-area .tag-type-label {
15442
+ line-height: 12px;
15443
+ position: relative;
15444
+ border-radius: 2px;
15445
+ color: #3A3A3A;
15446
+ padding: 5px;
15447
+ margin: 5px 0;
15448
+ }
15449
+ .rfm-tag-area ul,
15450
+ .rfm-tag-area li {
15451
+ margin: 0;
15452
+ padding: 0;
15453
+ }
15454
+ .rfm-tag-area li {
15455
+ list-style: none;
15456
+ }
15457
+ .rfm-tag-area .shop-area {
15458
+ height: 32px;
15459
+ width: 1070px;
15460
+ line-height: 32px;
15461
+ }
15462
+ .rfm-tag-area .shop-area .cloud-select {
15463
+ display: inline-block;
15464
+ width: 130px;
15465
+ line-height: 24px;
15466
+ }
15467
+ .rfm-tag-area .shop-area .shop-icon > svg {
15468
+ width: 14px;
15469
+ height: 14px;
15470
+ margin-right: 5px;
15471
+ vertical-align: middle;
15472
+ }
15473
+ .rfm-tag-area .shop-area .shop-type {
15474
+ max-width: 100px;
15475
+ display: inline-block;
15476
+ white-space: nowrap;
15477
+ overflow: hidden;
15478
+ text-overflow: ellipsis;
15479
+ vertical-align: bottom;
15480
+ }
15481
+ .rfm-tag-area .shop-area .choose-shop-label {
15482
+ margin-left: 16px;
15483
+ }
15484
+ .rfm-tag-area .shop-area .shop-list {
15485
+ display: inline-block;
15486
+ vertical-align: top;
15487
+ }
15488
+ .rfm-tag-area .shop-area .shop-list > li {
15489
+ display: inline-block;
15490
+ color: #186493;
15491
+ cursor: pointer;
15492
+ margin-right: 15px;
15493
+ line-height: 12px;
15494
+ }
15495
+ .rfm-tag-area .shop-area .shop-list .active-shop {
15496
+ background: #7BBEE7;
15497
+ color: #FFFFFF;
15498
+ border-radius: 2px;
15499
+ padding: 3px 5px 5px 5px;
15500
+ margin-right: 10px;
15501
+ }
15502
+ .rfm-tag-area .label-list-area {
15503
+ margin: 12px 0 10px 18px;
15504
+ width: 1052px;
15505
+ }
15506
+ .rfm-tag-area .label-list-area dl {
15507
+ display: inline-block;
15508
+ margin: 0 0 11px 0;
15509
+ width: 344px;
15510
+ }
15511
+ .rfm-tag-area .label-list-area dt,
15512
+ .rfm-tag-area .label-list-area dd {
15513
+ display: inline-block;
15514
+ vertical-align: top;
15515
+ color: #3D3D3D;
15516
+ }
15517
+ .rfm-tag-area .label-list-area dd {
15518
+ margin-left: 0;
15519
+ width: 120px;
15520
+ }
15521
+ .rfm-tag-area .four-col dl {
15522
+ width: 260px;
15523
+ }
15524
+ .rfm-tag-area .three-col dl {
15525
+ width: 344px;
15526
+ }
15527
+ .hide-node {
15528
+ display: none;
15529
+ }
15530
+ .add-tag-modal .tag-type-area,
15531
+ .add-tag-modal .tag-value-area {
15532
+ padding-left: 20px;
15533
+ margin: 12px 0;
15534
+ }
15535
+ .add-tag-modal .tag-type-area > label,
15536
+ .add-tag-modal .tag-value-area > label {
15537
+ display: inline-block;
15538
+ line-height: 30px;
15539
+ text-align: right;
15540
+ width: 72px;
15541
+ }
15542
+ .add-tag-modal .tag-type-area > .cloud-tree-select,
15543
+ .add-tag-modal .tag-value-area > .cloud-tree-select {
15544
+ display: inline-block;
15545
+ width: 220px;
15546
+ }
15547
+ .add-tag-modal .tag-type-area input,
15548
+ .add-tag-modal .tag-type-area .cloud-input-group {
15549
+ width: 220px !important;
15550
+ }
15551
+ .add-tag-modal .tag-type-area .select-tag-value {
15552
+ height: 30px;
15553
+ margin-left: 35px;
15554
+ vertical-align: middle;
15555
+ margin-left: 72px;
15556
+ }
15557
+ .add-tag-modal .tag-type-area .select-tag-value .cloud-radio {
15558
+ margin-right: 20px;
15559
+ line-height: 30px;
15560
+ margin-bottom: 2px;
15561
+ }
15562
+ .add-tag-modal .tag-type-area .select-tag-value .cloud-radio .cloud-radio-wrapper {
15563
+ display: inline-block;
15564
+ vertical-align: text-bottom;
15565
+ }
15566
+ .add-tag-modal .tag-type-area .select-tag-value .cloud-checkbox {
15567
+ line-height: 30px;
15568
+ margin-bottom: 2px;
15569
+ }
15570
+ .add-tag-modal .tag-type-area .select-tag-value .cloud-checkbox-group,
15571
+ .add-tag-modal .tag-type-area .select-tag-value .cloud-radio-group {
15572
+ display: inline-block;
15573
+ }
15574
+
15575
+ .customer-view-icon-svg {
15576
+ font-size: 16px;
15577
+ line-height: 1;
15578
+ width: 1em;
15579
+ height: 1em;
15580
+ overflow: hidden;
15581
+ vertical-align: middle;
15582
+ pointer-events: none;
15583
+ }
15584
+
13354
15585
  body {
13355
15586
  margin: 0;
13356
15587
  --shuyunBlue1: #EDF6FF;