Showing
2 changed files
with
34 additions
and
2 deletions
@@ -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 | +} |
-
Please register or login to post a comment