Showing
1 changed file
with
7 additions
and
5 deletions
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
73 | &:hover { | 73 | &:hover { |
74 | color: #9a9a9a; | 74 | color: #9a9a9a; |
75 | height: 50px; | 75 | height: 50px; |
76 | - cursor: default; | 76 | + cursor: pointer; |
77 | } | 77 | } |
78 | 78 | ||
79 | &:hover > a { | 79 | &:hover > a { |
@@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
114 | 114 | ||
115 | .down-app-box { | 115 | .down-app-box { |
116 | width: 230px; | 116 | width: 230px; |
117 | - color: #000; | 117 | + color: #1b1b1b; |
118 | font-size: 14px; | 118 | font-size: 14px; |
119 | padding: 20px 0; | 119 | padding: 20px 0; |
120 | margin-left: -86px; | 120 | margin-left: -86px; |
@@ -356,7 +356,7 @@ | @@ -356,7 +356,7 @@ | ||
356 | } | 356 | } |
357 | 357 | ||
358 | .cur { | 358 | .cur { |
359 | - background: #000; | 359 | + background: #1b1b1b; |
360 | } | 360 | } |
361 | 361 | ||
362 | a { | 362 | a { |
@@ -410,8 +410,10 @@ | @@ -410,8 +410,10 @@ | ||
410 | } | 410 | } |
411 | 411 | ||
412 | dt > a { | 412 | dt > a { |
413 | - color: #000; | ||
414 | - text-decoration: underline; | 413 | + color: #1b1b1b; |
414 | + display: inline-block; | ||
415 | + padding-bottom: 2px; | ||
416 | + border-bottom: 1px solid #1b1b1b; | ||
415 | } | 417 | } |
416 | 418 | ||
417 | .hot { | 419 | .hot { |
-
Please register or login to post a comment