style.scss 391 B

12345678910111213141516171819202122
  1. .hc-nav-bar-box {
  2. position: sticky;
  3. top: 0;
  4. right: 0;
  5. left: 0;
  6. padding-top: calc(var(--status-bar-height) + 10rpx);
  7. z-index: 8090;
  8. &.white {
  9. background: white;
  10. }
  11. .hc-nav-bar {
  12. position: relative;
  13. }
  14. }
  15. .hc-nav-bar-box.data-table-nav-bar {
  16. border-radius: 0 0 60rpx 60rpx;
  17. background-color: #544e80;
  18. margin-bottom: 30rpx;
  19. }