-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-193] 상점 구매페이지 css #963
The head ref may contain hidden characters: "GGFE-193-\uC0C1\uC810-\uAD6C\uB9E4\uD398\uC774\uC9C0-CSS"
Conversation
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.
아이템 카드 배치 예쁘네요! 할인 가격 보여주는 부분도 전보다 훨씬 깔끔한거 같아요! 고생하셨습니다!! 👍👍
styles/store/ItemCard.module.scss
Outdated
.mainContent { | ||
padding-right: 0.3rem; | ||
font-size: 0.85rem; |
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.
mainContent는 가운데 정렬해도 괜찮은거 같아요
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.
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.
줄이 길어지면 이상하네요. 왼쪽 정렬하는게 맞겠네요 🥲
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.
구매페이지 디자인이 변경되서 더 많은 정보를 줘서 좋은것같습니다. 모바일일때 코인이 밑으로 내려가는 것만 수정해주시면 좋을것같습니다.
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.
기존 디자인보다 확실히 안정감있는 것 같아요 ㅋㅋ 디자인 피드백 받길 잘했네여 🥳 수고하셨습니다!! 😆👍
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.
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.
크기를 키우면 두 줄이 되어버려서 프리뷰 이미지 크기를 줄이고 타이틀을 조금 키웠습니다!
pages/api/pingpong/items/store.ts
Outdated
@@ -15,7 +16,9 @@ const itemList: Item[] = [ | |||
{ | |||
itemId: 2, | |||
itemName: '확성기', | |||
content: '확성기 설명', | |||
mainContent: '오늘 하루 42GG는 내가 접수한다📢😎', |
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.
확성기 mainContent
가 다른 것들에 비해서 길이가 길어서 크기 설정하기 좀 애매해지는 것 같은데 만약 문장 길이를 줄여도 괜찮다면 "오늘 42GG는 내가 접수한다 📢😎"
로 줄여도 좋을 것 같아요.
styles/store/ItemCard.module.scss
Outdated
.mainContent { | ||
padding-right: 0.3rem; | ||
font-size: 0.85rem; |
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.
📌 개요
💻 작업사항
✅ 변경로직