蜂蜜和風醬
以蜂蜜為基底醬料,製作一道蜂蜜和風醬。
HONEY RECIPE
蜂蜜和風醬
準備食材
蜂蜜 1 大匙
醬油 2 大匙
味醂 1 大匙
蜂蜜醋或白醋 1 大匙
香油 1 小匙
白芝麻 1 小匙
做法
STEP 01
把醬油、味醂、白醋先拌勻。
STEP 02
加入蜂蜜調整甜鹹平衡。
STEP 03
加入香油與白芝麻提升香氣。
STEP 04
拌勻後即可作為涼拌醬使用。
料理影片
/*=================================
準備食材+做法
==================================*/
.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{
position:relative;
width:100%;
aspect-ratio:16 / 9;
overflow:hidden;
border-radius:12px;
box-shadow:0 8px 24px rgba(0,0,0,.12);
background:#000000;
}
.recipe-video iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
border:0;
}
/*=================================
手機版
==================================*/
@media(max-width:768px){
.recipe-two-column{
grid-template-columns:1fr;
gap:50px;
}
}
2026/07/01