한글 디즈니 작업 중

This commit is contained in:
2025-07-21 22:16:53 +09:00
parent 584c63a3a6
commit b45090aeca
21 changed files with 2103 additions and 993 deletions

View File

@@ -3954,6 +3954,9 @@
font-size: 1.6rem;
}
}
.displayThemeDesney .available-theme .list ul li a .txt .hashs > * {
display: inline-block;
}
.displayThemeDesney .available-theme .list ul li.more {
width: 32rem;
height: 19.4rem;
@@ -3987,6 +3990,7 @@
.displayThemeDesney .available-theme .list ul li.more strong {
display: flex;
align-items: center;
position: relative;
margin-bottom: 1.2rem;
font-size: 1.8rem;
color: #000;
@@ -3998,6 +4002,48 @@
margin-bottom: 3.6rem;
}
}
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
display: inline-block;
position: absolute;
top: -1.5rem;
left: 77%;
background-color: #fbc707;
padding: 0.8rem 0.9rem;
border-radius: 0.4rem;
font-size: 1.2rem;
color: #000;
line-height: 1.3;
font-weight: 600;
text-align: center;
white-space: nowrap;
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble {
top: -7rem;
left: 50%;
transform: translateX(-70%);
padding: 1.2rem 1.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.6rem;
}
}
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble::after {
content: "";
display: block;
position: absolute;
bottom: -1rem;
left: 1.65rem;
transform: 0;
border-left: 1rem solid transparent;
border-right: 1rem solid transparent;
border-top: 1rem solid #fbc707;
}
@media (min-width: 768px) {
.displayThemeDesney .available-theme .list ul li.more strong .speech-bubble::after {
left: 50%;
transform: translateX(-50%);
}
}
.displayThemeDesney .available-theme .list ul li.more .arrow {
display: inline-block;
position: relative;