issue #13 Add Lotte L7 Theme.

This commit is contained in:
paul kim
2025-06-16 16:57:57 +09:00
parent 1eb5513c39
commit c00aac016b
46 changed files with 5295 additions and 0 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(19, 21, 23, 0.6);
color: rgb(255, 255, 255);
}