猜数字首页wxss代码

阅读 41

2023-12-25

/* 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代码_均匀分布


精彩评论(0)

0 0 举报