pc 프로그램 다운로드 기능 적용

This commit is contained in:
Macbook
2026-06-14 10:25:22 +09:00
parent 86b99d8c10
commit 92f67580e3
25 changed files with 1031 additions and 125 deletions
+35
View File
@@ -13231,6 +13231,41 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
margin-top: 12px; font-size: 11px; color: var(--text3); line-height: 1.45;
}
.app-download-tabs {
display: flex; gap: 6px; margin-bottom: 14px;
padding: 4px; border-radius: 12px; background: var(--bg3); border: 1px solid var(--border);
}
.app-download-tab {
flex: 1; padding: 10px 12px; border: none; border-radius: 9px;
background: transparent; color: var(--text2); font-size: 13px; font-weight: 600; cursor: pointer;
}
.app-download-tab.active {
background: var(--bg); color: var(--text);
box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.app-download-app-icon--desktop {
background: linear-gradient(135deg, #2196f3, #0ea5e9);
}
.app-download-pc-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.app-download-pc-card {
display: flex; align-items: center; gap: 12px;
padding: 12px 14px; border-radius: 12px;
background: var(--bg2); border: 1px solid var(--border);
}
.app-download-pc-card--empty { opacity: 0.75; }
.app-download-pc-icon { font-size: 28px; flex-shrink: 0; width: 36px; text-align: center; }
.app-download-pc-body { flex: 1; min-width: 0; }
.app-download-pc-body strong { display: block; font-size: 14px; margin-bottom: 4px; }
.app-download-pc-btn {
flex-shrink: 0; padding: 8px 14px; border: none; border-radius: 10px;
background: linear-gradient(135deg, #2196f3, #0284c7);
color: #fff; font-size: 13px; font-weight: 700; cursor: pointer;
}
.app-download-pc-btn:hover { filter: brightness(1.06); }
.tmb-desktop-update-btn.busy { opacity: 0.65; cursor: wait; }
.tmb-desktop-update-btn.busy svg { animation: tmb-update-spin 0.9s linear infinite; }
@keyframes tmb-update-spin { to { transform: rotate(360deg); } }
/* ── 정식 로그인 유도 (게스트·매매 기능) ─────────────────────────────────── */
.formal-login-gate {
display: flex;