|
|
@ -82,11 +82,11 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="time_btn_div">
|
|
|
|
<div class="time_btn_div">
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(-10);">-10ml</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(-10);">-10</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(-5);">-5ml</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(-5);">-5</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(5);">5ml</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(5);">+5</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(10);">10ml</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(10);">+10</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(20);">20ml</button>
|
|
|
|
<button type="button" class="border_btn" onclick="addLac(20);">+20</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<p class="small_note">* 섭취량 미 입력 시 영양점수에 반영되지 않습니다.</p>
|
|
|
|
<p class="small_note">* 섭취량 미 입력 시 영양점수에 반영되지 않습니다.</p>
|
|
|
|