Showing
1 changed file
with
24 additions
and
0 deletions
@@ -66,6 +66,30 @@ body { | @@ -66,6 +66,30 @@ body { | ||
66 | color: #999; | 66 | color: #999; |
67 | } | 67 | } |
68 | 68 | ||
69 | +.filter-nav li > a{ | ||
70 | + position: relative; | ||
71 | +} | ||
72 | + | ||
73 | +.filter-nav .icon { | ||
74 | + position: absolute; | ||
75 | + top: 0; | ||
76 | + bottom: 0; | ||
77 | + left: 100%; | ||
78 | + | ||
79 | + .up, .down { | ||
80 | + position: absolute; | ||
81 | + } | ||
82 | + | ||
83 | + .up { | ||
84 | + transform: translateY(-6px); | ||
85 | + } | ||
86 | + | ||
87 | + .down { | ||
88 | + transform: translateY(6px); | ||
89 | + } | ||
90 | +} | ||
91 | + | ||
92 | + | ||
69 | .filter-nav .iconfont.cur { | 93 | .filter-nav .iconfont.cur { |
70 | color: inherit; | 94 | color: inherit; |
71 | } | 95 | } |
-
Please register or login to post a comment