@uxda/appkit 1.2.78 → 4.0.2
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/appkit.css +34 -35
- package/dist/assets/asset-DcH8Kg-2 +1 -0
- package/dist/index.js +194 -123
- package/package.json +4 -3
- package/rollup.config.mjs +11 -9
- package/src/balance/components/DateFilter.vue +26 -36
- package/src/payment/components/UserAgreement.vue +126 -34
- package/src/register/components/SelfRegistration.vue +67 -41
- package/src/user/components/UserBinding.vue +82 -75
- package/src/user/components/UserInfo.vue +1 -1
- package/dist/assets/asset-BnRbHhKf +0 -88
- package/dist/main.css +0 -3
- package/dist/styles.css +0 -1
package/dist/appkit.css
CHANGED
|
@@ -1133,6 +1133,7 @@ page {
|
|
|
1133
1133
|
}
|
|
1134
1134
|
.self-registration .nut-input-text {
|
|
1135
1135
|
text-align: right !important;
|
|
1136
|
+
flex: 1;
|
|
1136
1137
|
}
|
|
1137
1138
|
.self-registration .nut-form-item__label.required::before {
|
|
1138
1139
|
display: none;
|
|
@@ -1826,6 +1827,7 @@ page {
|
|
|
1826
1827
|
flex-direction: column;
|
|
1827
1828
|
box-sizing: border-box;
|
|
1828
1829
|
padding: 10px 12px env(safe-area-inset-bottom, 0px);
|
|
1830
|
+
--nut-cell-padding: 0;
|
|
1829
1831
|
}
|
|
1830
1832
|
.user-binding-img {
|
|
1831
1833
|
width: 351px;
|
|
@@ -1839,7 +1841,26 @@ page {
|
|
|
1839
1841
|
overflow: hidden;
|
|
1840
1842
|
margin-bottom: 10px;
|
|
1841
1843
|
}
|
|
1842
|
-
.user-binding-
|
|
1844
|
+
.user-binding-inputlayout {
|
|
1845
|
+
padding: 0 10px;
|
|
1846
|
+
box-sizing: border-box;
|
|
1847
|
+
}
|
|
1848
|
+
.user-binding-inputlayout .nut-input {
|
|
1849
|
+
height: 40px;
|
|
1850
|
+
padding: 0;
|
|
1851
|
+
display: flex;
|
|
1852
|
+
align-items: center;
|
|
1853
|
+
font-size: 16px;
|
|
1854
|
+
padding-left: 3px;
|
|
1855
|
+
border-color: #f5f5f5;
|
|
1856
|
+
}
|
|
1857
|
+
.user-binding-inputlayout .nut-input .input-text {
|
|
1858
|
+
width: 100%;
|
|
1859
|
+
}
|
|
1860
|
+
.user-binding .nut-placeholder {
|
|
1861
|
+
color: #cccccc;
|
|
1862
|
+
}
|
|
1863
|
+
.user-binding .user-binding-btn {
|
|
1843
1864
|
position: absolute;
|
|
1844
1865
|
bottom: 50px;
|
|
1845
1866
|
left: 25px;
|
|
@@ -1849,7 +1870,7 @@ page {
|
|
|
1849
1870
|
height: 40px;
|
|
1850
1871
|
line-height: 38px;
|
|
1851
1872
|
}
|
|
1852
|
-
.user-binding-codebtn {
|
|
1873
|
+
.user-binding .user-binding-codebtn {
|
|
1853
1874
|
height: 30px;
|
|
1854
1875
|
font-size: 12px;
|
|
1855
1876
|
padding: 0;
|
|
@@ -1858,69 +1879,47 @@ page {
|
|
|
1858
1879
|
color: var(--app-primary-color, #017fff);
|
|
1859
1880
|
background: #f2f2f2;
|
|
1860
1881
|
}
|
|
1861
|
-
.user-binding-steps {
|
|
1882
|
+
.user-binding .user-binding-steps {
|
|
1862
1883
|
margin-top: 15px;
|
|
1863
1884
|
}
|
|
1864
|
-
.user-binding-steps .nut-step-line {
|
|
1885
|
+
.user-binding .user-binding-steps .nut-step-line {
|
|
1865
1886
|
background: rgb(220, 220, 220);
|
|
1866
1887
|
left: 60%;
|
|
1867
1888
|
right: -40%;
|
|
1868
1889
|
}
|
|
1869
|
-
.user-binding-steps .nut-step-title {
|
|
1890
|
+
.user-binding .user-binding-steps .nut-step-title {
|
|
1870
1891
|
font-weight: bold;
|
|
1871
1892
|
color: rgba(0, 0, 0, 0.4);
|
|
1872
1893
|
}
|
|
1873
|
-
.user-binding-steps .nut-step.nut-step-wait .nut-step-icon
|
|
1894
|
+
.user-binding .user-binding-steps .nut-step.nut-step-wait .nut-step-icon {
|
|
1874
1895
|
background: rgb(243, 243, 243);
|
|
1875
1896
|
border-color: rgb(243, 243, 243);
|
|
1876
1897
|
color: rgba(0, 0, 0, 0.4);
|
|
1877
1898
|
}
|
|
1878
|
-
.user-binding-steps .nut-step.nut-step-process .nut-step-icon
|
|
1899
|
+
.user-binding .user-binding-steps .nut-step.nut-step-process .nut-step-icon {
|
|
1879
1900
|
background: var(--app-primary-color, #017fff);
|
|
1880
1901
|
border-color: var(--app-primary-color, #017fff);
|
|
1881
1902
|
}
|
|
1882
|
-
.user-binding-steps .nut-step.nut-step-process .nut-step-title {
|
|
1903
|
+
.user-binding .user-binding-steps .nut-step.nut-step-process .nut-step-title {
|
|
1883
1904
|
color: var(--app-primary-color, #017fff);
|
|
1884
1905
|
}
|
|
1885
|
-
.user-binding-steps .nut-step-head {
|
|
1906
|
+
.user-binding .user-binding-steps .nut-step-head {
|
|
1886
1907
|
margin-bottom: 8px;
|
|
1887
1908
|
}
|
|
1888
|
-
.user-binding-steps .nut-step.nut-step-finish .nut-step-title {
|
|
1909
|
+
.user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-title {
|
|
1889
1910
|
color: rgba(0, 0, 0, 0.9);
|
|
1890
1911
|
}
|
|
1891
|
-
.user-binding-steps .nut-step.nut-step-finish .nut-step-line {
|
|
1912
|
+
.user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-line {
|
|
1892
1913
|
background: var(--app-primary-color, #017fff);
|
|
1893
1914
|
}
|
|
1894
|
-
.user-binding-steps .nut-step.nut-step-finish .nut-step-head {
|
|
1915
|
+
.user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-head {
|
|
1895
1916
|
color: var(--app-primary-color, #017fff);
|
|
1896
1917
|
border-color: var(--app-primary-color, #017fff);
|
|
1897
1918
|
}
|
|
1898
|
-
.user-binding-steps .nut-step-icon {
|
|
1919
|
+
.user-binding .user-binding-steps .nut-step-icon {
|
|
1899
1920
|
width: 22px;
|
|
1900
1921
|
height: 22px;
|
|
1901
1922
|
}
|
|
1902
|
-
.user-binding-inputlayout {
|
|
1903
|
-
padding: 0 10px;
|
|
1904
|
-
box-sizing: border-box;
|
|
1905
|
-
}
|
|
1906
|
-
.user-binding-inputlayout .nut-input {
|
|
1907
|
-
height: 40px;
|
|
1908
|
-
padding: 0;
|
|
1909
|
-
display: flex;
|
|
1910
|
-
align-items: center;
|
|
1911
|
-
font-size: 16px;
|
|
1912
|
-
padding-left: 3px;
|
|
1913
|
-
border-color: #f5f5f5;
|
|
1914
|
-
}
|
|
1915
|
-
.user-binding-inputlayout .nut-input .input-text {
|
|
1916
|
-
width: 100%;
|
|
1917
|
-
}
|
|
1918
|
-
.user-binding-inputlayout .nut-input-label {
|
|
1919
|
-
color: #666;
|
|
1920
|
-
}
|
|
1921
|
-
.user-binding .nut-placeholder {
|
|
1922
|
-
color: #cccccc;
|
|
1923
|
-
}
|
|
1924
1923
|
.user-binding-success {
|
|
1925
1924
|
height: 100vh;
|
|
1926
1925
|
display: flex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|