SOURCE

console 命令行工具 X clear

                    
>
console
<div class="wrap">
    <div class="box1">第一列</div>
    <div class="box2">这是随机的内容这是随机的内容我很长这是随机的内容这是随机这是随机的内容这是随机的内容我很长的内容我很长</div>
    <div class="box3">第二列2</div>
</div>
.box1{
    background-color: orange
}
.box2{
    background-color: blue
}
.box3{
    background-color: pink
}