diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index e10f1f2..66b0eec 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -785,8 +785,11 @@ main { overflow: hidden; margin-bottom: 0.9375rem; box-shadow: 0 0 6px rgba(0, 0, 0, 0.08); - border: none; + border: 1px solid #FF9C01; + border-radius: 7px; min-width: 250px; + + } .child_wrap .child_list_item:last-child { @@ -16691,6 +16694,108 @@ progress::-webkit-progress-value { .account .search_btn_cont div:nth-child(2){ background-color: #FF9C01; + border-radius: 10px; +} + +/*회원가입-가입완료*/ +.sign_up_header { + margin: 0 20px; + position: relative; +} + +.sign_up_header img { + display: block; + width: 37%; + height: auto; + max-width: 350px; + margin: 0 auto; + +} + +.sign_up_header h2 { + text-align: center; + color: #5d5552; + font-size: 0.9375rem; + margin-top: 1.78125rem; + line-height: 1.3rem; +} + +/*아이목록 m_list_member_child*/ + +.m_list_member_child { + height: 100%; + padding: 0 20px; +} + +.m_list_member_child .w_title { + /*padding-top: 1.75rem!important;*/ +} + +.m_list_member_child .child_wrap { + background: none; + width: 100%; + padding-bottom:70px; +} + +.m_list_member_child .child_list_item .child_r_box { + width: 5.5rem; +} + +.m_list_member_child .child_add { + display: block; + height: 3.125rem; + line-height: 3.125rem; + text-align: center; + background-color: #FF9C00; border-radius: 10px; - -} \ No newline at end of file + color: #fff; +} + +.m_list_member_child .child_edit_btn { + margin-top: auto; + position: fixed; + bottom: 80px; + right: 20px; + width: 4.375rem; + height: 4.375rem; + text-align: center; + border: none; + border-radius: 50%; + background-color: rgba(80, 80, 80, 0.7); + color: #fff; + font-size: 0.875rem; +} + +.m_list_member_child .child_edit_btn.edit_mode { + background-color: #FF9C00; +} + +.m_list_member_child .child_edit_btn .tit.tit_02 { + display: none; +} + +.m_list_member_child .child_edit_btn.edit_mode .tit_01 { + display: none; +} + +.m_list_member_child .child_edit_btn.edit_mode .tit_02 { + display: block; +} + +.m_list_member_child .child_edit_btn .child_edit_icon { + width: 1.25rem; + height: 1.25rem; + display: block; + margin: 0 auto; + background: url(../img/child/child_common_sprites.png) no-repeat 5.634% 31.437%/ auto 11.75rem; +} + +.child_add .add_icon { + vertical-align: middle; + margin-top: -7px; + width: 20px; + height: 20px; + margin-left: 5px; + background: url(../img/child/child_common_sprites.png) no-repeat 56.649% 73.034% / auto 11.75rem; + border-radius: 50%; +} diff --git a/src/main/webapp/m/html/8-8.설정하기-아기정보변경(ppt66).html b/src/main/webapp/m/html/8-8.설정하기-아기정보변경(ppt66).html new file mode 100644 index 0000000..283649d --- /dev/null +++ b/src/main/webapp/m/html/8-8.설정하기-아기정보변경(ppt66).html @@ -0,0 +1,137 @@ + + + + + + + + 아이목록 + + + + + + + + + +
+
+ +

아이 목록

+ +
+
+
+

+ 아이 ()명 +

+
+ + + + +
+
+ + + 아기를 추가해주세요 + + +
+
+ + + \ No newline at end of file