奇異果蜂蜜氣泡水
以蜂蜜為基底,製作一杯奇異果蜂蜜氣泡水。
HONEY RECIPE
奇異果蜂蜜氣泡水
準備食材
蜂蜜 3 大匙
氣泡水 350 ml
檸檬片 4 片
奇異果一顆
冰塊 適量
做法
STEP 01
先將蜂蜜與奇異果打碎攪,再加入冰塊。
STEP 02
杯中再緩緩加入氣泡水。
STEP 03
最後以檸檬片裝飾,完成一杯高顏值夏日飲品。
料理影片
VIDEO COMING SOON
影片在路上了
請耐心稍等一下 ♡
/* 食材+做法 並排 */
.recipe-two-column{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:60px;
margin-bottom:70px;
}
.recipe-column{
min-width:0;
}
.recipe-ingredients{
display:grid;
grid-template-columns:1fr;
gap:18px;
}
.recipe-ingredient-item{
padding-bottom:10px;
border-bottom:1px dashed #E5DED3;
}
/* 影片尚未上線 */
.recipe-video-coming{
min-height:320px;
padding:40px 25px;
box-sizing:border-box;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
border:1px solid #E5DED3;
border-radius:12px;
background:#FFFDF9;
}
.recipe-video-en{
margin-bottom:12px;
font-size:12px;
letter-spacing:3px;
color:#B3A38F;
}
.recipe-video-title{
margin-bottom:8px;
font-size:26px;
font-weight:400;
letter-spacing:2px;
color:#6A5844;
}
.recipe-video-text{
font-size:16px;
color:#9A8565;
}
/* 手機版 */
@media(max-width:768px){
.recipe-two-column{
grid-template-columns:1fr;
gap:50px;
}
.recipe-video-coming{
min-height:240px;
}
.recipe-video-title{
font-size:22px;
}
}
2026/08/20