mine.wxss 216 B

123456789101112
  1. /* pages/mine/mine.wxss */
  2. page {
  3. background-color: #F8F9FA;
  4. }
  5. .container {
  6. min-height: 100vh !important;
  7. background: #F8F9FA;
  8. display: flex;
  9. flex-direction: column;
  10. box-sizing: border-box;
  11. }