香菇鱿鱼汤

核心提示1 食材主要食材:干鱿鱼20g。 其他食材:水发香菇50g,水发鱿鱼100g,虾仁肉末各20g,冬笋片30g,精盐、白糖、黄酒、胡椒粉、味精、猪油、湿淀粉、葱末、麻油各适量。 2 做法步骤1.先将水发鱿鱼洗净切成斜方块,放在开水中焯一下,

1 食材 主要食材:干鱿鱼20g。

其他食材:水发香菇50g,水发鱿鱼100g,虾仁肉末各20g,冬笋片30g,精盐、白糖、黄酒、胡椒粉、味精、猪油、湿淀粉、葱末、麻油各适量。

2 做法步骤

1.先将水发鱿鱼洗净切成斜方块,放在开水中焯一下,捞起沥干

2.炒锅上火,放入猪油烧热,加葱末、肉末、冬笋片、香菇片煸炒。

3.锅内注入清水,放入浸泡过的虾仁及黄酒、精盐、白糖,煮开后放入鱿鱼片,片刻后用水淀粉勾芡,加味精、胡椒粉,麻油即成。

.hidden { display: none !important; } .pay-modal{ position: fixed; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; } .pay-modal-bg{ position: absolute; width: 100%; height: 100%; opacity: 0.4; background-color:#000 } .pay-modal-content{ position: relative; width: 64%; height: 150px; background-color: #fff; border-radius: 8px; opacity: 1; } .pay-modal-row{ width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; } .pay-modal-title{ font-size:16px; font-weight:500; color:#000; border-bottom: 1px solid #f0f0f0; } .pay-modal-success{ font-size:16px; color:#FC4146; } .pay-modal-failure{ font-size:16px; color:#666; border-top: 1px solid #f0f0f0; } 请确认微信支付是否已完成 已支付完成 未支付成功 .selectList Li{ list-style:none; } .toast-modal { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; } .toast-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .toast-box { padding: 10px 20px; background-color: rgba(0, 0, 0, 0.5); font-size: 16px; color: #ffffff; border-radius: 8px; line-height: 30px; text-align: center; max-width: 80%; } .loading-modal { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; background-color: rgba(0, 0, 0, 0.3); } .loading-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .loading { width: 6px; height: 6px; border-radius: 3px; background: #ffffff; float: left; margin: 0 4px; animation: loading linear 1s infinite; -webkit-animation: loading linear 1s infinite; } .loading:nth-child(1){ animation-delay:0s; } .loading:nth-child(2){ animation-delay:0.15s; } .loading:nth-child(3){ animation-delay:0.3s; } .loading:nth-child(4){ animation-delay:0.45s; } .loading:nth-child(5){ animation-delay:0.6s; } @keyframes loading { 0%,60%,100% {transform: scale(1);} 30% {transform: scale(2.5);} } @-webkit-keyframes loading { 0%,60%,100% {transform: scale(1);} 30% {transform: scale(2.5);} } .adv_tag{ position: absolute; right: 0; bottom: 32px; width: 28px; height: 18px; background-color: rgba(0, 0 , 0, .3); color: #fff; font-size: 12px; text-align: center; line-height: 21px; } .advertising { position: relative; display: block; width: 100%; height: auto; box-sizing: border-box; } .advertising>.adv-images { width: inherit; } .advertising>.remark { position: absolute; top: 2px; right: 0px; font-size: 0.8rem; border: 1px solid rgb(178, 178, 178); } .tongue{ color: #ff0000; font-size: 16px; font-weight: bold; padding-bottom: 20px; text-align: center; text-decoration: underline; background-color:#ffffff; } 收听提示 您需要先购买才能收听哦 1元购买 用户登录 获取验证码 @media screen and (min-width: 750px) { .modal-wrapper { width: 100%; background-color: #FFFFFF; box-sizing: border-box; padding: 30px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .modal-wrapper .modal-title { font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #333333; text-align: center; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .modal-wrapper .modal-tip { margin-top: 20px; font-size: 14px; font-family: Microsoft YaHei; font-weight: 400; color: #999999; text-align: center; width: 100%; } .modal-wrapper .modal-btn { display: block; text-decoration: none; margin-top: 30px; width: 120px; height: 36px; background: #00C77D; border-radius: 4px; display: flex; flex-direction: row; justify-content: center; align-items: center; cursor: pointer; } .modal-wrapper .modal-btn>img { margin-right: 5px; width: 18px; height: 16px; object-fit: cover; } .modal-wrapper .modal-btn>span { font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #FFFFFF; } } @media screen and (max-width: 750px) { .modal-wrapper { width: 100%; background-color: #FFFFFF; box-sizing: border-box; padding: 6vw 4vw; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .modal-wrapper .modal-title { font-size: 5.3vw; font-family: Microsoft YaHei; font-weight: bold; color: #333333; text-align: center; width: 100%; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .modal-wrapper .modal-tip { font-size: 3.7vw; font-family: Microsoft YaHei; font-weight: 400; color: #999999; width: 100%; margin-left: 40%; } .modal-wrapper .modal-btn { display: block; text-decoration: none; margin-top: 7vw; width: 100%; height: 12vw; background: #00C77D; border-radius: 2vw; display: flex; flex-direction: row; justify-content: center; align-items: center; cursor: pointer; } .modal-wrapper .modal-btn>img { display: none; } .modal-wrapper .modal-btn>span { font-size: 4.8vw; font-family: Microsoft YaHei; font-weight: bold; color: #FFFFFF; } } .copy_modal_box{ width: 100vw; height: 200%; position: absolute; top: -40vw; left: 0; z-index: 99; background: rgba(0, 0, 0, 0.5); display: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .show_modal_box{ display: block; } .copy-modal-box-content { width: 90vw; background: #FFFFFF; box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 5%); border-radius: 4px; margin: 0 auto; margin-top: 80vw; user-seletct: none; -webkit-user-seletct: none; -moz-user-seletct: none; -ms-user-seletct: none; } .modal-top { display: flex; flex-direction: row; justify-content: space-between; padding: 20px; font-size: 18px; font-family: Microsoft YaHei; font-weight: 400; color: #333333; border-bottom: 1px solid #E2E2E2; } .modal-top-colse img { cursor: pointer; } .layui-layer-msg { width: 200px !important; } 复制付费 付费获取七天复制权限 限时特价: 2.99 元 原价: 10元 微信支付 已付款请点击这里 联系客服: QQ 联系客服: 微信

干香菇跟什么食物达配好?

香菇鱿鱼汤

2008-06-10

菜系及功效:家常菜谱补血食谱滋阴食谱营养不良食谱工艺:烧香菇鱿鱼汤的制作材料:主料:鱿鱼(干)30克 辅料:香菇(鲜)50克,虾仁20克,猪肉(瘦)20克,冬笋30克 调料:料酒5克,盐3克,味精2克,白砂糖5克,大葱5克

烹饪步骤:

0.菜系及功效:家常菜谱 补血食谱 滋阴食谱 营养不良食谱 工艺:烧香菇鱿鱼汤的制作材料:

主料:鱿鱼(干)30克

辅料:香菇(鲜)50克,虾仁20克,猪肉(瘦)20克,冬笋30克

调料:料酒5克,盐3克,味精2克,白砂糖5克,大葱5克,淀粉(玉米)3克,猪油(炼制)10克,香油2克

香菇鱿鱼汤的做法:

1. 将水发鱿鱼切成3厘米长的斜方块

2. 鱿鱼放在开水中焯一下,捞出沥干

3. 香菇去蒂洗净切成片

4. 锅内加入猪油烧热,将葱末、肉末、冬笋片、香菇片加入煸炒,注入清水

5. 然后加入浸泡的虾仁及料酒、精盐、白糖,煮沸

6. 放入鱿鱼片,片刻后用湿淀粉勾稀芡

7. 加入味精、胡椒粉,淋上香油即成

健康提示

1. 香菇鱿鱼汤以鱿鱼、香菇、虾仁、肉末、冬笋为原料

2. 汤中鱿鱼为海洋珍品,具有滋阴养血,润燥生津的作用

3. 天然滋补山珍香菇,除一般营养外,并含有降低血脂和抗瘤的物质

4. 配以虾仁、肉末、冬笋共具滋阴养血,降脂肮癌之效

5. 除可作为滋补营养汤肴使用外,亦可作为抗癌的食疗保健佳品

食物相克

虾仁:虾忌与某些水果同吃。虾含有比较丰富的蛋白质和钙等营养物质。如果把它们与含有鞣酸的水果,如葡萄、石榴、山楂、柿子等同食,不仅会降低蛋白质的营养价值,而且鞣酸和钙离子结合形成不溶性结合物刺激肠胃,引起人体不适,出现呕吐、头晕、恶心和腹痛腹泻等症状。海鲜与这些水果同吃至少应间隔2小时

跟香菇相搭配的食物

1、香菇+莴笋

莴笋与香菇搭配食用,有利尿通便、降血脂降血压的功效。适用于慢性肾炎、习惯性便秘、高血压病、高脂血症。

2、香菇+西兰花

二者搭配可滋补元气,润肺,化痰,改善食欲不振、身体容易疲倦等状况。

3、香菇+荸荠

荸荠性味甘寒,具有清热、化痰、消积等功效;香菇能补气益胃、滋补强身,具有降血压、降血脂的功效。二者搭配同食,具有调理脾胃、清热生津的作用。常食能补气强身、益胃助食,有助于治疗脾胃虚弱、食欲不振或久病脾胃虚、湿热等病症。特别适合作为原发性高血压、高脂血症、冠心病、癌症及糖尿病等病患者的辅助治疗食物。

4、香菇+口蘑

香菇、口蘑均为中外驰名的食用菌珍品,两者搭配具有滋补强壮、消食化痰、清神降压、润肤和抗癌的作用。

5、香菇+菜花

二者搭配利肠胃,开胸膈,壮筋骨,并有较强的降血脂的作用。

6、香菇+毛豆

香菇是高蛋白、低脂肪的食品,具有益气补虚、健脾和胃等功效。毛豆为新鲜的黄豆,含有较高的优质蛋白质和多种矿物质等,营养价值很高。二者搭配适合高血脂、高血压、糖尿病、癌症、肥胖等病人食用。

7、香菇+牛肉

两者共食,适用于气血亏虚所导致的手足冰冷、畏寒、四肢乏力、关节活动不足、腰膝酸软等症。

8、香菇+鱿鱼

两者同食,用于高血压、高血脂以及癌症的辅助治疗。

泡发香菇时加点白糖更鲜美

香 菇的香味主要来自其中所含的蘑菇香精和鸟苷酸两种成分,尤其是鸟苷酸,它的鲜味强度是普通味精的几十倍。泡发干香菇的时候,先用冷水将其表面冲洗干净,菇 盖朝下放置于20~35摄氏度的温水中浸泡,这样既能使香菇更容易吸水变软,又能让鸟苷酸充分分解,散发出鲜味来。在此过程中,最好加入少许白糖,可以防 止鲜味流失,让烹调出来的香菇味道更鲜美。

 

 香菇忌搭配食物:

香菇+鹌鹑肉、鹌鹑蛋=面部易长黑斑。

香菇+河蟹=易引起结石症状。

香菇含有维生素D,河蟹也富含维生素D,两者一起食用,会使人体中的维生素D含量过高,造成钙质增加,长期食用易引起结石症状。

香菇+番茄=破坏类胡萝卜素,降低营养价值。

 
友情链接
鄂ICP备19019357号-22