rk-web-core 0.11.10 → 0.11.13

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.
@@ -0,0 +1 @@
1
+ (window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{391:function(n,e,t){var r={"./App.vue":394,"./core/components/loading/src/loading.vue":100};function u(n){var e=o(n);return t(e)}function o(n){if(!t.o(r,n)){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=391},392:function(n,e,t){"use strict";t.r(e);var r=t(393),u=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e.default=u.a},393:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"app",data:function(){return{}}}},394:function(n,e,t){"use strict";t.r(e);var r=t(395),u=t(392);for(var o in u)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(o);var i=t(147),a=Object(i.a)(u.default,r.a,r.b,!1,null,null,null);e.default=a.exports},395:function(n,e,t){"use strict";t.d(e,"a",(function(){return r})),t.d(e,"b",(function(){return u}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},u=[]}}]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-web-core",
3
3
  "description": "iep core utils",
4
- "version": "0.11.10",
4
+ "version": "0.11.13",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -1000,7 +1000,7 @@ html {
1000
1000
  flex-direction: column;
1001
1001
  }
1002
1002
  .rk-web-core-header-info-group-time span {
1003
- font-size: 20px;
1003
+ font-size: 18px;
1004
1004
  font-weight: 600;
1005
1005
  line-height: 18px;
1006
1006
  white-space: nowrap;
@@ -1032,11 +1032,12 @@ html {
1032
1032
  align-items: center;
1033
1033
  }
1034
1034
  .rk-web-core-header-info-group-weather img {
1035
- height: 30px;
1035
+ height: 26px;
1036
1036
  object-fit: cover;
1037
+ margin-right: 2px;
1037
1038
  }
1038
1039
  .rk-web-core-header-info-group-weather span {
1039
- font-size: 20px;
1040
+ font-size: 18px;
1040
1041
  font-weight: 600;
1041
1042
  white-space: nowrap;
1042
1043
  }
@@ -1067,12 +1068,12 @@ html {
1067
1068
  }
1068
1069
  .rk-web-core-header-info-group-wind-info span:first-child {
1069
1070
  line-height: 26px;
1070
- font-size: 20px;
1071
+ font-size: 18px;
1071
1072
  font-weight: 700;
1072
1073
  text-align: center;
1073
1074
  }
1074
1075
  .rk-web-core-header-info-group-wind-info span:last-child {
1075
- line-height: 20px;
1076
+ line-height: 12px;
1076
1077
  font-size: 12px;
1077
1078
  font-weight: 400;
1078
1079
  }
@@ -1482,3 +1483,230 @@ html {
1482
1483
  }
1483
1484
  }
1484
1485
 
1486
+ * {
1487
+ margin: 0;
1488
+ }
1489
+ html {
1490
+ --antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
1491
+ }
1492
+ .rk-web-core {
1493
+ font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
1494
+ }
1495
+ .maptalks {
1496
+ position: relative;
1497
+ height: 100%;
1498
+ }
1499
+ .sk-chase-box {
1500
+ height: 100%;
1501
+ }
1502
+ .fade-enter-active,
1503
+ .fade-leave-active {
1504
+ transition: opacity 0.5s ease;
1505
+ }
1506
+ .fade-enter-from {
1507
+ opacity: 0;
1508
+ }
1509
+ .fade-leave-to {
1510
+ opacity: 0;
1511
+ }
1512
+ .rk-web-core-loading {
1513
+ right: 0;
1514
+ bottom: 0;
1515
+ position: fixed;
1516
+ left: 0;
1517
+ top: 0;
1518
+ background-color: rgba(0, 0, 0, 0.1);
1519
+ display: flex;
1520
+ justify-content: center;
1521
+ align-items: center;
1522
+ }
1523
+ .la-square-jelly-box,
1524
+ .la-square-jelly-box > div {
1525
+ position: relative;
1526
+ -webkit-box-sizing: border-box;
1527
+ -moz-box-sizing: border-box;
1528
+ box-sizing: border-box;
1529
+ }
1530
+ .la-square-jelly-box {
1531
+ display: block;
1532
+ font-size: 0;
1533
+ color: #fff;
1534
+ }
1535
+ .la-square-jelly-box.la-dark {
1536
+ color: #333;
1537
+ }
1538
+ .la-square-jelly-box > div {
1539
+ display: inline-block;
1540
+ float: none;
1541
+ background-color: currentColor;
1542
+ border: 0 solid currentColor;
1543
+ }
1544
+ .la-square-jelly-box {
1545
+ width: 32px;
1546
+ height: 32px;
1547
+ }
1548
+ .la-square-jelly-box > div:nth-child(1),
1549
+ .la-square-jelly-box > div:nth-child(2) {
1550
+ position: absolute;
1551
+ left: 0;
1552
+ width: 100%;
1553
+ }
1554
+ .la-square-jelly-box > div:nth-child(1) {
1555
+ top: -25%;
1556
+ z-index: 1;
1557
+ height: 100%;
1558
+ border-radius: 10%;
1559
+ -webkit-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
1560
+ -moz-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
1561
+ -o-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
1562
+ animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
1563
+ }
1564
+ .la-square-jelly-box > div:nth-child(2) {
1565
+ bottom: -9%;
1566
+ height: 10%;
1567
+ background: #000;
1568
+ border-radius: 50%;
1569
+ opacity: 0.2;
1570
+ -webkit-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
1571
+ -moz-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
1572
+ -o-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
1573
+ animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
1574
+ }
1575
+ .la-square-jelly-box.la-sm {
1576
+ width: 16px;
1577
+ height: 16px;
1578
+ }
1579
+ .la-square-jelly-box.la-2x {
1580
+ width: 64px;
1581
+ height: 64px;
1582
+ }
1583
+ .la-square-jelly-box.la-3x {
1584
+ width: 96px;
1585
+ height: 96px;
1586
+ }
1587
+ /*
1588
+ * Animations
1589
+ */
1590
+ @-webkit-keyframes square-jelly-box-animate {
1591
+ 17% {
1592
+ border-bottom-right-radius: 10%;
1593
+ }
1594
+ 25% {
1595
+ -webkit-transform: translateY(25%) rotate(22.5deg);
1596
+ transform: translateY(25%) rotate(22.5deg);
1597
+ }
1598
+ 50% {
1599
+ border-bottom-right-radius: 100%;
1600
+ -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1601
+ transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1602
+ }
1603
+ 75% {
1604
+ -webkit-transform: translateY(25%) rotate(67.5deg);
1605
+ transform: translateY(25%) rotate(67.5deg);
1606
+ }
1607
+ 100% {
1608
+ -webkit-transform: translateY(0) rotate(90deg);
1609
+ transform: translateY(0) rotate(90deg);
1610
+ }
1611
+ }
1612
+ @-moz-keyframes square-jelly-box-animate {
1613
+ 17% {
1614
+ border-bottom-right-radius: 10%;
1615
+ }
1616
+ 25% {
1617
+ -moz-transform: translateY(25%) rotate(22.5deg);
1618
+ transform: translateY(25%) rotate(22.5deg);
1619
+ }
1620
+ 50% {
1621
+ border-bottom-right-radius: 100%;
1622
+ -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1623
+ transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1624
+ }
1625
+ 75% {
1626
+ -moz-transform: translateY(25%) rotate(67.5deg);
1627
+ transform: translateY(25%) rotate(67.5deg);
1628
+ }
1629
+ 100% {
1630
+ -moz-transform: translateY(0) rotate(90deg);
1631
+ transform: translateY(0) rotate(90deg);
1632
+ }
1633
+ }
1634
+ @-o-keyframes square-jelly-box-animate {
1635
+ 17% {
1636
+ border-bottom-right-radius: 10%;
1637
+ }
1638
+ 25% {
1639
+ -o-transform: translateY(25%) rotate(22.5deg);
1640
+ transform: translateY(25%) rotate(22.5deg);
1641
+ }
1642
+ 50% {
1643
+ border-bottom-right-radius: 100%;
1644
+ -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1645
+ transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1646
+ }
1647
+ 75% {
1648
+ -o-transform: translateY(25%) rotate(67.5deg);
1649
+ transform: translateY(25%) rotate(67.5deg);
1650
+ }
1651
+ 100% {
1652
+ -o-transform: translateY(0) rotate(90deg);
1653
+ transform: translateY(0) rotate(90deg);
1654
+ }
1655
+ }
1656
+ @keyframes square-jelly-box-animate {
1657
+ 17% {
1658
+ border-bottom-right-radius: 10%;
1659
+ }
1660
+ 25% {
1661
+ -webkit-transform: translateY(25%) rotate(22.5deg);
1662
+ -moz-transform: translateY(25%) rotate(22.5deg);
1663
+ -o-transform: translateY(25%) rotate(22.5deg);
1664
+ transform: translateY(25%) rotate(22.5deg);
1665
+ }
1666
+ 50% {
1667
+ border-bottom-right-radius: 100%;
1668
+ -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1669
+ -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1670
+ -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1671
+ transform: translateY(50%) scale(1, 0.9) rotate(45deg);
1672
+ }
1673
+ 75% {
1674
+ -webkit-transform: translateY(25%) rotate(67.5deg);
1675
+ -moz-transform: translateY(25%) rotate(67.5deg);
1676
+ -o-transform: translateY(25%) rotate(67.5deg);
1677
+ transform: translateY(25%) rotate(67.5deg);
1678
+ }
1679
+ 100% {
1680
+ -webkit-transform: translateY(0) rotate(90deg);
1681
+ -moz-transform: translateY(0) rotate(90deg);
1682
+ -o-transform: translateY(0) rotate(90deg);
1683
+ transform: translateY(0) rotate(90deg);
1684
+ }
1685
+ }
1686
+ @-webkit-keyframes square-jelly-box-shadow {
1687
+ 50% {
1688
+ -webkit-transform: scale(1.25, 1);
1689
+ transform: scale(1.25, 1);
1690
+ }
1691
+ }
1692
+ @-moz-keyframes square-jelly-box-shadow {
1693
+ 50% {
1694
+ -moz-transform: scale(1.25, 1);
1695
+ transform: scale(1.25, 1);
1696
+ }
1697
+ }
1698
+ @-o-keyframes square-jelly-box-shadow {
1699
+ 50% {
1700
+ -o-transform: scale(1.25, 1);
1701
+ transform: scale(1.25, 1);
1702
+ }
1703
+ }
1704
+ @keyframes square-jelly-box-shadow {
1705
+ 50% {
1706
+ -webkit-transform: scale(1.25, 1);
1707
+ -moz-transform: scale(1.25, 1);
1708
+ -o-transform: scale(1.25, 1);
1709
+ transform: scale(1.25, 1);
1710
+ }
1711
+ }
1712
+