|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
<#include "/m/include/index_top.ftl">
|
|
|
|
|
<link rel="stylesheet" href="http://devops.lookylooks.ai:14280/bf/m/css/swiper.min.css">
|
|
|
|
|
<script src="http://devops.lookylooks.ai:14280/bf/m/js/swiper.min.js"></script>
|
|
|
|
|
<script src="http://devops.lookylooks.ai:14280/bf/m/js/jquery_popupoverlay.js"></script>
|
|
|
|
|
<script type="text/javascript" src="http://devops.lookylooks.ai:14280/bf/m/js/masonry.pkgd.min.js"></script>
|
|
|
|
|
<script src="http://devops.lookylooks.ai:14280/bf/m/js/jquery.bxslider.js"></script>
|
|
|
|
|
<script src="http://devops.lookylooks.ai:14280/bf/m/js/design.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="${URL_STATIC_ROOT}/m/css/swiper.min.css">
|
|
|
|
|
<script src="${URL_STATIC_ROOT}/m/js/swiper.min.js"></script>
|
|
|
|
|
<script src="${URL_STATIC_ROOT}/m/js/jquery_popupoverlay.js"></script>
|
|
|
|
|
<script type="text/javascript" src="${URL_STATIC_ROOT}/m/js/masonry.pkgd.min.js"></script>
|
|
|
|
|
<script src="${URL_STATIC_ROOT}/m/js/jquery.bxslider.js"></script>
|
|
|
|
|
<script src="${URL_STATIC_ROOT}/m/js/design.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/bf/m/js/jquery.bpopup.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -71,6 +71,11 @@
|
|
|
|
|
|
|
|
|
|
<div class="recommend_tooltip">
|
|
|
|
|
* 영양성분과 식품군 분석을 통한 식재료가 추천됩니다.
|
|
|
|
|
<div class="info_btn" style="margin-left: 5px; cursor: pointer;">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-info-circle-fill" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- search_cont -->
|
|
|
|
@ -109,6 +114,10 @@
|
|
|
|
|
$(".modal_close_btn").on("click", function (){
|
|
|
|
|
$(".modal-wrapper").removeClass("open")
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$(".info_btn").on("click", function () {
|
|
|
|
|
Swal.fire({text: '* 이유식당 추천은 생후 월령에 맞춘 영양학적 수치를 고려하여 추천되며 실제 섭취할 식품 정보와 일치하지 않을 수 있으므로, 이에 대한 법적 책임은 없습니다.'}).then((result)=>{})
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|