cloud-business 0.1.85 → 0.1.86-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloud-business.css +283 -297
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
html {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: sans-serif;
|
|
3
|
+
/* 1 */
|
|
3
4
|
line-height: 1.15;
|
|
4
5
|
/* 2 */
|
|
5
6
|
-ms-text-size-adjust: 100%;
|
|
@@ -260,7 +261,7 @@ li {
|
|
|
260
261
|
@font-face {
|
|
261
262
|
font-family: 'cloud-react-icon-font';
|
|
262
263
|
/* Project id 2990746 */
|
|
263
|
-
src: url('//cloud-cdn.shuyun.com/
|
|
264
|
+
src: url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
|
|
264
265
|
}
|
|
265
266
|
.newCloud-icon {
|
|
266
267
|
font-family: 'cloud-react-icon-font' !important;
|
|
@@ -694,7 +695,6 @@ li {
|
|
|
694
695
|
display: inline-flex;
|
|
695
696
|
}
|
|
696
697
|
.newCloud-button {
|
|
697
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
|
|
698
698
|
display: inline-flex;
|
|
699
699
|
justify-content: center;
|
|
700
700
|
align-items: center;
|
|
@@ -2686,7 +2686,7 @@ input::-webkit-search-cancel-button {
|
|
|
2686
2686
|
.root-cloud-menu-prefix li {
|
|
2687
2687
|
margin-bottom: 4px;
|
|
2688
2688
|
}
|
|
2689
|
-
.root-cloud-menu-prefix [role=
|
|
2689
|
+
.root-cloud-menu-prefix [role='menuitem'] {
|
|
2690
2690
|
padding-top: 10px !important;
|
|
2691
2691
|
padding-bottom: 10px !important;
|
|
2692
2692
|
line-height: 20px !important;
|
|
@@ -2992,7 +2992,7 @@ input::-webkit-search-cancel-button {
|
|
|
2992
2992
|
.newCloud-cmenu-inline li {
|
|
2993
2993
|
margin-bottom: 4px;
|
|
2994
2994
|
}
|
|
2995
|
-
.newCloud-cmenu-inline [role=
|
|
2995
|
+
.newCloud-cmenu-inline [role='menuitem'] {
|
|
2996
2996
|
padding-top: 10px !important;
|
|
2997
2997
|
padding-bottom: 10px !important;
|
|
2998
2998
|
line-height: 20px !important;
|
|
@@ -3067,7 +3067,7 @@ input::-webkit-search-cancel-button {
|
|
|
3067
3067
|
.newCloud-cmenu-vertical li {
|
|
3068
3068
|
margin-bottom: 4px;
|
|
3069
3069
|
}
|
|
3070
|
-
.newCloud-cmenu-vertical [role=
|
|
3070
|
+
.newCloud-cmenu-vertical [role='menuitem'] {
|
|
3071
3071
|
padding-top: 10px !important;
|
|
3072
3072
|
padding-bottom: 10px !important;
|
|
3073
3073
|
line-height: 20px !important;
|
|
@@ -4296,7 +4296,8 @@ input::-webkit-search-cancel-button {
|
|
|
4296
4296
|
bottom: 0;
|
|
4297
4297
|
left: 0;
|
|
4298
4298
|
cursor: sw-resize;
|
|
4299
|
-
transform: rotate(90deg);
|
|
4299
|
+
-webkit-transform: rotate(90deg);
|
|
4300
|
+
transform: rotate(90deg);
|
|
4300
4301
|
}
|
|
4301
4302
|
.react-resizable-handle-se {
|
|
4302
4303
|
bottom: 0;
|
|
@@ -4307,13 +4308,15 @@ input::-webkit-search-cancel-button {
|
|
|
4307
4308
|
top: 0;
|
|
4308
4309
|
left: 0;
|
|
4309
4310
|
cursor: nw-resize;
|
|
4310
|
-
transform: rotate(180deg);
|
|
4311
|
+
-webkit-transform: rotate(180deg);
|
|
4312
|
+
transform: rotate(180deg);
|
|
4311
4313
|
}
|
|
4312
4314
|
.react-resizable-handle-ne {
|
|
4313
4315
|
top: 0;
|
|
4314
4316
|
right: 0;
|
|
4315
4317
|
cursor: ne-resize;
|
|
4316
|
-
transform: rotate(270deg);
|
|
4318
|
+
-webkit-transform: rotate(270deg);
|
|
4319
|
+
transform: rotate(270deg);
|
|
4317
4320
|
}
|
|
4318
4321
|
.react-resizable-handle-w,
|
|
4319
4322
|
.react-resizable-handle-e {
|
|
@@ -4323,11 +4326,13 @@ input::-webkit-search-cancel-button {
|
|
|
4323
4326
|
}
|
|
4324
4327
|
.react-resizable-handle-w {
|
|
4325
4328
|
left: 0;
|
|
4326
|
-
transform: rotate(135deg);
|
|
4329
|
+
-webkit-transform: rotate(135deg);
|
|
4330
|
+
transform: rotate(135deg);
|
|
4327
4331
|
}
|
|
4328
4332
|
.react-resizable-handle-e {
|
|
4329
4333
|
right: 0;
|
|
4330
|
-
transform: rotate(315deg);
|
|
4334
|
+
-webkit-transform: rotate(315deg);
|
|
4335
|
+
transform: rotate(315deg);
|
|
4331
4336
|
}
|
|
4332
4337
|
.react-resizable-handle-n,
|
|
4333
4338
|
.react-resizable-handle-s {
|
|
@@ -4337,11 +4342,13 @@ input::-webkit-search-cancel-button {
|
|
|
4337
4342
|
}
|
|
4338
4343
|
.react-resizable-handle-n {
|
|
4339
4344
|
top: 0;
|
|
4340
|
-
transform: rotate(225deg);
|
|
4345
|
+
-webkit-transform: rotate(225deg);
|
|
4346
|
+
transform: rotate(225deg);
|
|
4341
4347
|
}
|
|
4342
4348
|
.react-resizable-handle-s {
|
|
4343
4349
|
bottom: 0;
|
|
4344
|
-
transform: rotate(45deg);
|
|
4350
|
+
-webkit-transform: rotate(45deg);
|
|
4351
|
+
transform: rotate(45deg);
|
|
4345
4352
|
}
|
|
4346
4353
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
4347
4354
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
@@ -4406,7 +4413,7 @@ input::-webkit-search-cancel-button {
|
|
|
4406
4413
|
color: rgba(0, 0, 0, 0.25);
|
|
4407
4414
|
}
|
|
4408
4415
|
.newCloud-select .newCloud-select-wrapper.empty .newCloud-select-selected {
|
|
4409
|
-
color: rgba(0, 0, 0, 0.
|
|
4416
|
+
color: rgba(0, 0, 0, 0.45);
|
|
4410
4417
|
}
|
|
4411
4418
|
.newCloud-select .newCloud-select-wrapper.hidden {
|
|
4412
4419
|
background: transparent;
|
|
@@ -4468,21 +4475,6 @@ input::-webkit-search-cancel-button {
|
|
|
4468
4475
|
padding: 8px 0;
|
|
4469
4476
|
background: #fff;
|
|
4470
4477
|
}
|
|
4471
|
-
.newCloud-select-option-container .divider {
|
|
4472
|
-
height: 1px;
|
|
4473
|
-
background: #e8e8e8;
|
|
4474
|
-
margin-top: 8px;
|
|
4475
|
-
margin-bottom: 8px;
|
|
4476
|
-
}
|
|
4477
|
-
.newCloud-select-group-select-options .groupName {
|
|
4478
|
-
color: rgba(0, 0, 0, 0.45);
|
|
4479
|
-
font-size: 12px;
|
|
4480
|
-
margin-left: 12px;
|
|
4481
|
-
margin-bottom: 8px;
|
|
4482
|
-
}
|
|
4483
|
-
.newCloud-select-group-select-options .groupName:not(:first-child) {
|
|
4484
|
-
margin-top: 8px;
|
|
4485
|
-
}
|
|
4486
4478
|
.newCloud-select-select-options {
|
|
4487
4479
|
box-sizing: border-box;
|
|
4488
4480
|
padding: 0;
|
|
@@ -4596,9 +4588,6 @@ input::-webkit-search-cancel-button {
|
|
|
4596
4588
|
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-option:hover {
|
|
4597
4589
|
background: var(--shuyunBlue1);
|
|
4598
4590
|
}
|
|
4599
|
-
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-all-select {
|
|
4600
|
-
height: 32px;
|
|
4601
|
-
}
|
|
4602
4591
|
.newCloud-select-select-options .newCloud-select-operate-btn {
|
|
4603
4592
|
display: flex;
|
|
4604
4593
|
justify-content: flex-end;
|
|
@@ -5916,8 +5905,8 @@ input::-webkit-search-cancel-button {
|
|
|
5916
5905
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
5917
5906
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
5918
5907
|
.root-cloud-radio-position,
|
|
5919
|
-
.newCloud-radio-input
|
|
5920
|
-
.newCloud-radio-input
|
|
5908
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after,
|
|
5909
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after,
|
|
5921
5910
|
.newCloud-radio-inner {
|
|
5922
5911
|
position: absolute;
|
|
5923
5912
|
top: 0;
|
|
@@ -5961,10 +5950,10 @@ input::-webkit-search-cancel-button {
|
|
|
5961
5950
|
opacity: 0;
|
|
5962
5951
|
cursor: pointer;
|
|
5963
5952
|
}
|
|
5964
|
-
.newCloud-radio-input
|
|
5953
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner {
|
|
5965
5954
|
color: var(--shuyunBlue4);
|
|
5966
5955
|
}
|
|
5967
|
-
.newCloud-radio-input
|
|
5956
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after {
|
|
5968
5957
|
content: '';
|
|
5969
5958
|
background-color: currentColor;
|
|
5970
5959
|
width: 6px;
|
|
@@ -5980,14 +5969,14 @@ input::-webkit-search-cancel-button {
|
|
|
5980
5969
|
cursor: not-allowed;
|
|
5981
5970
|
color: rgba(0, 0, 0, 0.25);
|
|
5982
5971
|
}
|
|
5983
|
-
.newCloud-radio-input[disabled]:not(
|
|
5972
|
+
.newCloud-radio-input[disabled]:not(.checked) + .newCloud-radio-inner {
|
|
5984
5973
|
color: #d9d9d9;
|
|
5985
5974
|
background-color: #f5f5f5;
|
|
5986
5975
|
}
|
|
5987
|
-
.newCloud-radio-input
|
|
5976
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner {
|
|
5988
5977
|
color: var(--shuyunBlue2);
|
|
5989
5978
|
}
|
|
5990
|
-
.newCloud-radio-input
|
|
5979
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after {
|
|
5991
5980
|
background-color: var(--shuyunBlue2);
|
|
5992
5981
|
box-shadow: 0 0 5px var(--shuyunBlue2);
|
|
5993
5982
|
}
|
|
@@ -6021,10 +6010,10 @@ input::-webkit-search-cancel-button {
|
|
|
6021
6010
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6022
6011
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6023
6012
|
.newCloud-card {
|
|
6024
|
-
background: #
|
|
6013
|
+
background: #FFFFFF;
|
|
6025
6014
|
border-radius: 2px;
|
|
6026
6015
|
font-size: 14px;
|
|
6027
|
-
font-family: -
|
|
6016
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
6028
6017
|
font-weight: 400;
|
|
6029
6018
|
color: rgba(0, 0, 0, 0.85);
|
|
6030
6019
|
line-height: 20px;
|
|
@@ -6049,7 +6038,7 @@ input::-webkit-search-cancel-button {
|
|
|
6049
6038
|
padding-top: 16px;
|
|
6050
6039
|
padding-left: 24px;
|
|
6051
6040
|
padding-right: 24px;
|
|
6052
|
-
border-bottom: 1px solid #
|
|
6041
|
+
border-bottom: 1px solid #E8E8E8;
|
|
6053
6042
|
box-sizing: border-box;
|
|
6054
6043
|
}
|
|
6055
6044
|
.newCloud-card .newCloud-card-header .newCloud-card-title {
|
|
@@ -6058,14 +6047,14 @@ input::-webkit-search-cancel-button {
|
|
|
6058
6047
|
}
|
|
6059
6048
|
.newCloud-card .newCloud-card-header .newCloud-card-extra {
|
|
6060
6049
|
font-weight: 400;
|
|
6061
|
-
color: #
|
|
6050
|
+
color: #5280FF;
|
|
6062
6051
|
cursor: pointer;
|
|
6063
6052
|
}
|
|
6064
6053
|
.newCloud-card .newCloud-card-content {
|
|
6065
6054
|
padding: 24px;
|
|
6066
6055
|
}
|
|
6067
6056
|
.newCloud-card .newCloud-card-action {
|
|
6068
|
-
border-top: 1px solid #
|
|
6057
|
+
border-top: 1px solid #E8E8E8;
|
|
6069
6058
|
height: 40px;
|
|
6070
6059
|
padding-left: 24px;
|
|
6071
6060
|
padding-right: 24px;
|
|
@@ -7710,7 +7699,7 @@ input::-webkit-search-cancel-button {
|
|
|
7710
7699
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
7711
7700
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
7712
7701
|
.newCloud-modal {
|
|
7713
|
-
font-family:
|
|
7702
|
+
font-family: Tahoma, 'Microsoft Yahei', sans-serif;
|
|
7714
7703
|
position: fixed;
|
|
7715
7704
|
top: 0;
|
|
7716
7705
|
right: 0;
|
|
@@ -7933,7 +7922,7 @@ input::-webkit-search-cancel-button {
|
|
|
7933
7922
|
}
|
|
7934
7923
|
.newCloud-page-header {
|
|
7935
7924
|
font-size: 16px;
|
|
7936
|
-
font-family: -
|
|
7925
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
7937
7926
|
font-weight: 500;
|
|
7938
7927
|
color: rgba(0, 0, 0, 0.85);
|
|
7939
7928
|
}
|
|
@@ -8918,7 +8907,7 @@ input::-webkit-search-cancel-button {
|
|
|
8918
8907
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items,
|
|
8919
8908
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
8920
8909
|
overflow: inherit;
|
|
8921
|
-
border-right:
|
|
8910
|
+
border-right: 2px solid #e8e8e8;
|
|
8922
8911
|
}
|
|
8923
8912
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items-scroll,
|
|
8924
8913
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
@@ -9000,7 +8989,7 @@ input::-webkit-search-cancel-button {
|
|
|
9000
8989
|
}
|
|
9001
8990
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
9002
8991
|
border-right: none;
|
|
9003
|
-
border-left:
|
|
8992
|
+
border-left: 2px solid #e8e8e8;
|
|
9004
8993
|
}
|
|
9005
8994
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
9006
8995
|
padding-left: 10px;
|
|
@@ -9555,7 +9544,7 @@ input::-webkit-search-cancel-button {
|
|
|
9555
9544
|
font-size: 16px;
|
|
9556
9545
|
text-align: center;
|
|
9557
9546
|
color: rgba(0, 0, 0, 0.45);
|
|
9558
|
-
margin: 0 8px
|
|
9547
|
+
margin: 0 8px;
|
|
9559
9548
|
transition: all 0.1s;
|
|
9560
9549
|
}
|
|
9561
9550
|
.newCloud-tree-list-node-area .node-item-container .toggle-icon:hover {
|
|
@@ -9573,7 +9562,7 @@ input::-webkit-search-cancel-button {
|
|
|
9573
9562
|
vertical-align: middle;
|
|
9574
9563
|
top: 10px;
|
|
9575
9564
|
color: #999;
|
|
9576
|
-
margin: 0 8px
|
|
9565
|
+
margin: 0 8px;
|
|
9577
9566
|
}
|
|
9578
9567
|
.newCloud-tree-list-node-area .node-item-container .edit-icon {
|
|
9579
9568
|
display: none;
|
|
@@ -9746,21 +9735,26 @@ input::-webkit-search-cancel-button {
|
|
|
9746
9735
|
box-sizing: border-box;
|
|
9747
9736
|
}
|
|
9748
9737
|
.newCloud-tree-select:hover .newCloud-tree-select-selected {
|
|
9749
|
-
border: 1px solid
|
|
9738
|
+
border: 1px solid #aacbe1;
|
|
9739
|
+
}
|
|
9740
|
+
.newCloud-tree-select:hover .newCloud-tree-select-selected .newCloud-tree-select-select-icon {
|
|
9741
|
+
color: #aacbe1;
|
|
9750
9742
|
}
|
|
9751
9743
|
.newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
9752
|
-
height:
|
|
9753
|
-
line-height:
|
|
9744
|
+
height: 30px;
|
|
9745
|
+
line-height: 16px;
|
|
9754
9746
|
background: #fff;
|
|
9755
9747
|
border: 1px solid #d9d9d9;
|
|
9756
|
-
border-radius: 2px;
|
|
9757
9748
|
display: flex;
|
|
9758
9749
|
align-items: center;
|
|
9759
9750
|
justify-content: space-between;
|
|
9760
9751
|
cursor: pointer;
|
|
9761
9752
|
}
|
|
9762
9753
|
.newCloud-tree-select .newCloud-tree-select-wrapper:hover {
|
|
9763
|
-
border: 1px solid
|
|
9754
|
+
border: 1px solid #aacbe1;
|
|
9755
|
+
}
|
|
9756
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper:hover .newCloud-tree-select-select-icon {
|
|
9757
|
+
color: #aacbe1;
|
|
9764
9758
|
}
|
|
9765
9759
|
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled {
|
|
9766
9760
|
border: 1px solid #d9d9d9;
|
|
@@ -9775,14 +9769,17 @@ input::-webkit-search-cancel-button {
|
|
|
9775
9769
|
background: #eee;
|
|
9776
9770
|
cursor: not-allowed;
|
|
9777
9771
|
}
|
|
9772
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled .newCloud-tree-select-select-icon {
|
|
9773
|
+
color: #c2c2c2;
|
|
9774
|
+
}
|
|
9778
9775
|
.newCloud-tree-select .newCloud-tree-select-wrapper.empty .newCloud-tree-select-selected {
|
|
9779
9776
|
color: #c9c9c9;
|
|
9780
9777
|
}
|
|
9781
9778
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
9782
9779
|
flex: 1 0;
|
|
9783
|
-
padding: 5px
|
|
9780
|
+
padding: 5px;
|
|
9784
9781
|
padding-right: 20px;
|
|
9785
|
-
font-size:
|
|
9782
|
+
font-size: 12px;
|
|
9786
9783
|
color: #3d3d3d;
|
|
9787
9784
|
border: none;
|
|
9788
9785
|
white-space: nowrap;
|
|
@@ -9791,7 +9788,7 @@ input::-webkit-search-cancel-button {
|
|
|
9791
9788
|
cursor: pointer;
|
|
9792
9789
|
}
|
|
9793
9790
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9794
|
-
font-size:
|
|
9791
|
+
font-size: 12px;
|
|
9795
9792
|
color: #c2c2c2;
|
|
9796
9793
|
margin-right: 10px;
|
|
9797
9794
|
transition: transform 0.3s;
|
|
@@ -9807,7 +9804,6 @@ input::-webkit-search-cancel-button {
|
|
|
9807
9804
|
}
|
|
9808
9805
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon {
|
|
9809
9806
|
display: none;
|
|
9810
|
-
color: #e8e8e8;
|
|
9811
9807
|
}
|
|
9812
9808
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon.show {
|
|
9813
9809
|
display: block;
|
|
@@ -9820,7 +9816,10 @@ input::-webkit-search-cancel-button {
|
|
|
9820
9816
|
text-align: center;
|
|
9821
9817
|
}
|
|
9822
9818
|
.newCloud-tree-select-open .newCloud-tree-select-wrapper {
|
|
9823
|
-
border: 1px solid
|
|
9819
|
+
border: 1px solid #aacbe1;
|
|
9820
|
+
}
|
|
9821
|
+
.newCloud-tree-select-open .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9822
|
+
color: #aacbe1;
|
|
9824
9823
|
}
|
|
9825
9824
|
.newCloud-tree-select-options {
|
|
9826
9825
|
box-sizing: border-box;
|
|
@@ -9830,9 +9829,8 @@ input::-webkit-search-cancel-button {
|
|
|
9830
9829
|
max-width: 400px;
|
|
9831
9830
|
min-width: 64px;
|
|
9832
9831
|
width: 100%;
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
border-radius: 2px;
|
|
9832
|
+
border: 1px solid #d9d9d9;
|
|
9833
|
+
background: #fff;
|
|
9836
9834
|
cursor: pointer;
|
|
9837
9835
|
overflow: auto;
|
|
9838
9836
|
display: flex;
|
|
@@ -9840,7 +9838,7 @@ input::-webkit-search-cancel-button {
|
|
|
9840
9838
|
}
|
|
9841
9839
|
.newCloud-tree-select-options * {
|
|
9842
9840
|
box-sizing: border-box;
|
|
9843
|
-
font-size:
|
|
9841
|
+
font-size: 12px;
|
|
9844
9842
|
color: #3d3d3d;
|
|
9845
9843
|
}
|
|
9846
9844
|
.newCloud-tree-select-options-confirm {
|
|
@@ -9848,36 +9846,34 @@ input::-webkit-search-cancel-button {
|
|
|
9848
9846
|
}
|
|
9849
9847
|
.newCloud-tree-select-options .newCloud-tree-select-search {
|
|
9850
9848
|
width: 100%;
|
|
9851
|
-
padding:
|
|
9849
|
+
padding: 5px;
|
|
9852
9850
|
position: relative;
|
|
9853
9851
|
}
|
|
9854
9852
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input {
|
|
9855
9853
|
width: 100%;
|
|
9854
|
+
padding: 5px;
|
|
9855
|
+
padding-right: 20px;
|
|
9856
|
+
height: 25px;
|
|
9857
|
+
border: 1px solid #ededed;
|
|
9858
|
+
border-radius: 2px;
|
|
9859
|
+
outline: none;
|
|
9856
9860
|
white-space: nowrap;
|
|
9857
9861
|
overflow: hidden;
|
|
9858
9862
|
text-overflow: ellipsis;
|
|
9859
9863
|
}
|
|
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
9864
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon {
|
|
9868
|
-
color: #
|
|
9869
|
-
font-size: 16px;
|
|
9865
|
+
color: #dbdbdb;
|
|
9870
9866
|
position: absolute;
|
|
9871
|
-
right:
|
|
9872
|
-
top:
|
|
9867
|
+
right: 10px;
|
|
9868
|
+
top: 10px;
|
|
9873
9869
|
display: none;
|
|
9874
9870
|
}
|
|
9875
9871
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon.show {
|
|
9876
9872
|
display: block;
|
|
9877
9873
|
}
|
|
9878
9874
|
.newCloud-tree-select-options .newCloud-tree-select-empty-options {
|
|
9879
|
-
height:
|
|
9880
|
-
line-height:
|
|
9875
|
+
height: 30px;
|
|
9876
|
+
line-height: 30px;
|
|
9881
9877
|
margin: 5px;
|
|
9882
9878
|
text-align: center;
|
|
9883
9879
|
color: #c9c9c9;
|
|
@@ -9888,13 +9884,13 @@ input::-webkit-search-cancel-button {
|
|
|
9888
9884
|
flex-direction: column;
|
|
9889
9885
|
}
|
|
9890
9886
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9891
|
-
padding:
|
|
9887
|
+
padding: 5px 10px;
|
|
9892
9888
|
}
|
|
9893
9889
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9894
9890
|
background: #fff;
|
|
9895
9891
|
}
|
|
9896
9892
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option:hover {
|
|
9897
|
-
background: #
|
|
9893
|
+
background: #f6f6f6;
|
|
9898
9894
|
}
|
|
9899
9895
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option > span {
|
|
9900
9896
|
width: 100%;
|
|
@@ -9909,7 +9905,7 @@ input::-webkit-search-cancel-button {
|
|
|
9909
9905
|
display: flex;
|
|
9910
9906
|
justify-content: flex-end;
|
|
9911
9907
|
padding: 10px;
|
|
9912
|
-
border-top: 1px solid #
|
|
9908
|
+
border-top: 1px solid #dbdbdb;
|
|
9913
9909
|
background: #fff;
|
|
9914
9910
|
}
|
|
9915
9911
|
.newCloud-tree-select-options .newCloud-tree-select-operate-btn .btn {
|
|
@@ -9919,19 +9915,9 @@ input::-webkit-search-cancel-button {
|
|
|
9919
9915
|
margin-right: 10px;
|
|
9920
9916
|
}
|
|
9921
9917
|
.newCloud-tree-select-options .newCloud-tree {
|
|
9922
|
-
padding:
|
|
9918
|
+
padding: 5px 0;
|
|
9923
9919
|
overflow: auto;
|
|
9924
9920
|
}
|
|
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
9921
|
.newCloud-tree-select-single-options {
|
|
9936
9922
|
padding: 0;
|
|
9937
9923
|
z-index: 1020;
|
|
@@ -9943,8 +9929,8 @@ input::-webkit-search-cancel-button {
|
|
|
9943
9929
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9944
9930
|
display: none;
|
|
9945
9931
|
justify-content: space-between;
|
|
9946
|
-
padding:
|
|
9947
|
-
height:
|
|
9932
|
+
padding: 5px 10px;
|
|
9933
|
+
height: 30px;
|
|
9948
9934
|
line-height: 20px;
|
|
9949
9935
|
white-space: nowrap;
|
|
9950
9936
|
overflow: hidden;
|
|
@@ -9961,7 +9947,7 @@ input::-webkit-search-cancel-button {
|
|
|
9961
9947
|
transform: rotate(0deg);
|
|
9962
9948
|
}
|
|
9963
9949
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option .search-text {
|
|
9964
|
-
color:
|
|
9950
|
+
color: #00aaf1;
|
|
9965
9951
|
}
|
|
9966
9952
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option-show {
|
|
9967
9953
|
display: flex;
|
|
@@ -9970,7 +9956,7 @@ input::-webkit-search-cancel-button {
|
|
|
9970
9956
|
padding-left: 20px;
|
|
9971
9957
|
}
|
|
9972
9958
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9973
|
-
background: #
|
|
9959
|
+
background: #f6f6f6;
|
|
9974
9960
|
}
|
|
9975
9961
|
|
|
9976
9962
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
@@ -13150,6 +13136,207 @@ body {
|
|
|
13150
13136
|
color: #bd3535;
|
|
13151
13137
|
}
|
|
13152
13138
|
|
|
13139
|
+
.super-sms-select-model > .supper-sms-select-query {
|
|
13140
|
+
height: 30px;
|
|
13141
|
+
margin-top: 12px;
|
|
13142
|
+
margin-bottom: 12px;
|
|
13143
|
+
display: flex;
|
|
13144
|
+
justify-content: flex-end;
|
|
13145
|
+
}
|
|
13146
|
+
.super-sms-select-model > .supper-sms-select-query i {
|
|
13147
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13148
|
+
cursor: pointer;
|
|
13149
|
+
}
|
|
13150
|
+
.super-sms-select-model-modal footer {
|
|
13151
|
+
justify-content: flex-start;
|
|
13152
|
+
flex-direction: row-reverse;
|
|
13153
|
+
}
|
|
13154
|
+
.super-sms-select-model-modal footer > button {
|
|
13155
|
+
margin-left: 16px;
|
|
13156
|
+
}
|
|
13157
|
+
|
|
13158
|
+
.dy-sms-test-account {
|
|
13159
|
+
background-color: #fff;
|
|
13160
|
+
position: relative;
|
|
13161
|
+
width: 320px;
|
|
13162
|
+
height: 160px;
|
|
13163
|
+
height: 30px;
|
|
13164
|
+
}
|
|
13165
|
+
.dy-sms-test-account > .dy-sms-input-wrapper {
|
|
13166
|
+
height: 30px;
|
|
13167
|
+
position: relative;
|
|
13168
|
+
}
|
|
13169
|
+
.dy-sms-test-account > .dy-sms-input-wrapper input:focus {
|
|
13170
|
+
border: 1px solid var(--shuyunBlue4) !important;
|
|
13171
|
+
}
|
|
13172
|
+
.dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
|
|
13173
|
+
display: block;
|
|
13174
|
+
position: absolute;
|
|
13175
|
+
top: -28px;
|
|
13176
|
+
box-sizing: border-box;
|
|
13177
|
+
font-size: 12px;
|
|
13178
|
+
border-radius: 2px;
|
|
13179
|
+
padding: 4px 8px;
|
|
13180
|
+
margin: 0;
|
|
13181
|
+
min-height: 26px;
|
|
13182
|
+
max-width: 250px;
|
|
13183
|
+
line-height: 1.5;
|
|
13184
|
+
z-index: 2;
|
|
13185
|
+
background-color: #ff867c;
|
|
13186
|
+
color: #f8f8f8;
|
|
13187
|
+
}
|
|
13188
|
+
.dy-sms-test-account > .dy-sms-drop-wrapper {
|
|
13189
|
+
background-color: #fff;
|
|
13190
|
+
width: 320px;
|
|
13191
|
+
box-sizing: border-box;
|
|
13192
|
+
padding: 12px;
|
|
13193
|
+
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
|
|
13194
|
+
border-radius: 2px;
|
|
13195
|
+
position: absolute;
|
|
13196
|
+
left: 0;
|
|
13197
|
+
top: 32px;
|
|
13198
|
+
z-index: 1;
|
|
13199
|
+
}
|
|
13200
|
+
|
|
13201
|
+
.supper-sms-preview {
|
|
13202
|
+
width: 256px;
|
|
13203
|
+
height: 496px;
|
|
13204
|
+
background: #fff;
|
|
13205
|
+
border: 1px solid #e8e8e8;
|
|
13206
|
+
border-radius: 20px;
|
|
13207
|
+
overflow: hidden;
|
|
13208
|
+
}
|
|
13209
|
+
.supper-sms-preview > section > header {
|
|
13210
|
+
height: 20px;
|
|
13211
|
+
background-color: #fff;
|
|
13212
|
+
display: flex;
|
|
13213
|
+
align-items: center;
|
|
13214
|
+
justify-content: center;
|
|
13215
|
+
}
|
|
13216
|
+
.supper-sms-preview > section > header > div {
|
|
13217
|
+
width: 84px;
|
|
13218
|
+
height: 4px;
|
|
13219
|
+
background: #e8e8e8;
|
|
13220
|
+
border-radius: 4px;
|
|
13221
|
+
}
|
|
13222
|
+
.supper-sms-preview > section > div {
|
|
13223
|
+
position: relative;
|
|
13224
|
+
height: 30px;
|
|
13225
|
+
line-height: 30px;
|
|
13226
|
+
font-size: 14px;
|
|
13227
|
+
text-align: center;
|
|
13228
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13229
|
+
background-color: #fff;
|
|
13230
|
+
border-bottom: 1px solid #dadada;
|
|
13231
|
+
}
|
|
13232
|
+
.supper-sms-preview > section > div > i {
|
|
13233
|
+
position: absolute;
|
|
13234
|
+
left: 12px;
|
|
13235
|
+
font-size: 16px;
|
|
13236
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13237
|
+
}
|
|
13238
|
+
.supper-sms-preview > div {
|
|
13239
|
+
height: 428px;
|
|
13240
|
+
overflow-y: auto;
|
|
13241
|
+
padding: 8px;
|
|
13242
|
+
box-sizing: border-box;
|
|
13243
|
+
}
|
|
13244
|
+
.supper-sms-preview > div .super-sms-component-item {
|
|
13245
|
+
height: auto;
|
|
13246
|
+
margin-bottom: 12px;
|
|
13247
|
+
padding: 10px;
|
|
13248
|
+
font-size: 12px;
|
|
13249
|
+
line-height: 18px;
|
|
13250
|
+
background-color: #e5e6ea;
|
|
13251
|
+
word-break: break-all;
|
|
13252
|
+
border-radius: 5px;
|
|
13253
|
+
display: flex;
|
|
13254
|
+
flex-direction: column;
|
|
13255
|
+
align-items: center;
|
|
13256
|
+
justify-content: center;
|
|
13257
|
+
color: #999;
|
|
13258
|
+
}
|
|
13259
|
+
.supper-sms-preview > div .super-sms-component-item img {
|
|
13260
|
+
width: 100%;
|
|
13261
|
+
vertical-align: top;
|
|
13262
|
+
}
|
|
13263
|
+
.supper-sms-preview > div .super-sms-component-item video {
|
|
13264
|
+
width: 100%;
|
|
13265
|
+
vertical-align: top;
|
|
13266
|
+
}
|
|
13267
|
+
.supper-sms-preview > div .super-sms-component-item pre {
|
|
13268
|
+
margin: 0;
|
|
13269
|
+
color: #000;
|
|
13270
|
+
word-break: break-all;
|
|
13271
|
+
white-space: pre-wrap;
|
|
13272
|
+
font-family: Microsoft Yahei;
|
|
13273
|
+
}
|
|
13274
|
+
|
|
13275
|
+
.super-sms-tip {
|
|
13276
|
+
padding: 6px 12px;
|
|
13277
|
+
background: #f5f8ff;
|
|
13278
|
+
border: 1px solid #d4e1ff;
|
|
13279
|
+
border-radius: 2px;
|
|
13280
|
+
margin-bottom: 15px;
|
|
13281
|
+
position: relative;
|
|
13282
|
+
box-sizing: content-box;
|
|
13283
|
+
padding-left: 30px;
|
|
13284
|
+
}
|
|
13285
|
+
.super-sms-tip p {
|
|
13286
|
+
margin: 0;
|
|
13287
|
+
line-height: 20px;
|
|
13288
|
+
text-indent: -16px;
|
|
13289
|
+
}
|
|
13290
|
+
.super-sms-tip.collapsed {
|
|
13291
|
+
height: 15px;
|
|
13292
|
+
overflow-y: hidden;
|
|
13293
|
+
}
|
|
13294
|
+
.super-sms-tip > .supper-sms-tip-toggle {
|
|
13295
|
+
position: absolute;
|
|
13296
|
+
right: 9px;
|
|
13297
|
+
top: 4px;
|
|
13298
|
+
cursor: pointer;
|
|
13299
|
+
}
|
|
13300
|
+
.super-sms-tip > .supper-sms-tip-toggle i {
|
|
13301
|
+
color: #0083ba;
|
|
13302
|
+
}
|
|
13303
|
+
.super-sms-content .send-time-spec {
|
|
13304
|
+
margin-left: 8px;
|
|
13305
|
+
margin-right: 8px;
|
|
13306
|
+
}
|
|
13307
|
+
.super-sms-content .super-sms-model {
|
|
13308
|
+
display: flex;
|
|
13309
|
+
align-items: center;
|
|
13310
|
+
height: 32px;
|
|
13311
|
+
}
|
|
13312
|
+
.super-sms-content .super-sms-model > button {
|
|
13313
|
+
margin-right: 12px;
|
|
13314
|
+
}
|
|
13315
|
+
.super-sms-content .super-sms-model .sms-model-name > span:first-child {
|
|
13316
|
+
margin-right: 10px;
|
|
13317
|
+
}
|
|
13318
|
+
.super-sms-content .extra-tip {
|
|
13319
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13320
|
+
margin-left: 12px;
|
|
13321
|
+
line-height: 30px;
|
|
13322
|
+
}
|
|
13323
|
+
.super-sms-content .extra-tip > span {
|
|
13324
|
+
color: #f5222d;
|
|
13325
|
+
}
|
|
13326
|
+
.super-sms-content .super-sms-test-label {
|
|
13327
|
+
display: inline-block;
|
|
13328
|
+
}
|
|
13329
|
+
.super-sms-content .super-sms-test-label i {
|
|
13330
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13331
|
+
font-size: 16px;
|
|
13332
|
+
vertical-align: bottom;
|
|
13333
|
+
margin-left: 4px;
|
|
13334
|
+
}
|
|
13335
|
+
.super-sms-selector-footer {
|
|
13336
|
+
display: flex;
|
|
13337
|
+
flex-direction: row-reverse;
|
|
13338
|
+
}
|
|
13339
|
+
|
|
13153
13340
|
body {
|
|
13154
13341
|
margin: 0;
|
|
13155
13342
|
--shuyunBlue1: #EDF6FF;
|
|
@@ -16702,207 +16889,6 @@ body {
|
|
|
16702
16889
|
z-index: 1;
|
|
16703
16890
|
}
|
|
16704
16891
|
|
|
16705
|
-
.super-sms-select-model > .supper-sms-select-query {
|
|
16706
|
-
height: 30px;
|
|
16707
|
-
margin-top: 12px;
|
|
16708
|
-
margin-bottom: 12px;
|
|
16709
|
-
display: flex;
|
|
16710
|
-
justify-content: flex-end;
|
|
16711
|
-
}
|
|
16712
|
-
.super-sms-select-model > .supper-sms-select-query i {
|
|
16713
|
-
color: rgba(0, 0, 0, 0.25);
|
|
16714
|
-
cursor: pointer;
|
|
16715
|
-
}
|
|
16716
|
-
.super-sms-select-model-modal footer {
|
|
16717
|
-
justify-content: flex-start;
|
|
16718
|
-
flex-direction: row-reverse;
|
|
16719
|
-
}
|
|
16720
|
-
.super-sms-select-model-modal footer > button {
|
|
16721
|
-
margin-left: 16px;
|
|
16722
|
-
}
|
|
16723
|
-
|
|
16724
|
-
.dy-sms-test-account {
|
|
16725
|
-
background-color: #fff;
|
|
16726
|
-
position: relative;
|
|
16727
|
-
width: 320px;
|
|
16728
|
-
height: 160px;
|
|
16729
|
-
height: 30px;
|
|
16730
|
-
}
|
|
16731
|
-
.dy-sms-test-account > .dy-sms-input-wrapper {
|
|
16732
|
-
height: 30px;
|
|
16733
|
-
position: relative;
|
|
16734
|
-
}
|
|
16735
|
-
.dy-sms-test-account > .dy-sms-input-wrapper input:focus {
|
|
16736
|
-
border: 1px solid var(--shuyunBlue4) !important;
|
|
16737
|
-
}
|
|
16738
|
-
.dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
|
|
16739
|
-
display: block;
|
|
16740
|
-
position: absolute;
|
|
16741
|
-
top: -28px;
|
|
16742
|
-
box-sizing: border-box;
|
|
16743
|
-
font-size: 12px;
|
|
16744
|
-
border-radius: 2px;
|
|
16745
|
-
padding: 4px 8px;
|
|
16746
|
-
margin: 0;
|
|
16747
|
-
min-height: 26px;
|
|
16748
|
-
max-width: 250px;
|
|
16749
|
-
line-height: 1.5;
|
|
16750
|
-
z-index: 2;
|
|
16751
|
-
background-color: #ff867c;
|
|
16752
|
-
color: #f8f8f8;
|
|
16753
|
-
}
|
|
16754
|
-
.dy-sms-test-account > .dy-sms-drop-wrapper {
|
|
16755
|
-
background-color: #fff;
|
|
16756
|
-
width: 320px;
|
|
16757
|
-
box-sizing: border-box;
|
|
16758
|
-
padding: 12px;
|
|
16759
|
-
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
|
|
16760
|
-
border-radius: 2px;
|
|
16761
|
-
position: absolute;
|
|
16762
|
-
left: 0;
|
|
16763
|
-
top: 32px;
|
|
16764
|
-
z-index: 1;
|
|
16765
|
-
}
|
|
16766
|
-
|
|
16767
|
-
.supper-sms-preview {
|
|
16768
|
-
width: 256px;
|
|
16769
|
-
height: 496px;
|
|
16770
|
-
background: #fff;
|
|
16771
|
-
border: 1px solid #e8e8e8;
|
|
16772
|
-
border-radius: 20px;
|
|
16773
|
-
overflow: hidden;
|
|
16774
|
-
}
|
|
16775
|
-
.supper-sms-preview > section > header {
|
|
16776
|
-
height: 20px;
|
|
16777
|
-
background-color: #fff;
|
|
16778
|
-
display: flex;
|
|
16779
|
-
align-items: center;
|
|
16780
|
-
justify-content: center;
|
|
16781
|
-
}
|
|
16782
|
-
.supper-sms-preview > section > header > div {
|
|
16783
|
-
width: 84px;
|
|
16784
|
-
height: 4px;
|
|
16785
|
-
background: #e8e8e8;
|
|
16786
|
-
border-radius: 4px;
|
|
16787
|
-
}
|
|
16788
|
-
.supper-sms-preview > section > div {
|
|
16789
|
-
position: relative;
|
|
16790
|
-
height: 30px;
|
|
16791
|
-
line-height: 30px;
|
|
16792
|
-
font-size: 14px;
|
|
16793
|
-
text-align: center;
|
|
16794
|
-
color: rgba(0, 0, 0, 0.85);
|
|
16795
|
-
background-color: #fff;
|
|
16796
|
-
border-bottom: 1px solid #dadada;
|
|
16797
|
-
}
|
|
16798
|
-
.supper-sms-preview > section > div > i {
|
|
16799
|
-
position: absolute;
|
|
16800
|
-
left: 12px;
|
|
16801
|
-
font-size: 16px;
|
|
16802
|
-
color: rgba(0, 0, 0, 0.45);
|
|
16803
|
-
}
|
|
16804
|
-
.supper-sms-preview > div {
|
|
16805
|
-
height: 428px;
|
|
16806
|
-
overflow-y: auto;
|
|
16807
|
-
padding: 8px;
|
|
16808
|
-
box-sizing: border-box;
|
|
16809
|
-
}
|
|
16810
|
-
.supper-sms-preview > div .super-sms-component-item {
|
|
16811
|
-
height: auto;
|
|
16812
|
-
margin-bottom: 12px;
|
|
16813
|
-
padding: 10px;
|
|
16814
|
-
font-size: 12px;
|
|
16815
|
-
line-height: 18px;
|
|
16816
|
-
background-color: #e5e6ea;
|
|
16817
|
-
word-break: break-all;
|
|
16818
|
-
border-radius: 5px;
|
|
16819
|
-
display: flex;
|
|
16820
|
-
flex-direction: column;
|
|
16821
|
-
align-items: center;
|
|
16822
|
-
justify-content: center;
|
|
16823
|
-
color: #999;
|
|
16824
|
-
}
|
|
16825
|
-
.supper-sms-preview > div .super-sms-component-item img {
|
|
16826
|
-
width: 100%;
|
|
16827
|
-
vertical-align: top;
|
|
16828
|
-
}
|
|
16829
|
-
.supper-sms-preview > div .super-sms-component-item video {
|
|
16830
|
-
width: 100%;
|
|
16831
|
-
vertical-align: top;
|
|
16832
|
-
}
|
|
16833
|
-
.supper-sms-preview > div .super-sms-component-item pre {
|
|
16834
|
-
margin: 0;
|
|
16835
|
-
color: #000;
|
|
16836
|
-
word-break: break-all;
|
|
16837
|
-
white-space: pre-wrap;
|
|
16838
|
-
font-family: Microsoft Yahei;
|
|
16839
|
-
}
|
|
16840
|
-
|
|
16841
|
-
.super-sms-tip {
|
|
16842
|
-
padding: 6px 12px;
|
|
16843
|
-
background: #f5f8ff;
|
|
16844
|
-
border: 1px solid #d4e1ff;
|
|
16845
|
-
border-radius: 2px;
|
|
16846
|
-
margin-bottom: 15px;
|
|
16847
|
-
position: relative;
|
|
16848
|
-
box-sizing: content-box;
|
|
16849
|
-
padding-left: 30px;
|
|
16850
|
-
}
|
|
16851
|
-
.super-sms-tip p {
|
|
16852
|
-
margin: 0;
|
|
16853
|
-
line-height: 20px;
|
|
16854
|
-
text-indent: -16px;
|
|
16855
|
-
}
|
|
16856
|
-
.super-sms-tip.collapsed {
|
|
16857
|
-
height: 15px;
|
|
16858
|
-
overflow-y: hidden;
|
|
16859
|
-
}
|
|
16860
|
-
.super-sms-tip > .supper-sms-tip-toggle {
|
|
16861
|
-
position: absolute;
|
|
16862
|
-
right: 9px;
|
|
16863
|
-
top: 4px;
|
|
16864
|
-
cursor: pointer;
|
|
16865
|
-
}
|
|
16866
|
-
.super-sms-tip > .supper-sms-tip-toggle i {
|
|
16867
|
-
color: #0083ba;
|
|
16868
|
-
}
|
|
16869
|
-
.super-sms-content .send-time-spec {
|
|
16870
|
-
margin-left: 8px;
|
|
16871
|
-
margin-right: 8px;
|
|
16872
|
-
}
|
|
16873
|
-
.super-sms-content .super-sms-model {
|
|
16874
|
-
display: flex;
|
|
16875
|
-
align-items: center;
|
|
16876
|
-
height: 32px;
|
|
16877
|
-
}
|
|
16878
|
-
.super-sms-content .super-sms-model > button {
|
|
16879
|
-
margin-right: 12px;
|
|
16880
|
-
}
|
|
16881
|
-
.super-sms-content .super-sms-model .sms-model-name > span:first-child {
|
|
16882
|
-
margin-right: 10px;
|
|
16883
|
-
}
|
|
16884
|
-
.super-sms-content .extra-tip {
|
|
16885
|
-
color: rgba(0, 0, 0, 0.45);
|
|
16886
|
-
margin-left: 12px;
|
|
16887
|
-
line-height: 30px;
|
|
16888
|
-
}
|
|
16889
|
-
.super-sms-content .extra-tip > span {
|
|
16890
|
-
color: #f5222d;
|
|
16891
|
-
}
|
|
16892
|
-
.super-sms-content .super-sms-test-label {
|
|
16893
|
-
display: inline-block;
|
|
16894
|
-
}
|
|
16895
|
-
.super-sms-content .super-sms-test-label i {
|
|
16896
|
-
color: rgba(0, 0, 0, 0.25);
|
|
16897
|
-
font-size: 16px;
|
|
16898
|
-
vertical-align: bottom;
|
|
16899
|
-
margin-left: 4px;
|
|
16900
|
-
}
|
|
16901
|
-
.super-sms-selector-footer {
|
|
16902
|
-
display: flex;
|
|
16903
|
-
flex-direction: row-reverse;
|
|
16904
|
-
}
|
|
16905
|
-
|
|
16906
16892
|
body {
|
|
16907
16893
|
margin: 0;
|
|
16908
16894
|
--shuyunBlue1: #EDF6FF;
|