diff --git a/.idea/misc.xml b/.idea/misc.xml index 24eb271..f6addde 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,7 @@ + + + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index bcd5dfd..fc7c42c 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/logo192.png b/public/logo192.png index fc44b0a..b5cc925 100644 Binary files a/public/logo192.png and b/public/logo192.png differ diff --git a/public/logo512.png b/public/logo512.png index a4e47a6..6a0e700 100644 Binary files a/public/logo512.png and b/public/logo512.png differ diff --git a/src/App.css b/src/App.css index 6cd0587..3453cc7 100644 --- a/src/App.css +++ b/src/App.css @@ -4,17 +4,6 @@ user-select: none; } -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - .App-header { background-color: #FFFFFF; min-height: 100vh; @@ -25,16 +14,3 @@ font-size: calc(10px + 2vmin); color: black; } - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} diff --git a/src/components/Qrcode.js b/src/components/Qrcode.js index 7f9ea8d..4c03ce3 100644 --- a/src/components/Qrcode.js +++ b/src/components/Qrcode.js @@ -166,7 +166,7 @@ class Qrcode extends React.Component { render() { return ( -
+

@@ -251,7 +251,7 @@ class Qrcode extends React.Component {
作者ciaochaosCPunisher
-
Copyright © {currentYear} QRBTF. All rights reserved.
+
Copyright © {currentYear} QRBTF. 保留所有权利。
diff --git a/src/containers/Layout.css b/src/containers/Layout.css index e69de29..573cf55 100644 --- a/src/containers/Layout.css +++ b/src/containers/Layout.css @@ -0,0 +1,4 @@ +.Layout { + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/src/containers/Layout.js b/src/containers/Layout.js index 59a7f32..da72fc9 100644 --- a/src/containers/Layout.js +++ b/src/containers/Layout.js @@ -3,7 +3,7 @@ import './Layout.css' const Layout = (props) => { return ( -
+
{props.children}
); diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c10..0000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -