summary refs log tree commit diff
path: root/images
diff options
context:
space:
mode:
authormayx2022-01-04 20:42:55 +0800
committermayx2022-01-04 20:42:55 +0800
commitf4aa957c53cda659d026ffd23856f65a72fee739 (patch)
treeafc51b78e1ff241c955ca30910e895e02e0a1d22 /images
Restore deleted repositories
Diffstat (limited to 'images')
-rw-r--r--images/2020.04.06.zipbin0 -> 4971086 bytes
-rw-r--r--images/GEDSC AIRWAY BILL TO CHINA.jpgbin0 -> 1113561 bytes
-rw-r--r--images/MOS_Demo.pngbin0 -> 766232 bytes
-rw-r--r--images/QRCode.pngbin0 -> 349473 bytes
-rw-r--r--images/emoticon1.jpgbin0 -> 10657 bytes
-rw-r--r--images/loading.svg55
6 files changed, 55 insertions, 0 deletions
diff --git a/images/2020.04.06.zip b/images/2020.04.06.zip
new file mode 100644
index 0000000..41e750d
--- /dev/null
+++ b/images/2020.04.06.zip
Binary files differdiff --git a/images/GEDSC AIRWAY BILL TO CHINA.jpg b/images/GEDSC AIRWAY BILL TO CHINA.jpg
new file mode 100644
index 0000000..4c79f96
--- /dev/null
+++ b/images/GEDSC AIRWAY BILL TO CHINA.jpg
Binary files differdiff --git a/images/MOS_Demo.png b/images/MOS_Demo.png
new file mode 100644
index 0000000..c6128a2
--- /dev/null
+++ b/images/MOS_Demo.png
Binary files differdiff --git a/images/QRCode.png b/images/QRCode.png
new file mode 100644
index 0000000..3fd3b1e
--- /dev/null
+++ b/images/QRCode.png
Binary files differdiff --git a/images/emoticon1.jpg b/images/emoticon1.jpg
new file mode 100644
index 0000000..7eb87b2
--- /dev/null
+++ b/images/emoticon1.jpg
Binary files differdiff --git a/images/loading.svg b/images/loading.svg
new file mode 100644
index 0000000..5291869
--- /dev/null
+++ b/images/loading.svg
@@ -0,0 +1,55 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" class="m-loading-icon m-loading-wipe">
+  <defs>
+    <style>
+      .m-loading-icon {
+        stroke: #343640;
+        stroke-width: 3.5;
+        stroke-linecap: round;
+        background: none;
+        vertical-align: middle;
+      }
+      .m-loading-icon .m-loading-icon-bg-path{
+        fill: none;
+        stroke: #F2F2F2;
+      }
+      .m-loading-icon .m-loading-icon-active-path{
+        fill: none;
+        stroke: #666666;
+        transform-origin: 50% 50%;
+      }
+      .m-loading-wipe .m-loading-icon-active-path{
+        stroke-dasharray: 90, 150;
+        stroke-dashoffset: 0;
+        animation: loading-wipe 1.5s ease-in-out infinite, loading-rotate 2s linear infinite;
+      }
+      .m-loading-default .m-loading-icon-active-path{
+        stroke-dasharray: 60, 150;
+        animation: loading-rotate 0.8s linear infinite;
+      }
+      @keyframes loading-rotate{
+        to{transform:rotate(1turn)}
+      }
+      @keyframes loading-wipe{
+        0%{
+          stroke-dasharray:1,200;
+          stroke-dashoffset:0;
+        }
+        50%{
+          stroke-dasharray:90,150;
+          stroke-dashoffset:-40px;
+        }
+        to{
+          stroke-dasharray:90,150;
+          stroke-dashoffset:-120px;
+        }
+      }
+    </style>
+  </defs>
+  <title>loading</title>
+  <g>
+  <g>
+    <circle cx="25" cy="25" r="20" class="m-loading-icon-bg-path"></circle>
+    <circle cx="25" cy="25" r="20" class="m-loading-icon-active-path"></circle>
+  </g>
+  </g>
+</svg>