사이트 1차 수정
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
// 커피챗 신청 — 클라이언트 검증 + 완료 화면 (원본 바닐라 JS → Vue 반응형 이식)
|
||||
import { reactive, ref, nextTick } from 'vue'
|
||||
|
||||
useHead({ title: '커피챗 신청 | innertab' })
|
||||
useSeo({
|
||||
title: '커피챗 신청 | 이너탭(innertab)',
|
||||
description:
|
||||
'정식 지원 전에 이너탭 담당자와 가볍게 이야기 나눠보세요. 약 30분 내외, 온·오프라인으로 진행되는 커피챗을 신청할 수 있습니다.',
|
||||
path: '/coffee-chat',
|
||||
})
|
||||
|
||||
// 폼 상태
|
||||
const form = reactive({
|
||||
@@ -551,7 +556,7 @@ select.ctrl {
|
||||
}
|
||||
|
||||
.submit:hover {
|
||||
background: #161e36;
|
||||
background: #2a4490; /* 로열 블루 hover */
|
||||
transform: translateY(-0.125rem); /* -2px */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user