<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.menu-list {
display: flex;
flex-direction: row;
justify-content: space-between;
600px;
flex: 1;
}
</style>
</head>
<body>
<div class="menu-list">
<div>猪肉大葱饺子</div>
<hr style="border-top:1px dashed #000; height:1px;flex:1">
<div>10元</div>
</div>
<div class="menu-list">
<div>鸡蛋水饺</div>
<hr style="border-top:1px dashed #000; height:1px;flex:1">
<div>10元</div>
</div>
<div class="menu-list">
<div>土豆丝</div>
<hr style="border-top:1px dashed #000; height:1px;flex:1">
<div>10元</div>
</div>
<div class="menu-list">
<div>宫保鸡丁</div>
<hr style="border-top:1px dashed #000; height:1px;flex:1">
<div>10元</div>
</div>
</body>e
</html>