app.wxss 313 B

1234567891011121314151617
  1. /**app.wxss**/
  2. page{
  3. height: 100%;
  4. background-color: #000000;
  5. }
  6. .container {
  7. /* height: 88%; */
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. /* justify-content: space-between; */
  12. /* padding: 200rpx 0; */
  13. box-sizing: border-box;
  14. overflow:hidden;
  15. background-color: #000000;
  16. }