cloud-business 0.1.82 → 0.1.83

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,200 @@ 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
+
16717
+ .dy-sms-test-account {
16718
+ background-color: #fff;
16719
+ position: relative;
16720
+ width: 320px;
16721
+ height: 160px;
16722
+ height: 30px;
16723
+ }
16724
+ .dy-sms-test-account > .dy-sms-input-wrapper {
16725
+ height: 30px;
16726
+ position: relative;
16727
+ }
16728
+ .dy-sms-test-account > .dy-sms-input-wrapper input:focus {
16729
+ border: 1px solid var(--shuyunBlue4) !important;
16730
+ }
16731
+ .dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
16732
+ display: block;
16733
+ position: absolute;
16734
+ top: -28px;
16735
+ box-sizing: border-box;
16736
+ font-size: 12px;
16737
+ border-radius: 2px;
16738
+ padding: 4px 8px;
16739
+ margin: 0;
16740
+ min-height: 26px;
16741
+ max-width: 250px;
16742
+ line-height: 1.5;
16743
+ z-index: 2;
16744
+ background-color: #ff867c;
16745
+ color: #f8f8f8;
16746
+ }
16747
+ .dy-sms-test-account > .dy-sms-drop-wrapper {
16748
+ background-color: #fff;
16749
+ width: 320px;
16750
+ box-sizing: border-box;
16751
+ padding: 12px;
16752
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
16753
+ border-radius: 2px;
16754
+ position: absolute;
16755
+ left: 0;
16756
+ top: 32px;
16757
+ z-index: 1;
16758
+ }
16759
+
16760
+ .supper-sms-preview {
16761
+ width: 256px;
16762
+ height: 496px;
16763
+ background: #fff;
16764
+ border: 1px solid #e8e8e8;
16765
+ border-radius: 20px;
16766
+ overflow: hidden;
16767
+ }
16768
+ .supper-sms-preview > section > header {
16769
+ height: 20px;
16770
+ background-color: #fff;
16771
+ display: flex;
16772
+ align-items: center;
16773
+ justify-content: center;
16774
+ }
16775
+ .supper-sms-preview > section > header > div {
16776
+ width: 84px;
16777
+ height: 4px;
16778
+ background: #e8e8e8;
16779
+ border-radius: 4px;
16780
+ }
16781
+ .supper-sms-preview > section > div {
16782
+ position: relative;
16783
+ height: 30px;
16784
+ line-height: 30px;
16785
+ font-size: 14px;
16786
+ text-align: center;
16787
+ color: rgba(0, 0, 0, 0.85);
16788
+ background-color: #fff;
16789
+ border-bottom: 1px solid #dadada;
16790
+ }
16791
+ .supper-sms-preview > section > div > i {
16792
+ position: absolute;
16793
+ left: 12px;
16794
+ font-size: 16px;
16795
+ color: rgba(0, 0, 0, 0.45);
16796
+ }
16797
+ .supper-sms-preview > div {
16798
+ height: 428px;
16799
+ overflow-y: auto;
16800
+ padding: 8px;
16801
+ box-sizing: border-box;
16802
+ }
16803
+ .supper-sms-preview > div .super-sms-component-item {
16804
+ height: auto;
16805
+ margin-bottom: 12px;
16806
+ padding: 10px;
16807
+ font-size: 12px;
16808
+ line-height: 18px;
16809
+ background-color: #e5e6ea;
16810
+ word-break: break-all;
16811
+ border-radius: 5px;
16812
+ display: flex;
16813
+ flex-direction: column;
16814
+ align-items: center;
16815
+ justify-content: center;
16816
+ color: #999;
16817
+ }
16818
+ .supper-sms-preview > div .super-sms-component-item img {
16819
+ width: 100%;
16820
+ vertical-align: top;
16821
+ }
16822
+ .supper-sms-preview > div .super-sms-component-item video {
16823
+ width: 100%;
16824
+ vertical-align: top;
16825
+ }
16826
+ .supper-sms-preview > div .super-sms-component-item pre {
16827
+ margin: 0;
16828
+ color: #000;
16829
+ word-break: break-all;
16830
+ white-space: pre-wrap;
16831
+ font-family: Microsoft Yahei;
16832
+ }
16833
+
16834
+ .super-sms-tip {
16835
+ padding: 6px 12px;
16836
+ background: #f5f8ff;
16837
+ border: 1px solid #d4e1ff;
16838
+ border-radius: 2px;
16839
+ margin-bottom: 15px;
16840
+ position: relative;
16841
+ box-sizing: content-box;
16842
+ padding-left: 30px;
16843
+ }
16844
+ .super-sms-tip p {
16845
+ margin: 0;
16846
+ line-height: 20px;
16847
+ text-indent: -16px;
16848
+ }
16849
+ .super-sms-tip.collapsed {
16850
+ height: 15px;
16851
+ overflow-y: hidden;
16852
+ }
16853
+ .super-sms-tip > .supper-sms-tip-toggle {
16854
+ position: absolute;
16855
+ right: 9px;
16856
+ top: 4px;
16857
+ cursor: pointer;
16858
+ }
16859
+ .super-sms-tip > .supper-sms-tip-toggle i {
16860
+ color: #0083ba;
16861
+ }
16862
+ .super-sms-content .send-time-spec {
16863
+ margin-left: 8px;
16864
+ margin-right: 8px;
16865
+ }
16866
+ .super-sms-content .super-sms-model {
16867
+ display: flex;
16868
+ align-items: center;
16869
+ height: 32px;
16870
+ }
16871
+ .super-sms-content .super-sms-model > button {
16872
+ margin-right: 12px;
16873
+ }
16874
+ .super-sms-content .super-sms-model .sms-model-name > span:first-child {
16875
+ margin-right: 10px;
16876
+ }
16877
+ .super-sms-content .extra-tip {
16878
+ color: rgba(0, 0, 0, 0.45);
16879
+ margin-left: 12px;
16880
+ line-height: 30px;
16881
+ }
16882
+ .super-sms-content .extra-tip > span {
16883
+ color: #f5222d;
16884
+ }
16885
+ .super-sms-content .super-sms-test-label {
16886
+ display: inline-block;
16887
+ }
16888
+ .super-sms-content .super-sms-test-label i {
16889
+ color: rgba(0, 0, 0, 0.25);
16890
+ font-size: 16px;
16891
+ vertical-align: bottom;
16892
+ margin-left: 4px;
16893
+ }
16894
+ .super-sms-selector-footer {
16895
+ display: flex;
16896
+ flex-direction: row-reverse;
16897
+ }
16898
+
16705
16899
  body {
16706
16900
  margin: 0;
16707
16901
  --shuyunBlue1: #EDF6FF;