design.wxss 91 B

123456
  1. .box{
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 100px;
  6. }