@uxda/appkit 1.2.73 → 1.2.75

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.
Files changed (39) hide show
  1. package/dist/appkit.css +806 -29
  2. package/dist/assets/asset-BnRbHhKf +88 -0
  3. package/dist/index.js +3040 -556
  4. package/package.json +2 -1
  5. package/src/balance/api/endpoints.ts +44 -44
  6. package/src/balance/types.ts +42 -42
  7. package/src/components/bt-cropper/index.vue +774 -0
  8. package/src/components/bt-cropper/utils/calcCropper.js +42 -0
  9. package/src/components/bt-cropper/utils/calcImagePosition.js +23 -0
  10. package/src/components/bt-cropper/utils/calcImageSize.js +37 -0
  11. package/src/components/bt-cropper/utils/calcPointDistance.js +12 -0
  12. package/src/components/bt-cropper/utils/calcRightAndBottom.js +7 -0
  13. package/src/components/bt-cropper/utils/ratio.js +3 -0
  14. package/src/components/bt-cropper/utils/tools.js +25 -0
  15. package/src/components/dd-search/index.vue +3 -3
  16. package/src/index.ts +1 -0
  17. package/src/notice/components/NoticeBanner.vue +1 -1
  18. package/src/notice/components/NoticeList.vue +3 -1
  19. package/src/notice/components/index.ts +1 -2
  20. package/src/shared/components/DeviceVersion.vue +3 -2
  21. package/src/shared/composables/index.ts +3 -0
  22. package/src/shared/composables/useCountdown.ts +46 -0
  23. package/src/shared/composables/useDragBox.ts +88 -0
  24. package/src/shared/composables/useEncode.ts +43 -0
  25. package/src/shared/composables/useValidator.ts +31 -0
  26. package/src/shared/http/Http.ts +4 -3
  27. package/src/user/api/endpoints.ts +17 -0
  28. package/src/user/api/index.ts +86 -0
  29. package/src/{notice → user}/components/LoginSetting.vue +1 -0
  30. package/src/user/components/UserBinding.vue +300 -0
  31. package/src/user/components/UserBindingSuccess.vue +80 -0
  32. package/src/user/components/UserEntry.vue +129 -0
  33. package/src/user/components/UserFeedback.vue +410 -0
  34. package/src/user/components/UserFeedbackEntry.vue +137 -0
  35. package/src/user/components/UserHeadCrop.vue +65 -0
  36. package/src/user/components/UserInfo.vue +612 -0
  37. package/src/user/components/UserResourceEmpty.vue +74 -0
  38. package/src/user/components/index.ts +21 -0
  39. package/src/user/index.ts +1 -0
package/dist/appkit.css CHANGED
@@ -1278,33 +1278,9 @@ page {
1278
1278
  text-align: left;
1279
1279
  }
1280
1280
  .notice-banner-btn {
1281
- color: #017fff;
1281
+ color: var(--app-primary-color, #017fff);
1282
1282
  padding-left: 6px;
1283
1283
  }
1284
- .login-setting {
1285
- position: fixed;
1286
- z-index: 4;
1287
- left: 12px;
1288
- top: 10px;
1289
- bottom: 10px;
1290
- align-items: center;
1291
- justify-content: center;
1292
- width: calc(100% - 24px);
1293
- background: #ffffff;
1294
- border-radius: 5px;
1295
- display: flex;
1296
- flex-direction: column;
1297
- }
1298
- .login-setting-img {
1299
- height: 111px;
1300
- width: 198px;
1301
- }
1302
- .login-setting-text {
1303
- margin-top: 10px;
1304
- color: #353535;
1305
- opacity: 0.4;
1306
- font-size: 12px;
1307
- }
1308
1284
  .notice-entry {
1309
1285
  position: fixed;
1310
1286
  right: 0;
@@ -1358,7 +1334,7 @@ page {
1358
1334
  border-color: transparent;
1359
1335
  }
1360
1336
  .dd-search.focus .dd-search__form {
1361
- border-color: #017fff;
1337
+ border-color: var(--app-primary-color, #017fff);
1362
1338
  }
1363
1339
  .dd-search__placeholder {
1364
1340
  color: #b4b4b4;
@@ -1381,7 +1357,7 @@ page {
1381
1357
  width: 100%;
1382
1358
  box-sizing: border-box;
1383
1359
  padding: 0 10px;
1384
- caret-color: #017fff;
1360
+ caret-color: var(--app-primary-color, #017fff);
1385
1361
  }
1386
1362
  .dd-search__prefix, .dd-search__suffix {
1387
1363
  width: 15px !important;
@@ -1392,7 +1368,7 @@ page {
1392
1368
  line-height: 33px;
1393
1369
  padding: 0 10px;
1394
1370
  font-size: 16px;
1395
- color: #017fff;
1371
+ color: var(--app-primary-color, #017fff);
1396
1372
  }
1397
1373
  .dd-search.disabled .dd-search__suffix {
1398
1374
  display: none;
@@ -1508,7 +1484,7 @@ page {
1508
1484
  }
1509
1485
  .notice-list-file {
1510
1486
  font-size: 10px;
1511
- color: #017fff;
1487
+ color: var(--app-primary-color, #017fff);
1512
1488
  opacity: 0.5;
1513
1489
  }
1514
1490
  .notice-list .cue-text {
@@ -1529,4 +1505,805 @@ page {
1529
1505
  padding: 0 5px;
1530
1506
  margin-left: 4px;
1531
1507
  opacity: 0.5;
1508
+ }
1509
+ .user-entry {
1510
+ position: absolute;
1511
+ left: 0;
1512
+ top: 130px;
1513
+ transform: translateY(-50%);
1514
+ display: flex;
1515
+ padding: 0 22px;
1516
+ align-items: center;
1517
+ width: 100%;
1518
+ }
1519
+ .user-entry-head {
1520
+ position: relative;
1521
+ width: 62px;
1522
+ height: 62px;
1523
+ margin-right: 8px;
1524
+ }
1525
+ .user-entry-head-img {
1526
+ width: 100%;
1527
+ height: 100%;
1528
+ overflow: hidden;
1529
+ border-radius: 50%;
1530
+ border: 1.5px solid #fff;
1531
+ }
1532
+ .user-entry-head-icon {
1533
+ position: absolute;
1534
+ width: 15px;
1535
+ height: 15px;
1536
+ bottom: 2px;
1537
+ left: 48px;
1538
+ background: url("https://cdn.ddjf.com/static/images/wx-yunservice/edit-icon.png") center;
1539
+ background-size: cover;
1540
+ }
1541
+ .user-entry-bd {
1542
+ color: #fff;
1543
+ }
1544
+ .user-entry-bd-bigtxt {
1545
+ display: flex;
1546
+ align-items: center;
1547
+ font-size: 20px;
1548
+ font-weight: 500;
1549
+ line-height: 28px;
1550
+ margin-left: 10px;
1551
+ }
1552
+ .user-entry-bd-bigtxt-icon {
1553
+ width: 20px;
1554
+ }
1555
+ .user-entry-bd-txt {
1556
+ font-size: 20px;
1557
+ font-weight: 500;
1558
+ line-height: 25px;
1559
+ margin-bottom: 5px;
1560
+ }
1561
+ .user-entry-bd-smalltxt {
1562
+ margin-top: 0;
1563
+ font-size: 15px;
1564
+ line-height: 21px;
1565
+ }
1566
+ .user-info {
1567
+ height: 100vh;
1568
+ }
1569
+ .user-info-wrap {
1570
+ padding: 0 12px;
1571
+ padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
1572
+ box-sizing: border-box;
1573
+ min-height: 100%;
1574
+ }
1575
+ .user-info-tit {
1576
+ height: 38px;
1577
+ display: flex;
1578
+ align-items: center;
1579
+ color: #666666;
1580
+ font-size: 12px;
1581
+ padding-left: 10px;
1582
+ }
1583
+ .user-info-head {
1584
+ border-radius: 5px;
1585
+ background: #fff;
1586
+ padding: 30px 11px 0;
1587
+ }
1588
+ .user-info-head-avatar {
1589
+ position: relative;
1590
+ width: 80px;
1591
+ height: 80px;
1592
+ margin: 0 auto 25px;
1593
+ }
1594
+ .user-info-head-img {
1595
+ width: 100%;
1596
+ height: 100%;
1597
+ overflow: hidden;
1598
+ border-radius: 50%;
1599
+ }
1600
+ .user-info-head-upload {
1601
+ position: absolute;
1602
+ bottom: -2px;
1603
+ left: 52px;
1604
+ width: 29px;
1605
+ height: 29px;
1606
+ background: #333333;
1607
+ overflow: hidden;
1608
+ border-radius: 50%;
1609
+ display: flex;
1610
+ align-items: center;
1611
+ justify-content: center;
1612
+ }
1613
+ .user-info-head-upload-icon {
1614
+ width: 17px;
1615
+ height: 17px;
1616
+ }
1617
+ .user-info-team-item {
1618
+ border-radius: 5px;
1619
+ background: #fff;
1620
+ display: flex;
1621
+ padding: 15px;
1622
+ margin-bottom: 10px;
1623
+ }
1624
+ .user-info-team-item-avatar {
1625
+ width: 38px;
1626
+ height: 38px;
1627
+ margin-right: 15px;
1628
+ border-radius: 5px;
1629
+ background: rgba(1, 127, 255, 0.3);
1630
+ display: flex;
1631
+ align-items: center;
1632
+ justify-content: center;
1633
+ }
1634
+ .user-info-team-item-avatar-img {
1635
+ width: 100%;
1636
+ height: 100%;
1637
+ }
1638
+ .user-info-team-item-title {
1639
+ font-size: 16px;
1640
+ font-weight: 500;
1641
+ margin-bottom: 5px;
1642
+ }
1643
+ .user-info-team-item-app {
1644
+ margin-bottom: 8px;
1645
+ display: flex;
1646
+ align-items: center;
1647
+ flex-wrap: wrap;
1648
+ }
1649
+ .user-info-team-item-app-tag {
1650
+ border: 1px solid rgba(53, 53, 53, 0.2);
1651
+ font-size: 10px;
1652
+ height: 18px;
1653
+ display: inline-flex;
1654
+ align-items: center;
1655
+ justify-content: center;
1656
+ padding: 0 6px;
1657
+ border-radius: 2px;
1658
+ margin: 0 10px 6px 0;
1659
+ }
1660
+ .user-info-team-item-bd {
1661
+ flex: 1;
1662
+ }
1663
+ .user-info-team-item-role {
1664
+ padding: 10px;
1665
+ background: rgba(245, 245, 245, 0.5);
1666
+ border-radius: 5px;
1667
+ margin-bottom: 10px;
1668
+ }
1669
+ .user-info-team-item-role-btn {
1670
+ color: var(--app-primary-color, #017fff);
1671
+ font-size: 10px;
1672
+ display: inline-flex;
1673
+ align-items: center;
1674
+ margin-bottom: 6px;
1675
+ }
1676
+ .user-info-team-item-role-btn-icon {
1677
+ width: 12px;
1678
+ height: 12px;
1679
+ position: relative;
1680
+ top: 1px;
1681
+ }
1682
+ .user-info-team-item-role-btn-icon.showRole {
1683
+ transform: rotate(180deg);
1684
+ }
1685
+ .user-info-team-item-role-item {
1686
+ display: flex;
1687
+ font-size: 10px;
1688
+ margin-bottom: 10px;
1689
+ }
1690
+ .user-info-team-item-role-item:last-child {
1691
+ margin-bottom: 0;
1692
+ }
1693
+ .user-info-team-item-role-item-name {
1694
+ opacity: 0.5;
1695
+ white-space: nowrap;
1696
+ margin-right: 10px;
1697
+ min-width: 40px;
1698
+ }
1699
+ .user-info-team-item-role-item-info {
1700
+ flex: 1;
1701
+ color: #1a1a1a;
1702
+ }
1703
+ .user-info-team-item-user {
1704
+ margin-bottom: 4px;
1705
+ font-size: 12px;
1706
+ display: flex;
1707
+ align-items: center;
1708
+ }
1709
+ .user-info-team-item-user-icon {
1710
+ width: 10px;
1711
+ height: 10px;
1712
+ margin-left: 4px;
1713
+ }
1714
+ .user-info-team-item-dept {
1715
+ display: flex;
1716
+ flex-wrap: wrap;
1717
+ font-size: 10px;
1718
+ color: rgba(26, 26, 26, 0.8);
1719
+ }
1720
+ .user-info-team-item-dept-item {
1721
+ font-size: 10px;
1722
+ color: rgba(26, 26, 26, 0.5);
1723
+ margin: 4px 10px 4px 0;
1724
+ }
1725
+ .user-info-team-item-dept-item:first-child {
1726
+ color: rgba(26, 26, 26, 0.8);
1727
+ }
1728
+ .user-info-ft-btn {
1729
+ width: 100%;
1730
+ border-color: transparent !important;
1731
+ color: rgba(27, 63, 107, 0.8) !important;
1732
+ }
1733
+ .user-info .nut-cell {
1734
+ padding: 11px 0;
1735
+ margin: 0;
1736
+ box-shadow: none;
1737
+ border-bottom: 1px solid #f0f0f0;
1738
+ font-size: 16px;
1739
+ }
1740
+ .user-info .nut-cell .nut-cell__value {
1741
+ font-size: 16px;
1742
+ color: #000;
1743
+ }
1744
+ .user-info .nut-cell .nut-cell__link {
1745
+ color: #ccc;
1746
+ margin-left: 8px;
1747
+ }
1748
+ .upload-avatar-popup-box {
1749
+ display: flex;
1750
+ flex-direction: column;
1751
+ align-items: center;
1752
+ justify-content: center;
1753
+ }
1754
+ .upload-avatar-popup-avatar {
1755
+ width: 320px;
1756
+ height: 320px;
1757
+ overflow: hidden;
1758
+ border-radius: 50%;
1759
+ margin-bottom: 50px;
1760
+ }
1761
+ .upload-avatar-popup-btn {
1762
+ width: 106px;
1763
+ height: 37px;
1764
+ border-radius: 50px;
1765
+ border: 1px solid #ffffff;
1766
+ display: flex;
1767
+ justify-content: center;
1768
+ align-items: center;
1769
+ color: #ffffff;
1770
+ font-size: 16px;
1771
+ }
1772
+ .change-username-popup .nut-dialog {
1773
+ min-height: auto;
1774
+ }
1775
+ .change-username-popup .nut-input {
1776
+ height: 40px;
1777
+ padding: 0;
1778
+ display: flex;
1779
+ align-items: center;
1780
+ font-size: 16px;
1781
+ border: none;
1782
+ }
1783
+ .change-username-popup .nut-input .input-text {
1784
+ width: 100%;
1785
+ height: 100%;
1786
+ font-size: 14px;
1787
+ }
1788
+ .change-username-popup .nut-input .nut-input-value,
1789
+ .change-username-popup .nut-input .nut-input-inner,
1790
+ .change-username-popup .nut-input .nut-input-box {
1791
+ height: 100%;
1792
+ overflow: hidden;
1793
+ background: #f5f5f5;
1794
+ border-radius: 6px;
1795
+ }
1796
+ .change-username-popup .nut-input .nut-placeholder {
1797
+ color: #cccccc;
1798
+ line-height: 38px;
1799
+ height: 38px;
1800
+ }
1801
+ .change-username-popup .nut-input .nut-input-box {
1802
+ padding: 0 15px;
1803
+ }
1804
+ .change-username-popup-cancel.nut-button {
1805
+ border-radius: 15px;
1806
+ font-size: 14px;
1807
+ height: 30px;
1808
+ }
1809
+ .change-username-popup-ok.nut-button {
1810
+ background: var(--app-primary-color, #017fff);
1811
+ height: 30px;
1812
+ font-size: 14px;
1813
+ border-radius: 15px;
1814
+ }
1815
+ .user-binding {
1816
+ height: 100vh;
1817
+ display: flex;
1818
+ flex-direction: column;
1819
+ box-sizing: border-box;
1820
+ padding: 10px 12px env(safe-area-inset-bottom, 0px);
1821
+ }
1822
+ .user-binding-img {
1823
+ width: 351px;
1824
+ height: 192px;
1825
+ }
1826
+ .user-binding-layout {
1827
+ position: relative;
1828
+ width: 351px;
1829
+ border-radius: 4px;
1830
+ background: #fff;
1831
+ overflow: hidden;
1832
+ margin-bottom: 10px;
1833
+ }
1834
+ .user-binding-btn {
1835
+ position: absolute;
1836
+ bottom: 50px;
1837
+ left: 25px;
1838
+ width: calc(100% - 50px);
1839
+ font-size: 16px;
1840
+ background: var(--app-primary-color, #017fff);
1841
+ height: 40px;
1842
+ line-height: 38px;
1843
+ }
1844
+ .user-binding-codebtn {
1845
+ height: 30px;
1846
+ font-size: 12px;
1847
+ padding: 0;
1848
+ width: 90px;
1849
+ border: none;
1850
+ color: var(--app-primary-color, #017fff);
1851
+ background: #f2f2f2;
1852
+ }
1853
+ .user-binding-steps {
1854
+ margin-top: 15px;
1855
+ }
1856
+ .user-binding-steps .nut-step-line {
1857
+ background: rgb(220, 220, 220);
1858
+ left: 60%;
1859
+ right: -40%;
1860
+ }
1861
+ .user-binding-steps .nut-step-title {
1862
+ font-weight: bold;
1863
+ color: rgba(0, 0, 0, 0.4);
1864
+ }
1865
+ .user-binding-steps .nut-step.nut-step-wait .nut-step-icon.is-text {
1866
+ background: rgb(243, 243, 243);
1867
+ border-color: rgb(243, 243, 243);
1868
+ color: rgba(0, 0, 0, 0.4);
1869
+ }
1870
+ .user-binding-steps .nut-step.nut-step-process .nut-step-icon.is-text {
1871
+ background: var(--app-primary-color, #017fff);
1872
+ border-color: var(--app-primary-color, #017fff);
1873
+ }
1874
+ .user-binding-steps .nut-step.nut-step-process .nut-step-title {
1875
+ color: var(--app-primary-color, #017fff);
1876
+ }
1877
+ .user-binding-steps .nut-step-head {
1878
+ margin-bottom: 8px;
1879
+ }
1880
+ .user-binding-steps .nut-step.nut-step-finish .nut-step-title {
1881
+ color: rgba(0, 0, 0, 0.9);
1882
+ }
1883
+ .user-binding-steps .nut-step.nut-step-finish .nut-step-line {
1884
+ background: var(--app-primary-color, #017fff);
1885
+ }
1886
+ .user-binding-steps .nut-step.nut-step-finish .nut-step-head {
1887
+ color: var(--app-primary-color, #017fff);
1888
+ border-color: var(--app-primary-color, #017fff);
1889
+ }
1890
+ .user-binding-steps .nut-step-icon {
1891
+ width: 22px;
1892
+ height: 22px;
1893
+ }
1894
+ .user-binding-inputlayout {
1895
+ padding: 0 10px;
1896
+ box-sizing: border-box;
1897
+ }
1898
+ .user-binding-inputlayout .nut-input {
1899
+ height: 40px;
1900
+ padding: 0;
1901
+ display: flex;
1902
+ align-items: center;
1903
+ font-size: 16px;
1904
+ padding-left: 3px;
1905
+ border-color: #f5f5f5;
1906
+ }
1907
+ .user-binding-inputlayout .nut-input .input-text {
1908
+ width: 100%;
1909
+ }
1910
+ .user-binding-inputlayout .nut-input-label {
1911
+ color: #666;
1912
+ }
1913
+ .user-binding .nut-placeholder {
1914
+ color: #cccccc;
1915
+ }
1916
+ .user-binding-success {
1917
+ height: 100vh;
1918
+ display: flex;
1919
+ flex-direction: column;
1920
+ align-items: center;
1921
+ box-sizing: border-box;
1922
+ background: #fff;
1923
+ }
1924
+ .user-binding-success-icon {
1925
+ margin-top: 80px;
1926
+ width: 50px;
1927
+ height: 50px;
1928
+ margin-bottom: 30px;
1929
+ }
1930
+ .user-binding-success-info {
1931
+ font-size: 30px;
1932
+ color: #000000;
1933
+ font-weight: bold;
1934
+ margin-bottom: 15px;
1935
+ }
1936
+ .user-binding-success-sbtn {
1937
+ padding: 0 15px;
1938
+ color: #017fff;
1939
+ font-size: 16px;
1940
+ }
1941
+ .user-binding-success-btn {
1942
+ margin-top: 80px;
1943
+ width: 296px;
1944
+ font-size: 16px;
1945
+ background: var(--app-primary-color, #017fff);
1946
+ height: 40px;
1947
+ line-height: 38px;
1948
+ }
1949
+ .bt-container {
1950
+ display: flex;
1951
+ flex-direction: column;
1952
+ justify-content: space-between;
1953
+ height: 100%;
1954
+ box-sizing: border-box;
1955
+ background-color: #0e1319;
1956
+ position: relative;
1957
+ overflow: hidden;
1958
+ }
1959
+ .bt-container .iconfont {
1960
+ position: absolute;
1961
+ z-index: 999;
1962
+ top: 20px;
1963
+ font-size: 15px;
1964
+ padding: 5px;
1965
+ background-color: rgba(255, 255, 255, 0.2);
1966
+ border-radius: 50%;
1967
+ color: #ffffff;
1968
+ }
1969
+ .bt-container .iconfont.active {
1970
+ color: #007aff;
1971
+ }
1972
+ .bt-container .icon-replay {
1973
+ right: 20px;
1974
+ }
1975
+ .bt-container .bt-canvas {
1976
+ position: absolute;
1977
+ left: 100%;
1978
+ top: 0;
1979
+ width: 300px;
1980
+ height: 300px;
1981
+ }
1982
+ .bt-container .mainContent {
1983
+ flex: 1;
1984
+ margin: 30px;
1985
+ position: relative;
1986
+ }
1987
+ .bt-container .mainContent .image {
1988
+ position: absolute;
1989
+ transform-origin: center center;
1990
+ }
1991
+ .bt-container .mainContent .controller {
1992
+ position: absolute;
1993
+ z-index: 99;
1994
+ padding: 10px;
1995
+ }
1996
+ .bt-container .mainContent .controller::after {
1997
+ display: block;
1998
+ content: "";
1999
+ box-shadow: 0 0 5px #333;
2000
+ background-color: #e4e7ed;
2001
+ }
2002
+ .bt-container .mainContent .controller.controller_dot::after {
2003
+ width: 20px;
2004
+ height: 20px;
2005
+ border-radius: 99px;
2006
+ }
2007
+ .bt-container .mainContent .controller.vertical::after {
2008
+ width: 5px;
2009
+ height: 20px;
2010
+ }
2011
+ .bt-container .mainContent .controller.horizon::after {
2012
+ width: 20px;
2013
+ height: 5px;
2014
+ }
2015
+ .bt-container .mainContent .cropper {
2016
+ position: absolute;
2017
+ border: 1px solid #eee;
2018
+ box-sizing: content-box;
2019
+ transform-origin: center center;
2020
+ outline: 999px solid rgba(0, 0, 0, 0.5);
2021
+ will-change: transform;
2022
+ display: contain;
2023
+ pointer-events: none;
2024
+ }
2025
+ .bt-container .mainContent .cropper .line {
2026
+ position: absolute;
2027
+ }
2028
+ .bt-container .mainContent .cropper .row {
2029
+ width: 100%;
2030
+ height: 0px;
2031
+ left: 0;
2032
+ border-top: 1px dashed #007aff;
2033
+ }
2034
+ .bt-container .mainContent .cropper .col {
2035
+ height: 100%;
2036
+ width: 0px;
2037
+ border-left: 1px dashed #007aff;
2038
+ }
2039
+ .bt-container .mainContent .cropper .row1 {
2040
+ top: 33%;
2041
+ }
2042
+ .bt-container .mainContent .cropper .row2 {
2043
+ top: 66%;
2044
+ }
2045
+ .bt-container .mainContent .cropper .col1 {
2046
+ left: 33%;
2047
+ }
2048
+ .bt-container .mainContent .cropper .col2 {
2049
+ left: 66%;
2050
+ }
2051
+ .bt-container .slot {
2052
+ position: relative;
2053
+ padding-top: 10px;
2054
+ }
2055
+ .user-head-crop {
2056
+ height: 100vh;
2057
+ }
2058
+ .user-head-crop-btns {
2059
+ position: absolute;
2060
+ bottom: 0;
2061
+ left: 0;
2062
+ width: 100%;
2063
+ height: 50px;
2064
+ padding: 0 20px;
2065
+ box-sizing: border-box;
2066
+ line-height: 50px;
2067
+ display: flex;
2068
+ justify-content: space-between;
2069
+ }
2070
+ .user-head-crop .cbtn {
2071
+ color: #fff;
2072
+ }
2073
+ .user-head-crop .comfirmBtn {
2074
+ color: var(--app-primary-color, #017fff);
2075
+ }
2076
+ .user-feedback {
2077
+ margin: 10px 12px;
2078
+ padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
2079
+ min-height: 100vh;
2080
+ box-sizing: border-box;
2081
+ overflow: hidden;
2082
+ }
2083
+ .user-feedback.isSuccess {
2084
+ margin: 0;
2085
+ padding: 0;
2086
+ height: 100%;
2087
+ }
2088
+ .user-feedback.isSuccess .user-feedback-wrap {
2089
+ height: 100vh;
2090
+ align-items: center;
2091
+ }
2092
+ .user-feedback-wrap {
2093
+ min-height: calc(100vh - (75px + env(safe-area-inset-bottom, 0px)));
2094
+ height: 100%;
2095
+ background: #fff;
2096
+ display: flex;
2097
+ flex-direction: column;
2098
+ box-sizing: border-box;
2099
+ padding: 10px;
2100
+ border-radius: 5px;
2101
+ }
2102
+ .user-feedback-head {
2103
+ background: #f2f9ff;
2104
+ padding: 15px;
2105
+ border-radius: 2px;
2106
+ font-size: 12px;
2107
+ margin-bottom: 8px;
2108
+ }
2109
+ .user-feedback-head-info {
2110
+ padding-left: 9px;
2111
+ text-indent: -9px;
2112
+ }
2113
+ .user-feedback-tit {
2114
+ height: 44px;
2115
+ display: flex;
2116
+ align-items: center;
2117
+ color: #1a1a1a;
2118
+ font-weight: 500;
2119
+ font-size: 17px;
2120
+ }
2121
+ .user-feedback-body {
2122
+ border-radius: 4px 4px 0px 0px;
2123
+ display: flex;
2124
+ flex-direction: column;
2125
+ overflow: hidden;
2126
+ }
2127
+ .user-feedback-editor {
2128
+ padding: 10px;
2129
+ font-size: 14px;
2130
+ background: #f5f5f5;
2131
+ overflow-y: auto;
2132
+ min-height: 165px;
2133
+ }
2134
+ .user-feedback-handle {
2135
+ display: flex;
2136
+ align-items: center;
2137
+ flex-wrap: wrap;
2138
+ margin-top: 10px;
2139
+ margin-right: -4px;
2140
+ }
2141
+ .user-feedback-handle-item {
2142
+ position: relative;
2143
+ border-radius: 2px;
2144
+ display: flex;
2145
+ align-items: center;
2146
+ justify-content: center;
2147
+ width: 79px;
2148
+ height: 79px;
2149
+ background: #f5f5f5;
2150
+ font-size: 30px;
2151
+ color: rgba(53, 53, 53, 0.3);
2152
+ margin-right: 4px;
2153
+ margin-bottom: 4px;
2154
+ }
2155
+ .user-feedback-handle-item-img {
2156
+ max-width: 100%;
2157
+ max-height: 100%;
2158
+ }
2159
+ .user-feedback-handle-item-close {
2160
+ position: absolute;
2161
+ top: -2px;
2162
+ right: -2px;
2163
+ width: 20px;
2164
+ height: 20px;
2165
+ display: flex;
2166
+ justify-content: center;
2167
+ align-items: center;
2168
+ }
2169
+ .user-feedback-handle-item-close-img {
2170
+ width: 10px;
2171
+ height: 10px;
2172
+ }
2173
+ .user-feedback .ql-editor.ql-blank:before {
2174
+ color: rgba(0, 0, 0, 0.3);
2175
+ font-style: normal;
2176
+ }
2177
+ .user-feedback-footer {
2178
+ position: fixed;
2179
+ z-index: 10;
2180
+ bottom: 0;
2181
+ left: 0;
2182
+ width: 100%;
2183
+ min-height: 63px;
2184
+ background: #ffffff;
2185
+ box-shadow: 0 -3px 11px 0 rgba(224, 224, 224, 0.5);
2186
+ padding: 10px 12px calc(8px + env(safe-area-inset-bottom, 0px));
2187
+ display: flex;
2188
+ justify-content: space-between;
2189
+ box-sizing: border-box;
2190
+ }
2191
+ .user-feedback-footer-btn {
2192
+ flex: 1;
2193
+ }
2194
+ .user-feedback-footer-btn:first-child {
2195
+ margin-right: 10px;
2196
+ }
2197
+ .user-feedback-success-img {
2198
+ width: 87px;
2199
+ height: 90px;
2200
+ margin-top: 110px;
2201
+ margin-bottom: 20px;
2202
+ }
2203
+ .user-feedback-success-info {
2204
+ color: #353535;
2205
+ font-size: 16px;
2206
+ font-weight: 500;
2207
+ }
2208
+ .user-feedback-entry {
2209
+ position: fixed;
2210
+ z-index: 10;
2211
+ right: 12px;
2212
+ bottom: calc(120px + env(safe-area-inset-bottom, 0px));
2213
+ display: flex;
2214
+ flex-direction: column;
2215
+ align-items: center;
2216
+ justify-content: center;
2217
+ background: #fff;
2218
+ box-shadow: 0px 2px 5px 0px rgba(0, 110, 229, 0.1019607843);
2219
+ width: 40px;
2220
+ height: 40px;
2221
+ border-radius: 50%;
2222
+ color: rgba(0, 0, 0, 0.5);
2223
+ font-size: 10px;
2224
+ }
2225
+ .user-feedback-entry-icon {
2226
+ width: 13px;
2227
+ height: 13px;
2228
+ margin-bottom: 1px;
2229
+ }
2230
+ .user-feedback-entry:active {
2231
+ background: rgba(255, 255, 255, 0.7);
2232
+ }
2233
+ .user-feedback-entry.hasStorage {
2234
+ width: 92px;
2235
+ height: 43px;
2236
+ background: transparent;
2237
+ box-shadow: none;
2238
+ }
2239
+ .user-feedback-entry.hasStorage .user-feedback-entry-icon {
2240
+ width: 100%;
2241
+ height: 100%;
2242
+ }
2243
+ .user-feedback-entry.hasStorage:active {
2244
+ background: transparent;
2245
+ }
2246
+ .user-feedback-entry.hasStorage .user-feedback-entry-close {
2247
+ position: absolute;
2248
+ top: -6px;
2249
+ right: -6px;
2250
+ width: 20px;
2251
+ height: 20px;
2252
+ display: flex;
2253
+ justify-content: center;
2254
+ align-items: center;
2255
+ }
2256
+ .user-feedback-entry.hasStorage .user-feedback-entry-close-img {
2257
+ width: 10px;
2258
+ height: 10px;
2259
+ }
2260
+ .login-setting {
2261
+ position: fixed;
2262
+ z-index: 4;
2263
+ left: 12px;
2264
+ top: 10px;
2265
+ bottom: 10px;
2266
+ align-items: center;
2267
+ justify-content: center;
2268
+ width: calc(100% - 24px);
2269
+ background: #ffffff;
2270
+ border-radius: 5px;
2271
+ display: flex;
2272
+ flex-direction: column;
2273
+ }
2274
+ .login-setting-img {
2275
+ height: 111px;
2276
+ width: 198px;
2277
+ }
2278
+ .login-setting-text {
2279
+ margin-top: 10px;
2280
+ color: #353535;
2281
+ opacity: 0.4;
2282
+ font-size: 12px;
2283
+ padding: 0 30px;
2284
+ }
2285
+ .login-setting {
2286
+ position: fixed;
2287
+ z-index: 4;
2288
+ left: 12px;
2289
+ top: 10px;
2290
+ bottom: 10px;
2291
+ align-items: center;
2292
+ justify-content: center;
2293
+ width: calc(100% - 24px);
2294
+ background: #ffffff;
2295
+ border-radius: 5px;
2296
+ display: flex;
2297
+ flex-direction: column;
2298
+ }
2299
+ .login-setting-img {
2300
+ height: 111px;
2301
+ width: 198px;
2302
+ }
2303
+ .login-setting-text {
2304
+ margin-top: 10px;
2305
+ color: #353535;
2306
+ opacity: 0.4;
2307
+ font-size: 12px;
2308
+ padding: 0 30px;
1532
2309
  }