<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>  
    *{padding: 0;margin:0;font-size: 12px;}  
    div{float: left;width: 200px;height:200px;margin: 10px;border:1px solid blue; line-height: 200px;}  
    span{display: inline-block;vertical-align: middle;line-height: 22px;}  
</style>  
</head>
<body>
    <div>  
    <span>测试文字测试文字</span>  
</div>  
<div>  
    <span>测试文字 <br/> 测试文字<br/> 测试文字<br/> 测试文字<br/> 测试文字<br/> 测试文字</span>  
</div>  
</body>
</html>

 

相关文章:

  • 2021-09-13
  • 2021-10-10
  • 2021-12-15
  • 2021-10-10
  • 2021-10-10
  • 2021-10-10
  • 2021-10-10
猜你喜欢
  • 2021-12-04
  • 2021-10-10
  • 2021-10-10
  • 2021-10-10
  • 2021-12-05
  • 2021-10-10
相关资源
相似解决方案