<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.box {
width: 58px;
height: 50px;
display: flex;
flex-wrap: wrap-reverse;
flex-direction: row-reverse;
justify-content: center;
}
</style>
</head>
<body>
<div class="box">
<!-- 严重过低 -->
<span>低</span>
<span>过</span>
<span>重</span>
<span>严</span>
</div>
</body>
</html>
版权声明:本文为qq_42374676原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。