common.scss 717 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. view, scroll-view, text, {
  2. box-sizing: border-box !important;
  3. }
  4. image, img{
  5. display: block;
  6. border: 0;
  7. }
  8. .white-box{
  9. background-color: #fff;
  10. border-radius: 16rpx;
  11. padding: 20rpx;
  12. }
  13. // 底部安全区域
  14. .safe-area-inset-bottom{
  15. padding-bottom: constant(safe-area-inset-bottom) !important;
  16. padding-bottom: env(safe-area-inset-bottom) !important;
  17. }
  18. .safe-area-issue {
  19. margin-bottom: constant(safe-area-inset-bottom) !important;
  20. margin-bottom: env(safe-area-inset-bottom) !important;
  21. }
  22. // 暂无数据
  23. .no-data{
  24. text-align: center;
  25. font-size: 28rpx;
  26. color: #707476;
  27. height: 200rpx;
  28. line-height: 200rpx;
  29. }
  30. uni-page-body{
  31. height: 100%;
  32. }
  33. uni-toast{
  34. z-index: 99999;
  35. }
  36. .text-og{
  37. color: #FF6234;
  38. }