common.scss 364 B

123456789101112131415161718192021222324252627282930
  1. view,image,text,rich-text,progress,button,input,form,label,textarea{
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. page,
  7. uni-page-body{
  8. box-sizing: border-box;
  9. height: 100%;
  10. background: #fff;
  11. padding-bottom: 80rpx;
  12. }
  13. .hidden{
  14. display: flex;
  15. visibility: hidden;
  16. }
  17. .df{
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }