app.wxss 337 B

12345678910111213141516171819202122
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: space-between;
  12. padding-top: 80rpx;
  13. box-sizing: border-box;
  14. }
  15. /* background: #f0f1f5 */
  16. }
  17. ::-webkit-scrollbar{
  18. width: 0;
  19. height: 0;
  20. color: transparent;
  21. }