diff --git a/themes/rainbond/layouts/partials/medium.html b/themes/rainbond/layouts/partials/medium.html index 0fb5e7e33bd56d7d207679e588df28a8baf02d5a..58b99cdbf33ecfe075d5d8d9203efcbeb8a6d9a0 100644 --- a/themes/rainbond/layouts/partials/medium.html +++ b/themes/rainbond/layouts/partials/medium.html @@ -15,11 +15,13 @@

参考社区,学习或贡献更多Rainbond用例用法

-
- - Slack -

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