25
| <![CDATA[<style type="text/css">
body, html { height: 100%; margin: 0; }
.app-loading {
position: relative; height: 100%; display: flex; flex-direction: column;
align-items: center; justify-content: center;
}
.app-loading>#logo>img {
border: 0;
vertical-align: middle;
max-width: 250px;
text-align: center;
}
.app-loading .spinner {
animation: rotate 2s linear infinite; transform-origin: center center;
position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;
height: 400px; width: 400px;
}
.app-loading .spinner .path {
stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round;
stroke: #ddd; animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
100% { transform: rotate(360deg); }
}
@keyframes dash {
0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; }
}
</style>]]>
|
13
| <![CDATA[<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12574948-1', 'auto');
</script>]]>
|