아이 정보 이미지 css 수정

dev_bert
lucysoo95 3 years ago
parent cf78e4f489
commit 448aa9f738

@ -26,9 +26,9 @@
<div>
<span style="display:none"><input onchange="readImg(this)" type="file" id="append_src_img_file" id="append_src_img_file" name="append_src_img_file" accept="image/*;capture=camera"></span>
<#if (item['append_300_img_file'])?has_content>
<p onclick="fncImgDivClick()" class="proimg"><img style="width: auto;max-width:70px; height: 70px" id="preview-img" src="${URL_ROOT}/file/get_img.do?mt_file_seq=${item['append_300_img_file']}" alt="프로필 사진" /></p>
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover;" id="preview-img" src="${URL_ROOT}/file/get_img.do?mt_file_seq=${item['append_300_img_file']}" alt="프로필 사진" /></p>
<#else>
<p onclick="fncImgDivClick()" class="proimg"><img style="width: auto;max-width:70px; height: 70px" id="preview-img" src="../img/main/nutrition_cont_img_camera.png" alt="프로필 사진" /></p>
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover;" id="preview-img" src="../img/main/nutrition_cont_img_camera.png" alt="프로필 사진" /></p>
</#if>
<p class="info"><span class="name">사진을 등록해주세요</span></p>
</div>

@ -17102,9 +17102,9 @@ color: white;
}
.setting_header_child_top .proimg img {
width: 100%;
border-radius: 60px;
box-shadow: 0 0 2px;
width: 65px;
height: 64px;
object-fit: cover;
}
.setting_header_child_top p {

Loading…
Cancel
Save