|
|
|
@ -32,6 +32,12 @@
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
#ui-datepicker-div{
|
|
|
|
|
top: 200px !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<body><!--grey_bg / blue_w_bg /blue_g_bg-->
|
|
|
|
|
<div class="wrap">
|
|
|
|
|
<header class="header_wrapper">
|
|
|
|
@ -46,7 +52,7 @@
|
|
|
|
|
<div class="pic hidden" style="background: url(${thumb_path})">프로필 사진</div>
|
|
|
|
|
<div class="child_tit">
|
|
|
|
|
<div class="name">${model['rm_child']['name']}</a></div>
|
|
|
|
|
<div class="age">${model['rm_child']['age_y']!}세 ${model['rm_child']['age_m']!}개월</div>
|
|
|
|
|
<div class="age">${(model['rm_child']['past_month']?number/12)?floor!}세 ${(model['rm_child']['past_month']?number%12)!}개월</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="profile_list">
|
|
|
|
|