편집 요약 없음 |
편집 요약 없음 태그: 수동 되돌리기 |
||
34번째 줄: | 34번째 줄: | ||
user-select: none; | user-select: none; | ||
z-index:-999; | z-index:-999; | ||
} | } |
2024년 8월 7일 (수) 00:14 판
/* 레이어(위 아래) */
.crok-lyr-1 {
z-index: -1;
}
.crok-lyr0 {
z-index: 0;
}
.crok-lyr1 {
z-index: 1;
}
/* 호이형 툴팁 */
.crok-ttp {
user-select: none;
}
.crok-ttp-text {
display: none;
user-select: none;
}
.crok-ttp:hover .crok-ttp-text {
display: inherit;
}
/* 뒷배경 */
.crok-BG1 {
position: relative;
width: 100%;
height: 100vh;
background: #1a1a1f;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
user-select: none;
z-index:-999;
}