acud 0.0.64 → 0.0.65

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/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v0.0.64 */
1
+ /*! acud v0.0.65 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -16596,7 +16596,6 @@ li.acud-dropdown-menu-submenu-active:hover,
16596
16596
  transform: translate(-50%, -50%);
16597
16597
  width: auto;
16598
16598
  max-width: calc(100vw - 32px);
16599
- padding-bottom: 24px;
16600
16599
  }
16601
16600
  .acud-modal.zoom-enter,
16602
16601
  .acud-modal.zoom-appear {
@@ -16688,7 +16687,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16688
16687
  }
16689
16688
  .acud-modal-close-x {
16690
16689
  display: block;
16691
- margin-top: 28px;
16690
+ margin-top: 27px;
16692
16691
  font-size: 16px;
16693
16692
  text-align: center;
16694
16693
  text-transform: none;
@@ -16702,8 +16701,8 @@ li.acud-dropdown-menu-submenu-active:hover,
16702
16701
  font-weight: 900;
16703
16702
  }
16704
16703
  .acud-modal-title {
16705
- font-size: 16px;
16706
- line-height: 24px;
16704
+ font-size: 14px;
16705
+ line-height: 22px;
16707
16706
  word-wrap: break-word;
16708
16707
  }
16709
16708
  .acud-modal-body {
@@ -16720,6 +16719,9 @@ li.acud-dropdown-menu-submenu-active:hover,
16720
16719
  background: #FFFFFF;
16721
16720
  text-align: right;
16722
16721
  flex: none;
16722
+ display: flex;
16723
+ align-items: center;
16724
+ justify-content: flex-end;
16723
16725
  }
16724
16726
  .acud-modal-footer .acud-btn {
16725
16727
  margin: 0;
@@ -16727,6 +16729,40 @@ li.acud-dropdown-menu-submenu-active:hover,
16727
16729
  .acud-modal-footer .acud-btn + .acud-btn {
16728
16730
  margin-left: 16px;
16729
16731
  }
16732
+ .acud-modal-dialogbox {
16733
+ width: 400px;
16734
+ height: auto;
16735
+ min-height: 184px;
16736
+ }
16737
+ .acud-modal-dialogbox-icon {
16738
+ height: 100%;
16739
+ margin-right: 12px;
16740
+ float: left;
16741
+ display: flex;
16742
+ align-items: center;
16743
+ padding-top: 2px;
16744
+ }
16745
+ .acud-modal-dialogbox .acud-modal-title .acudicon {
16746
+ font-size: 20px;
16747
+ }
16748
+ .acud-modal-dialogbox-content {
16749
+ padding-left: 32px;
16750
+ }
16751
+ .acud-modal-dialogbox-warning .acud-modal-dialogbox-icon {
16752
+ color: #FF9326;
16753
+ }
16754
+ .acud-modal-dialogbox-info .acud-modal-dialogbox-icon {
16755
+ color: #2468F2;
16756
+ }
16757
+ .acud-modal-dialogbox-success .acud-modal-dialogbox-icon {
16758
+ color: #30BF13;
16759
+ }
16760
+ .acud-modal-dialogbox-error .acud-modal-dialogbox-icon {
16761
+ color: #F33E3E;
16762
+ }
16763
+ .acud-modal-dialogbox-confirm .acud-modal-dialogbox-icon {
16764
+ color: #FF9326;
16765
+ }
16730
16766
 
16731
16767
  /* color */
16732
16768
  /* 默认颜色 */