diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index c3a9462..5833e22 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -15544,4 +15544,130 @@ main.sona_cont_measurement { .d_day_modal .d_day_delete { width: 45%; background-color: #707070; +} + +/* 13-17.커뮤니티-게시글등록-리뷰 */ +.community_write_review { + width: 100%; + padding-bottom: 15px; + margin-bottom: 15px; + border-bottom: 1px solid #E2E2E2; +} + +.community_write_review .item { + display: flex; + align-items: center; + width: 100%; + height: 28px; + margin-bottom: 5px; + padding: 0 10px; + + border: 1px solid #FF9C01; + border-radius: 50px; +} + +.community_write_review p { + padding-right: 5px; + border-right: 1px solid #000; + margin-right: 5px; +} + +.community_write_review input { + border: none; + flex-grow: 1; +} + +.community_write_review .star { + margin-left: 5px; +} + +/* 13-21.커뮤니티-게시글등록-기록 */ +.community_write { + display: flex; + flex-direction: column; + padding-top: 15px; + padding-bottom: 0; +} + +.community_write .write_title_cont { + width: 100%; + padding: 10px 5px; + border-bottom: 1px solid #E2E2E2; + margin-bottom: 10px; +} + +.community_write .write_title { + width: 100%; + border: none; +} + +.community_write .write_basic { + position: relative; + display: flex; + flex-direction: column; + border-bottom: 1px solid #E2E2E2; + padding-bottom: 10px; + margin-bottom: 15px; +} + +.community_write .img_cont { + width: 100%; + margin-bottom: 10px; + + position: relative; +} + +.community_write .write_basic textarea { + width: 100%; + height: 350px; + border: none; +} + +.community_write .camera_button { + position: absolute; + display: flex; + justify-content: center; + align-items: center; + bottom: 10px; + right: 0; + width: 50px; + height: 50px; + border-radius: 50%; + border: 1px solid #999; + margin: 5px; +} + +.community_write .camera_button img { + width: 25px; +} + +.community_write .write_submit { + display: flex; + height: 40px; + justify-content: center; + align-items: center; + background-color: #FF9C01; + border-radius: 10px; + margin-top: 50px; + width: 100%; + margin-bottom: 50px; +} + +.community_write .write_submit a { + color: #fff; +} + +.community_write .preview { + width: 100%; + height: 100px; + margin-bottom: 20px; + display: flex; + align-items: center; + border: 1px solid #E2E2E2; + padding: 0 15px; +} + +.community_write .preview img { + width: 80px; + margin-right: 10px; } \ No newline at end of file diff --git a/src/main/webapp/m/html/community/13-17.커뮤니티-게시글등록-리뷰.html b/src/main/webapp/m/html/community/13-17.커뮤니티-게시글등록-리뷰.html new file mode 100644 index 0000000..fabd360 --- /dev/null +++ b/src/main/webapp/m/html/community/13-17.커뮤니티-게시글등록-리뷰.html @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + +
+ +
+ +

게시글 등록

+ +
+ +
+
+
+ 자유글 + 기록 + 이유식 + 칼럼 +
+
+ +
+
+

제품명

+ +
+
+

판매처

+ +
+
+

구매평

+
+ + + + + +
+
+
+ + +
+ + + + + +
+ +
+ +
+ + +
+ +
+ + + + +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/m/html/community/13-21.커뮤니티-게시글등록-기록.html b/src/main/webapp/m/html/community/13-21.커뮤니티-게시글등록-기록.html new file mode 100644 index 0000000..67a5b09 --- /dev/null +++ b/src/main/webapp/m/html/community/13-21.커뮤니티-게시글등록-기록.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + +
+ +
+ +

게시글 등록

+ +
+ +
+
+
+ 자유글 + +
+
+ +
+ +
+ + +
+ + + + + + +
+ + + + +
+ +
+ + +
+ +
+ + + + + + + + + \ No newline at end of file