diff --git a/image/my.png b/image/my.png
new file mode 100644
index 0000000..12901b0
Binary files /dev/null and b/image/my.png differ
diff --git a/index.html b/index.html
index 2bd3e6f..e860ab6 100644
--- a/index.html
+++ b/index.html
@@ -85,6 +85,10 @@
微信扫一扫,使用小程序
+
diff --git a/style/index.css b/style/index.css
index 1c4bcc1..b234bfd 100644
--- a/style/index.css
+++ b/style/index.css
@@ -128,4 +128,19 @@ a:hover{
}
.mod-qrcode p{
line-height: 30px;
+}
+
+.mod-my{
+ position: fixed;
+ left: 25px;
+ bottom: 25px;
+ text-align: center;
+}
+.mod-my .box{
+ width: 189px;
+ /*height: 148px;*/
+ overflow: hidden;
+}
+.mod-my p{
+ line-height: 30px;
}
\ No newline at end of file