feat: 웹 클라이언트 비주얼 오버홀 — 게임 에셋 적용
- 홈페이지: 드래곤 히어로 배경(bg_loading), fixed 헤더, 로고, 마을 배경 다운로드 섹션 - 로그인/회원가입: 고딕 성문 배경(bg_login), 카드 프레임, 게임 버튼 - 공통: btn-game, card-game, divider-game CSS 클래스 추가 - 게임 에셋 PNG → WebP 변환 (6MB → 80~234KB) - 관리자 페이지: 로고/divider 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -413,6 +413,19 @@
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.wallet-logo {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.wallet-tabs-divider {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
height: 16px;
|
||||
background: url('/images/divider.webp') center/contain no-repeat;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Mobile responsive */
|
||||
@media (max-width: 768px) {
|
||||
.wallet-header {
|
||||
|
||||
Reference in New Issue
Block a user