app.wxss 290 B

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