2023/12/18 찾교 > 관리자페이지 > NEW 아이콘 추가
This commit is contained in:
parent
c85f541ab0
commit
1af765ed91
@ -124,7 +124,7 @@ function fn_goDetail(cmmNotifyOrd){
|
||||
new
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
확인완료
|
||||
<span class="new_icon">NEW</span>확인완료
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
|
||||
@ -99,3 +99,11 @@
|
||||
.calendar_in img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
|
||||
|
||||
.dateInput {width: }
|
||||
|
||||
/*관리자 NEW 아이콘 추가*/
|
||||
.new_icon{background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 4px 0 -33PX;}
|
||||
|
||||
@media all and (max-width: 1750px){
|
||||
/*관리자 NEW 아이콘 추가*/
|
||||
.new_icon{display: block; width: 30px; margin: 0 auto; padding: 1px 5px 2px 5px;}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user