From 29c780be1b01da9fb4bd051122d206f16c6ad48d Mon Sep 17 00:00:00 2001 From: song mijin Date: Fri, 31 Jan 2025 22:39:22 +0900 Subject: [PATCH 1/4] misson3 --- panda_mall/css/layout.css | 83 ++++++++++++++++++++++----------------- panda_mall/css/page.css | 15 ++++++- panda_mall/css/ui.css | 26 ++++++++++-- panda_mall/index.html | 6 +-- 4 files changed, 87 insertions(+), 43 deletions(-) diff --git a/panda_mall/css/layout.css b/panda_mall/css/layout.css index d59c1815..c0efa4b7 100644 --- a/panda_mall/css/layout.css +++ b/panda_mall/css/layout.css @@ -6,7 +6,7 @@ font-weight: 400; font-style: normal; } -body { font-family: 'Pretendard-Regular'; font-size:15px; font-weight: 400; color:var(--Secondary); } +body { font-family: 'Pretendard-Regular'; font-size:16px; min-width:355px; font-weight: 400; color:var(--Secondary); } a { text-decoration: none; } .inner,.box_inner { margin:0 auto; min-width:325px; max-width:1120px; } @@ -20,8 +20,8 @@ input[type='submit'] { outline:0; } header { position:sticky; top:0; width:100%; background-color: #fff; z-index: 9999; } header .inner { display:flex; justify-content: space-between; align-items: center; padding:13px 0; } header .inner .logo_top { } -header .inner .logo_top img { height:40px; } -header .inner .logo_top img:last-child { height:35px; } +header .inner .logo_top img { height:40px; vertical-align: middle; } +header .inner .logo_top img:last-child { height:30px; margin-left:8px; } header .inner .login_btn { } @@ -48,7 +48,7 @@ header .inner .login_btn { } .section .box_inner .box { display: flex; align-items: center; - justify-content: center; + justify-content: flex-start; background-color: #FCFCFC; gap: 40px; border-radius: 12px; @@ -57,7 +57,7 @@ header .inner .login_btn { } max-width: 100%; } .section .box_inner .box img { - width: 50%; + width: 57%; } .section .box_inner .box > div { padding:0 23px; @@ -130,43 +130,56 @@ footer .inner .right img { } - -@media (max-width: 1919px) { - .inner { padding-left:200px!important; padding-right:200px!important; } -} -@media (max-width: 1120px) { - body { font-size:13px; } - - .font_1 { font-size:2rem; } - .font_2 { font-size:1.5rem; } - .font_3 { font-size:1rem; } +/* tablet */ +@media (max-width: 1199px) { .inner { padding-left:24px!important; padding-right:24px!important; } .section { height:500px; } - .main_title .text_box, - .section._4 .text_box { width:100%; padding:0 24px; text-align: center; top:10%; } - .section._4 .text_box { top:20%; } -} -@media (max-width: 780px) { - - .font_1 { font-size:1.8rem; } - .font_2 { font-size:1.2em; } - .font_3 { font-size:1.3rem; } - .section._4 .inner, .main_title .inner { background-size: contain; } + .main_title { height:771px; padding-bottom:24px; } + .main_title h1 br { display:none; } .section { height:auto; } - .section .box_inner { padding:100px 0 0; height:auto;} - .section .box_inner .box { flex-direction:column; width:100%; gap: 10px; align-items: stretch; } - .section .box_inner .box > div { padding: 0 0 24px; } - .section .box_inner .box > div h2 { margin-top: 12px; margin-bottom: 12px; } - .section .box_inner .box > div br { display:none; } + .section .box_inner { padding:0px 24px 0px; height:auto;} + .section .box_inner .box { flex-direction:column; width:100%; gap: 24px; background-color:#fff; align-items: stretch; padding: 0px; } + .section .box_inner .box > div { padding: 0 0 52px; } + .section .box_inner .box > div h2 { margin-top: 16px; margin-bottom: 16px; } + .section .box_inner .box > div h2 br { display:none; } .section .box_inner .box img { width:100%; } -} -@media (max-width: 375px){ - a.btn._roundedM { padding: 16px 44px; } + .main_title .text_box, + .section._4 .text_box { width:100%; padding:0 24px; text-align: center; top:84px; } + .main_title .inner, + .section._4 .inner { background-position: bottom center; } + .section._4 .text_box { top:20%; } + .section._4 { height:927px; } + .section._4 .inner { margin-top: 4px; } + + footer .inner .right { padding-right:80px; } + footer .inner .left { padding-left:80px; } + +} +/* Mobile */ +@media (max-width: 767px) { + header .inner .logo_top img:first-child { display:none; } - footer .inner .left { position: absolute; top:65px; } - .section .box_inner { padding:50px 0 0;} + + .inner { padding-left:16px!important; padding-right:16px!important; } + + .main_title { height:540px; } + .main_title h1 br { display:block; } + + .section .box_inner .box > div h2 { margin-top: 8px; margin-bottom: 8px; } + + .section .box_inner { padding:0px 16px 0;} + .section .box_inner .box > div { padding: 0 0 40px; } + .section._4 .inner, + .main_title .inner { background-size: contain; } + .section._4 { height:540px; } + .section._4 .inner { margin-top: 43px; } + + footer .inner .left { position: absolute; bottom:32px; } + footer .inner .right { padding-right:16px; } + footer .inner .center { padding-left:16px; } + footer .inner .left { padding-left:16px; } } diff --git a/panda_mall/css/page.css b/panda_mall/css/page.css index 9f46ebc5..80e3bfdb 100644 --- a/panda_mall/css/page.css +++ b/panda_mall/css/page.css @@ -4,7 +4,7 @@ /* 로그인 페이지 */ #login { min-height: 100vh; display: flex; align-items: center; } -.login_wrap { width:95%; max-width:640px; margin:0 auto; text-align: center; } +.login_wrap { width:100%; max-width:640px; margin:0 auto; text-align: center; } .login_wrap .logo { margin-bottom:55px; } .login_wrap .logo a { } .login_wrap .logo a img { vertical-align: middle; } @@ -52,4 +52,15 @@ .login_wrap .member_sub_box { } .login_wrap .member_sub_box span { font-size:14px; } -.login_wrap .member_sub_box span a { } \ No newline at end of file +.login_wrap .member_sub_box span a { } + + +/* Mobile */ +@media (max-width: 767px) { + #login { padding:0 16px; } + .login_wrap { width:100%; max-width:400px; } + + .login_wrap .logo a img:first-child { height:52px; margin-right:8px; } + .login_wrap .logo a img:last-child { height:40px; } + .login_wrap .login_box label { font-size:14px; } +} diff --git a/panda_mall/css/ui.css b/panda_mall/css/ui.css index d5e3bb8e..b12507fd 100644 --- a/panda_mall/css/ui.css +++ b/panda_mall/css/ui.css @@ -22,9 +22,29 @@ .btn:active { background-color: #1251AA; color:#fff; } .btn.n_act { background-color: #9CA3AF; color:#fff; } -.btn._roundedM { display:inline-block; padding:16px 124px; border-radius: 50px; } -.btn._roundedS { display:inline-block; padding:12px 20px; border-radius: 8px; } +.btn._roundedM { display:inline-block; font-size:20px; padding:16px 124px; border-radius: 50px; } +.btn._roundedS { display:inline-block; font-size:16px; padding:11px 43px; border-radius: 8px; } .font_1 { font-size:40px; } .font_2 { font-size:24px; } -.font_3 { font-size:18px; } \ No newline at end of file +.font_3 { font-size:18px; } +.font_4 { font-size:40px; } + + + +@media (max-width: 1120px) { + + .font_2 { font-size:18px; } + .font_4 { font-size:32px; } + a.btn._roundedM { padding: 12px 124px; } + +} + +/* Mobile */ +@media (max-width: 767px) { + .font_1 { font-size:32px; } + .font_3 { font-size:16px; } + .font_4 { font-size:24px; } + + a.btn._roundedM { font-size:18px; padding: 11px 71px; } +} diff --git a/panda_mall/index.html b/panda_mall/index.html index ea1a487a..b86c2a8e 100644 --- a/panda_mall/index.html +++ b/panda_mall/index.html @@ -48,7 +48,7 @@

Hot item

Hot item

-

인기 상품을
확인해 보세요

+

인기 상품을
확인해 보세요

가장 HOT한 중고거래 물품을
판다 마켓에서 확인해 보세요

@@ -60,7 +60,7 @@

인기 상품을
확인해 보세요

Search

Search

-

구매를 원하는
+

구매를 원하는
상품을 검색하세요

구매하고 싶은 물품은 검색해서
쉽게 찾아보세요

@@ -72,7 +72,7 @@

구매를 원하는
Register

Register

-

판매를 원하는
상품을 등록하세요

+

판매를 원하는
상품을 등록하세요

어떤 물건이든 판매하고 싶은 상품을
쉽게 등록하세요

From 7d436fd4ee88e62f66f4f6410b8f75d6a8236520 Mon Sep 17 00:00:00 2001 From: song mijin Date: Fri, 31 Jan 2025 23:06:44 +0900 Subject: [PATCH 2/4] add meta tag for SNS --- README.md | 2 ++ panda_mall/css/layout.css | 2 +- panda_mall/faq.html | 15 +++++++++------ panda_mall/images/6176.png | Bin 0 -> 5897 bytes panda_mall/index.html | 16 +++++++++++----- panda_mall/items.html | 16 ++++++++++------ panda_mall/login.html | 14 +++++++++----- panda_mall/privacy.html | 15 +++++++++------ panda_mall/signup.html | 14 +++++++++----- panda_mall/ui_test.html | 15 +++++++++------ 10 files changed, 69 insertions(+), 40 deletions(-) create mode 100644 README.md create mode 100644 panda_mall/images/6176.png diff --git a/README.md b/README.md new file mode 100644 index 00000000..0d982291 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ + +- [ Netlify link ] https://pandamall001.netlify.app/ \ No newline at end of file diff --git a/panda_mall/css/layout.css b/panda_mall/css/layout.css index c0efa4b7..073d0e71 100644 --- a/panda_mall/css/layout.css +++ b/panda_mall/css/layout.css @@ -136,7 +136,7 @@ footer .inner .right img { .inner { padding-left:24px!important; padding-right:24px!important; } .section { height:500px; } - .main_title { height:771px; padding-bottom:24px; } + .main_title { height:771px; margin-bottom:24px; } .main_title h1 br { display:none; } .section { height:auto; } diff --git a/panda_mall/faq.html b/panda_mall/faq.html index 0104f01f..540127c5 100644 --- a/panda_mall/faq.html +++ b/panda_mall/faq.html @@ -8,12 +8,15 @@ - - - - - - + + + + + + + + + 판다마켓 diff --git a/panda_mall/images/6176.png b/panda_mall/images/6176.png new file mode 100644 index 0000000000000000000000000000000000000000..16a36b74a22bd1842994d7a591ee06b228fc79d8 GIT binary patch literal 5897 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 a9gCkud0LHxJwW>!1UEyPzA(9d|9=3qgw22e literal 0 HcmV?d00001 diff --git a/panda_mall/index.html b/panda_mall/index.html index b86c2a8e..c042523d 100644 --- a/panda_mall/index.html +++ b/panda_mall/index.html @@ -8,11 +8,17 @@ - - - - - + + + + + + + + + + + 판다마켓 diff --git a/panda_mall/items.html b/panda_mall/items.html index 0104f01f..b00ec5d5 100644 --- a/panda_mall/items.html +++ b/panda_mall/items.html @@ -8,12 +8,16 @@ - - - - - - + + + + + + + + + + 판다마켓 diff --git a/panda_mall/login.html b/panda_mall/login.html index c0b30e0a..9ad5a5d7 100644 --- a/panda_mall/login.html +++ b/panda_mall/login.html @@ -8,11 +8,15 @@ - - - - - + + + + + + + + + 판다마켓 diff --git a/panda_mall/privacy.html b/panda_mall/privacy.html index 0104f01f..540127c5 100644 --- a/panda_mall/privacy.html +++ b/panda_mall/privacy.html @@ -8,12 +8,15 @@ - - - - - - + + + + + + + + + 판다마켓 diff --git a/panda_mall/signup.html b/panda_mall/signup.html index ede3d0d6..4d1350e8 100644 --- a/panda_mall/signup.html +++ b/panda_mall/signup.html @@ -8,11 +8,15 @@ - - - - - + + + + + + + + + 판다마켓 diff --git a/panda_mall/ui_test.html b/panda_mall/ui_test.html index cb36e5eb..ec9640bc 100644 --- a/panda_mall/ui_test.html +++ b/panda_mall/ui_test.html @@ -8,12 +8,15 @@ - - - - - - + + + + + + + + + 판다마켓 From 4361784b87646b323926ff0da63e09acb03e1d4b Mon Sep 17 00:00:00 2001 From: song mijin Date: Fri, 31 Jan 2025 23:21:56 +0900 Subject: [PATCH 3/4] remove mate tag --- panda_mall/faq.html | 1 - panda_mall/index.html | 1 - panda_mall/items.html | 1 - panda_mall/login.html | 1 - panda_mall/privacy.html | 1 - panda_mall/signup.html | 1 - panda_mall/ui_test.html | 1 - 7 files changed, 7 deletions(-) diff --git a/panda_mall/faq.html b/panda_mall/faq.html index 540127c5..a43bc37c 100644 --- a/panda_mall/faq.html +++ b/panda_mall/faq.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/index.html b/panda_mall/index.html index c042523d..4af1b4ea 100644 --- a/panda_mall/index.html +++ b/panda_mall/index.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/items.html b/panda_mall/items.html index b00ec5d5..833a662a 100644 --- a/panda_mall/items.html +++ b/panda_mall/items.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/login.html b/panda_mall/login.html index 9ad5a5d7..0e89e91b 100644 --- a/panda_mall/login.html +++ b/panda_mall/login.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/privacy.html b/panda_mall/privacy.html index 540127c5..a43bc37c 100644 --- a/panda_mall/privacy.html +++ b/panda_mall/privacy.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/signup.html b/panda_mall/signup.html index 4d1350e8..d4528d73 100644 --- a/panda_mall/signup.html +++ b/panda_mall/signup.html @@ -13,7 +13,6 @@ - diff --git a/panda_mall/ui_test.html b/panda_mall/ui_test.html index ec9640bc..87314c5c 100644 --- a/panda_mall/ui_test.html +++ b/panda_mall/ui_test.html @@ -13,7 +13,6 @@ - From 915f131204cc538003ad0930eaec61ac43c97d07 Mon Sep 17 00:00:00 2001 From: song mijin Date: Fri, 31 Jan 2025 23:24:01 +0900 Subject: [PATCH 4/4] remove mate tag_2 --- panda_mall/faq.html | 1 + panda_mall/index.html | 1 + panda_mall/items.html | 1 + panda_mall/login.html | 1 + panda_mall/privacy.html | 1 + panda_mall/signup.html | 1 + panda_mall/ui_test.html | 1 + 7 files changed, 7 insertions(+) diff --git a/panda_mall/faq.html b/panda_mall/faq.html index a43bc37c..540127c5 100644 --- a/panda_mall/faq.html +++ b/panda_mall/faq.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/index.html b/panda_mall/index.html index 4af1b4ea..c042523d 100644 --- a/panda_mall/index.html +++ b/panda_mall/index.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/items.html b/panda_mall/items.html index 833a662a..b00ec5d5 100644 --- a/panda_mall/items.html +++ b/panda_mall/items.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/login.html b/panda_mall/login.html index 0e89e91b..9ad5a5d7 100644 --- a/panda_mall/login.html +++ b/panda_mall/login.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/privacy.html b/panda_mall/privacy.html index a43bc37c..540127c5 100644 --- a/panda_mall/privacy.html +++ b/panda_mall/privacy.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/signup.html b/panda_mall/signup.html index d4528d73..4d1350e8 100644 --- a/panda_mall/signup.html +++ b/panda_mall/signup.html @@ -13,6 +13,7 @@ + diff --git a/panda_mall/ui_test.html b/panda_mall/ui_test.html index 87314c5c..ec9640bc 100644 --- a/panda_mall/ui_test.html +++ b/panda_mall/ui_test.html @@ -13,6 +13,7 @@ +