app.wxss 217 B

1234567891011
  1. /**app.wxss**/
  2. .container {
  3. font-family: "heavy";
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 200rpx 0;
  10. box-sizing: border-box;
  11. }