dev_bert
kyebyungha 3 years ago
commit fd41a0378c

@ -15261,6 +15261,7 @@ main.sona_cont_measurement {
.main_bf_food .recommend_item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
@ -15271,6 +15272,12 @@ main.sona_cont_measurement {
border-radius: 100px;
}
.main_bf_food .recommend_item p {
color: #45C4A7;
font-size: 0.7rem;
margin-top: 0.3rem;
}
.main_bf_food .bf_homemade {
border: 1px solid #FFCC00;
}
@ -16213,7 +16220,9 @@ main.sona_cont_measurement {
position: fixed;
bottom: 20px;
width: calc(100% - 1rem);
max-width: calc(1024px - 1rem);
height: 50px;
margin: 0 auto;
}
.d_day_modal {

@ -500,8 +500,9 @@
<div class="hidden left">추천 홈메이드 이유식</div>
</a>
<div class="list">
<a href="#" class="recommend_item bf_ingre">감자</a>
<a href="#" class="recommend_item bf_ingre">고구마</a>
<!-- p 태그를 사용으로 설명출력할 수 있습니다 -->
<a href="#" class="recommend_item bf_ingre">감자<p>식이섬유 풍부 / 변비 예방에 효과적</p></a>
<a href="#" class="recommend_item bf_ingre">고구마<p>식이섬유 풍부</p></a>
<a href="#" class="recommend_item bf_ingre">오이</a>
<a href="#" class="recommend_item bf_ingre">사과</a>
<a href="#" class="recommend_item bf_ingre">단호박</a>

Loading…
Cancel
Save