<!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>
.div-width {
min-width: 100px;
height: 18px;
border-radius: 8px;
border: 4px solid red;
margin: 2px 0 18px;
color: red;
padding: 2px;
display: inline-block;
}
</style>
</head>
<body>
<div class="div-width">
conte211111111111111111111111111111111
</div>
</body>
</html>
css 设置最小宽度min-width,max-width宽度 width不起作用问题
于 2024-03-18 13:37:34 首次发布