📝 代码查看
使用runcode.html页面

1
查看次数
2025-11-07
创建时间
2025-11-07
最后更新
  <div class="wp">
        <div class="box">123123</div>
    </div>
.wp {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .box {
        }
.wp {
    border: 1px solid red;
    width: 300px;
    height: 300px;
}

.box {
    background: green;    
}

.box.size{
    width: 100px;
    height: 100px;
}
暂无JavaScript代码

👁️ 实时预览