app.wxss 249 B

1234567891011
  1. /**app.wxss**/
  2. .container {
  3. height: calc(100vh - 40rpx);
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. /* justify-content: space-between; */
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. background: #f5f5f5 !important;
  11. }