xiaomingBlog

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{
border: 0;
padding: 0;
margin: 0;
}
#box{
font-size: 20px;
width: 10000px;
height: 20px;
background: red;
line-height: 20px;
vertical-align:middle;
}
</style>
</head>
<body>
<div id="box">我也不知道为什么 </div>
<script type="text/javascript"></script>
</body>
</html>

分类:

技术点:

相关文章:

  • 2022-01-03
  • 2021-10-16
  • 2021-08-18
  • 2021-09-13
  • 2021-05-23
  • 2022-01-08
  • 2021-07-05
  • 2021-10-08
猜你喜欢
  • 2021-12-02
  • 2021-12-13
  • 2021-04-05
  • 2021-09-27
  • 2022-01-10
  • 2021-07-11
  • 2021-12-04
相关资源
相似解决方案