-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[김희진] sprint3 #46
The head ref may contain hidden characters: "Basic-\uAE40\uD76C\uC9C4-sprint3"
[김희진] sprint3 #46
Changes from 16 commits
0cfe633
aded29c
25f8897
1675121
c279174
88d1109
11f628f
86dec28
b6c7831
af0ab41
418ea33
41d9ff3
5723727
3720433
fe0dc50
0cd84b4
3418966
8236985
ed0f613
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,12 @@ | |
margin: auto; | ||
} | ||
|
||
.panda-market { | ||
display: none; | ||
} | ||
|
||
.header-container { | ||
width: 100%; | ||
height: 70px; | ||
display: flex; | ||
justify-content: space-between; | ||
|
@@ -20,6 +25,11 @@ | |
height: 48px; | ||
} | ||
|
||
.index__main { | ||
margin-top: 70px; | ||
width: 100%; | ||
} | ||
|
||
.hero { | ||
background-color: var(--main-bg-color); | ||
display: flex; | ||
|
@@ -41,20 +51,14 @@ | |
margin-bottom: 100px; | ||
} | ||
|
||
.hero-content__title { | ||
font-weight: 700; | ||
font-size: 40px; | ||
} | ||
|
||
.hero__image { | ||
width: 746px; | ||
.hero-image { | ||
height: 340px; | ||
} | ||
|
||
.btn-items { | ||
width: 357px; | ||
height: 56px; | ||
padding: 16px 124px 16px 124px; | ||
padding: 16px 124px; | ||
border-radius: 40px; | ||
color: var(--Secondary-50); | ||
background-color: var(--Primary-100); | ||
|
@@ -76,13 +80,14 @@ | |
padding-right: 40px; | ||
margin: 100px 0 100px -150px; | ||
gap: 64px; | ||
background: #fcfcfc; | ||
background-color: #fcfcfc; | ||
} | ||
|
||
.hot-item-content, | ||
.register-content { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 24px; | ||
} | ||
|
||
.hot-item-content__span, | ||
|
@@ -93,23 +98,16 @@ | |
line-height: 26px; | ||
} | ||
|
||
.hot-item-content__description, | ||
.register-content__description { | ||
.content-title { | ||
color: var(--Secondary-700, #374151); | ||
font-size: 24px; | ||
font-weight: 500; | ||
line-height: 32px; | ||
font-size: 40px; | ||
font-weight: 700; | ||
} | ||
|
||
.hot-item-content__title, | ||
.register-content__title { | ||
.content-description { | ||
color: var(--Secondary-700, #374151); | ||
font-size: 40px; | ||
font-weight: 700; | ||
line-height: 56px; | ||
letter-spacing: 0.8px; | ||
margin-top: 12px; | ||
margin-bottom: 24px; | ||
font-size: 24px; | ||
font-weight: 500; | ||
} | ||
|
||
.search { | ||
|
@@ -125,7 +123,7 @@ | |
padding-left: 40px; | ||
margin: 100px -150px 100px 0; | ||
gap: 64px; | ||
background: #fcfcfc; | ||
background-color: #fcfcfc; | ||
} | ||
|
||
.search-content { | ||
|
@@ -143,21 +141,6 @@ | |
line-height: 26px; | ||
} | ||
|
||
.search-content__description { | ||
color: var(--Secondary-700, #374151); | ||
font-size: 24px; | ||
font-weight: 500; | ||
line-height: 32px; | ||
} | ||
|
||
.search-content__title { | ||
color: var(--Secondary-700, #374151); | ||
font-size: 40px; | ||
font-weight: 700; | ||
line-height: 56px; | ||
letter-spacing: 0.8px; | ||
} | ||
|
||
.bottom { | ||
background-color: var(--main-bg-color); | ||
display: flex; | ||
|
@@ -175,17 +158,11 @@ | |
margin-bottom: 170px; | ||
} | ||
|
||
.bottom-content__title { | ||
color: var(--Secondary-700, #374151); | ||
font-size: 40px; | ||
font-weight: 700; | ||
line-height: 56px; | ||
} | ||
|
||
.footer-container { | ||
width: 100%; | ||
height: 160px; | ||
display: flex; | ||
justify-content: space-between; | ||
justify-content: space-around; | ||
padding-top: 32px; | ||
} | ||
|
||
|
@@ -207,3 +184,180 @@ | |
display: flex; | ||
gap: 12px; | ||
} | ||
|
||
/* tablet */ | ||
@media screen and (max-width: 1199px) { | ||
.index__main { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
gap: 4rem; | ||
} | ||
|
||
.header-container { | ||
padding: 0 24px; | ||
} | ||
|
||
.hero { | ||
height: 771px; | ||
} | ||
|
||
.hero-container { | ||
height: 100%; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
align-items: center; | ||
} | ||
|
||
.hero-content { | ||
margin-top: 5rem; | ||
margin-bottom: 0; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
.hero-content .content-br { | ||
display: none; | ||
} | ||
|
||
.hot-item, | ||
.register, | ||
.search { | ||
display: block; | ||
margin: 0 15px; | ||
} | ||
|
||
.hot-item-container, | ||
.register-container { | ||
padding: 0; | ||
margin: 0; | ||
background-color: #fff; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 24px; | ||
} | ||
|
||
.search-container { | ||
padding: 0; | ||
margin: 0; | ||
background-color: #fff; | ||
flex-direction: column; | ||
align-items: flex-end; | ||
gap: 24px; | ||
} | ||
|
||
.search-content { | ||
order: 1; | ||
} | ||
|
||
.content-image { | ||
width: 100%; | ||
object-fit: cover; | ||
} | ||
|
||
.content-br { | ||
display: none; | ||
} | ||
|
||
.content-title { | ||
font-size: 32px; | ||
text-align: center; | ||
} | ||
|
||
.content-description { | ||
font-size: 18px; | ||
} | ||
|
||
.bottom { | ||
height: 927px; | ||
} | ||
|
||
.bottom-image { | ||
width: 100%; | ||
object-fit: cover; | ||
} | ||
|
||
.bottom-container { | ||
height: 100%; | ||
flex-direction: column; | ||
justify-content: flex-end; | ||
align-items: center; | ||
} | ||
|
||
.copyright { | ||
color: #676767; | ||
} | ||
} | ||
|
||
/* mobile */ | ||
@media screen and (max-width: 767px) { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2:
|
||
.max-container { | ||
max-width: 400px; | ||
margin: auto; | ||
} | ||
|
||
.panda-market-logo { | ||
display: none; | ||
} | ||
|
||
.panda-market { | ||
display: inline; | ||
color: var(--Primary-100, #3692ff); | ||
font-family: 'ROKAF Sans'; | ||
font-size: 25.633px; | ||
font-weight: 700; | ||
} | ||
|
||
.header-container { | ||
padding: 0 16px; | ||
} | ||
|
||
.hero { | ||
height: 540px; | ||
} | ||
|
||
.hero-image { | ||
height: 207px; | ||
width: 100%; | ||
object-fit: cover; | ||
} | ||
|
||
.hero-content .content-br { | ||
display: inline; | ||
} | ||
|
||
.btn-items { | ||
width: 240px; | ||
height: 48px; | ||
padding: 12px 71px; | ||
font-size: 18px; | ||
} | ||
|
||
.hot-item .content-title, | ||
.search .content-title, | ||
.register .content-title { | ||
font-size: 24px; | ||
} | ||
|
||
.bottom { | ||
height: 540px; | ||
} | ||
|
||
.bottom-content { | ||
margin: 0; | ||
} | ||
|
||
.footer-container { | ||
flex-wrap: wrap; | ||
} | ||
|
||
.footer-mid { | ||
gap: 50px; | ||
} | ||
|
||
.copyright { | ||
order: 3; | ||
flex: 100%; | ||
margin-left: 35px; | ||
} | ||
Comment on lines
+358
to
+362
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 모바일 버전 대응하면서 푸터에 copyright 위치가 바뀌었는데, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. .copyright 태그와 .footer-mid,.footer-social 태그의 여백을 설정해준 css 속성값이 달라서 조정이 어려운 것 같습니다.
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3:
로고에만 사용되는 폰트라면 용량면에서 그냥 이미지로 로고를 보여주시는게 더 좋을 것 같습니다.