diff --git a/app.html b/app.html
index adaa71a..afe7761 100644
--- a/app.html
+++ b/app.html
@@ -10,17 +10,21 @@
diff --git a/image/qrcode.jpg b/image/qrcode.jpg
new file mode 100644
index 0000000..0052764
Binary files /dev/null and b/image/qrcode.jpg differ
diff --git a/index.html b/index.html
index 069535b..913b429 100644
--- a/index.html
+++ b/index.html
@@ -67,12 +67,16 @@
+
diff --git a/style/app.css b/style/app.css
index d60b3b4..8add368 100644
--- a/style/app.css
+++ b/style/app.css
@@ -43,3 +43,18 @@ a:hover{
height: 300px;
margin-right: 10px;
}
+
+.mod-qrcode{
+ position: fixed;
+ right: 25px;
+ bottom: 25px;
+ text-align: center;
+}
+.mod-qrcode .box{
+ width: 150px;
+ height: 148px;
+ overflow: hidden;
+}
+.mod-qrcode p{
+ line-height: 30px;
+}
\ No newline at end of file
diff --git a/style/index.css b/style/index.css
index a010bee..f3463a9 100644
--- a/style/index.css
+++ b/style/index.css
@@ -84,7 +84,6 @@ a:hover{
resize: none;
outline: none;
}
-
.mod-panel .ft{
padding-top: 20px;
border-top:1px dotted #e0e0e0;
@@ -104,4 +103,19 @@ a:hover{
}
.mod-panel .copy p{
line-height: 24px;
+}
+
+.mod-qrcode{
+ position: fixed;
+ right: 25px;
+ bottom: 25px;
+ text-align: center;
+}
+.mod-qrcode .box{
+ width: 150px;
+ height: 148px;
+ overflow: hidden;
+}
+.mod-qrcode p{
+ line-height: 30px;
}
\ No newline at end of file