From cb5548d8497bf4f2e40ab9c273eb6e1e92c87bd3 Mon Sep 17 00:00:00 2001 From: zeekling Date: Mon, 31 Aug 2020 23:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9A=AE=E8=82=A4bolo-fantas?= =?UTF-8?q?tic=E6=9C=80=E6=96=B0=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bolo-fantastic/footer.ftl | 12 +++++++ bolo-fantastic/side-right.ftl | 17 ++++++++++ bolo-fantastic/side.ftl | 59 ++++++++++++++++++++++------------- 3 files changed, 66 insertions(+), 22 deletions(-) diff --git a/bolo-fantastic/footer.ftl b/bolo-fantastic/footer.ftl index f36cc6a..c966aa1 100644 --- a/bolo-fantastic/footer.ftl +++ b/bolo-fantastic/footer.ftl @@ -144,6 +144,18 @@ function search(){ } window.open("https://www.zeekling.cn/search?keyword=" + s); } +function search_m(){ + var s = $("#search-m").val(); + if (s == ""){ + layer.open({ + title:"${blogTitle!}友情提示", + content:"搜索关键词不能为空!", + anim:4 + }); + return; + } + window.open("https://www.zeekling.cn/search?keyword=" + s); +} <#include "../../common-template/label.ftl"> diff --git a/bolo-fantastic/side-right.ftl b/bolo-fantastic/side-right.ftl index 113d89b..f0b2732 100644 --- a/bolo-fantastic/side-right.ftl +++ b/bolo-fantastic/side-right.ftl @@ -69,3 +69,20 @@ +
+
+ +
+
diff --git a/bolo-fantastic/side.ftl b/bolo-fantastic/side.ftl index 00f7687..b4a680f 100644 --- a/bolo-fantastic/side.ftl +++ b/bolo-fantastic/side.ftl @@ -143,25 +143,6 @@ box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);"> - -
-
- -
@@ -171,15 +152,21 @@ box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);"> <#list recentComments as comment>
+
+
+ +
+
+