@cloudtower/eagle 0.26.2 → 0.26.3-vpc-0.0.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/dist/components/Button/index.d.ts +3 -3
- package/dist/components/Card/CardBody.d.ts +5 -0
- package/dist/components/Card/CardTitle.d.ts +5 -0
- package/dist/components/Card/CardWrapper.d.ts +10 -0
- package/dist/components/Card/__test__/Card.spec.d.ts +1 -0
- package/dist/components/Card/index.d.ts +13 -0
- package/dist/components/TableForm/Columns/index.d.ts +3 -3
- package/dist/components/TableForm/types.d.ts +34 -2
- package/dist/components.css +227 -174
- package/dist/esm/index.js +382 -251
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +3 -1
- package/dist/style.css +463 -410
- package/dist/umd/index.js +384 -253
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/testSuit.d.ts +2 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,83 +1636,281 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
position: absolute;
|
|
1639
|
+
.buj61ew.ant-btn {
|
|
1640
|
+
height: 32px;
|
|
1641
|
+
border-radius: 6px;
|
|
1642
|
+
line-height: 22px;
|
|
1643
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1644
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1646
1645
|
}
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
display: flex;
|
|
1650
|
-
justify-content: space-between;
|
|
1651
|
-
align-items: center;
|
|
1652
|
-
padding: 10px 0;
|
|
1653
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1654
|
-
font-size: 12px;
|
|
1646
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
1647
|
+
height: 40px;
|
|
1655
1648
|
line-height: 24px;
|
|
1656
1649
|
}
|
|
1657
|
-
.
|
|
1658
|
-
|
|
1650
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
1651
|
+
height: 24px;
|
|
1652
|
+
line-height: 20px;
|
|
1659
1653
|
}
|
|
1660
|
-
.
|
|
1661
|
-
|
|
1662
|
-
align-items: center;
|
|
1663
|
-
border-radius: 6px;
|
|
1664
|
-
cursor: pointer;
|
|
1665
|
-
transition: all 0.3s ease;
|
|
1654
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1655
|
+
border-radius: 50%;
|
|
1666
1656
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1669
|
-
|
|
1657
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
1658
|
+
color: var(--color, #06101f);
|
|
1659
|
+
font-weight: var(--font-weight);
|
|
1660
|
+
background: var(--background-color, #fff);
|
|
1661
|
+
border-width: var(--border-width, 1px);
|
|
1662
|
+
border-color: var(--border-color, #d9d9d9);
|
|
1670
1663
|
}
|
|
1671
|
-
.
|
|
1672
|
-
|
|
1664
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
1665
|
+
display: none;
|
|
1673
1666
|
}
|
|
1674
|
-
.
|
|
1675
|
-
|
|
1676
|
-
align-items: center;
|
|
1677
|
-
color: #0080ff;
|
|
1678
|
-
font-weight: bold;
|
|
1667
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
1668
|
+
color: var(--color, inherit);
|
|
1679
1669
|
}
|
|
1680
|
-
.
|
|
1681
|
-
|
|
1670
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
1671
|
+
background: var(--background-color-hover, var(--background-color));
|
|
1672
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1682
1673
|
}
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1685
|
-
|
|
1674
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
1675
|
+
--scale: 1;
|
|
1676
|
+
--transY: 1px;
|
|
1677
|
+
background: var(--background-color-active, var(--background-color));
|
|
1678
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1686
1679
|
}
|
|
1687
|
-
.
|
|
1688
|
-
|
|
1680
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
1681
|
+
background: var(--background-color-focus, var(--background-color));
|
|
1682
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1683
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1684
|
+
}
|
|
1685
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
1686
|
+
color: var(--color-disabled, var(--color));
|
|
1687
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
1688
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1689
|
+
opacity: 0.5;
|
|
1690
|
+
}
|
|
1691
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
1689
1692
|
color: #0080ff;
|
|
1693
|
+
opacity: 0.5;
|
|
1690
1694
|
}
|
|
1691
|
-
.
|
|
1692
|
-
|
|
1695
|
+
.buj61ew.ant-btn-primary {
|
|
1696
|
+
--color: #fff;
|
|
1697
|
+
--font-weight: bold;
|
|
1698
|
+
--border-width: 0;
|
|
1699
|
+
--background-color: #0080ff;
|
|
1700
|
+
--background-color-hover: #009dff;
|
|
1701
|
+
--background-color-active: #005ed1;
|
|
1702
|
+
--background-color-focus: #0080ff;
|
|
1703
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1704
|
+
}
|
|
1705
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1706
|
+
--background-color: #f0483e;
|
|
1707
|
+
--background-color-hover: #ff5252;
|
|
1708
|
+
--background-color-active: #c73d31;
|
|
1709
|
+
--background-color-focus: #ff5252;
|
|
1710
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1711
|
+
}
|
|
1712
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1713
|
+
--background-color: #fea008;
|
|
1714
|
+
--background-color-hover: #feba33;
|
|
1715
|
+
--background-color-active: #e07f00;
|
|
1716
|
+
--background-color-focus: #fea008;
|
|
1717
|
+
}
|
|
1718
|
+
.buj61ew.ant-btn-secondary {
|
|
1719
|
+
--color: #0080ff;
|
|
1720
|
+
--font-weight: bold;
|
|
1721
|
+
--border-width: 0;
|
|
1722
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
1723
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1724
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1725
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1726
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1727
|
+
}
|
|
1728
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1729
|
+
--color: #f0483e;
|
|
1730
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
1731
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1732
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1733
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1734
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1735
|
+
}
|
|
1736
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1737
|
+
--color: #fea008;
|
|
1738
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
1739
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1740
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1741
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1742
|
+
}
|
|
1743
|
+
.buj61ew.ant-btn-tertiary {
|
|
1744
|
+
--color: #0080ff;
|
|
1745
|
+
--font-weight: bold;
|
|
1746
|
+
--border-width: 0;
|
|
1747
|
+
--background-color: #fff;
|
|
1748
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1749
|
+
box-shadow: none;
|
|
1750
|
+
}
|
|
1751
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
1752
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1753
|
+
}
|
|
1754
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1755
|
+
--color: #f0483e;
|
|
1756
|
+
--background-color: #fff;
|
|
1757
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1758
|
+
}
|
|
1759
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
1760
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1761
|
+
}
|
|
1762
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1763
|
+
--color: #fea008;
|
|
1764
|
+
--background-color: #fff;
|
|
1765
|
+
}
|
|
1766
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
1767
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1768
|
+
}
|
|
1769
|
+
.buj61ew.ant-btn-ordinary {
|
|
1770
|
+
--color: #1d326c;
|
|
1771
|
+
--border-color: #ccd4e3;
|
|
1772
|
+
--background-color: #fff;
|
|
1773
|
+
--background-color-hover: #edf0f7;
|
|
1774
|
+
--background-color-active: #e4e9f2;
|
|
1775
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1776
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1777
|
+
}
|
|
1778
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
1779
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1780
|
+
}
|
|
1781
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
1782
|
+
--color: #0080ff;
|
|
1783
|
+
--border-color: #0080ff;
|
|
1784
|
+
--background-color: #fff;
|
|
1785
|
+
--background-color-hover: linear-gradient(
|
|
1786
|
+
0deg,
|
|
1787
|
+
rgba(0, 136, 255, 0.16),
|
|
1788
|
+
rgba(0, 136, 255, 0.16)
|
|
1789
|
+
),
|
|
1790
|
+
#ffffff;
|
|
1791
|
+
--background-color-active: linear-gradient(
|
|
1792
|
+
0deg,
|
|
1793
|
+
rgba(0, 136, 255, 0.2),
|
|
1794
|
+
rgba(0, 136, 255, 0.2)
|
|
1795
|
+
),
|
|
1796
|
+
#ffffff;
|
|
1797
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1798
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1799
|
+
}
|
|
1800
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
1801
|
+
--color: #f0483e;
|
|
1802
|
+
--border-color: #f0483e;
|
|
1803
|
+
--background-color: #fff;
|
|
1804
|
+
--background-color-hover: linear-gradient(
|
|
1805
|
+
0deg,
|
|
1806
|
+
rgba(255, 74, 74, 0.16),
|
|
1807
|
+
rgba(255, 74, 74, 0.16)
|
|
1808
|
+
),
|
|
1809
|
+
#ffffff;
|
|
1810
|
+
--background-color-active: linear-gradient(
|
|
1811
|
+
0deg,
|
|
1812
|
+
rgba(255, 74, 74, 0.2),
|
|
1813
|
+
rgba(255, 74, 74, 0.2)
|
|
1814
|
+
),
|
|
1815
|
+
#ffffff;
|
|
1816
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1817
|
+
}
|
|
1818
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
1819
|
+
--color: #1d326c;
|
|
1820
|
+
--border-color: #fff;
|
|
1821
|
+
--background-color: #fff;
|
|
1822
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1823
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1824
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1825
|
+
box-shadow: none;
|
|
1826
|
+
}
|
|
1827
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
1828
|
+
--color: #0080ff;
|
|
1829
|
+
--border-color: #fff;
|
|
1830
|
+
--background-color: #fff;
|
|
1831
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1832
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1833
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1834
|
+
box-shadow: none;
|
|
1835
|
+
}
|
|
1836
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
1837
|
+
--color: #f0483e;
|
|
1838
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1839
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1840
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1841
|
+
}
|
|
1842
|
+
.buj61ew.ant-btn-quiet {
|
|
1843
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
1844
|
+
--border-width: 0;
|
|
1845
|
+
--background-color: transparent;
|
|
1846
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1847
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1848
|
+
--background-color-focus: #fff;
|
|
1849
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1850
|
+
box-shadow: none;
|
|
1851
|
+
}
|
|
1852
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
1853
|
+
--color: #f0483e;
|
|
1854
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1855
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1856
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1857
|
+
}
|
|
1858
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1859
|
+
--color: #0080ff;
|
|
1860
|
+
--background-color: transparent;
|
|
1861
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1862
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1863
|
+
--background-color-focus: #fff;
|
|
1864
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1865
|
+
}
|
|
1866
|
+
.buj61ew.has-icon {
|
|
1867
|
+
display: inline-flex;
|
|
1868
|
+
align-items: center;
|
|
1869
|
+
}
|
|
1870
|
+
.buj61ew .button-prefix-icon {
|
|
1871
|
+
margin-right: 4px;
|
|
1872
|
+
display: inline-flex;
|
|
1873
|
+
}
|
|
1874
|
+
.buj61ew .button-suffix-icon {
|
|
1875
|
+
margin-left: 4px;
|
|
1876
|
+
display: inline-flex;
|
|
1877
|
+
}
|
|
1878
|
+
.buj61ew .icon-wrapper {
|
|
1879
|
+
display: inline-flex;
|
|
1880
|
+
vertical-align: bottom;
|
|
1693
1881
|
}
|
|
1694
1882
|
|
|
1695
|
-
.
|
|
1696
|
-
|
|
1697
|
-
overflow-y: auto;
|
|
1883
|
+
.nchllas {
|
|
1884
|
+
padding: 0;
|
|
1698
1885
|
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
line-height: 18px;
|
|
1886
|
+
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1703
1889
|
}
|
|
1704
1890
|
|
|
1705
|
-
.
|
|
1706
|
-
height: 18px;
|
|
1707
|
-
line-height: 18px;
|
|
1708
|
-
padding: 0 4px;
|
|
1709
|
-
border-radius: 4px;
|
|
1710
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1711
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1712
|
-
display: flex;
|
|
1713
|
-
align-items: center;
|
|
1891
|
+
.b15sn34c {
|
|
1714
1892
|
white-space: nowrap;
|
|
1715
|
-
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1894
|
+
}
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1897
|
+
}
|
|
1898
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1899
|
+
--color: #0080ff;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1903
|
+
}
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
1907
|
+
}
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
1911
|
+
}
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
1716
1914
|
}
|
|
1717
1915
|
|
|
1718
1916
|
.fde5mpd {
|
|
@@ -1730,33 +1928,44 @@ html body {
|
|
|
1730
1928
|
font-size: 18px;
|
|
1731
1929
|
}
|
|
1732
1930
|
|
|
1733
|
-
.
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1931
|
+
.iap75of {
|
|
1932
|
+
height: 18px;
|
|
1933
|
+
line-height: 18px;
|
|
1934
|
+
padding: 0 4px;
|
|
1935
|
+
border-radius: 4px;
|
|
1936
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1937
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1938
|
+
display: flex;
|
|
1939
|
+
align-items: center;
|
|
1738
1940
|
white-space: nowrap;
|
|
1739
|
-
|
|
1941
|
+
margin-right: 4px;
|
|
1740
1942
|
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1943
|
+
|
|
1944
|
+
.i1mrf09m {
|
|
1945
|
+
display: inline-flex;
|
|
1946
|
+
align-items: center;
|
|
1743
1947
|
}
|
|
1744
|
-
.
|
|
1745
|
-
|
|
1948
|
+
.i1mrf09m .icon-inner {
|
|
1949
|
+
display: inline-flex;
|
|
1950
|
+
align-items: center;
|
|
1951
|
+
justify-content: center;
|
|
1746
1952
|
}
|
|
1747
|
-
.
|
|
1748
|
-
|
|
1953
|
+
.i1mrf09m .icon-inner + span,
|
|
1954
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1955
|
+
margin-left: 4px;
|
|
1749
1956
|
}
|
|
1750
|
-
.
|
|
1751
|
-
|
|
1752
|
-
|
|
1957
|
+
.i1mrf09m.is-rotate img,
|
|
1958
|
+
.i1mrf09m.is-rotate svg {
|
|
1959
|
+
animation: rotate 680ms linear infinite;
|
|
1753
1960
|
}
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1961
|
+
|
|
1962
|
+
.obf05yr {
|
|
1963
|
+
display: inline-block;
|
|
1757
1964
|
}
|
|
1758
|
-
|
|
1759
|
-
|
|
1965
|
+
|
|
1966
|
+
.hsms1n6 {
|
|
1967
|
+
visibility: hidden;
|
|
1968
|
+
position: absolute;
|
|
1760
1969
|
}
|
|
1761
1970
|
|
|
1762
1971
|
.cz04yix {
|
|
@@ -2479,270 +2688,144 @@ input.rrg1fkn.ant-input {
|
|
|
2479
2688
|
margin-left: 5px;
|
|
2480
2689
|
}
|
|
2481
2690
|
|
|
2482
|
-
.
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
}
|
|
2486
|
-
.i1mrf09m .icon-inner {
|
|
2487
|
-
display: inline-flex;
|
|
2488
|
-
align-items: center;
|
|
2489
|
-
justify-content: center;
|
|
2490
|
-
}
|
|
2491
|
-
.i1mrf09m .icon-inner + span,
|
|
2492
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
2493
|
-
margin-left: 4px;
|
|
2494
|
-
}
|
|
2495
|
-
.i1mrf09m.is-rotate img,
|
|
2496
|
-
.i1mrf09m.is-rotate svg {
|
|
2497
|
-
animation: rotate 680ms linear infinite;
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
.buj61ew.ant-btn {
|
|
2501
|
-
height: 32px;
|
|
2502
|
-
border-radius: 6px;
|
|
2503
|
-
line-height: 22px;
|
|
2504
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2505
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2506
|
-
}
|
|
2507
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
2508
|
-
height: 40px;
|
|
2509
|
-
line-height: 24px;
|
|
2510
|
-
}
|
|
2511
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
2512
|
-
height: 24px;
|
|
2513
|
-
line-height: 20px;
|
|
2514
|
-
}
|
|
2515
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2516
|
-
border-radius: 50%;
|
|
2691
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2692
|
+
flex-direction: row;
|
|
2693
|
+
justify-content: stretch;
|
|
2517
2694
|
}
|
|
2518
|
-
.
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
border-color: var(--border-color, #d9d9d9);
|
|
2695
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2696
|
+
padding: 0;
|
|
2697
|
+
margin-right: 4px;
|
|
2698
|
+
flex: 1;
|
|
2699
|
+
overflow: visible;
|
|
2524
2700
|
}
|
|
2525
|
-
.
|
|
2701
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2526
2702
|
display: none;
|
|
2527
2703
|
}
|
|
2528
|
-
.
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
2532
|
-
background: var(--background-color-hover, var(--background-color));
|
|
2533
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2534
|
-
}
|
|
2535
|
-
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
2536
|
-
--scale: 1;
|
|
2537
|
-
--transY: 1px;
|
|
2538
|
-
background: var(--background-color-active, var(--background-color));
|
|
2539
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2540
|
-
}
|
|
2541
|
-
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
2542
|
-
background: var(--background-color-focus, var(--background-color));
|
|
2543
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2544
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2545
|
-
}
|
|
2546
|
-
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
2547
|
-
color: var(--color-disabled, var(--color));
|
|
2548
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
2549
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2550
|
-
opacity: 0.5;
|
|
2551
|
-
}
|
|
2552
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
2553
|
-
color: #0080ff;
|
|
2554
|
-
opacity: 0.5;
|
|
2555
|
-
}
|
|
2556
|
-
.buj61ew.ant-btn-primary {
|
|
2557
|
-
--color: #fff;
|
|
2558
|
-
--font-weight: bold;
|
|
2559
|
-
--border-width: 0;
|
|
2560
|
-
--background-color: #0080ff;
|
|
2561
|
-
--background-color-hover: #009dff;
|
|
2562
|
-
--background-color-active: #005ed1;
|
|
2563
|
-
--background-color-focus: #0080ff;
|
|
2564
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2565
|
-
}
|
|
2566
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2567
|
-
--background-color: #f0483e;
|
|
2568
|
-
--background-color-hover: #ff5252;
|
|
2569
|
-
--background-color-active: #c73d31;
|
|
2570
|
-
--background-color-focus: #ff5252;
|
|
2571
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2572
|
-
}
|
|
2573
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2574
|
-
--background-color: #fea008;
|
|
2575
|
-
--background-color-hover: #feba33;
|
|
2576
|
-
--background-color-active: #e07f00;
|
|
2577
|
-
--background-color-focus: #fea008;
|
|
2578
|
-
}
|
|
2579
|
-
.buj61ew.ant-btn-secondary {
|
|
2580
|
-
--color: #0080ff;
|
|
2581
|
-
--font-weight: bold;
|
|
2582
|
-
--border-width: 0;
|
|
2583
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
2584
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2585
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2586
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2587
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2588
|
-
}
|
|
2589
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2590
|
-
--color: #f0483e;
|
|
2591
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
2592
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2593
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2594
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2595
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2596
|
-
}
|
|
2597
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2598
|
-
--color: #fea008;
|
|
2599
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
2600
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2601
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2602
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2603
|
-
}
|
|
2604
|
-
.buj61ew.ant-btn-tertiary {
|
|
2605
|
-
--color: #0080ff;
|
|
2606
|
-
--font-weight: bold;
|
|
2607
|
-
--border-width: 0;
|
|
2608
|
-
--background-color: #fff;
|
|
2609
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2610
|
-
box-shadow: none;
|
|
2611
|
-
}
|
|
2612
|
-
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
2613
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2704
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2705
|
+
width: 100%;
|
|
2706
|
+
min-height: unset;
|
|
2614
2707
|
}
|
|
2615
|
-
.
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2708
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2709
|
+
height: 26px;
|
|
2710
|
+
line-height: 26px;
|
|
2711
|
+
width: 100%;
|
|
2712
|
+
text-align: center;
|
|
2713
|
+
padding: 0;
|
|
2714
|
+
font-size: 12px;
|
|
2715
|
+
font-weight: normal;
|
|
2619
2716
|
}
|
|
2620
|
-
.
|
|
2621
|
-
|
|
2717
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2718
|
+
margin-right: 10px;
|
|
2622
2719
|
}
|
|
2623
|
-
.
|
|
2624
|
-
|
|
2625
|
-
--background-color: #fff;
|
|
2720
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2721
|
+
display: none;
|
|
2626
2722
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2723
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2724
|
+
border-radius: 4px 0 0 4px;
|
|
2629
2725
|
}
|
|
2630
|
-
.
|
|
2631
|
-
|
|
2632
|
-
--border-color: #ccd4e3;
|
|
2633
|
-
--background-color: #fff;
|
|
2634
|
-
--background-color-hover: #edf0f7;
|
|
2635
|
-
--background-color-active: #e4e9f2;
|
|
2636
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2637
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2726
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2727
|
+
margin-right: 0;
|
|
2638
2728
|
}
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2729
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2730
|
+
border-radius: 0 4px 4px 0;
|
|
2641
2731
|
}
|
|
2642
|
-
.
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
--background-color-active: linear-gradient(
|
|
2653
|
-
0deg,
|
|
2654
|
-
rgba(0, 136, 255, 0.2),
|
|
2655
|
-
rgba(0, 136, 255, 0.2)
|
|
2656
|
-
),
|
|
2657
|
-
#ffffff;
|
|
2658
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2659
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2732
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2733
|
+
content: "";
|
|
2734
|
+
width: 0;
|
|
2735
|
+
height: 0;
|
|
2736
|
+
border: 13px solid transparent;
|
|
2737
|
+
position: absolute;
|
|
2738
|
+
top: 0;
|
|
2739
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2740
|
+
right: -21px;
|
|
2741
|
+
z-index: 2;
|
|
2660
2742
|
}
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
#ffffff;
|
|
2671
|
-
--background-color-active: linear-gradient(
|
|
2672
|
-
0deg,
|
|
2673
|
-
rgba(255, 74, 74, 0.2),
|
|
2674
|
-
rgba(255, 74, 74, 0.2)
|
|
2675
|
-
),
|
|
2676
|
-
#ffffff;
|
|
2677
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2743
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2744
|
+
content: "";
|
|
2745
|
+
width: 0;
|
|
2746
|
+
height: 0;
|
|
2747
|
+
border: 13px solid transparent;
|
|
2748
|
+
position: absolute;
|
|
2749
|
+
top: 0;
|
|
2750
|
+
border-left: 8px solid #fff;
|
|
2751
|
+
left: 0;
|
|
2678
2752
|
}
|
|
2679
|
-
.
|
|
2680
|
-
|
|
2681
|
-
--border-color: #fff;
|
|
2682
|
-
--background-color: #fff;
|
|
2683
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2684
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2685
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2686
|
-
box-shadow: none;
|
|
2753
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2754
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2687
2755
|
}
|
|
2688
|
-
.
|
|
2689
|
-
|
|
2690
|
-
--border-color: #fff;
|
|
2691
|
-
--background-color: #fff;
|
|
2692
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2693
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2694
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2695
|
-
box-shadow: none;
|
|
2756
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2757
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2696
2758
|
}
|
|
2697
|
-
.
|
|
2698
|
-
|
|
2699
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2700
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2701
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2759
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2760
|
+
color: #005ed1;
|
|
2702
2761
|
}
|
|
2703
|
-
.
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
--background-color: transparent;
|
|
2707
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2708
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2709
|
-
--background-color-focus: #fff;
|
|
2710
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2711
|
-
box-shadow: none;
|
|
2762
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2763
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2764
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2712
2765
|
}
|
|
2713
|
-
.
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2717
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2766
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2767
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2768
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2718
2769
|
}
|
|
2719
|
-
.
|
|
2720
|
-
|
|
2721
|
-
--background-color: transparent;
|
|
2722
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2723
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2724
|
-
--background-color-focus: #fff;
|
|
2725
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2770
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2771
|
+
padding: 0;
|
|
2726
2772
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2773
|
+
|
|
2774
|
+
.p12gwtiw {
|
|
2775
|
+
display: flex;
|
|
2776
|
+
justify-content: space-between;
|
|
2777
|
+
align-items: center;
|
|
2778
|
+
padding: 10px 0;
|
|
2779
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2780
|
+
font-size: 12px;
|
|
2781
|
+
line-height: 24px;
|
|
2782
|
+
}
|
|
2783
|
+
.p12gwtiw .pagination-left {
|
|
2784
|
+
padding: 2px 8px;
|
|
2785
|
+
}
|
|
2786
|
+
.p12gwtiw .dropdown-trigger {
|
|
2787
|
+
display: flex;
|
|
2729
2788
|
align-items: center;
|
|
2789
|
+
border-radius: 6px;
|
|
2790
|
+
cursor: pointer;
|
|
2791
|
+
transition: all 0.3s ease;
|
|
2730
2792
|
}
|
|
2731
|
-
.
|
|
2732
|
-
|
|
2733
|
-
|
|
2793
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2794
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2795
|
+
color: #0080ff;
|
|
2734
2796
|
}
|
|
2735
|
-
.
|
|
2797
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2736
2798
|
margin-left: 4px;
|
|
2737
|
-
display: inline-flex;
|
|
2738
2799
|
}
|
|
2739
|
-
.
|
|
2740
|
-
display:
|
|
2741
|
-
|
|
2800
|
+
.p12gwtiw .pagination-right {
|
|
2801
|
+
display: flex;
|
|
2802
|
+
align-items: center;
|
|
2803
|
+
color: #0080ff;
|
|
2804
|
+
font-weight: bold;
|
|
2805
|
+
}
|
|
2806
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2807
|
+
margin-left: 4px;
|
|
2808
|
+
}
|
|
2809
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2810
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2811
|
+
padding: 0 8px;
|
|
2812
|
+
}
|
|
2813
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2814
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2815
|
+
color: #0080ff;
|
|
2816
|
+
}
|
|
2817
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2818
|
+
transform: rotate(180deg);
|
|
2742
2819
|
}
|
|
2743
2820
|
|
|
2744
|
-
.
|
|
2745
|
-
|
|
2821
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2822
|
+
max-height: calc(100vh - 128px);
|
|
2823
|
+
overflow-y: auto;
|
|
2824
|
+
}
|
|
2825
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2826
|
+
padding: 4px 20px;
|
|
2827
|
+
font-size: 12px;
|
|
2828
|
+
line-height: 18px;
|
|
2746
2829
|
}
|
|
2747
2830
|
|
|
2748
2831
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2886,89 +2969,6 @@ input.rrg1fkn.ant-input {
|
|
|
2886
2969
|
width: 36px;
|
|
2887
2970
|
}
|
|
2888
2971
|
|
|
2889
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2890
|
-
flex-direction: row;
|
|
2891
|
-
justify-content: stretch;
|
|
2892
|
-
}
|
|
2893
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2894
|
-
padding: 0;
|
|
2895
|
-
margin-right: 4px;
|
|
2896
|
-
flex: 1;
|
|
2897
|
-
overflow: visible;
|
|
2898
|
-
}
|
|
2899
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2900
|
-
display: none;
|
|
2901
|
-
}
|
|
2902
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2903
|
-
width: 100%;
|
|
2904
|
-
min-height: unset;
|
|
2905
|
-
}
|
|
2906
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2907
|
-
height: 26px;
|
|
2908
|
-
line-height: 26px;
|
|
2909
|
-
width: 100%;
|
|
2910
|
-
text-align: center;
|
|
2911
|
-
padding: 0;
|
|
2912
|
-
font-size: 12px;
|
|
2913
|
-
font-weight: normal;
|
|
2914
|
-
}
|
|
2915
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2916
|
-
margin-right: 10px;
|
|
2917
|
-
}
|
|
2918
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2919
|
-
display: none;
|
|
2920
|
-
}
|
|
2921
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2922
|
-
border-radius: 4px 0 0 4px;
|
|
2923
|
-
}
|
|
2924
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2925
|
-
margin-right: 0;
|
|
2926
|
-
}
|
|
2927
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2928
|
-
border-radius: 0 4px 4px 0;
|
|
2929
|
-
}
|
|
2930
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2931
|
-
content: "";
|
|
2932
|
-
width: 0;
|
|
2933
|
-
height: 0;
|
|
2934
|
-
border: 13px solid transparent;
|
|
2935
|
-
position: absolute;
|
|
2936
|
-
top: 0;
|
|
2937
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2938
|
-
right: -21px;
|
|
2939
|
-
z-index: 2;
|
|
2940
|
-
}
|
|
2941
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2942
|
-
content: "";
|
|
2943
|
-
width: 0;
|
|
2944
|
-
height: 0;
|
|
2945
|
-
border: 13px solid transparent;
|
|
2946
|
-
position: absolute;
|
|
2947
|
-
top: 0;
|
|
2948
|
-
border-left: 8px solid #fff;
|
|
2949
|
-
left: 0;
|
|
2950
|
-
}
|
|
2951
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2952
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2953
|
-
}
|
|
2954
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2955
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2956
|
-
}
|
|
2957
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2958
|
-
color: #005ed1;
|
|
2959
|
-
}
|
|
2960
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2961
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2962
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2963
|
-
}
|
|
2964
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2965
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2966
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2967
|
-
}
|
|
2968
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2969
|
-
padding: 0;
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|
|
@@ -4018,16 +4018,6 @@ input.rrg1fkn.ant-input {
|
|
|
4018
4018
|
transform: rotate(180deg);
|
|
4019
4019
|
}
|
|
4020
4020
|
|
|
4021
|
-
.igz4le8 {
|
|
4022
|
-
height: 24px;
|
|
4023
|
-
width: 56px !important;
|
|
4024
|
-
margin-right: 4px;
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
|
-
.c1riexje {
|
|
4028
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4029
|
-
}
|
|
4030
|
-
|
|
4031
4021
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4032
4022
|
display: flex;
|
|
4033
4023
|
}
|
|
@@ -4193,6 +4183,16 @@ input.rrg1fkn.ant-input {
|
|
|
4193
4183
|
margin-left: 8px;
|
|
4194
4184
|
}
|
|
4195
4185
|
|
|
4186
|
+
.igz4le8 {
|
|
4187
|
+
height: 24px;
|
|
4188
|
+
width: 56px !important;
|
|
4189
|
+
margin-right: 4px;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
.c1riexje {
|
|
4193
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
4196
|
.t1gz6wqf {
|
|
4197
4197
|
height: 100%;
|
|
4198
4198
|
}
|
|
@@ -4223,6 +4223,59 @@ input.rrg1fkn.ant-input {
|
|
|
4223
4223
|
background: rgba(163, 180, 204, 0.18);
|
|
4224
4224
|
}
|
|
4225
4225
|
|
|
4226
|
+
.c1k4vanq {
|
|
4227
|
+
padding: 0 16px 14px 16px;
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.c1udgdh2 {
|
|
4231
|
+
color: #2d3a56;
|
|
4232
|
+
padding: 12px 16px 10px 16px;
|
|
4233
|
+
display: flex;
|
|
4234
|
+
justify-content: space-between;
|
|
4235
|
+
align-items: center;
|
|
4236
|
+
}
|
|
4237
|
+
.c1udgdh2.has-arrow {
|
|
4238
|
+
padding-left: 10px;
|
|
4239
|
+
}
|
|
4240
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
4241
|
+
cursor: pointer;
|
|
4242
|
+
color: #00122e;
|
|
4243
|
+
}
|
|
4244
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
4245
|
+
color: #2d3a56;
|
|
4246
|
+
font-weight: 600;
|
|
4247
|
+
}
|
|
4248
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4249
|
+
transform: rotate(90deg);
|
|
4250
|
+
}
|
|
4251
|
+
.c1udgdh2 .sub-info {
|
|
4252
|
+
font-size: 12px;
|
|
4253
|
+
line-height: 18px;
|
|
4254
|
+
}
|
|
4255
|
+
.c1udgdh2 .title-wrapper {
|
|
4256
|
+
display: flex;
|
|
4257
|
+
align-items: center;
|
|
4258
|
+
user-select: none;
|
|
4259
|
+
flex-grow: 1;
|
|
4260
|
+
font-size: 12px;
|
|
4261
|
+
line-height: 18px;
|
|
4262
|
+
color: #2d3a56;
|
|
4263
|
+
font-weight: 700;
|
|
4264
|
+
}
|
|
4265
|
+
.c1udgdh2 .collapse-arrow {
|
|
4266
|
+
transition: all 50ms ease-out 0ms;
|
|
4267
|
+
margin-right: 2px;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
.bab9xum {
|
|
4271
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
.cav4gt6 {
|
|
4275
|
+
border-radius: 4px;
|
|
4276
|
+
background-color: white;
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4226
4279
|
.tc40oxa {
|
|
4227
4280
|
margin-bottom: 4px;
|
|
4228
4281
|
color: rgba(44, 56, 82, 0.6);
|