/* pages/login/login.wxss *//**app.wxss**/

.box1 {

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-between;

  padding: 100rpx 0;

  box-sizing: border-box;

} 

image{

  width: 150rpx;

  height: 150rpx;

}

input{

  width: 400rpx;

  height: 50rpx;

  border: 1px solid #777;

  border-radius: 15rpx;


}

.box2{

  display: flex;

  height: 50rpx;

  align-items: center;

  margin-top: 70rpx;

}

.btn{

  margin-top: 50rpx;

}

贪吃蛇login.wxss代码_微信开发者工具