.main{ height:500px; background: #555; // 如下代码 display: flex; justify-content: center; align-items: center; } .item{ width:100px; height:100px; background: #ff5; text-align: center; } <div class="main"> <div class="item"></div> </div>
计算机网络/计算机科学与应用/系统/运维/开发
.main{ height:500px; background: #555; // 如下代码 display: flex; justify-content: center; align-items: center; } .item{ width:100px; height:100px; background: #ff5; text-align: center; } <div class="main"> <div class="item"></div> </div>
所谓坚持,就是从种子种下到开花结果需要等待的时间。