issue #11 #12 임피리얼 펠리스와 광화문을 같이 지원하기 위하여 theme스킴 적용.

This commit is contained in:
Paul Kim
2024-02-15 14:17:07 +09:00
parent d7f61a3691
commit 81c608456e
570 changed files with 8997 additions and 66 deletions

View File

@@ -0,0 +1,26 @@
/* Brocure */
.guide {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
margin: 0;
padding: 0;
z-index: 2;
display: block;
}
.guide>.tips {
position: absolute;
top: 1034px;
left: 0px;
width: 1920px;
height: 40px;
font-size: 32px;
text-align: center;
line-height: 40px;
background-color: rgba(50,40,26, 0.7);
color: rgb(255, 255, 255);
}