diff --git a/front/src/components/page/UploadPage.css b/front/src/components/page/UploadPage.css index bd81c8c..eed70da 100644 --- a/front/src/components/page/UploadPage.css +++ b/front/src/components/page/UploadPage.css @@ -17,11 +17,47 @@ } .UploadPage .guideBox { - height: 60%; + height: 63%; width: 90%; background-color: #e3e3e3; border-radius: 15px; margin: auto; + text-align: center; + align-items: center; + justify-content: center; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.UploadPage .exImg { + display: flex; + margin-top: 1%; + justify-content: center; + -moz-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.UploadPage .imgSet { + width: 28%; + border-radius: 15px; + margin-right: 3%; +} +.exImg img:last-child { + margin-right: 0; +} + +.guideBox p { + font-family: 'Noto Sans KR', sans-serif; + margin-top: 9%; + margin-bottom: 3%; + margin-left: auto; + margin-right: auto; + font-size: 0.85em; + text-align: center; + width: 85%; } .UploadPage .uploadBnt { diff --git a/front/src/components/page/UploadPage.jsx b/front/src/components/page/UploadPage.jsx index 037dd12..a1f074b 100644 --- a/front/src/components/page/UploadPage.jsx +++ b/front/src/components/page/UploadPage.jsx @@ -3,6 +3,12 @@ import { useNavigate, useLocation } from 'react-router-dom'; import { FiUpload } from 'react-icons/fi'; import './UploadPage.css'; import heic2any from 'heic2any'; +import WrongImg1 from '../../wrong1.jpg'; +import WrongImg2 from '../../wrong2.jpg'; +import WrongImg3 from '../../wrong3.jpg'; +import GoodImg1 from '../../good1.jpg'; +import GoodImg2 from '../../good2.jpg'; +import GoodImg3 from '../../good3.jpg'; function ImageUploadPage() { const location = useLocation(); @@ -59,9 +65,51 @@ function ImageUploadPage() {
+ 배경이 잘 보이지 않는 사진은
+ 결과가 정확하지 않을 수도 있어요
+