0
点赞
收藏
分享

微信扫一扫

猜数字首页wxss代码

/* index.wxss */

.container {

  display: flex;

  flex-direction: column;

  align-items: center;

  /* 弹性布局,均匀分布 */

  justify-content: center;

  /* %基于父容器  vh相对于整个页面的高度 */

  height: 100vh;

  /* text-align: center; */

}

.button-container {

  margin-top: 30px;

}

.button {

  width: 160px;

  height: 40px;

  margin-bottom: 50px;

}

猜数字首页wxss代码_均匀分布


举报

相关推荐

猜数字游戏代码优化

猜数字。。

猜数字

java 猜数字

java:猜数字

猜数字游戏

PTA猜数字游戏

0 条评论