인증키 관리 - 모바일 디자인 적용

This commit is contained in:
현성필
2025-12-12 19:49:29 +09:00
parent 8045238448
commit 51a57c11ee
10 changed files with 396 additions and 94 deletions
+155 -11
View File
@@ -3165,8 +3165,7 @@ hr {
.common-title-bar, .user-management-container .table-controls, .app-list-title-section, .register-title-bar {
background-color: transparent;
border-radius: 0;
padding: 20px;
padding-bottom: 12px;
padding: 20px 20px 0;
margin-bottom: 0;
border-bottom: 1.5px solid #212529;
}
@@ -10490,12 +10489,24 @@ select.form-control {
justify-content: center;
margin-bottom: 40px;
}
@media (max-width: 768px) {
.register-progress {
margin-bottom: 30px;
padding: 0;
}
}
.progress-steps {
display: flex;
align-items: flex-start;
gap: 50px;
}
@media (max-width: 768px) {
.progress-steps {
gap: 16px;
align-items: center;
}
}
.step-dots {
display: flex;
@@ -10507,9 +10518,20 @@ select.form-control {
border-radius: 50%;
background-color: #dadada;
}
@media (max-width: 1024px) {
@media (max-width: 768px) {
.step-dots {
display: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
width: auto;
height: auto;
}
.step-dots span {
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #dadada;
}
}
@@ -10522,6 +10544,11 @@ select.form-control {
.progress-step-item .step-icon-wrapper {
padding: 10px;
}
@media (max-width: 768px) {
.progress-step-item .step-icon-wrapper {
padding: 10px;
}
}
.progress-step-item .step-icon {
width: 62px;
height: 62px;
@@ -10532,6 +10559,22 @@ select.form-control {
justify-content: center;
color: #999;
}
@media (max-width: 768px) {
.progress-step-item .step-icon {
width: 44px;
height: 44px;
}
}
.progress-step-item .step-icon .step-icon-img {
width: 36px;
height: 36px;
}
@media (max-width: 768px) {
.progress-step-item .step-icon .step-icon-img {
width: 24px;
height: 24px;
}
}
.progress-step-item.active .step-icon {
background-color: #0049b4;
color: #FFFFFF;
@@ -10543,10 +10586,20 @@ select.form-control {
text-align: center;
white-space: nowrap;
}
@media (max-width: 768px) {
.progress-step-item .step-label {
font-size: 10px;
}
}
.progress-step-item.active .step-label {
font-weight: 700;
color: #0049b4;
}
@media (max-width: 768px) {
.progress-step-item.active .step-label {
font-size: 10px;
}
}
.register-form-container {
padding: 50px 45px;
@@ -10863,6 +10916,12 @@ select.form-control {
margin-bottom: 48px;
padding: 0 24px;
}
@media (max-width: 768px) {
.register-progress {
margin-bottom: 32px;
margin-top: 8px;
}
}
.register-progress .progress-steps {
display: flex;
align-items: center;
@@ -11776,10 +11835,40 @@ input[type=checkbox]:checked + .custom-checkbox {
height: 1045px;
padding-top: 262px;
}
@media (max-width: 768px) {
.register-result {
height: auto;
min-height: calc(100vh - 200px);
padding: 0 0 40px;
background-color: transparent;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
}
.register-result .result-box {
display: block;
}
@media (max-width: 768px) {
.register-result .result-box {
background-color: #f6f9fb;
border-radius: 8px;
padding: 54px 20px 40px;
width: 100%;
margin-bottom: 24px;
}
}
.register-result.success .result-icon img {
width: 250px;
height: 250px;
}
@media (max-width: 768px) {
.register-result.success .result-icon img {
width: 104px;
height: 104px;
}
}
.register-result.error .result-icon {
background: rgba(255, 107, 107, 0.1);
color: #FF6B6B;
@@ -11787,6 +11876,11 @@ input[type=checkbox]:checked + .custom-checkbox {
.register-result .result-icon-wrapper {
margin-bottom: 32px;
}
@media (max-width: 768px) {
.register-result .result-icon-wrapper {
margin-bottom: 24px;
}
}
.register-result .result-icon-wrapper .result-icon {
margin: 0 auto;
display: flex;
@@ -11797,17 +11891,40 @@ input[type=checkbox]:checked + .custom-checkbox {
.register-result .result-header {
margin-bottom: 40px;
}
@media (max-width: 768px) {
.register-result .result-header {
margin-bottom: 0;
}
}
.register-result .result-header h1 {
font-size: 24px;
font-weight: 700;
color: #0049b4;
margin-bottom: 16px;
}
@media (max-width: 768px) {
.register-result .result-header h1 {
font-size: 16px;
margin-bottom: 12px;
}
}
.register-result .result-header .result-description {
font-size: 16px;
color: #64748B;
margin: 0 auto;
}
@media (max-width: 768px) {
.register-result .result-header .result-description {
font-size: 12px;
line-height: 1.5;
}
.register-result .result-header .result-description .text-gray {
color: #5f666c;
}
.register-result .result-header .result-description .text-dark {
color: #212529;
}
}
.key-info-card {
background: #FFFFFF;
@@ -11942,10 +12059,12 @@ input[type=checkbox]:checked + .custom-checkbox {
}
@media (max-width: 768px) {
.result-actions {
flex-direction: column;
align-items: stretch;
gap: 8px;
padding: 0 16px;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
padding: 0;
width: 100%;
}
}
.result-actions .btn-primary,
@@ -11969,13 +12088,18 @@ input[type=checkbox]:checked + .custom-checkbox {
@media (max-width: 768px) {
.result-actions .btn-primary,
.result-actions .btn-secondary {
width: 100%;
min-height: 48px;
padding: 14px 24px;
width: 144px;
height: 40px;
min-height: 40px;
padding: 8px 10px;
border-radius: 8px;
font-size: 14px;
font-weight: 700;
justify-content: center;
}
}
.result-actions .btn-primary {
background-color: #0049b4;
color: #FFFFFF;
box-shadow: 0 4px 12px rgba(75, 155, 255, 0.1);
}
@@ -11983,6 +12107,15 @@ input[type=checkbox]:checked + .custom-checkbox {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(75, 155, 255, 0.15);
}
@media (max-width: 768px) {
.result-actions .btn-primary {
box-shadow: none;
}
.result-actions .btn-primary:hover {
transform: none;
box-shadow: none;
}
}
.result-actions .btn-secondary {
background: #FFFFFF;
color: #1A1A2E;
@@ -11993,6 +12126,17 @@ input[type=checkbox]:checked + .custom-checkbox {
border-color: #0049b4;
color: #0049b4;
}
@media (max-width: 768px) {
.result-actions .btn-secondary {
background-color: #e5e7eb;
color: #5f666c;
border: none;
}
.result-actions .btn-secondary:hover {
background-color: #d1d5db;
color: #5f666c;
}
}
.floating-cart-btn {
position: fixed;