<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div> <div style="background-color: gray;width:500px;height:100px;"></div> <div style="background-color: green;width:500px;height:100px;">aaa<br>bbb<span>ccc <div><div id="ww" style="background-color: red;width:50px;height:100px;display: inline-block"></div></div> </span> </div> <div style="background-color: blue;width:500px;height:100px;"></div> </div> </body> </html>
时间: 2024-10-25 01:12:01