From d69fcefcf5d403c999744bbd7362dd048d371036 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Wed, 26 Apr 2017 09:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E9=A6=96=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=8E=E7=83=AD=E5=BA=A6=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shixuns/index.html.erb | 41 +++++++++++++++++++++++++++- public/stylesheets/css/taskstyle.css | 5 +++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/app/views/shixuns/index.html.erb b/app/views/shixuns/index.html.erb index c2c96fc16..08073a00f 100644 --- a/app/views/shixuns/index.html.erb +++ b/app/views/shixuns/index.html.erb @@ -59,9 +59,18 @@

+

+ 时间排序 + +
+
+ 热度排序 + +
+ 排序方式: 102 个搜索结果

@@ -104,3 +113,33 @@ + \ No newline at end of file diff --git a/public/stylesheets/css/taskstyle.css b/public/stylesheets/css/taskstyle.css index fc1805ce5..7792ff8a8 100644 --- a/public/stylesheets/css/taskstyle.css +++ b/public/stylesheets/css/taskstyle.css @@ -242,4 +242,7 @@ input.knowledge_frame{height:30px;line-height:30px;border:none;background:#f3f5f .search-wrapper.active .input-holder .search-input { opacity: 1; outline:none; background: none;} .search-wrapper .input-holder .search-icon { width:20px; height:20px; border:none; padding:0px; outline:none; position: relative; z-index: 2; float:right; cursor: pointer; background: none; color: #666; top:2px;} .search-wrapper .close { position: absolute; z-index: 1; top:2px; right:20px; width:25px; height:25px; cursor: pointer; opacity: 0;color: #666;} -.search-wrapper.active .close {right:-35px; opacity: 1;} \ No newline at end of file +.search-wrapper.active .close {right:-35px; opacity: 1;} +a.sortArrowActiveD {background:url(../images/post_image_list.png) -0px -20px no-repeat; width:7px; height:9px; float:left; margin-top: 10px;margin-left: 5px;} +a.sortArrowActiveU {background:url(../images/post_image_list.png) -17px -20px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:10px;} +.postSort {width:75px; float:right} \ No newline at end of file