@@ -102,6 +102,11 @@ a {
margin-right: .2rem;
background: red;
border-radius: .08rem;
+ overflow: hidden;
+}
+.page-1 .download .qr img {
+ width: 100%;
+ height: 100%;
}
.page-1 .download .button {
display: flex;
@@ -19,3 +19,7 @@ function index() {
function about() {
fullpage_api.moveTo(6)
+
+function download() {
+ window.open('http://h5.uptoyo.com/download','_blank')