Authored by 毕凯

搜索页面 分类 增加搜索箭头

@@ -44,6 +44,7 @@ @@ -44,6 +44,7 @@
44 <li> 44 <li>
45 <span class="attr {{#if checked}}checked{{/if}}"> 45 <span class="attr {{#if checked}}checked{{/if}}">
46 {{name}} 46 {{name}}
  47 + <div class="sort-up-icon"></div>
47 </span> 48 </span>
48 </li> 49 </li>
49 {{/each}} 50 {{/each}}
@@ -85,11 +85,42 @@ @@ -85,11 +85,42 @@
85 border: 1px solid #000; 85 border: 1px solid #000;
86 } 86 }
87 87
  88 + .sort-pre {
  89 + .attr {
  90 + position: relative;
  91 + }
  92 + }
  93 +
  94 + .active {
  95 + .sort-up-icon {
  96 + visibility: visible;
  97 + }
  98 + }
  99 +
  100 + .sort-up-icon {
  101 + position: absolute;
  102 + width: 15px;
  103 + height: 9px;
  104 + left: 50%;
  105 + margin-left: -7px;
  106 + bottom: -17px;
  107 + z-index: 3;
  108 + visibility: hidden;
  109 + background: image-url('product/senior-up.png') no-repeat;
  110 + background-position-x: 50%;
  111 + }
  112 +
88 .sort-sub-wrap { 113 .sort-sub-wrap {
89 width: 100%; 114 width: 100%;
90 115
91 .sort-sub { 116 .sort-sub {
92 - padding: 15px 0; 117 + border-top: 1px solid #dfdfdf;
  118 + margin-top: 15px;
  119 + padding: 0 0 15px;
  120 +
  121 + .attr {
  122 + padding-top: 15px;
  123 + }
93 } 124 }
94 } 125 }
95 126
@@ -303,4 +334,4 @@ @@ -303,4 +334,4 @@
303 .multi .checkbox { 334 .multi .checkbox {
304 display: inline; 335 display: inline;
305 } 336 }
306 -}  
  337 +}