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