@cloudtower/eagle 0.25.13 → 0.25.14-alpha.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/KitStoreProvider/ReduxContextProvider.d.ts +9 -0
- package/dist/components/KitStoreProvider/index.d.ts +1 -1
- package/dist/components/Radio/__test__/h5_css.test.d.ts +1 -0
- package/dist/components.css +427 -428
- package/dist/esm/index.js +42 -20
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/store/index.d.ts +24 -3
- package/dist/style.css +513 -514
- package/dist/umd/index.js +40 -17
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,81 +1636,6 @@ 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
|
-
.fde5mpd {
|
|
1640
|
-
width: 100%;
|
|
1641
|
-
height: 100%;
|
|
1642
|
-
min-height: 124px;
|
|
1643
|
-
display: flex;
|
|
1644
|
-
flex-direction: column;
|
|
1645
|
-
justify-content: center;
|
|
1646
|
-
align-items: center;
|
|
1647
|
-
}
|
|
1648
|
-
.fde5mpd .error-text {
|
|
1649
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
-
margin-bottom: 16px;
|
|
1651
|
-
font-size: 18px;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.iap75of {
|
|
1655
|
-
height: 18px;
|
|
1656
|
-
line-height: 18px;
|
|
1657
|
-
padding: 0 4px;
|
|
1658
|
-
border-radius: 4px;
|
|
1659
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
-
display: flex;
|
|
1662
|
-
align-items: center;
|
|
1663
|
-
white-space: nowrap;
|
|
1664
|
-
margin-right: 4px;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.i1mrf09m {
|
|
1668
|
-
display: inline-flex;
|
|
1669
|
-
align-items: center;
|
|
1670
|
-
}
|
|
1671
|
-
.i1mrf09m .icon-inner {
|
|
1672
|
-
display: inline-flex;
|
|
1673
|
-
align-items: center;
|
|
1674
|
-
justify-content: center;
|
|
1675
|
-
}
|
|
1676
|
-
.i1mrf09m .icon-inner + span,
|
|
1677
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1678
|
-
margin-left: 4px;
|
|
1679
|
-
}
|
|
1680
|
-
.i1mrf09m.is-rotate img,
|
|
1681
|
-
.i1mrf09m.is-rotate svg {
|
|
1682
|
-
animation: rotate 680ms linear infinite;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.bpq0js6 {
|
|
1686
|
-
padding: 4px 11px;
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
.b15sn34c {
|
|
1690
|
-
white-space: nowrap;
|
|
1691
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1692
|
-
}
|
|
1693
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1694
|
-
--color: #0080ff;
|
|
1695
|
-
}
|
|
1696
|
-
.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] {
|
|
1697
|
-
--color: #0080ff;
|
|
1698
|
-
}
|
|
1699
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1700
|
-
margin-left: 1px;
|
|
1701
|
-
}
|
|
1702
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1703
|
-
border-top-right-radius: 0;
|
|
1704
|
-
border-bottom-right-radius: 0;
|
|
1705
|
-
}
|
|
1706
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1707
|
-
border-top-left-radius: 0;
|
|
1708
|
-
border-bottom-left-radius: 0;
|
|
1709
|
-
}
|
|
1710
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1711
|
-
border-radius: unset;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
1639
|
.buj61ew.ant-btn {
|
|
1715
1640
|
height: 32px;
|
|
1716
1641
|
border-radius: 6px;
|
|
@@ -1959,350 +1884,116 @@ html body {
|
|
|
1959
1884
|
padding: 0;
|
|
1960
1885
|
}
|
|
1961
1886
|
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1964
|
-
justify-content: space-between;
|
|
1965
|
-
align-items: center;
|
|
1966
|
-
padding: 10px 0;
|
|
1967
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1968
|
-
font-size: 12px;
|
|
1969
|
-
line-height: 24px;
|
|
1970
|
-
}
|
|
1971
|
-
.p12gwtiw .pagination-left {
|
|
1972
|
-
padding: 2px 8px;
|
|
1973
|
-
}
|
|
1974
|
-
.p12gwtiw .dropdown-trigger {
|
|
1975
|
-
display: flex;
|
|
1976
|
-
align-items: center;
|
|
1977
|
-
border-radius: 6px;
|
|
1978
|
-
cursor: pointer;
|
|
1979
|
-
transition: all 0.3s ease;
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1980
1889
|
}
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1890
|
+
|
|
1891
|
+
.b15sn34c {
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1984
1894
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1987
1897
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
1990
|
-
align-items: center;
|
|
1991
|
-
color: #0080ff;
|
|
1992
|
-
font-weight: bold;
|
|
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;
|
|
1993
1900
|
}
|
|
1994
|
-
.
|
|
1995
|
-
margin-left:
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1996
1903
|
}
|
|
1997
|
-
.
|
|
1998
|
-
|
|
1999
|
-
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
2000
1907
|
}
|
|
2001
|
-
.
|
|
2002
|
-
|
|
2003
|
-
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
2004
1911
|
}
|
|
2005
|
-
.
|
|
2006
|
-
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
2007
1914
|
}
|
|
2008
1915
|
|
|
2009
|
-
.
|
|
2010
|
-
|
|
2011
|
-
|
|
1916
|
+
.fde5mpd {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
min-height: 124px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
2012
1924
|
}
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
1925
|
+
.fde5mpd .error-text {
|
|
1926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
+
margin-bottom: 16px;
|
|
1928
|
+
font-size: 18px;
|
|
2017
1929
|
}
|
|
2018
1930
|
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
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;
|
|
1940
|
+
white-space: nowrap;
|
|
2025
1941
|
margin-right: 4px;
|
|
2026
|
-
flex: 1;
|
|
2027
|
-
overflow: visible;
|
|
2028
1942
|
}
|
|
2029
|
-
|
|
2030
|
-
|
|
1943
|
+
|
|
1944
|
+
.cz04yix {
|
|
1945
|
+
display: flex;
|
|
1946
|
+
flex-direction: column;
|
|
2031
1947
|
}
|
|
2032
|
-
|
|
1948
|
+
|
|
1949
|
+
.m1if5j39 {
|
|
1950
|
+
max-width: 1120px;
|
|
2033
1951
|
width: 100%;
|
|
2034
|
-
|
|
1952
|
+
margin: 0 auto;
|
|
1953
|
+
height: 100%;
|
|
2035
1954
|
}
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
1955
|
+
|
|
1956
|
+
.w1vvwdlp {
|
|
1957
|
+
max-width: 1120px;
|
|
2039
1958
|
width: 100%;
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
font-size: 12px;
|
|
2043
|
-
font-weight: normal;
|
|
1959
|
+
margin: 0 auto;
|
|
1960
|
+
display: flex;
|
|
2044
1961
|
}
|
|
2045
|
-
.
|
|
2046
|
-
|
|
1962
|
+
.w1vvwdlp .left,
|
|
1963
|
+
.w1vvwdlp .right {
|
|
1964
|
+
flex-grow: 0;
|
|
1965
|
+
flex-shrink: 0;
|
|
1966
|
+
flex-basis: 21%;
|
|
2047
1967
|
}
|
|
2048
|
-
.
|
|
2049
|
-
display:
|
|
1968
|
+
.w1vvwdlp .left {
|
|
1969
|
+
display: flex;
|
|
1970
|
+
justify-content: flex-end;
|
|
1971
|
+
padding-right: 44px;
|
|
2050
1972
|
}
|
|
2051
|
-
.
|
|
2052
|
-
|
|
1973
|
+
.w1vvwdlp .right {
|
|
1974
|
+
padding-left: 44px;
|
|
2053
1975
|
}
|
|
2054
|
-
.
|
|
2055
|
-
margin-
|
|
1976
|
+
.w1vvwdlp .middle {
|
|
1977
|
+
margin-bottom: 40px;
|
|
1978
|
+
flex-grow: 0;
|
|
1979
|
+
flex-shrink: 0;
|
|
1980
|
+
flex-basis: 58%;
|
|
2056
1981
|
}
|
|
2057
|
-
.
|
|
2058
|
-
|
|
1982
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1983
|
+
width: 100%;
|
|
2059
1984
|
}
|
|
2060
|
-
.
|
|
2061
|
-
|
|
2062
|
-
width: 0;
|
|
2063
|
-
height: 0;
|
|
2064
|
-
border: 13px solid transparent;
|
|
2065
|
-
position: absolute;
|
|
2066
|
-
top: 0;
|
|
2067
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2068
|
-
right: -21px;
|
|
2069
|
-
z-index: 2;
|
|
1985
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1986
|
+
width: auto;
|
|
2070
1987
|
}
|
|
2071
|
-
.
|
|
2072
|
-
|
|
2073
|
-
width: 0;
|
|
2074
|
-
height: 0;
|
|
2075
|
-
border: 13px solid transparent;
|
|
2076
|
-
position: absolute;
|
|
2077
|
-
top: 0;
|
|
2078
|
-
border-left: 8px solid #fff;
|
|
2079
|
-
left: 0;
|
|
1988
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1989
|
+
flex: initial;
|
|
2080
1990
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
1991
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1992
|
+
margin-top: 4px;
|
|
2083
1993
|
}
|
|
2084
|
-
.
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2088
|
-
color: #005ed1;
|
|
2089
|
-
}
|
|
2090
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2091
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2092
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2093
|
-
}
|
|
2094
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2095
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2096
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2097
|
-
}
|
|
2098
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2099
|
-
padding: 0;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2103
|
-
display: inline-flex;
|
|
2104
|
-
align-items: baseline;
|
|
2105
|
-
white-space: pre-wrap;
|
|
2106
|
-
}
|
|
2107
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2108
|
-
position: relative;
|
|
2109
|
-
top: 3px;
|
|
2110
|
-
}
|
|
2111
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2112
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2113
|
-
}
|
|
2114
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2115
|
-
border-color: #0080ff;
|
|
2116
|
-
}
|
|
2117
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2118
|
-
border-color: #0080ff;
|
|
2119
|
-
background: #0080ff;
|
|
2120
|
-
}
|
|
2121
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2122
|
-
top: 4px;
|
|
2123
|
-
left: 4px;
|
|
2124
|
-
width: 6px;
|
|
2125
|
-
height: 6px;
|
|
2126
|
-
background: #fff;
|
|
2127
|
-
}
|
|
2128
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2129
|
-
opacity: 0.5;
|
|
2130
|
-
}
|
|
2131
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2132
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2133
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2134
|
-
}
|
|
2135
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2136
|
-
background: #00122e;
|
|
2137
|
-
}
|
|
2138
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2139
|
-
color: #00122e;
|
|
2140
|
-
opacity: 0.5;
|
|
2141
|
-
}
|
|
2142
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2143
|
-
color: #00122e;
|
|
2144
|
-
}
|
|
2145
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2146
|
-
display: inline-block;
|
|
2147
|
-
padding: 0;
|
|
2148
|
-
padding-left: 12px;
|
|
2149
|
-
}
|
|
2150
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2151
|
-
margin-bottom: 0;
|
|
2152
|
-
white-space: pre-wrap;
|
|
2153
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2154
|
-
}
|
|
2155
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2156
|
-
padding-left: 8px;
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2160
|
-
border-radius: 5px 0 0 5px;
|
|
2161
|
-
}
|
|
2162
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2163
|
-
border-radius: 0 5px 5px 0;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
.r1f0aqcc {
|
|
2167
|
-
color: #00122e;
|
|
2168
|
-
border-color: #ccd4e3;
|
|
2169
|
-
}
|
|
2170
|
-
.r1f0aqcc:first-child {
|
|
2171
|
-
color: #00122e;
|
|
2172
|
-
border-color: #a3b4cc;
|
|
2173
|
-
}
|
|
2174
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2175
|
-
padding: 0 12px;
|
|
2176
|
-
line-height: 32px;
|
|
2177
|
-
height: 32px;
|
|
2178
|
-
}
|
|
2179
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2180
|
-
white-space: nowrap;
|
|
2181
|
-
}
|
|
2182
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2183
|
-
background: #ccd4e3;
|
|
2184
|
-
}
|
|
2185
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2186
|
-
background: #0080ff;
|
|
2187
|
-
}
|
|
2188
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2189
|
-
background: #ccd4e3;
|
|
2190
|
-
opacity: 0.5;
|
|
2191
|
-
}
|
|
2192
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2193
|
-
border-right-color: #0080ff;
|
|
2194
|
-
}
|
|
2195
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2196
|
-
border-color: #0080ff;
|
|
2197
|
-
}
|
|
2198
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2199
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2200
|
-
}
|
|
2201
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2202
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2203
|
-
border-color: #ccd4e3;
|
|
2204
|
-
opacity: 0.5;
|
|
2205
|
-
}
|
|
2206
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2207
|
-
color: #00122e;
|
|
2208
|
-
border-color: #ccd4e3;
|
|
2209
|
-
}
|
|
2210
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2211
|
-
color: #00122e;
|
|
2212
|
-
border-color: #ccd4e3;
|
|
2213
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2214
|
-
}
|
|
2215
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2216
|
-
margin-right: 8px;
|
|
2217
|
-
display: inline;
|
|
2218
|
-
border: none;
|
|
2219
|
-
padding: 0;
|
|
2220
|
-
width: 36px;
|
|
2221
|
-
background: transparent;
|
|
2222
|
-
}
|
|
2223
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2224
|
-
box-shadow: none;
|
|
2225
|
-
}
|
|
2226
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2227
|
-
margin-right: 0;
|
|
2228
|
-
width: initial;
|
|
2229
|
-
box-shadow: none;
|
|
2230
|
-
}
|
|
2231
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2232
|
-
display: none;
|
|
2233
|
-
}
|
|
2234
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2235
|
-
display: inline;
|
|
2236
|
-
}
|
|
2237
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2238
|
-
display: inline;
|
|
2239
|
-
margin-right: 8px;
|
|
2240
|
-
padding: 0;
|
|
2241
|
-
width: 36px;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
.obf05yr {
|
|
2245
|
-
display: inline-block;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
.hsms1n6 {
|
|
2249
|
-
visibility: hidden;
|
|
2250
|
-
position: absolute;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
.cz04yix {
|
|
2254
|
-
display: flex;
|
|
2255
|
-
flex-direction: column;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
.m1if5j39 {
|
|
2259
|
-
max-width: 1120px;
|
|
2260
|
-
width: 100%;
|
|
2261
|
-
margin: 0 auto;
|
|
2262
|
-
height: 100%;
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
.w1vvwdlp {
|
|
2266
|
-
max-width: 1120px;
|
|
2267
|
-
width: 100%;
|
|
2268
|
-
margin: 0 auto;
|
|
2269
|
-
display: flex;
|
|
2270
|
-
}
|
|
2271
|
-
.w1vvwdlp .left,
|
|
2272
|
-
.w1vvwdlp .right {
|
|
2273
|
-
flex-grow: 0;
|
|
2274
|
-
flex-shrink: 0;
|
|
2275
|
-
flex-basis: 21%;
|
|
2276
|
-
}
|
|
2277
|
-
.w1vvwdlp .left {
|
|
2278
|
-
display: flex;
|
|
2279
|
-
justify-content: flex-end;
|
|
2280
|
-
padding-right: 44px;
|
|
2281
|
-
}
|
|
2282
|
-
.w1vvwdlp .right {
|
|
2283
|
-
padding-left: 44px;
|
|
2284
|
-
}
|
|
2285
|
-
.w1vvwdlp .middle {
|
|
2286
|
-
margin-bottom: 40px;
|
|
2287
|
-
flex-grow: 0;
|
|
2288
|
-
flex-shrink: 0;
|
|
2289
|
-
flex-basis: 58%;
|
|
2290
|
-
}
|
|
2291
|
-
.w1vvwdlp .middle .form-base-field {
|
|
2292
|
-
width: 100%;
|
|
2293
|
-
}
|
|
2294
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2295
|
-
width: auto;
|
|
2296
|
-
}
|
|
2297
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2298
|
-
flex: initial;
|
|
2299
|
-
}
|
|
2300
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2301
|
-
margin-top: 4px;
|
|
2302
|
-
}
|
|
2303
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
2304
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
2305
|
-
display: none !important;
|
|
1994
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1995
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1996
|
+
display: none !important;
|
|
2306
1997
|
}
|
|
2307
1998
|
.w1vvwdlp .ant-steps-item-container {
|
|
2308
1999
|
padding: 0 15px;
|
|
@@ -2905,69 +2596,377 @@ input.rrg1fkn.ant-input {
|
|
|
2905
2596
|
border-bottom-left-radius: 0;
|
|
2906
2597
|
}
|
|
2907
2598
|
|
|
2908
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2909
|
-
border-top-right-radius: 0;
|
|
2910
|
-
border-bottom-right-radius: 0;
|
|
2599
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2600
|
+
border-top-right-radius: 0;
|
|
2601
|
+
border-bottom-right-radius: 0;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2605
|
+
border-top-left-radius: 0;
|
|
2606
|
+
border-bottom-left-radius: 0;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.i1mrf09m {
|
|
2610
|
+
display: inline-flex;
|
|
2611
|
+
align-items: center;
|
|
2612
|
+
}
|
|
2613
|
+
.i1mrf09m .icon-inner {
|
|
2614
|
+
display: inline-flex;
|
|
2615
|
+
align-items: center;
|
|
2616
|
+
justify-content: center;
|
|
2617
|
+
}
|
|
2618
|
+
.i1mrf09m .icon-inner + span,
|
|
2619
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2620
|
+
margin-left: 4px;
|
|
2621
|
+
}
|
|
2622
|
+
.i1mrf09m.is-rotate img,
|
|
2623
|
+
.i1mrf09m.is-rotate svg {
|
|
2624
|
+
animation: rotate 680ms linear infinite;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.s34f1qb.ant-switch {
|
|
2628
|
+
min-width: 40px;
|
|
2629
|
+
height: 24px;
|
|
2630
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2631
|
+
overflow: hidden;
|
|
2632
|
+
}
|
|
2633
|
+
.s34f1qb.ant-switch:focus {
|
|
2634
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2635
|
+
}
|
|
2636
|
+
.s34f1qb.ant-switch-small {
|
|
2637
|
+
min-width: 26px;
|
|
2638
|
+
height: 16px;
|
|
2639
|
+
}
|
|
2640
|
+
.s34f1qb.ant-switch-large {
|
|
2641
|
+
min-width: 52px;
|
|
2642
|
+
height: 32px;
|
|
2643
|
+
}
|
|
2644
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2645
|
+
height: 20px;
|
|
2646
|
+
width: 20px;
|
|
2647
|
+
}
|
|
2648
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2649
|
+
border-radius: 10px;
|
|
2650
|
+
transition-delay: 120ms;
|
|
2651
|
+
}
|
|
2652
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2653
|
+
height: 14px;
|
|
2654
|
+
width: 14px;
|
|
2655
|
+
top: 1px;
|
|
2656
|
+
left: 1px;
|
|
2657
|
+
}
|
|
2658
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2659
|
+
height: 28px;
|
|
2660
|
+
width: 28px;
|
|
2661
|
+
}
|
|
2662
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2663
|
+
border-radius: 14px;
|
|
2664
|
+
}
|
|
2665
|
+
.s34f1qb.ant-switch-checked {
|
|
2666
|
+
background-color: #00ba5d;
|
|
2667
|
+
}
|
|
2668
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2669
|
+
left: calc(100% - 20px - 2px);
|
|
2670
|
+
}
|
|
2671
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2672
|
+
left: calc(100% - 14px - 1px);
|
|
2673
|
+
}
|
|
2674
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2675
|
+
left: calc(100% - 28px - 2px);
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
.c1to9vb9 {
|
|
2679
|
+
margin-left: 5px;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2683
|
+
flex-direction: row;
|
|
2684
|
+
justify-content: stretch;
|
|
2685
|
+
}
|
|
2686
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2687
|
+
padding: 0;
|
|
2688
|
+
margin-right: 4px;
|
|
2689
|
+
flex: 1;
|
|
2690
|
+
overflow: visible;
|
|
2691
|
+
}
|
|
2692
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2693
|
+
display: none;
|
|
2694
|
+
}
|
|
2695
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2696
|
+
width: 100%;
|
|
2697
|
+
min-height: unset;
|
|
2698
|
+
}
|
|
2699
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2700
|
+
height: 26px;
|
|
2701
|
+
line-height: 26px;
|
|
2702
|
+
width: 100%;
|
|
2703
|
+
text-align: center;
|
|
2704
|
+
padding: 0;
|
|
2705
|
+
font-size: 12px;
|
|
2706
|
+
font-weight: normal;
|
|
2707
|
+
}
|
|
2708
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2709
|
+
margin-right: 10px;
|
|
2710
|
+
}
|
|
2711
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2712
|
+
display: none;
|
|
2713
|
+
}
|
|
2714
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2715
|
+
border-radius: 4px 0 0 4px;
|
|
2716
|
+
}
|
|
2717
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2718
|
+
margin-right: 0;
|
|
2719
|
+
}
|
|
2720
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2721
|
+
border-radius: 0 4px 4px 0;
|
|
2722
|
+
}
|
|
2723
|
+
.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 {
|
|
2724
|
+
content: "";
|
|
2725
|
+
width: 0;
|
|
2726
|
+
height: 0;
|
|
2727
|
+
border: 13px solid transparent;
|
|
2728
|
+
position: absolute;
|
|
2729
|
+
top: 0;
|
|
2730
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2731
|
+
right: -21px;
|
|
2732
|
+
z-index: 2;
|
|
2733
|
+
}
|
|
2734
|
+
.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 {
|
|
2735
|
+
content: "";
|
|
2736
|
+
width: 0;
|
|
2737
|
+
height: 0;
|
|
2738
|
+
border: 13px solid transparent;
|
|
2739
|
+
position: absolute;
|
|
2740
|
+
top: 0;
|
|
2741
|
+
border-left: 8px solid #fff;
|
|
2742
|
+
left: 0;
|
|
2743
|
+
}
|
|
2744
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2745
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2746
|
+
}
|
|
2747
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2748
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2749
|
+
}
|
|
2750
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2751
|
+
color: #005ed1;
|
|
2752
|
+
}
|
|
2753
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2754
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2755
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2756
|
+
}
|
|
2757
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2758
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2759
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2760
|
+
}
|
|
2761
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2762
|
+
padding: 0;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
.p12gwtiw {
|
|
2766
|
+
display: flex;
|
|
2767
|
+
justify-content: space-between;
|
|
2768
|
+
align-items: center;
|
|
2769
|
+
padding: 10px 0;
|
|
2770
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2771
|
+
font-size: 12px;
|
|
2772
|
+
line-height: 24px;
|
|
2773
|
+
}
|
|
2774
|
+
.p12gwtiw .pagination-left {
|
|
2775
|
+
padding: 2px 8px;
|
|
2776
|
+
}
|
|
2777
|
+
.p12gwtiw .dropdown-trigger {
|
|
2778
|
+
display: flex;
|
|
2779
|
+
align-items: center;
|
|
2780
|
+
border-radius: 6px;
|
|
2781
|
+
cursor: pointer;
|
|
2782
|
+
transition: all 0.3s ease;
|
|
2783
|
+
}
|
|
2784
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2785
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2786
|
+
color: #0080ff;
|
|
2787
|
+
}
|
|
2788
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2789
|
+
margin-left: 4px;
|
|
2790
|
+
}
|
|
2791
|
+
.p12gwtiw .pagination-right {
|
|
2792
|
+
display: flex;
|
|
2793
|
+
align-items: center;
|
|
2794
|
+
color: #0080ff;
|
|
2795
|
+
font-weight: bold;
|
|
2796
|
+
}
|
|
2797
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2798
|
+
margin-left: 4px;
|
|
2799
|
+
}
|
|
2800
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2801
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2802
|
+
padding: 0 8px;
|
|
2803
|
+
}
|
|
2804
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2805
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2806
|
+
color: #0080ff;
|
|
2807
|
+
}
|
|
2808
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2809
|
+
transform: rotate(180deg);
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2813
|
+
max-height: calc(100vh - 128px);
|
|
2814
|
+
overflow-y: auto;
|
|
2815
|
+
}
|
|
2816
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2817
|
+
padding: 4px 20px;
|
|
2818
|
+
font-size: 12px;
|
|
2819
|
+
line-height: 18px;
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
.obf05yr {
|
|
2823
|
+
display: inline-block;
|
|
2824
|
+
}
|
|
2825
|
+
|
|
2826
|
+
.hsms1n6 {
|
|
2827
|
+
visibility: hidden;
|
|
2828
|
+
position: absolute;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2832
|
+
display: inline-flex;
|
|
2833
|
+
align-items: baseline;
|
|
2834
|
+
white-space: pre-wrap;
|
|
2835
|
+
}
|
|
2836
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2837
|
+
position: relative;
|
|
2838
|
+
top: 3px;
|
|
2839
|
+
}
|
|
2840
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2841
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2842
|
+
}
|
|
2843
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2844
|
+
border-color: #0080ff;
|
|
2845
|
+
}
|
|
2846
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2847
|
+
border-color: #0080ff;
|
|
2848
|
+
background: #0080ff;
|
|
2849
|
+
}
|
|
2850
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2851
|
+
top: 4px;
|
|
2852
|
+
left: 4px;
|
|
2853
|
+
width: 6px;
|
|
2854
|
+
height: 6px;
|
|
2855
|
+
background: #fff;
|
|
2856
|
+
}
|
|
2857
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2858
|
+
opacity: 0.5;
|
|
2859
|
+
}
|
|
2860
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2861
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2862
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2863
|
+
}
|
|
2864
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2865
|
+
background: #00122e;
|
|
2866
|
+
}
|
|
2867
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2868
|
+
color: #00122e;
|
|
2869
|
+
opacity: 0.5;
|
|
2870
|
+
}
|
|
2871
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2872
|
+
color: #00122e;
|
|
2873
|
+
}
|
|
2874
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2875
|
+
display: inline-block;
|
|
2876
|
+
padding: 0;
|
|
2877
|
+
padding-left: 12px;
|
|
2878
|
+
}
|
|
2879
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2880
|
+
margin-bottom: 0;
|
|
2881
|
+
white-space: pre-wrap;
|
|
2882
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2883
|
+
}
|
|
2884
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2885
|
+
padding-left: 8px;
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2889
|
+
border-radius: 5px 0 0 5px;
|
|
2890
|
+
}
|
|
2891
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2892
|
+
border-radius: 0 5px 5px 0;
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
.r1f0aqcc {
|
|
2896
|
+
color: #00122e;
|
|
2897
|
+
border-color: #ccd4e3;
|
|
2911
2898
|
}
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
border-top-left-radius: 0;
|
|
2915
|
-
border-bottom-left-radius: 0;
|
|
2899
|
+
.r1f0aqcc:first-child {
|
|
2900
|
+
border-color: #a3b4cc;
|
|
2916
2901
|
}
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
height:
|
|
2921
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2922
|
-
overflow: hidden;
|
|
2902
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2903
|
+
padding: 0 12px;
|
|
2904
|
+
line-height: 32px;
|
|
2905
|
+
height: 32px;
|
|
2923
2906
|
}
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2907
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2908
|
+
white-space: nowrap;
|
|
2926
2909
|
}
|
|
2927
|
-
.
|
|
2928
|
-
|
|
2929
|
-
height: 16px;
|
|
2910
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2911
|
+
background: #ccd4e3;
|
|
2930
2912
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2933
|
-
height: 32px;
|
|
2913
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2914
|
+
background: #0080ff;
|
|
2934
2915
|
}
|
|
2935
|
-
.
|
|
2936
|
-
|
|
2937
|
-
|
|
2916
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2917
|
+
background: #ccd4e3;
|
|
2918
|
+
opacity: 0.5;
|
|
2938
2919
|
}
|
|
2939
|
-
.
|
|
2940
|
-
border-
|
|
2941
|
-
transition-delay: 120ms;
|
|
2920
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2921
|
+
border-right-color: #0080ff;
|
|
2942
2922
|
}
|
|
2943
|
-
.
|
|
2944
|
-
|
|
2945
|
-
width: 14px;
|
|
2946
|
-
top: 1px;
|
|
2947
|
-
left: 1px;
|
|
2923
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2924
|
+
border-color: #0080ff;
|
|
2948
2925
|
}
|
|
2949
|
-
.
|
|
2950
|
-
|
|
2951
|
-
width: 28px;
|
|
2926
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2927
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2952
2928
|
}
|
|
2953
|
-
.
|
|
2954
|
-
|
|
2929
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2930
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2931
|
+
border-color: #ccd4e3;
|
|
2932
|
+
opacity: 0.5;
|
|
2955
2933
|
}
|
|
2956
|
-
.
|
|
2957
|
-
|
|
2934
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2935
|
+
color: #00122e;
|
|
2936
|
+
border-color: #ccd4e3;
|
|
2958
2937
|
}
|
|
2959
|
-
.
|
|
2960
|
-
|
|
2938
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2939
|
+
color: #00122e;
|
|
2940
|
+
border-color: #ccd4e3;
|
|
2941
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2961
2942
|
}
|
|
2962
|
-
.
|
|
2963
|
-
|
|
2943
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2944
|
+
margin-right: 8px;
|
|
2945
|
+
display: inline;
|
|
2946
|
+
border: none;
|
|
2947
|
+
padding: 0;
|
|
2948
|
+
width: 36px;
|
|
2949
|
+
background: transparent;
|
|
2964
2950
|
}
|
|
2965
|
-
.
|
|
2966
|
-
|
|
2951
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2952
|
+
box-shadow: none;
|
|
2967
2953
|
}
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2954
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2955
|
+
margin-right: 0;
|
|
2956
|
+
width: initial;
|
|
2957
|
+
box-shadow: none;
|
|
2958
|
+
}
|
|
2959
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2960
|
+
display: none;
|
|
2961
|
+
}
|
|
2962
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2963
|
+
display: inline;
|
|
2964
|
+
}
|
|
2965
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2966
|
+
display: inline;
|
|
2967
|
+
margin-right: 8px;
|
|
2968
|
+
padding: 0;
|
|
2969
|
+
width: 36px;
|
|
2971
2970
|
}
|
|
2972
2971
|
|
|
2973
2972
|
.t1upn1sz {
|
|
@@ -3964,6 +3963,61 @@ input.rrg1fkn.ant-input {
|
|
|
3964
3963
|
margin-left: 24px;
|
|
3965
3964
|
}
|
|
3966
3965
|
|
|
3966
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3967
|
+
border-radius: 6px;
|
|
3968
|
+
}
|
|
3969
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3970
|
+
width: 100%;
|
|
3971
|
+
height: 30px;
|
|
3972
|
+
color: #2d3a56;
|
|
3973
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3974
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3975
|
+
font-size: 13px;
|
|
3976
|
+
}
|
|
3977
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3978
|
+
height: 38px;
|
|
3979
|
+
font-size: 13px;
|
|
3980
|
+
}
|
|
3981
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3982
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3983
|
+
transition: 160ms ease;
|
|
3984
|
+
}
|
|
3985
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3986
|
+
color: #0080ff;
|
|
3987
|
+
}
|
|
3988
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3989
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3990
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3993
|
+
color: #0080ff;
|
|
3994
|
+
}
|
|
3995
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3996
|
+
border-color: #0080ff;
|
|
3997
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3998
|
+
}
|
|
3999
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4000
|
+
transform: rotate(180deg);
|
|
4001
|
+
}
|
|
4002
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4003
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4004
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
4005
|
+
cursor: "not-allowed";
|
|
4006
|
+
}
|
|
4007
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4008
|
+
border-color: #f0483e !important;
|
|
4009
|
+
}
|
|
4010
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4011
|
+
color: #1d326c;
|
|
4012
|
+
}
|
|
4013
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4014
|
+
border-color: #0080ff;
|
|
4015
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4016
|
+
}
|
|
4017
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4018
|
+
transform: rotate(180deg);
|
|
4019
|
+
}
|
|
4020
|
+
|
|
3967
4021
|
.igz4le8 {
|
|
3968
4022
|
height: 24px;
|
|
3969
4023
|
width: 56px !important;
|
|
@@ -4139,61 +4193,6 @@ input.rrg1fkn.ant-input {
|
|
|
4139
4193
|
margin-left: 8px;
|
|
4140
4194
|
}
|
|
4141
4195
|
|
|
4142
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4143
|
-
border-radius: 6px;
|
|
4144
|
-
}
|
|
4145
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4146
|
-
width: 100%;
|
|
4147
|
-
height: 30px;
|
|
4148
|
-
color: #2d3a56;
|
|
4149
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4150
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4151
|
-
font-size: 13px;
|
|
4152
|
-
}
|
|
4153
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4154
|
-
height: 38px;
|
|
4155
|
-
font-size: 13px;
|
|
4156
|
-
}
|
|
4157
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4158
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4159
|
-
transition: 160ms ease;
|
|
4160
|
-
}
|
|
4161
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4162
|
-
color: #0080ff;
|
|
4163
|
-
}
|
|
4164
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4165
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4166
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4167
|
-
}
|
|
4168
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4169
|
-
color: #0080ff;
|
|
4170
|
-
}
|
|
4171
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4172
|
-
border-color: #0080ff;
|
|
4173
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4174
|
-
}
|
|
4175
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4176
|
-
transform: rotate(180deg);
|
|
4177
|
-
}
|
|
4178
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4179
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4180
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4181
|
-
cursor: "not-allowed";
|
|
4182
|
-
}
|
|
4183
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4184
|
-
border-color: #f0483e !important;
|
|
4185
|
-
}
|
|
4186
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4187
|
-
color: #1d326c;
|
|
4188
|
-
}
|
|
4189
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4190
|
-
border-color: #0080ff;
|
|
4191
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4192
|
-
}
|
|
4193
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4194
|
-
transform: rotate(180deg);
|
|
4195
|
-
}
|
|
4196
|
-
|
|
4197
4196
|
.t1gz6wqf {
|
|
4198
4197
|
height: 100%;
|
|
4199
4198
|
}
|
|
@@ -4497,6 +4496,25 @@ input.rrg1fkn.ant-input {
|
|
|
4497
4496
|
font-size: inherit;
|
|
4498
4497
|
}
|
|
4499
4498
|
|
|
4499
|
+
.feau332.ant-form-item {
|
|
4500
|
+
margin-bottom: 0;
|
|
4501
|
+
}
|
|
4502
|
+
.feau332 .ant-form-item-explain {
|
|
4503
|
+
display: none;
|
|
4504
|
+
min-height: 18px;
|
|
4505
|
+
margin-top: 5px;
|
|
4506
|
+
font-family: "Inter";
|
|
4507
|
+
font-weight: 400;
|
|
4508
|
+
font-size: 12px;
|
|
4509
|
+
line-height: 18px;
|
|
4510
|
+
}
|
|
4511
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4512
|
+
white-space: pre-wrap;
|
|
4513
|
+
}
|
|
4514
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4515
|
+
display: block;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4500
4518
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4501
4519
|
display: var(--a6dbbkm-0);
|
|
4502
4520
|
}
|
|
@@ -4526,23 +4544,4 @@ input.rrg1fkn.ant-input {
|
|
|
4526
4544
|
margin: 0;
|
|
4527
4545
|
height: auto;
|
|
4528
4546
|
font-size: inherit;
|
|
4529
|
-
}
|
|
4530
|
-
|
|
4531
|
-
.feau332.ant-form-item {
|
|
4532
|
-
margin-bottom: 0;
|
|
4533
|
-
}
|
|
4534
|
-
.feau332 .ant-form-item-explain {
|
|
4535
|
-
display: none;
|
|
4536
|
-
min-height: 18px;
|
|
4537
|
-
margin-top: 5px;
|
|
4538
|
-
font-family: "Inter";
|
|
4539
|
-
font-weight: 400;
|
|
4540
|
-
font-size: 12px;
|
|
4541
|
-
line-height: 18px;
|
|
4542
|
-
}
|
|
4543
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4544
|
-
white-space: pre-wrap;
|
|
4545
|
-
}
|
|
4546
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4547
|
-
display: block;
|
|
4548
4547
|
}
|