@cloudtower/eagle 0.24.20 → 0.24.21
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.css +554 -554
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +808 -808
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1510,6 +1510,35 @@ body {
|
|
|
1510
1510
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1511
1511
|
}
|
|
1512
1512
|
}
|
|
1513
|
+
.bpq0js6 {
|
|
1514
|
+
padding: 4px 11px;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.b15sn34c {
|
|
1518
|
+
white-space: nowrap;
|
|
1519
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1520
|
+
}
|
|
1521
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1522
|
+
--color: #0080ff;
|
|
1523
|
+
}
|
|
1524
|
+
.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] {
|
|
1525
|
+
--color: #0080ff;
|
|
1526
|
+
}
|
|
1527
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1528
|
+
margin-left: 1px;
|
|
1529
|
+
}
|
|
1530
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1531
|
+
border-top-right-radius: 0;
|
|
1532
|
+
border-bottom-right-radius: 0;
|
|
1533
|
+
}
|
|
1534
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1535
|
+
border-top-left-radius: 0;
|
|
1536
|
+
border-bottom-left-radius: 0;
|
|
1537
|
+
}
|
|
1538
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1539
|
+
border-radius: unset;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1513
1542
|
.buj61ew.ant-btn {
|
|
1514
1543
|
height: 32px;
|
|
1515
1544
|
border-radius: 6px;
|
|
@@ -1758,520 +1787,154 @@ body {
|
|
|
1758
1787
|
padding: 0;
|
|
1759
1788
|
}
|
|
1760
1789
|
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1790
|
+
.cz04yix {
|
|
1791
|
+
display: flex;
|
|
1792
|
+
flex-direction: column;
|
|
1763
1793
|
}
|
|
1764
1794
|
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
--color: #0080ff;
|
|
1795
|
+
.m1if5j39 {
|
|
1796
|
+
max-width: 1120px;
|
|
1797
|
+
width: 100%;
|
|
1798
|
+
margin: 0 auto;
|
|
1799
|
+
height: 100%;
|
|
1771
1800
|
}
|
|
1772
|
-
|
|
1773
|
-
|
|
1801
|
+
|
|
1802
|
+
.w1vvwdlp {
|
|
1803
|
+
max-width: 1120px;
|
|
1804
|
+
width: 100%;
|
|
1805
|
+
margin: 0 auto;
|
|
1806
|
+
display: flex;
|
|
1774
1807
|
}
|
|
1775
|
-
.
|
|
1776
|
-
|
|
1808
|
+
.w1vvwdlp .left,
|
|
1809
|
+
.w1vvwdlp .right {
|
|
1810
|
+
flex-grow: 0;
|
|
1811
|
+
flex-shrink: 0;
|
|
1812
|
+
flex-basis: 21%;
|
|
1777
1813
|
}
|
|
1778
|
-
.
|
|
1779
|
-
|
|
1780
|
-
|
|
1814
|
+
.w1vvwdlp .left {
|
|
1815
|
+
display: flex;
|
|
1816
|
+
justify-content: flex-end;
|
|
1817
|
+
padding-right: 44px;
|
|
1781
1818
|
}
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1784
|
-
border-bottom-left-radius: 0;
|
|
1819
|
+
.w1vvwdlp .right {
|
|
1820
|
+
padding-left: 44px;
|
|
1785
1821
|
}
|
|
1786
|
-
.
|
|
1787
|
-
|
|
1822
|
+
.w1vvwdlp .middle {
|
|
1823
|
+
margin-bottom: 40px;
|
|
1824
|
+
flex-grow: 0;
|
|
1825
|
+
flex-shrink: 0;
|
|
1826
|
+
flex-basis: 58%;
|
|
1788
1827
|
}
|
|
1789
|
-
|
|
1790
|
-
.fde5mpd {
|
|
1828
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1791
1829
|
width: 100%;
|
|
1792
|
-
height: 100%;
|
|
1793
|
-
min-height: 124px;
|
|
1794
|
-
display: flex;
|
|
1795
|
-
flex-direction: column;
|
|
1796
|
-
justify-content: center;
|
|
1797
|
-
align-items: center;
|
|
1798
1830
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1801
|
-
margin-bottom: 16px;
|
|
1802
|
-
font-size: 18px;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.i1mrf09m {
|
|
1806
|
-
display: inline-flex;
|
|
1807
|
-
align-items: center;
|
|
1831
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1832
|
+
width: auto;
|
|
1808
1833
|
}
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
align-items: center;
|
|
1812
|
-
justify-content: center;
|
|
1834
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1835
|
+
flex: initial;
|
|
1813
1836
|
}
|
|
1814
|
-
.
|
|
1815
|
-
|
|
1816
|
-
margin-left: 4px;
|
|
1837
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1838
|
+
margin-top: 4px;
|
|
1817
1839
|
}
|
|
1818
|
-
.
|
|
1819
|
-
.
|
|
1820
|
-
|
|
1840
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1841
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1842
|
+
display: none !important;
|
|
1821
1843
|
}
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
height: 18px;
|
|
1825
|
-
line-height: 18px;
|
|
1826
|
-
padding: 0 4px;
|
|
1844
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1845
|
+
padding: 0 15px;
|
|
1827
1846
|
border-radius: 4px;
|
|
1828
|
-
|
|
1829
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1847
|
+
height: 32px;
|
|
1830
1848
|
display: flex;
|
|
1831
1849
|
align-items: center;
|
|
1850
|
+
}
|
|
1851
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1852
|
+
min-height: auto;
|
|
1832
1853
|
white-space: nowrap;
|
|
1833
|
-
margin-right: 4px;
|
|
1834
1854
|
}
|
|
1835
|
-
|
|
1836
|
-
|
|
1855
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1856
|
+
padding-bottom: 0px;
|
|
1857
|
+
}
|
|
1858
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1859
|
+
font-size: 13px !important;
|
|
1860
|
+
line-height: 20px !important;
|
|
1861
|
+
}
|
|
1862
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1837
1863
|
display: inline-block;
|
|
1864
|
+
text-align: center;
|
|
1865
|
+
width: 13px;
|
|
1866
|
+
margin-right: 12px;
|
|
1838
1867
|
}
|
|
1839
|
-
|
|
1840
|
-
.
|
|
1841
|
-
visibility: hidden;
|
|
1842
|
-
position: absolute;
|
|
1868
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1869
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1843
1870
|
}
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
display: flex;
|
|
1847
|
-
justify-content: space-between;
|
|
1848
|
-
align-items: center;
|
|
1849
|
-
padding: 10px 0;
|
|
1850
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1851
|
-
font-size: 12px;
|
|
1852
|
-
line-height: 24px;
|
|
1871
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1872
|
+
color: #005ed1;
|
|
1853
1873
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1874
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1875
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1856
1876
|
}
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1859
|
-
align-items: center;
|
|
1860
|
-
border-radius: 6px;
|
|
1861
|
-
cursor: pointer;
|
|
1862
|
-
transition: all 0.3s ease;
|
|
1877
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1878
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
1863
1879
|
}
|
|
1864
|
-
.
|
|
1865
|
-
|
|
1866
|
-
color: #0080ff;
|
|
1880
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1881
|
+
cursor: not-allowed;
|
|
1867
1882
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1883
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1884
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1870
1885
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1873
|
-
align-items: center;
|
|
1874
|
-
color: #0080ff;
|
|
1875
|
-
font-weight: bold;
|
|
1886
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1887
|
+
color: #2d3a56;
|
|
1876
1888
|
}
|
|
1877
|
-
|
|
1878
|
-
|
|
1889
|
+
|
|
1890
|
+
.h1cuopx7 .ant-modal-header {
|
|
1891
|
+
margin: 0 auto;
|
|
1892
|
+
width: 100%;
|
|
1893
|
+
max-width: 648px;
|
|
1879
1894
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1882
|
-
padding: 0 8px;
|
|
1895
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1896
|
+
margin-left: 0;
|
|
1883
1897
|
}
|
|
1884
|
-
.
|
|
1885
|
-
|
|
1886
|
-
|
|
1898
|
+
.h1cuopx7 .ant-modal-body {
|
|
1899
|
+
margin: 0 auto;
|
|
1900
|
+
padding: 0;
|
|
1901
|
+
width: 100%;
|
|
1902
|
+
max-width: 648px;
|
|
1903
|
+
overflow: hidden;
|
|
1887
1904
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1905
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
1906
|
+
margin-bottom: 40px;
|
|
1890
1907
|
}
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
max-height: calc(100vh - 128px);
|
|
1908
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
1909
|
+
height: calc(100vh - 225px);
|
|
1894
1910
|
overflow-y: auto;
|
|
1895
1911
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
line-height: 18px;
|
|
1912
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
1913
|
+
margin: 0 auto;
|
|
1914
|
+
max-width: 648px;
|
|
1900
1915
|
}
|
|
1901
1916
|
|
|
1902
|
-
.
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1917
|
+
.h1p6d3y3 .ant-modal-header {
|
|
1918
|
+
margin: 0 auto;
|
|
1919
|
+
width: 100%;
|
|
1920
|
+
max-width: 1024px;
|
|
1906
1921
|
}
|
|
1907
|
-
.
|
|
1908
|
-
|
|
1909
|
-
top: 3px;
|
|
1922
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
1923
|
+
margin-left: 0;
|
|
1910
1924
|
}
|
|
1911
|
-
.
|
|
1912
|
-
|
|
1925
|
+
.h1p6d3y3 .ant-modal-body {
|
|
1926
|
+
margin: 0 auto;
|
|
1927
|
+
padding: 0;
|
|
1928
|
+
width: 100%;
|
|
1929
|
+
max-width: 1024px;
|
|
1930
|
+
overflow: hidden;
|
|
1913
1931
|
}
|
|
1914
|
-
.
|
|
1915
|
-
|
|
1932
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
1933
|
+
margin-bottom: 40px;
|
|
1916
1934
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
}
|
|
1921
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1922
|
-
top: 4px;
|
|
1923
|
-
left: 4px;
|
|
1924
|
-
width: 6px;
|
|
1925
|
-
height: 6px;
|
|
1926
|
-
background: #fff;
|
|
1927
|
-
}
|
|
1928
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1929
|
-
opacity: 0.5;
|
|
1930
|
-
}
|
|
1931
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1932
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1933
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1934
|
-
}
|
|
1935
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1936
|
-
background: #00122e;
|
|
1937
|
-
}
|
|
1938
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1939
|
-
color: #00122e;
|
|
1940
|
-
opacity: 0.5;
|
|
1941
|
-
}
|
|
1942
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1943
|
-
color: #00122e;
|
|
1944
|
-
}
|
|
1945
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1946
|
-
display: inline-block;
|
|
1947
|
-
padding: 0;
|
|
1948
|
-
padding-left: 12px;
|
|
1949
|
-
}
|
|
1950
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1951
|
-
margin-bottom: 0;
|
|
1952
|
-
white-space: pre-wrap;
|
|
1953
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1954
|
-
}
|
|
1955
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1956
|
-
padding-left: 8px;
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1960
|
-
border-radius: 5px 0 0 5px;
|
|
1961
|
-
}
|
|
1962
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1963
|
-
border-radius: 0 5px 5px 0;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.r1f0aqcc {
|
|
1967
|
-
color: #00122e;
|
|
1968
|
-
border-color: #ccd4e3;
|
|
1969
|
-
}
|
|
1970
|
-
.r1f0aqcc:first-child {
|
|
1971
|
-
color: #00122e;
|
|
1972
|
-
border-color: #a3b4cc;
|
|
1973
|
-
}
|
|
1974
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1975
|
-
padding: 0 12px;
|
|
1976
|
-
line-height: 32px;
|
|
1977
|
-
height: 32px;
|
|
1978
|
-
}
|
|
1979
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1980
|
-
white-space: nowrap;
|
|
1981
|
-
}
|
|
1982
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1983
|
-
background: #ccd4e3;
|
|
1984
|
-
}
|
|
1985
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1986
|
-
background: #0080ff;
|
|
1987
|
-
}
|
|
1988
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1989
|
-
background: #ccd4e3;
|
|
1990
|
-
opacity: 0.5;
|
|
1991
|
-
}
|
|
1992
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1993
|
-
border-right-color: #0080ff;
|
|
1994
|
-
}
|
|
1995
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1996
|
-
border-color: #0080ff;
|
|
1997
|
-
}
|
|
1998
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1999
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2000
|
-
}
|
|
2001
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2002
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2003
|
-
border-color: #ccd4e3;
|
|
2004
|
-
opacity: 0.5;
|
|
2005
|
-
}
|
|
2006
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2007
|
-
color: #00122e;
|
|
2008
|
-
border-color: #ccd4e3;
|
|
2009
|
-
}
|
|
2010
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2011
|
-
color: #00122e;
|
|
2012
|
-
border-color: #ccd4e3;
|
|
2013
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2014
|
-
}
|
|
2015
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2016
|
-
margin-right: 8px;
|
|
2017
|
-
display: inline;
|
|
2018
|
-
border: none;
|
|
2019
|
-
padding: 0;
|
|
2020
|
-
width: 36px;
|
|
2021
|
-
background: transparent;
|
|
2022
|
-
}
|
|
2023
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2024
|
-
box-shadow: none;
|
|
2025
|
-
}
|
|
2026
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2027
|
-
margin-right: 0;
|
|
2028
|
-
width: initial;
|
|
2029
|
-
box-shadow: none;
|
|
2030
|
-
}
|
|
2031
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2032
|
-
display: none;
|
|
2033
|
-
}
|
|
2034
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2035
|
-
display: inline;
|
|
2036
|
-
}
|
|
2037
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2038
|
-
display: inline;
|
|
2039
|
-
margin-right: 8px;
|
|
2040
|
-
padding: 0;
|
|
2041
|
-
width: 36px;
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2045
|
-
flex-direction: row;
|
|
2046
|
-
justify-content: stretch;
|
|
2047
|
-
}
|
|
2048
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2049
|
-
padding: 0;
|
|
2050
|
-
margin-right: 4px;
|
|
2051
|
-
flex: 1;
|
|
2052
|
-
overflow: visible;
|
|
2053
|
-
}
|
|
2054
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2055
|
-
display: none;
|
|
2056
|
-
}
|
|
2057
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2058
|
-
width: 100%;
|
|
2059
|
-
min-height: unset;
|
|
2060
|
-
}
|
|
2061
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2062
|
-
height: 26px;
|
|
2063
|
-
line-height: 26px;
|
|
2064
|
-
width: 100%;
|
|
2065
|
-
text-align: center;
|
|
2066
|
-
padding: 0;
|
|
2067
|
-
font-size: 12px;
|
|
2068
|
-
font-weight: normal;
|
|
2069
|
-
}
|
|
2070
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2071
|
-
margin-right: 10px;
|
|
2072
|
-
}
|
|
2073
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2074
|
-
display: none;
|
|
2075
|
-
}
|
|
2076
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2077
|
-
border-radius: 4px 0 0 4px;
|
|
2078
|
-
}
|
|
2079
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2080
|
-
margin-right: 0;
|
|
2081
|
-
}
|
|
2082
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2083
|
-
border-radius: 0 4px 4px 0;
|
|
2084
|
-
}
|
|
2085
|
-
.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 {
|
|
2086
|
-
content: "";
|
|
2087
|
-
width: 0;
|
|
2088
|
-
height: 0;
|
|
2089
|
-
border: 13px solid transparent;
|
|
2090
|
-
position: absolute;
|
|
2091
|
-
top: 0;
|
|
2092
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2093
|
-
right: -21px;
|
|
2094
|
-
z-index: 2;
|
|
2095
|
-
}
|
|
2096
|
-
.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 {
|
|
2097
|
-
content: "";
|
|
2098
|
-
width: 0;
|
|
2099
|
-
height: 0;
|
|
2100
|
-
border: 13px solid transparent;
|
|
2101
|
-
position: absolute;
|
|
2102
|
-
top: 0;
|
|
2103
|
-
border-left: 8px solid #fff;
|
|
2104
|
-
left: 0;
|
|
2105
|
-
}
|
|
2106
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2107
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2108
|
-
}
|
|
2109
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2110
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2111
|
-
}
|
|
2112
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2113
|
-
color: #005ed1;
|
|
2114
|
-
}
|
|
2115
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2116
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2117
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2118
|
-
}
|
|
2119
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2120
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2121
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2122
|
-
}
|
|
2123
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2124
|
-
padding: 0;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
.cz04yix {
|
|
2128
|
-
display: flex;
|
|
2129
|
-
flex-direction: column;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
.m1if5j39 {
|
|
2133
|
-
max-width: 1120px;
|
|
2134
|
-
width: 100%;
|
|
2135
|
-
margin: 0 auto;
|
|
2136
|
-
height: 100%;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
.w1vvwdlp {
|
|
2140
|
-
max-width: 1120px;
|
|
2141
|
-
width: 100%;
|
|
2142
|
-
margin: 0 auto;
|
|
2143
|
-
display: flex;
|
|
2144
|
-
}
|
|
2145
|
-
.w1vvwdlp .left,
|
|
2146
|
-
.w1vvwdlp .right {
|
|
2147
|
-
flex-grow: 0;
|
|
2148
|
-
flex-shrink: 0;
|
|
2149
|
-
flex-basis: 21%;
|
|
2150
|
-
}
|
|
2151
|
-
.w1vvwdlp .left {
|
|
2152
|
-
display: flex;
|
|
2153
|
-
justify-content: flex-end;
|
|
2154
|
-
padding-right: 44px;
|
|
2155
|
-
}
|
|
2156
|
-
.w1vvwdlp .right {
|
|
2157
|
-
padding-left: 44px;
|
|
2158
|
-
}
|
|
2159
|
-
.w1vvwdlp .middle {
|
|
2160
|
-
margin-bottom: 40px;
|
|
2161
|
-
flex-grow: 0;
|
|
2162
|
-
flex-shrink: 0;
|
|
2163
|
-
flex-basis: 58%;
|
|
2164
|
-
}
|
|
2165
|
-
.w1vvwdlp .middle .form-base-field {
|
|
2166
|
-
width: 100%;
|
|
2167
|
-
}
|
|
2168
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2169
|
-
width: auto;
|
|
2170
|
-
}
|
|
2171
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2172
|
-
flex: initial;
|
|
2173
|
-
}
|
|
2174
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2175
|
-
margin-top: 4px;
|
|
2176
|
-
}
|
|
2177
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
2178
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
2179
|
-
display: none !important;
|
|
2180
|
-
}
|
|
2181
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
2182
|
-
padding: 0 15px;
|
|
2183
|
-
border-radius: 4px;
|
|
2184
|
-
height: 32px;
|
|
2185
|
-
display: flex;
|
|
2186
|
-
align-items: center;
|
|
2187
|
-
}
|
|
2188
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2189
|
-
min-height: auto;
|
|
2190
|
-
white-space: nowrap;
|
|
2191
|
-
}
|
|
2192
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
2193
|
-
padding-bottom: 0px;
|
|
2194
|
-
}
|
|
2195
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
2196
|
-
font-size: 13px !important;
|
|
2197
|
-
line-height: 20px !important;
|
|
2198
|
-
}
|
|
2199
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2200
|
-
display: inline-block;
|
|
2201
|
-
text-align: center;
|
|
2202
|
-
width: 13px;
|
|
2203
|
-
margin-right: 12px;
|
|
2204
|
-
}
|
|
2205
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2206
|
-
background: rgba(0, 128, 255, 0.1);
|
|
2207
|
-
}
|
|
2208
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2209
|
-
color: #005ed1;
|
|
2210
|
-
}
|
|
2211
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2212
|
-
background: rgba(237, 241, 250, 0.6);
|
|
2213
|
-
}
|
|
2214
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2215
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
2216
|
-
}
|
|
2217
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
2218
|
-
cursor: not-allowed;
|
|
2219
|
-
}
|
|
2220
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2221
|
-
background: rgba(237, 241, 250, 0.6);
|
|
2222
|
-
}
|
|
2223
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2224
|
-
color: #2d3a56;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.h1cuopx7 .ant-modal-header {
|
|
2228
|
-
margin: 0 auto;
|
|
2229
|
-
width: 100%;
|
|
2230
|
-
max-width: 648px;
|
|
2231
|
-
}
|
|
2232
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2233
|
-
margin-left: 0;
|
|
2234
|
-
}
|
|
2235
|
-
.h1cuopx7 .ant-modal-body {
|
|
2236
|
-
margin: 0 auto;
|
|
2237
|
-
padding: 0;
|
|
2238
|
-
width: 100%;
|
|
2239
|
-
max-width: 648px;
|
|
2240
|
-
overflow: hidden;
|
|
2241
|
-
}
|
|
2242
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2243
|
-
margin-bottom: 40px;
|
|
2244
|
-
}
|
|
2245
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2246
|
-
height: calc(100vh - 225px);
|
|
2247
|
-
overflow-y: auto;
|
|
2248
|
-
}
|
|
2249
|
-
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2250
|
-
margin: 0 auto;
|
|
2251
|
-
max-width: 648px;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
.h1p6d3y3 .ant-modal-header {
|
|
2255
|
-
margin: 0 auto;
|
|
2256
|
-
width: 100%;
|
|
2257
|
-
max-width: 1024px;
|
|
2258
|
-
}
|
|
2259
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2260
|
-
margin-left: 0;
|
|
2261
|
-
}
|
|
2262
|
-
.h1p6d3y3 .ant-modal-body {
|
|
2263
|
-
margin: 0 auto;
|
|
2264
|
-
padding: 0;
|
|
2265
|
-
width: 100%;
|
|
2266
|
-
max-width: 1024px;
|
|
2267
|
-
overflow: hidden;
|
|
2268
|
-
}
|
|
2269
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2270
|
-
margin-bottom: 40px;
|
|
2271
|
-
}
|
|
2272
|
-
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2273
|
-
height: calc(100vh - 225px);
|
|
2274
|
-
overflow-y: auto;
|
|
1935
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
1936
|
+
height: calc(100vh - 225px);
|
|
1937
|
+
overflow-y: auto;
|
|
2275
1938
|
}
|
|
2276
1939
|
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2277
1940
|
margin: 0 auto;
|
|
@@ -2679,114 +2342,385 @@ textarea.ipd9bk.ant-input.textarea-large {
|
|
|
2679
2342
|
min-height: 40px;
|
|
2680
2343
|
height: 40px;
|
|
2681
2344
|
}
|
|
2682
|
-
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2683
|
-
height: 80px;
|
|
2345
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2346
|
+
height: 80px;
|
|
2347
|
+
}
|
|
2348
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2349
|
+
min-height: 32px;
|
|
2350
|
+
height: 32px;
|
|
2351
|
+
}
|
|
2352
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2353
|
+
height: 64px;
|
|
2354
|
+
}
|
|
2355
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2356
|
+
min-height: 24px;
|
|
2357
|
+
height: 24px;
|
|
2358
|
+
}
|
|
2359
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2360
|
+
height: 40px;
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2363
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2364
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2365
|
+
border-radius: 4px;
|
|
2366
|
+
}
|
|
2367
|
+
.kypn5o5.input-tags {
|
|
2368
|
+
position: relative;
|
|
2369
|
+
padding: 6px;
|
|
2370
|
+
height: 32px;
|
|
2371
|
+
cursor: pointer;
|
|
2372
|
+
transition: border 150ms;
|
|
2373
|
+
}
|
|
2374
|
+
.kypn5o5.input-tags:hover {
|
|
2375
|
+
border-color: #0080ff;
|
|
2376
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2377
|
+
}
|
|
2378
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2379
|
+
padding-right: 30px;
|
|
2380
|
+
}
|
|
2381
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2382
|
+
display: flex;
|
|
2383
|
+
}
|
|
2384
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2385
|
+
display: flex;
|
|
2386
|
+
}
|
|
2387
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2388
|
+
position: absolute;
|
|
2389
|
+
right: 12px;
|
|
2390
|
+
top: 50%;
|
|
2391
|
+
transform: translateY(-50%);
|
|
2392
|
+
}
|
|
2393
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2394
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2395
|
+
font-size: 12px;
|
|
2396
|
+
cursor: pointer;
|
|
2397
|
+
}
|
|
2398
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2399
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2400
|
+
}
|
|
2401
|
+
.kypn5o5.has-focus-indicator {
|
|
2402
|
+
position: relative;
|
|
2403
|
+
overflow: hidden;
|
|
2404
|
+
}
|
|
2405
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2406
|
+
position: absolute;
|
|
2407
|
+
top: 50%;
|
|
2408
|
+
transform: translateY(-50%);
|
|
2409
|
+
left: -16px;
|
|
2410
|
+
transition: left 150ms ease;
|
|
2411
|
+
opacity: 0;
|
|
2412
|
+
}
|
|
2413
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2414
|
+
left: 8px;
|
|
2415
|
+
opacity: 1;
|
|
2416
|
+
}
|
|
2417
|
+
.kypn5o5.has-focus-indicator input {
|
|
2418
|
+
transition: margin-left 150ms ease;
|
|
2419
|
+
margin-left: 0px;
|
|
2420
|
+
}
|
|
2421
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2422
|
+
margin-left: 16px;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
input.l1ki27se.ant-input {
|
|
2426
|
+
border-top-right-radius: 0;
|
|
2427
|
+
border-bottom-right-radius: 0;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2431
|
+
border-top-right-radius: 0;
|
|
2432
|
+
border-bottom-right-radius: 0;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
input.rrg1fkn.ant-input {
|
|
2436
|
+
border-top-left-radius: 0;
|
|
2437
|
+
border-bottom-left-radius: 0;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2441
|
+
border-top-left-radius: 0;
|
|
2442
|
+
border-bottom-left-radius: 0;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2446
|
+
border-top-right-radius: 0;
|
|
2447
|
+
border-bottom-right-radius: 0;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2451
|
+
border-top-left-radius: 0;
|
|
2452
|
+
border-bottom-left-radius: 0;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
.fde5mpd {
|
|
2456
|
+
width: 100%;
|
|
2457
|
+
height: 100%;
|
|
2458
|
+
min-height: 124px;
|
|
2459
|
+
display: flex;
|
|
2460
|
+
flex-direction: column;
|
|
2461
|
+
justify-content: center;
|
|
2462
|
+
align-items: center;
|
|
2463
|
+
}
|
|
2464
|
+
.fde5mpd .error-text {
|
|
2465
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2466
|
+
margin-bottom: 16px;
|
|
2467
|
+
font-size: 18px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2471
|
+
display: inline-flex;
|
|
2472
|
+
align-items: baseline;
|
|
2473
|
+
white-space: pre-wrap;
|
|
2474
|
+
}
|
|
2475
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2476
|
+
position: relative;
|
|
2477
|
+
top: 3px;
|
|
2478
|
+
}
|
|
2479
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2480
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2481
|
+
}
|
|
2482
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2483
|
+
border-color: #0080ff;
|
|
2484
|
+
}
|
|
2485
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2486
|
+
border-color: #0080ff;
|
|
2487
|
+
background: #0080ff;
|
|
2488
|
+
}
|
|
2489
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2490
|
+
top: 4px;
|
|
2491
|
+
left: 4px;
|
|
2492
|
+
width: 6px;
|
|
2493
|
+
height: 6px;
|
|
2494
|
+
background: #fff;
|
|
2495
|
+
}
|
|
2496
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2497
|
+
opacity: 0.5;
|
|
2498
|
+
}
|
|
2499
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2500
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2501
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2502
|
+
}
|
|
2503
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2504
|
+
background: #00122e;
|
|
2505
|
+
}
|
|
2506
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2507
|
+
color: #00122e;
|
|
2508
|
+
opacity: 0.5;
|
|
2509
|
+
}
|
|
2510
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2511
|
+
color: #00122e;
|
|
2512
|
+
}
|
|
2513
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2514
|
+
display: inline-block;
|
|
2515
|
+
padding: 0;
|
|
2516
|
+
padding-left: 12px;
|
|
2517
|
+
}
|
|
2518
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2519
|
+
margin-bottom: 0;
|
|
2520
|
+
white-space: pre-wrap;
|
|
2521
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2522
|
+
}
|
|
2523
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2524
|
+
padding-left: 8px;
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2528
|
+
border-radius: 5px 0 0 5px;
|
|
2529
|
+
}
|
|
2530
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2531
|
+
border-radius: 0 5px 5px 0;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
.r1f0aqcc {
|
|
2535
|
+
color: #00122e;
|
|
2536
|
+
border-color: #ccd4e3;
|
|
2537
|
+
}
|
|
2538
|
+
.r1f0aqcc:first-child {
|
|
2539
|
+
color: #00122e;
|
|
2540
|
+
border-color: #a3b4cc;
|
|
2541
|
+
}
|
|
2542
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2543
|
+
padding: 0 12px;
|
|
2544
|
+
line-height: 32px;
|
|
2545
|
+
height: 32px;
|
|
2546
|
+
}
|
|
2547
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2548
|
+
white-space: nowrap;
|
|
2549
|
+
}
|
|
2550
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2551
|
+
background: #ccd4e3;
|
|
2552
|
+
}
|
|
2553
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2554
|
+
background: #0080ff;
|
|
2555
|
+
}
|
|
2556
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2557
|
+
background: #ccd4e3;
|
|
2558
|
+
opacity: 0.5;
|
|
2559
|
+
}
|
|
2560
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2561
|
+
border-right-color: #0080ff;
|
|
2562
|
+
}
|
|
2563
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2564
|
+
border-color: #0080ff;
|
|
2565
|
+
}
|
|
2566
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2567
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2568
|
+
}
|
|
2569
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2570
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2571
|
+
border-color: #ccd4e3;
|
|
2572
|
+
opacity: 0.5;
|
|
2573
|
+
}
|
|
2574
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2575
|
+
color: #00122e;
|
|
2576
|
+
border-color: #ccd4e3;
|
|
2577
|
+
}
|
|
2578
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2579
|
+
color: #00122e;
|
|
2580
|
+
border-color: #ccd4e3;
|
|
2581
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2582
|
+
}
|
|
2583
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2584
|
+
margin-right: 8px;
|
|
2585
|
+
display: inline;
|
|
2586
|
+
border: none;
|
|
2587
|
+
padding: 0;
|
|
2588
|
+
width: 36px;
|
|
2589
|
+
background: transparent;
|
|
2590
|
+
}
|
|
2591
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2592
|
+
box-shadow: none;
|
|
2684
2593
|
}
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2594
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2595
|
+
margin-right: 0;
|
|
2596
|
+
width: initial;
|
|
2597
|
+
box-shadow: none;
|
|
2688
2598
|
}
|
|
2689
|
-
|
|
2690
|
-
|
|
2599
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2600
|
+
display: none;
|
|
2691
2601
|
}
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
height: 24px;
|
|
2602
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2603
|
+
display: inline;
|
|
2695
2604
|
}
|
|
2696
|
-
|
|
2697
|
-
|
|
2605
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2606
|
+
display: inline;
|
|
2607
|
+
margin-right: 8px;
|
|
2608
|
+
padding: 0;
|
|
2609
|
+
width: 36px;
|
|
2698
2610
|
}
|
|
2699
2611
|
|
|
2700
|
-
.
|
|
2701
|
-
|
|
2702
|
-
|
|
2612
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2613
|
+
flex-direction: row;
|
|
2614
|
+
justify-content: stretch;
|
|
2703
2615
|
}
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
transition: border 150ms;
|
|
2616
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2617
|
+
padding: 0;
|
|
2618
|
+
margin-right: 4px;
|
|
2619
|
+
flex: 1;
|
|
2620
|
+
overflow: visible;
|
|
2710
2621
|
}
|
|
2711
|
-
.
|
|
2712
|
-
|
|
2713
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2622
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2623
|
+
display: none;
|
|
2714
2624
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2625
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2626
|
+
width: 100%;
|
|
2627
|
+
min-height: unset;
|
|
2717
2628
|
}
|
|
2718
|
-
.
|
|
2719
|
-
|
|
2629
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2630
|
+
height: 26px;
|
|
2631
|
+
line-height: 26px;
|
|
2632
|
+
width: 100%;
|
|
2633
|
+
text-align: center;
|
|
2634
|
+
padding: 0;
|
|
2635
|
+
font-size: 12px;
|
|
2636
|
+
font-weight: normal;
|
|
2720
2637
|
}
|
|
2721
|
-
.
|
|
2722
|
-
|
|
2638
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2639
|
+
margin-right: 10px;
|
|
2723
2640
|
}
|
|
2724
|
-
.
|
|
2725
|
-
|
|
2726
|
-
right: 12px;
|
|
2727
|
-
top: 50%;
|
|
2728
|
-
transform: translateY(-50%);
|
|
2641
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2642
|
+
display: none;
|
|
2729
2643
|
}
|
|
2730
|
-
.
|
|
2731
|
-
|
|
2732
|
-
font-size: 12px;
|
|
2733
|
-
cursor: pointer;
|
|
2644
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2645
|
+
border-radius: 4px 0 0 4px;
|
|
2734
2646
|
}
|
|
2735
|
-
.
|
|
2736
|
-
|
|
2647
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2648
|
+
margin-right: 0;
|
|
2737
2649
|
}
|
|
2738
|
-
.
|
|
2739
|
-
|
|
2740
|
-
overflow: hidden;
|
|
2650
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2651
|
+
border-radius: 0 4px 4px 0;
|
|
2741
2652
|
}
|
|
2742
|
-
.
|
|
2653
|
+
.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 {
|
|
2654
|
+
content: "";
|
|
2655
|
+
width: 0;
|
|
2656
|
+
height: 0;
|
|
2657
|
+
border: 13px solid transparent;
|
|
2743
2658
|
position: absolute;
|
|
2744
|
-
top:
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
opacity: 0;
|
|
2659
|
+
top: 0;
|
|
2660
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2661
|
+
right: -21px;
|
|
2662
|
+
z-index: 2;
|
|
2749
2663
|
}
|
|
2750
|
-
.
|
|
2751
|
-
|
|
2752
|
-
|
|
2664
|
+
.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 {
|
|
2665
|
+
content: "";
|
|
2666
|
+
width: 0;
|
|
2667
|
+
height: 0;
|
|
2668
|
+
border: 13px solid transparent;
|
|
2669
|
+
position: absolute;
|
|
2670
|
+
top: 0;
|
|
2671
|
+
border-left: 8px solid #fff;
|
|
2672
|
+
left: 0;
|
|
2753
2673
|
}
|
|
2754
|
-
.
|
|
2755
|
-
|
|
2756
|
-
margin-left: 0px;
|
|
2674
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2675
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2757
2676
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2677
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2678
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2760
2679
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
border-top-right-radius: 0;
|
|
2764
|
-
border-bottom-right-radius: 0;
|
|
2680
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2681
|
+
color: #005ed1;
|
|
2765
2682
|
}
|
|
2766
|
-
|
|
2767
|
-
.
|
|
2768
|
-
|
|
2769
|
-
border-bottom-right-radius: 0;
|
|
2683
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2684
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2685
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2770
2686
|
}
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
border-bottom-left-radius: 0;
|
|
2687
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2688
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2689
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2775
2690
|
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
border-top-left-radius: 0;
|
|
2779
|
-
border-bottom-left-radius: 0;
|
|
2691
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2692
|
+
padding: 0;
|
|
2780
2693
|
}
|
|
2781
2694
|
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
|
|
2695
|
+
.i1mrf09m {
|
|
2696
|
+
display: inline-flex;
|
|
2697
|
+
align-items: center;
|
|
2698
|
+
}
|
|
2699
|
+
.i1mrf09m .icon-inner {
|
|
2700
|
+
display: inline-flex;
|
|
2701
|
+
align-items: center;
|
|
2702
|
+
justify-content: center;
|
|
2703
|
+
}
|
|
2704
|
+
.i1mrf09m .icon-inner + span,
|
|
2705
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2706
|
+
margin-left: 4px;
|
|
2707
|
+
}
|
|
2708
|
+
.i1mrf09m.is-rotate img,
|
|
2709
|
+
.i1mrf09m.is-rotate svg {
|
|
2710
|
+
animation: rotate 680ms linear infinite;
|
|
2785
2711
|
}
|
|
2786
2712
|
|
|
2787
|
-
.
|
|
2788
|
-
|
|
2789
|
-
|
|
2713
|
+
.iap75of {
|
|
2714
|
+
height: 18px;
|
|
2715
|
+
line-height: 18px;
|
|
2716
|
+
padding: 0 4px;
|
|
2717
|
+
border-radius: 4px;
|
|
2718
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2719
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2720
|
+
display: flex;
|
|
2721
|
+
align-items: center;
|
|
2722
|
+
white-space: nowrap;
|
|
2723
|
+
margin-right: 4px;
|
|
2790
2724
|
}
|
|
2791
2725
|
|
|
2792
2726
|
.s34f1qb.ant-switch {
|
|
@@ -2844,6 +2778,72 @@ input.rrg1fkn.ant-input {
|
|
|
2844
2778
|
margin-left: 5px;
|
|
2845
2779
|
}
|
|
2846
2780
|
|
|
2781
|
+
.p12gwtiw {
|
|
2782
|
+
display: flex;
|
|
2783
|
+
justify-content: space-between;
|
|
2784
|
+
align-items: center;
|
|
2785
|
+
padding: 10px 0;
|
|
2786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2787
|
+
font-size: 12px;
|
|
2788
|
+
line-height: 24px;
|
|
2789
|
+
}
|
|
2790
|
+
.p12gwtiw .pagination-left {
|
|
2791
|
+
padding: 2px 8px;
|
|
2792
|
+
}
|
|
2793
|
+
.p12gwtiw .dropdown-trigger {
|
|
2794
|
+
display: flex;
|
|
2795
|
+
align-items: center;
|
|
2796
|
+
border-radius: 6px;
|
|
2797
|
+
cursor: pointer;
|
|
2798
|
+
transition: all 0.3s ease;
|
|
2799
|
+
}
|
|
2800
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2801
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2802
|
+
color: #0080ff;
|
|
2803
|
+
}
|
|
2804
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2805
|
+
margin-left: 4px;
|
|
2806
|
+
}
|
|
2807
|
+
.p12gwtiw .pagination-right {
|
|
2808
|
+
display: flex;
|
|
2809
|
+
align-items: center;
|
|
2810
|
+
color: #0080ff;
|
|
2811
|
+
font-weight: bold;
|
|
2812
|
+
}
|
|
2813
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2814
|
+
margin-left: 4px;
|
|
2815
|
+
}
|
|
2816
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2817
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2818
|
+
padding: 0 8px;
|
|
2819
|
+
}
|
|
2820
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2821
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2822
|
+
color: #0080ff;
|
|
2823
|
+
}
|
|
2824
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2825
|
+
transform: rotate(180deg);
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2829
|
+
max-height: calc(100vh - 128px);
|
|
2830
|
+
overflow-y: auto;
|
|
2831
|
+
}
|
|
2832
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2833
|
+
padding: 4px 20px;
|
|
2834
|
+
font-size: 12px;
|
|
2835
|
+
line-height: 18px;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.obf05yr {
|
|
2839
|
+
display: inline-block;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.hsms1n6 {
|
|
2843
|
+
visibility: hidden;
|
|
2844
|
+
position: absolute;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
2847
|
.t1upn1sz {
|
|
2848
2848
|
height: 100%;
|
|
2849
2849
|
}
|