cloud-business 0.1.85 → 0.1.86

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.
@@ -13150,6 +13150,207 @@ body {
13150
13150
  color: #bd3535;
13151
13151
  }
13152
13152
 
13153
+ .super-sms-select-model > .supper-sms-select-query {
13154
+ height: 30px;
13155
+ margin-top: 12px;
13156
+ margin-bottom: 12px;
13157
+ display: flex;
13158
+ justify-content: flex-end;
13159
+ }
13160
+ .super-sms-select-model > .supper-sms-select-query i {
13161
+ color: rgba(0, 0, 0, 0.25);
13162
+ cursor: pointer;
13163
+ }
13164
+ .super-sms-select-model-modal footer {
13165
+ justify-content: flex-start;
13166
+ flex-direction: row-reverse;
13167
+ }
13168
+ .super-sms-select-model-modal footer > button {
13169
+ margin-left: 16px;
13170
+ }
13171
+
13172
+ .dy-sms-test-account {
13173
+ background-color: #fff;
13174
+ position: relative;
13175
+ width: 320px;
13176
+ height: 160px;
13177
+ height: 30px;
13178
+ }
13179
+ .dy-sms-test-account > .dy-sms-input-wrapper {
13180
+ height: 30px;
13181
+ position: relative;
13182
+ }
13183
+ .dy-sms-test-account > .dy-sms-input-wrapper input:focus {
13184
+ border: 1px solid var(--shuyunBlue4) !important;
13185
+ }
13186
+ .dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
13187
+ display: block;
13188
+ position: absolute;
13189
+ top: -28px;
13190
+ box-sizing: border-box;
13191
+ font-size: 12px;
13192
+ border-radius: 2px;
13193
+ padding: 4px 8px;
13194
+ margin: 0;
13195
+ min-height: 26px;
13196
+ max-width: 250px;
13197
+ line-height: 1.5;
13198
+ z-index: 2;
13199
+ background-color: #ff867c;
13200
+ color: #f8f8f8;
13201
+ }
13202
+ .dy-sms-test-account > .dy-sms-drop-wrapper {
13203
+ background-color: #fff;
13204
+ width: 320px;
13205
+ box-sizing: border-box;
13206
+ padding: 12px;
13207
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
13208
+ border-radius: 2px;
13209
+ position: absolute;
13210
+ left: 0;
13211
+ top: 32px;
13212
+ z-index: 1;
13213
+ }
13214
+
13215
+ .supper-sms-preview {
13216
+ width: 256px;
13217
+ height: 496px;
13218
+ background: #fff;
13219
+ border: 1px solid #e8e8e8;
13220
+ border-radius: 20px;
13221
+ overflow: hidden;
13222
+ }
13223
+ .supper-sms-preview > section > header {
13224
+ height: 20px;
13225
+ background-color: #fff;
13226
+ display: flex;
13227
+ align-items: center;
13228
+ justify-content: center;
13229
+ }
13230
+ .supper-sms-preview > section > header > div {
13231
+ width: 84px;
13232
+ height: 4px;
13233
+ background: #e8e8e8;
13234
+ border-radius: 4px;
13235
+ }
13236
+ .supper-sms-preview > section > div {
13237
+ position: relative;
13238
+ height: 30px;
13239
+ line-height: 30px;
13240
+ font-size: 14px;
13241
+ text-align: center;
13242
+ color: rgba(0, 0, 0, 0.85);
13243
+ background-color: #fff;
13244
+ border-bottom: 1px solid #dadada;
13245
+ }
13246
+ .supper-sms-preview > section > div > i {
13247
+ position: absolute;
13248
+ left: 12px;
13249
+ font-size: 16px;
13250
+ color: rgba(0, 0, 0, 0.45);
13251
+ }
13252
+ .supper-sms-preview > div {
13253
+ height: 428px;
13254
+ overflow-y: auto;
13255
+ padding: 8px;
13256
+ box-sizing: border-box;
13257
+ }
13258
+ .supper-sms-preview > div .super-sms-component-item {
13259
+ height: auto;
13260
+ margin-bottom: 12px;
13261
+ padding: 10px;
13262
+ font-size: 12px;
13263
+ line-height: 18px;
13264
+ background-color: #e5e6ea;
13265
+ word-break: break-all;
13266
+ border-radius: 5px;
13267
+ display: flex;
13268
+ flex-direction: column;
13269
+ align-items: center;
13270
+ justify-content: center;
13271
+ color: #999;
13272
+ }
13273
+ .supper-sms-preview > div .super-sms-component-item img {
13274
+ width: 100%;
13275
+ vertical-align: top;
13276
+ }
13277
+ .supper-sms-preview > div .super-sms-component-item video {
13278
+ width: 100%;
13279
+ vertical-align: top;
13280
+ }
13281
+ .supper-sms-preview > div .super-sms-component-item pre {
13282
+ margin: 0;
13283
+ color: #000;
13284
+ word-break: break-all;
13285
+ white-space: pre-wrap;
13286
+ font-family: Microsoft Yahei;
13287
+ }
13288
+
13289
+ .super-sms-tip {
13290
+ padding: 6px 12px;
13291
+ background: #f5f8ff;
13292
+ border: 1px solid #d4e1ff;
13293
+ border-radius: 2px;
13294
+ margin-bottom: 15px;
13295
+ position: relative;
13296
+ box-sizing: content-box;
13297
+ padding-left: 30px;
13298
+ }
13299
+ .super-sms-tip p {
13300
+ margin: 0;
13301
+ line-height: 20px;
13302
+ text-indent: -16px;
13303
+ }
13304
+ .super-sms-tip.collapsed {
13305
+ height: 15px;
13306
+ overflow-y: hidden;
13307
+ }
13308
+ .super-sms-tip > .supper-sms-tip-toggle {
13309
+ position: absolute;
13310
+ right: 9px;
13311
+ top: 4px;
13312
+ cursor: pointer;
13313
+ }
13314
+ .super-sms-tip > .supper-sms-tip-toggle i {
13315
+ color: #0083ba;
13316
+ }
13317
+ .super-sms-content .send-time-spec {
13318
+ margin-left: 8px;
13319
+ margin-right: 8px;
13320
+ }
13321
+ .super-sms-content .super-sms-model {
13322
+ display: flex;
13323
+ align-items: center;
13324
+ height: 32px;
13325
+ }
13326
+ .super-sms-content .super-sms-model > button {
13327
+ margin-right: 12px;
13328
+ }
13329
+ .super-sms-content .super-sms-model .sms-model-name > span:first-child {
13330
+ margin-right: 10px;
13331
+ }
13332
+ .super-sms-content .extra-tip {
13333
+ color: rgba(0, 0, 0, 0.45);
13334
+ margin-left: 12px;
13335
+ line-height: 30px;
13336
+ }
13337
+ .super-sms-content .extra-tip > span {
13338
+ color: #f5222d;
13339
+ }
13340
+ .super-sms-content .super-sms-test-label {
13341
+ display: inline-block;
13342
+ }
13343
+ .super-sms-content .super-sms-test-label i {
13344
+ color: rgba(0, 0, 0, 0.25);
13345
+ font-size: 16px;
13346
+ vertical-align: bottom;
13347
+ margin-left: 4px;
13348
+ }
13349
+ .super-sms-selector-footer {
13350
+ display: flex;
13351
+ flex-direction: row-reverse;
13352
+ }
13353
+
13153
13354
  body {
13154
13355
  margin: 0;
13155
13356
  --shuyunBlue1: #EDF6FF;
@@ -16702,207 +16903,6 @@ body {
16702
16903
  z-index: 1;
16703
16904
  }
16704
16905
 
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
16906
  body {
16907
16907
  margin: 0;
16908
16908
  --shuyunBlue1: #EDF6FF;