-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
144 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 40 additions & 66 deletions
106
src/pages/Auth/components/Init/components/initAccessRights.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,57 @@ | ||
import Camera from '@src/asset/icon/initAccess/camera.svg'; | ||
import SaveArea from '@src/asset/icon/initAccess/saveArea.svg'; | ||
import Position from '@src/asset/icon/initAccess/position.svg'; | ||
import NextButton from '@src/components/NextButton'; | ||
|
||
export default function InitAccessRights() { | ||
return ( | ||
<div className="ml-4 mt-20 content-center"> | ||
<div className="h-[44px] text-[20px] font-bold">앱 접근권한 안내</div> | ||
<div className="pb-2 text-[16px] font-semibold"> | ||
<div className="inline text-[#1EBAD2]">선택적 </div>접근 권한 | ||
</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
미동의 시에도 지구미 서비스를 이용할 수 있으나. 일부 서비스의 이용이 | ||
제한 될 수 있습니다. | ||
</div> | ||
<div className="flex pt-8"> | ||
<div className="flex size-[40px] justify-center rounded-[20px] bg-[#0D99FF33]"> | ||
<img | ||
className="size-[28px] place-self-center" | ||
src={SaveArea} | ||
alt="저장공간" | ||
/> | ||
</div> | ||
<div className="pl-4"> | ||
<div className="text-[16px] font-medium text-[#252730]">저장공간</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
사용자 식별정보등 앱 사용 관련 정보를 | ||
</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
사용합니다. | ||
</div> | ||
<div className="flex h-full flex-col justify-between px-4 py-6"> | ||
<div className="flex h-full flex-col justify-center pb-24"> | ||
<div className="pb-4 text-xl font-bold">앱 접근권한 안내</div> | ||
<div className="text-[#3E404C]"> | ||
미동의 시, 지구미 서비스의 이용이 제한 될 수 있습니다. | ||
</div> | ||
</div> | ||
<div className="flex pt-6"> | ||
<div className="flex size-[40px] justify-center rounded-[20px] bg-[#0D99FF33]"> | ||
<img | ||
className="size-[28px] place-self-center" | ||
src={Position} | ||
alt="위치정보" | ||
/> | ||
</div> | ||
<div className="pl-4"> | ||
<div className="text-[16px] font-medium text-[#252730]">위치정보</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
현재위치를 기반으로 가장 가까운 구매폼 | ||
</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
추천해드립니다. | ||
</div> | ||
<div className="text-[12px] font-medium text-[#858899]"> | ||
위치기반 서비스 이용약관 자세히 보기 > | ||
|
||
<div className="flex flex-col gap-6 py-10"> | ||
<div className="flex"> | ||
<img className="size-12" src={SaveArea} alt="저장공간" /> | ||
<div className="pl-4"> | ||
<div className="text-lg font-medium text-[#252730]">저장공간</div> | ||
<div className="break-keep text-[#3E404C]"> | ||
사용자 식별정보등 앱 사용 관련 정보를 사용합니다. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="flex pt-6"> | ||
<div className="flex size-[40px] justify-center rounded-[20px] bg-[#0D99FF33]"> | ||
<img | ||
className="size-[28px] place-self-center" | ||
src={Camera} | ||
alt="카메라" | ||
/> | ||
</div> | ||
<div className="pl-4"> | ||
<div className="text-[16px] font-medium text-[#252730]">카메라</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
구매폼을 작성하며 카메라 및 앨범에서 이미지를 | ||
<div className="flex"> | ||
<img className="size-12" src={Position} alt="위치정보" /> | ||
<div className="pl-4"> | ||
<div className="text-lg font-medium text-[#252730]">위치정보</div> | ||
<div className="break-keep text-[#3E404C]"> | ||
현재위치를 기반으로 가장 가까운 구매폼 추천해드립니다. | ||
</div> | ||
<div className="font-light text-[#858899] underline"> | ||
자세히 보기 | ||
</div> | ||
</div> | ||
</div> | ||
<div className="text-[14px] font-normal text-[#3E404C]"> | ||
등록합니다. | ||
<div className="flex"> | ||
<img className="size-12" src={Camera} alt="카메라" /> | ||
<div className="pl-4"> | ||
<div className="text-lg font-medium text-[#252730]">카메라</div> | ||
<div className="break-keep text-[#3E404C]"> | ||
구매폼을 작성하며 카메라 및 앨범에서 이미지를 등록합니다. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="pt-8"> | ||
<div className="text-[13px] font-normal text-[#858899]"> | ||
※ 설정 > 애플리케이션 > 지구미 > 권한 메뉴에서도 | ||
</div> | ||
<div className="text-[13px] font-normal text-[#858899]"> | ||
|
||
<div className="text-[#858899]"> | ||
※ 설정 > 애플리케이션 > 지구미 > 권한 메뉴에서도 <br /> | ||
설정하실 수 있습니다. | ||
</div> | ||
</div> | ||
|
||
<NextButton linkTo="/auth/init/user" /> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.