빙의 코드 개선

- 유효 기간 관련 늘림.
- 유효 기간 가까워지면 색으로 표시. 만료 표기도 추가
- 다른 장수 보기를 남은 초 기준으로 수정
This commit is contained in:
2018-05-05 22:39:21 +09:00
parent a75eb5b74e
commit 683a844a08
4 changed files with 49 additions and 14 deletions
+7 -2
View File
@@ -39,5 +39,10 @@
position: relative;
top: -1px;
*overflow: hidden;
}
}
#outdate_token{
color:red;
display:none;
}