Showing
2 changed files
with
5 additions
and
2 deletions
@@ -60,9 +60,12 @@ | @@ -60,9 +60,12 @@ | ||
60 | .selected { | 60 | .selected { |
61 | display: none; | 61 | display: none; |
62 | color: #d0021b !important; | 62 | color: #d0021b !important; |
63 | - font-weight: bold; | ||
64 | height: 79px; | 63 | height: 79px; |
65 | line-height: 40px; | 64 | line-height: 40px; |
65 | + | ||
66 | + .time { | ||
67 | + font-weight: bold; | ||
68 | + } | ||
66 | } | 69 | } |
67 | .normal { | 70 | .normal { |
68 | display: block; | 71 | display: block; |
-
Please register or login to post a comment