diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2552a51..9f7dca1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,8 +12,8 @@ - + @@ -396,17 +404,18 @@ - - + - + diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index b63b897..8d589f9 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -1,18 +1,10 @@ .Qr-titled { - background-color: rgba(0,0,0,0.06); + background-color: #f5f5f7; box-sizing: border-box; - border-top: rgba(0,0,0,0.06) solid 2px; - border-bottom: rgba(0,0,0,0.06) solid 2px; padding-top: calc((10px + 2vmin) * 2); padding-bottom: calc((10px + 2vmin) * 2); } -@media (min-width: 500px) { - .Qr-titled { - border-top: rgba(0,0,0,0.06) solid 3px; - border-bottom: rgba(0,0,0,0.06) solid 3px; - } -} .Qr-titled-nobg { padding-top: calc((10px + 2vmin) * 2); @@ -119,12 +111,6 @@ border-color: #44D7B6; } -.Qr-item:active .Qr-item-image { - -webkit-transition-duration: 0s; /* Safari */ - transition-duration: 0s; - border-color: #3BBC9F; -} - .Qr-item:hover .Qr-item-image-inner { opacity: 1; } @@ -309,4 +295,22 @@ table { width: 200px; height: 2em; } +} + +.Qr-footer { + font-size: 14px; + margin-bottom: -4px; +} + +.Qr-footer div { + margin-bottom: 4px; +} + +a { + color: currentColor; + text-decoration: none; +} + +a:hover { + text-decoration: underline; } \ No newline at end of file diff --git a/src/components/Qrcode.js b/src/components/Qrcode.js index ef6c49b..d09f82c 100644 --- a/src/components/Qrcode.js +++ b/src/components/Qrcode.js @@ -113,6 +113,23 @@ class Qrcode extends React.Component { +
+
+
More
+

更多

+
+
+
+ +
+
+
+ ); }