diff --git a/src/css/boardEpilogue.css b/src/css/boardEpilogue.css index 960103d..ecdb5f2 100644 --- a/src/css/boardEpilogue.css +++ b/src/css/boardEpilogue.css @@ -328,4 +328,4 @@ clear: both; } - \ No newline at end of file + \ No newline at end of file diff --git a/src/css/myPage.css b/src/css/myPage.css index acba587..f4f5e07 100644 --- a/src/css/myPage.css +++ b/src/css/myPage.css @@ -1,10 +1,13 @@ .userInfo { - width: 15%; + width: 17%; height: 75%; + line-height: 2; background-color: white; border-style: solid; border-width: 1px; border-color: #e3dede; + margin-left: 14.5%; + float: left; } .userProfile { @@ -12,6 +15,7 @@ border-radius: 50%; margin-left: 15%; margin-top: 10%; + margin-bottom:10%; } #mpDIV{ @@ -22,8 +26,6 @@ border-bottom-left-radius : 7px; } - - #bold{ text-align: right; font-size: 20px; @@ -56,6 +58,8 @@ border-bottom-right-radius : 0px; border-bottom-left-radius : 0px; border-color: #e3dede; + float: left; + width: 24%; } .userTag{ @@ -86,12 +90,12 @@ height: 1250px; } - .point{ border-top-style: solid; border-top-color: #e3dede; border-top-width: 1px; } + #left{ text-align: left; margin-left: 10%; @@ -116,6 +120,9 @@ margin-right: 3%; } + +/* 여기서부터 신뢰점수 리스트 */ + li{ list-style: none; } @@ -168,6 +175,15 @@ li{ text-shadow:0.5px 0.5px 0.5px #000; } +.trust_li{ + display: flex; + width: 90%; + margin-left: 5%; + margin-bottom: 3%; +} + +/* 여기까지 신뢰점수 리스트 */ + .last_join{ width: 50%; margin-top: 3%; @@ -180,4 +196,118 @@ li{ border-top-right-radius : 50px; border-bottom-right-radius : 50px; border-bottom-left-radius : 50px; +} + +.else{ + margin-left: 15%; +} + +.userProfile_info{ + margin-bottom: 5%; +} + +.fontsize25px{ + font-size: 25px; +} + +.fontsize20px{ + font-size: 20px; +} + +.fontsize15px{ + font-size: 15px; +} + +.inline_flex{ + display: inline-flex; +} + +.point_str{ + display: inline-flex; + font-size: 25px; + margin-left: 10%; +} + +.point_num{ + display: inline-flex; + font-size: 25px; +} + +.support_list_main{ + text-align: left; + font-size: 20px; + margin-left: 5%; +} + +.top_string{ + text-align: left; + margin-left: 3%; + font-size: 25px; +} + +.mypage_maintool{ + margin-left: 3%; + margin-right: 3%; + float: left; +} + +.img_style{ + width: 300px; + height: 180px; +} + +.avis_title{ + margin-bottom: 2%; + height: 30%; +} + +.avis_body{ + text-align: left; + font-size: 15px; +} + +.undo_button{ + text-align: right; + margin-right: 10%; + margin-bottom: 3%; +} + +.img_style{ + margin-left: 3%; + margin-right: 3%; + float: left; + height: 30%; +} + +.exchange_button{ + text-align: right; + margin-right: 10%; + margin-bottom: 3%; +} + +.undo_button{ + text-align: right; + margin-right: 10%; + margin-bottom: 3%; +} + +.epilogue_div{ + display: flex; + width: 90%; + margin-left: 5%; + margin-bottom: 3%; +} + +.epilogue_title{ + text-align: left; + margin-left: 3%; + font-size: 25px; +} + +.left4{ + margin-left: 4%; +} + +.right{ + text-align: right; } \ No newline at end of file diff --git a/src/css/myPageMain.css b/src/css/myPageMain.css deleted file mode 100644 index c49d627..0000000 --- a/src/css/myPageMain.css +++ /dev/null @@ -1,97 +0,0 @@ -.userInfo{ - width: 15%; - height: 80%; - text-align: center; - border-style: groove; - border-top-left-radius : 10px; - border-top-right-radius : 10px; - border-bottom-right-radius : 10px; - border-bottom-left-radius : 10px; - background-color: white; - border-style: groove; - border-width: 1px; -} - -.userProfile { - width: 60%; - border-radius: 50%; - margin-left: 15%; - margin-top: 15%; -} -.listTool{ - height: 20%; - width: 60%; - margin-left: 3%; - background-color: white; - float: left; - border-style: groove; - border-top-left-radius : 0px; - border-top-right-radius : 0px; - border-bottom-right-radius : 0px; - border-bottom-left-radius : 0px; -} -.option_tool{ - background-color: black; -} - -.supportList{ - border-left-width:1px; - border-left-style:solid; - border-top-left-radius : 0px; - border-top-right-radius : 0px; - border-bottom-right-radius : 0px; - border-bottom-left-radius : 0px; -} - -#mpDIV{ - height: 80%; - text-align: center; - border-style: groove; - border-top-left-radius : 10px; - border-top-right-radius : 10px; - border-bottom-right-radius : 10px; - border-bottom-left-radius : 10px; - -} - -#left{ - text-align: left; - margin-left: 10%; -} - -#bold{ - text-align: right; - font-size: 20px; -} - - -.userTag{ - margin-left: 10%; - width: 80%; - border-style:groove; - border-top-left-radius : 10px; - border-top-right-radius : 10px; - border-bottom-right-radius : 10px; - border-bottom-left-radius : 10px; -} - -.profile{ - margin-top: 1%; - height: 80%; - width: 75%; - margin-left: 3%; - float:left; - border-style: solid; - border-width: 1px; - border-color: #e3dede; - text-align: left; - border-top-left-radius : 7px; - border-top-right-radius : 7px; - border-bottom-right-radius : 7px; - border-bottom-left-radius : 7px; -} - -.option_list{ - list-style: none; - text-align: left; -} \ No newline at end of file diff --git a/src/css/myPageOption.css b/src/css/myPageOption.css deleted file mode 100644 index 512e114..0000000 --- a/src/css/myPageOption.css +++ /dev/null @@ -1,73 +0,0 @@ -.userInfo{ - margin-top: 5%; - width: 15%; - height: 75%; - background-color: white; - border-style: groove; -} - -.userProfile { - width: 60%; - border-radius: 50%; - margin-left: 15%; - margin-top: 15%; -} - -#mpDIV{ - text-align: center; - border-top-left-radius : 10px; - border-top-right-radius : 10px; - border-bottom-right-radius : 10px; - border-bottom-left-radius : 10px; -} - -#left{ - text-align: left; - margin-left: 10%; -} - -#bold{ - text-align: right; - font-size: 20px; -} - -.supportList{ - margin-top: 10%; - border-left-width:1px; - border-left-style:solid; - border-top-left-radius : 0px; - border-top-right-radius : 0px; - border-bottom-right-radius : 0px; - border-bottom-left-radius : 0px; -} - -.userTag{ - margin-left: 10%; - width: 80%; - border-style:groove; - border-top-left-radius : 10px; - border-top-right-radius : 10px; - border-bottom-right-radius : 10px; - border-bottom-left-radius : 10px; -} - -.profile{ - margin-top: 5.2%; - height: 80%; - width: 40%; - margin-left: 3%; - background-color: white; - float:left; - border-style: groove; -} - -ul{ - list-style: none; - text-align: left; -} - -.optionButton{ - float: right; - margin-right: 5%; - margin-top: 3%; -} \ No newline at end of file diff --git a/src/mypage/myPageApplication.html b/src/mypage/myPageApplication.html index 90600ca..daa78dc 100644 --- a/src/mypage/myPageApplication.html +++ b/src/mypage/myPageApplication.html @@ -89,94 +89,93 @@



-
-

ELSE

- -
- -
- -
- -
+
+

ELSE

+ +
+ +
+ +
+ +
+
+
+ +
+
+

홍길동

+

hongGD@gmail.com

+
+ +
+

010-1234-5678

+
+ +

관심태그 :

+

과일, 나눔, 체험

+
-
- -
-
-

홍길동

-

hongGD@gmail.com

-
- -
-

010-1234-5678

-
- -

관심태그 :

-

과일, 나눔, 체험

- -
-

포인트 :

-

10,000 P

+

포인트 :

+

10,000 P

+
+ +
+
+

신청내역

- -
-
-

신청내역

-
-
-

관심목록

-
-
-

신청취소

-
+
+

관심목록

-
-
-

계정설정

-
+
+

신청취소

-
-
- -
-

지원현황

-
-
-

0

-

지원완료

-
-
-

0

-

지원서 열람

-
-
-

2

-

참여이력

-
-
-

3

-

스크랩

-
-
-
-
+
+
+
+

계정설정

-
+
+
+
+ +
+

지원현황

+
+
+

0

+

지원완료

+
+
+

0

+

지원서 열람

+
+
+

2

+

참여이력

+
+
+

3

+

스크랩

+
+
+
+
+
+
-
-
-

홍길동님의 신청내역

+

홍길동님의 신청내역

+
-
+
-
+

참외 하우스 일손 돕기

장소 : 충청남도 논산시 대교동 @@ -191,13 +190,13 @@

참외 하우스 일손 돕기

-
+
-
+

해산물 직판장에서 해산물 운반

-
-

장소 : 경기도 화성시 궁평항 +

+

장소 : 경기도 화성시 궁평항
날짜 : 2021년 10월 09일
업무시간 : 05시 ~ 11시
업무강도 : 상 @@ -208,13 +207,13 @@

해산물 직판장에서 해산물 운반

-
+
-
+

새롭게 추가될 영역입니다.

-
-

장소 : - +

+

장소 : -
날짜 : -
업무시간 : -
업무강도 : - @@ -224,13 +223,13 @@

새롭게 추가될 영역입니다.

-
+
-
+

새롭게 추가될 영역입니다.

-
-

장소 : - +

+

장소 : -
날짜 : -
업무시간 : -
업무강도 : - diff --git a/src/mypage/myPageMain.html b/src/mypage/myPageMain.html index 065bf71..d56a712 100644 --- a/src/mypage/myPageMain.html +++ b/src/mypage/myPageMain.html @@ -89,92 +89,91 @@



-

-

ELSE

- -
- -
- -
- -
+
+

ELSE

+ +
+ +
+ +
+ +
+
+
+ +
+
+

홍길동

+

hongGD@gmail.com

+
+ +
+

010-1234-5678

+
+ +

관심태그 :

+

과일, 나눔, 체험

+
-
- -
-
-

홍길동

-

hongGD@gmail.com

-
- -
-

010-1234-5678

-
- -

관심태그 :

-

과일, 나눔, 체험

- -
-

포인트 :

-

10,000 P

+

포인트 :

+

10,000 P

+
+ +
+
+

신청내역

- -
-
-

신청내역

-
-
-

관심목록

-
-
-

신청취소

-
+
+

관심목록

-
-
-

계정설정

-
+
+

신청취소

-
-
- -
-

지원현황

-
-
-

0

-

지원완료

-
-
-

0

-

지원서 열람

-
-
-

2

-

참여이력

-
-
-

3

-

스크랩

-
-
-
-
+
+
+
+

계정설정

-
+
+
+
+ +
+

지원현황

+
+
+

0

+

지원완료

+
+
+

0

+

지원서 열람

+
+
+

2

+

참여이력

+
+
+

3

+

스크랩

+
+
+
+
+
+
-
-
-

홍길동님, 환영합니다.

+

홍길동님, 환영합니다.

+

신뢰점수

-
+
  • 20 ℃
  • 40 ℃
  • 60 ℃
  • @@ -188,24 +187,22 @@

    최근 참여한 품앗이 확인하러 가기

    -
    -
    -

    내가 남긴 후기

    -
    -
  • +

    내가 남긴 후기

    +
    +
  • -

    어촌 일손돕기

    -

    2022.10.22

    +

    어촌 일손돕기

    +

    2022.10.22

  • -
  • +
  • -

    봉사활동 후 친구들과

    -

    2022.09.17

    +

    봉사활동 후 친구들과

    +

    2022.09.17

  • -
  • +
  • -

    품앗이 멤버들

    -

    2022.09.05

    +

    품앗이 멤버들

    +

    2022.09.05

  • diff --git a/src/mypage/myPageOption.html b/src/mypage/myPageOption.html index ad23d0d..193cfee 100644 --- a/src/mypage/myPageOption.html +++ b/src/mypage/myPageOption.html @@ -89,125 +89,123 @@



    -
    -

    ELSE

    - -
    - -
    - -
    - -
    +
    +

    ELSE

    + +
    + +
    + +
    + +
    +
    +
    + +
    +
    +

    홍길동

    +

    hongGD@gmail.com

    +
    + +
    +

    010-1234-5678

    +
    + +

    관심태그 :

    +

    과일, 나눔, 체험

    +
    -
    - -
    -
    -

    홍길동

    -

    hongGD@gmail.com

    -
    - -
    -

    010-1234-5678

    -
    - -

    관심태그 :

    -

    과일, 나눔, 체험

    - -
    -

    포인트 :

    -

    10,000 P

    +

    포인트 :

    +

    10,000 P

    +
    + +
    +
    +

    신청내역

    - -
    -
    -

    신청내역

    -
    -
    -

    관심목록

    -
    -
    -

    신청취소

    -
    +
    +

    관심목록

    -
    -
    -

    계정설정

    -
    +
    +

    신청취소

    -
    -
    - -
    -

    지원현황

    -
    -
    -

    0

    -

    지원완료

    -
    -
    -

    0

    -

    지원서 열람

    -
    -
    -

    2

    -

    참여이력

    -
    -
    -

    3

    -

    스크랩

    -
    -
    -
    -
    +
    +
    +
    +

    계정설정

    -
    +
    +
    +
    + +
    +

    지원현황

    +
    +
    +

    0

    +

    지원완료

    +
    +
    +

    0

    +

    지원서 열람

    +
    +
    +

    2

    +

    참여이력

    +
    +
    +

    3

    +

    스크랩

    +
    +
    +
    +
    +
    +
    -
    -
    -

    홍길동님의 계정설정

    +

    홍길동님의 계정설정

    -
    +
      -
    • 이름

    • -
    • 홍길동
    • +
    • 이름

    • +
    • 홍길동
    -
    +
      -
    • 연락처

    • -
    • 010-1234-5678
    • +
    • 연락처

    • +
    • 010-1234-5678
    -
    +
      -
    • 이메일

    • -
    • hongGD@gmail.com
    • +
    • 이메일

    • +
    • hongGD@gmail.com
    -
    +
      -
    • 생년월일

    • -
    • 19xx년 xx월 xx일
    • +
    • 생년월일

    • +
    • 19xx년 xx월 xx일
    -
    +
      -
    • 주소

    • -
    • 경기도 시흥시 정왕동
    • +
    • 주소

    • +
    • 경기도 시흥시 정왕동
    diff --git a/src/mypage/myPageScrap.html b/src/mypage/myPageScrap.html index 6fb12f9..7a0e587 100644 --- a/src/mypage/myPageScrap.html +++ b/src/mypage/myPageScrap.html @@ -89,98 +89,96 @@



    -
    -

    ELSE

    - -
    - -
    - -
    - -
    +
    +

    ELSE

    + +
    + +
    + +
    + +
    +
    +
    + +
    +
    +

    홍길동

    +

    hongGD@gmail.com

    +
    + +
    +

    010-1234-5678

    +
    + +

    관심태그 :

    +

    과일, 나눔, 체험

    +
    -
    - -
    -
    -

    홍길동

    -

    hongGD@gmail.com

    -
    - -
    -

    010-1234-5678

    -
    - -

    관심태그 :

    -

    과일, 나눔, 체험

    - -
    -

    포인트 :

    -

    10,000 P

    -
    - -
    -
    -

    신청내역

    -
    -
    -

    관심목록

    -
    -
    -

    신청취소

    -
    +

    포인트 :

    +

    10,000 P

    +
    + +
    +
    +

    신청내역

    -
    -
    -

    계정설정

    -
    +
    +

    관심목록

    -
    -
    - -
    -

    지원현황

    -
    -
    -

    0

    -

    지원완료

    -
    -
    -

    0

    -

    지원서 열람

    -
    -
    -

    2

    -

    참여이력

    -
    -
    -

    3

    -

    스크랩

    -
    +
    +

    신청취소

    -
    -
    +
    +
    +
    +

    계정설정

    -
    +
    +
    +
    + +
    +

    지원현황

    +
    +
    +

    0

    +

    지원완료

    +
    +
    +

    0

    +

    지원서 열람

    +
    +
    +

    2

    +

    참여이력

    +
    +
    +

    3

    +

    스크랩

    +
    +
    +
    +
    +
    +
    -
    -
    -

    홍길동님의 관심목록

    +

    홍길동님의 관심목록

    -
    +
    -
    +

    과수원 과일 수확 및 개별포장

    -

    장소 : 충청북도 영동군 영동면 +

    장소 : 충청북도 영동군 영동면
    날짜 : 20xx년 xx월 xx일
    업무시간 : 11시 ~ 16시
    업무강도 : 중 @@ -191,13 +189,13 @@

    과수원 과일 수확 및 개별포장

    -
    +
    -
    +

    딸기농장 딸기 체험 안내

    -

    장소 : 충청남도 논산시 대교동 +

    장소 : 충청남도 논산시 대교동
    날짜 : 20xx년 xx월 xx일
    업무시간 : 09시 ~ 18시
    업무강도 : 하 @@ -207,13 +205,13 @@

    딸기농장 딸기 체험 안내

    -
    +
    -
    +

    KOTEA IT 웹개발

    -

    장소 : 서울시 강남구 역삼동 +

    장소 : 서울시 강남구 역삼동
    날짜 : 2022년 10월 24일
    업무시간 : 19시 ~ 22시
    업무강도 : 상 @@ -223,13 +221,13 @@

    KOTEA IT 웹개발

    -
    +
    -
    +

    새롭게 추가될 영역입니다.

    -
    -

    장소 : - +

    +

    장소 : -
    날짜 : -
    업무시간 : -
    업무강도 : - diff --git a/src/mypage/myPageUndo.html b/src/mypage/myPageUndo.html index 2a45216..91c8d20 100644 --- a/src/mypage/myPageUndo.html +++ b/src/mypage/myPageUndo.html @@ -4,7 +4,7 @@ - 신청내역 + 취소신청 @@ -89,116 +89,115 @@



    -

    -

    ELSE

    - -
    - -
    - -
    - -
    +
    +

    ELSE

    + +
    + +
    + +
    + +
    +
    +
    + +
    +
    +

    홍길동

    +

    hongGD@gmail.com

    +
    + +
    +

    010-1234-5678

    +
    + +

    관심태그 :

    +

    과일, 나눔, 체험

    +
    -
    - -
    -
    -

    홍길동

    -

    hongGD@gmail.com

    -
    - -
    -

    010-1234-5678

    -
    - -

    관심태그 :

    -

    과일, 나눔, 체험

    - -
    -

    포인트 :

    -

    10,000 P

    +

    포인트 :

    +

    10,000 P

    +
    + +
    +
    +

    신청내역

    - -
    -
    -

    신청내역

    -
    -
    -

    관심목록

    -
    -
    -

    신청취소

    -
    +
    +

    관심목록

    -
    -
    -

    계정설정

    -
    +
    +

    신청취소

    -
    -
    - -
    -

    지원현황

    -
    -
    -

    0

    -

    지원완료

    -
    -
    -

    0

    -

    지원서 열람

    -
    -
    -

    2

    -

    참여이력

    -
    -
    -

    3

    -

    스크랩

    -
    -
    -
    -
    +
    +
    +
    +

    계정설정

    -
    +
    +
    +
    + +
    +

    지원현황

    +
    +
    +

    0

    +

    지원완료

    +
    +
    +

    0

    +

    지원서 열람

    +
    +
    +

    2

    +

    참여이력

    +
    +
    +

    3

    +

    스크랩

    +
    +
    +
    +
    +
    +
    -
    -
    -

    홍길동님의 신청내역

    +

    홍길동님의 신청내역

    +
    -
    +
    -
    +

    포도 및 샤인머스켓 포장

    -

    장소 : 경기도 안산시 대부북동 +

    장소 : 경기도 안산시 대부북동
    날짜 : 20xx년 xx월 xx일
    업무시간 : 13시 ~ 17시
    업무강도 : 하
    업무내용 : 하우스에서 수확한 포도와 샤인머스켓을
    종이포장지로 포장한 후 포장박스에 담기

    -
    +
    -
    +
    -
    +

    새롭게 추가될 영역입니다.

    -
    -

    장소 : - +

    +

    장소 : -
    날짜 : -
    업무시간 : -
    업무강도 : - @@ -208,13 +207,13 @@

    새롭게 추가될 영역입니다.

    -
    +
    -
    +

    새롭게 추가될 영역입니다.

    -
    -

    장소 : - +

    +

    장소 : -
    날짜 : -
    업무시간 : -
    업무강도 : - @@ -224,13 +223,13 @@

    새롭게 추가될 영역입니다.

    -
    +
    -
    +

    새롭게 추가될 영역입니다.

    -
    -

    장소 : - +

    +

    장소 : -
    날짜 : -
    업무시간 : -
    업무강도 : - diff --git a/src/point/point.html b/src/point/point.html index 51a1718..ecfc482 100644 --- a/src/point/point.html +++ b/src/point/point.html @@ -90,77 +90,77 @@



    -

    ELSE

    +

    ELSE

    -
    +
    - +
    -
    +

    홍길동

    -

    hongGD@gmail.com

    +

    hongGD@gmail.com

    -

    010-1234-5678

    +

    010-1234-5678

    -

    관심태그 :

    -

    과일, 나눔, 체험

    +

    관심태그 :

    +

    과일, 나눔, 체험

    -

    포인트 :

    -

    10,000 P

    +

    포인트 :

    +

    10,000 P

    -

    신청내역

    +

    신청내역

    -

    관심목록

    +

    관심목록

    -

    신청취소

    +

    신청취소

    -

    계정설정

    +

    계정설정

    -

    지원현황

    +

    지원현황

    -
    +

    0

    -

    지원완료

    +

    지원완료

    -
    +

    0

    -

    지원서 열람

    +

    지원서 열람

    -
    +

    2

    -

    참여이력

    +

    참여이력

    -
    +

    3

    -

    스크랩

    +

    스크랩

    @@ -169,24 +169,23 @@

    3

    -
    -
    -

    홍길동님의 포인트

    +

    홍길동님의 포인트

    -
    - +
    +
    -
    +

    도서문화상품권

    -

    +


    도서문화 상품권 교환하기
    5,000원권 혹은 10,000원권으로 교환 가능합니다.
    - +
    +

    @@ -196,19 +195,20 @@

    도서문화상품권

    -
    +
    -
    +

    문화상품권

    -

    +


    문화상품권 교환하기
    5,000원권 혹은 10,000원권으로 교환 가능합니다.
    - +
    +

    @@ -217,34 +217,34 @@

    문화상품권

    -
    +
    -
    +

    지역화폐

    -

    +


    지역화폐 교환하기
    1,000원권, 5,000원권, 10,000원권으로 교환 가능합니다. - +

    -
    +
    -
    +
    -
    +

    새롭게 추가될 영역입니다.

    -
    -

    장소 : - +

    +

    장소 : -
    날짜 : -
    업무시간 : -
    업무강도 : -