diff --git a/design/uiux/prototype/03-프로필.html b/design/uiux/prototype/03-프로필.html index 0026659..98f315a 100644 --- a/design/uiux/prototype/03-프로필.html +++ b/design/uiux/prototype/03-프로필.html @@ -16,10 +16,10 @@
-
+
person
-

홍길동

+

홍길동

hong@example.com

diff --git a/design/uiux/prototype/08-AI이벤트추천.html b/design/uiux/prototype/08-AI이벤트추천.html index 5a159ae..b4e8291 100644 --- a/design/uiux/prototype/08-AI이벤트추천.html +++ b/design/uiux/prototype/08-AI이벤트추천.html @@ -425,8 +425,8 @@ KTEventApp.Utils.saveToStorage('selected_recommendation', recommendationData); - // 콘텐츠 편집 페이지로 이동 - window.location.href = '10-콘텐츠편집.html'; + // SNS 이미지 생성 페이지로 이동 + window.location.href = '09-콘텐츠미리보기.html'; } }); diff --git a/design/uiux/prototype/09-콘텐츠미리보기.html b/design/uiux/prototype/09-콘텐츠미리보기.html index 06c4f4a..4cb5c02 100644 --- a/design/uiux/prototype/09-콘텐츠미리보기.html +++ b/design/uiux/prototype/09-콘텐츠미리보기.html @@ -34,6 +34,40 @@ color: var(--color-gray-400); text-align: center; } + .style-card { + position: relative; + cursor: pointer; + transition: all 0.3s ease; + border: 3px solid transparent; + } + .style-card:hover { + transform: translateY(-2px); + box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); + } + .style-card.selected { + border-color: var(--color-kt-red); + box-shadow: 0 4px 12px rgba(227, 30, 36, 0.2); + } + .style-card .form-check-input { + display: none; + } + .selected-badge { + position: absolute; + top: var(--spacing-md); + right: var(--spacing-md); + background: var(--color-kt-red); + color: white; + width: 32px; + height: 32px; + border-radius: var(--radius-full); + display: none; + align-items: center; + justify-content: center; + z-index: 10; + } + .style-card.selected .selected-badge { + display: flex; + } .fullscreen-modal { position: fixed; top: 0; @@ -110,7 +144,17 @@

스타일 1: 심플

-
+
+
+ check +
+
-
-
- - -
+