From 56e11e23f9be35458c4a60c9c134e023a1eebcfc Mon Sep 17 00:00:00 2001 From: Isol Date: Wed, 20 Apr 2022 14:23:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=EB=A6=AC=EC=8B=B1=20-=20?= =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EA=B3=B5=EC=9C=A0?= =?UTF-8?q?=ED=8C=9D=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/m/css/style.css | 24 +++++++++++++++++++ .../bf_growth_record/9-2.기록-젖병.html | 22 +++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index f43908e..2c764ee 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -5307,6 +5307,30 @@ main { margin-top: 20px; } +.modal-wrapper .center_title { + display: flex; + justify-content: center; + color: #414141; + font-size: 1rem; + font-weight: 400; + margin-top: 10px; +} + +.modal-wrapper .container_y_n { + display: flex; + margin-top: 20px; + justify-content: space-around; +} + +.modal-wrapper .btn_y_n { + height: 30px; + width: 80px; + border-radius: 14px; + background-color: #FF9C01; + color: #FFFFFF; + +} + /* 13p */ .modal-wrapper .input_cont { diff --git a/src/main/webapp/m/html/bf_growth_record/9-2.기록-젖병.html b/src/main/webapp/m/html/bf_growth_record/9-2.기록-젖병.html index 18ee11b..83a423c 100644 --- a/src/main/webapp/m/html/bf_growth_record/9-2.기록-젖병.html +++ b/src/main/webapp/m/html/bf_growth_record/9-2.기록-젖병.html @@ -17,6 +17,19 @@ + + + +
@@ -510,6 +523,15 @@ clickable: true, } }); + + $(".nutrition_kinds_btn").on("click", function () { + $("#sharedPop").toggleClass("open") + }) + + + $(".btn_y_n").on("click", function () { + $("#sharedPop").removeClass("open") + }) \ No newline at end of file