index.wxss 213 B

123456789101112131415
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. width: 100vw;
  6. height: 100vh;
  7. }
  8. .content .one {
  9. margin: 2vw;
  10. text-align: center;
  11. }
  12. .content .one button {
  13. margin: 0.5vw;
  14. }