cloud-business 0.1.82 → 0.1.83-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.
@@ -16702,6 +16702,207 @@ body {
16702
16702
  z-index: 1;
16703
16703
  }
16704
16704
 
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
+
16705
16906
  body {
16706
16907
  margin: 0;
16707
16908
  --shuyunBlue1: #EDF6FF;