view.scss 499 B

12345678910111213141516171819202122
  1. .hc-images-page {
  2. position: relative;
  3. height: 100vh;
  4. .hc-images-nav-bar {
  5. position: relative;
  6. background: #FFFFFF;
  7. padding-top: calc(var(--status-bar-height) + 10rpx);
  8. z-index: 8090;
  9. }
  10. .hc-bottom-bar {
  11. height: var(--window-bottom);
  12. position: absolute;
  13. z-index: -1;
  14. bottom: 0;
  15. width: 100%;
  16. }
  17. .hc-bottom-btn-bar {
  18. position: relative;
  19. background: white;
  20. padding: 20rpx;
  21. }
  22. }