-
- Slack
- 加入社区聊天,与开发团队讨论Rainbond
+
diff --git a/themes/rainbond/static/css/style.css b/themes/rainbond/static/css/style.css
index 530cf1637eb764c5f9cc89116ee29d10affa7a4b..c118cf766fa45036c73cf2ace8b1fefd9390d2d3 100644
--- a/themes/rainbond/static/css/style.css
+++ b/themes/rainbond/static/css/style.css
@@ -9,6 +9,18 @@
transform: rotate(359deg)
}
}
+#wechatimg {
+ position: absolute !important;
+ display: none;
+ top: -185px !important;
+ left: 20% !important;
+ max-width: fit-content !important;
+ height: 200px !important;
+}
+
+#WeChat:hover #wechatimg {
+ display: block !important;
+}
.select {
display: inline-block;
diff --git a/themes/rainbond/static/images/we-chat.png b/themes/rainbond/static/images/we-chat.png
new file mode 100644
index 0000000000000000000000000000000000000000..00f96eb721fbd2c549471aa72854e651d07156b2
Binary files /dev/null and b/themes/rainbond/static/images/we-chat.png differ