common.scss 339 B

1234567891011121314151617181920212223242526272829
  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. }
  12. .hidden{
  13. display: flex;
  14. visibility: hidden;
  15. }
  16. .df{
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. }