12345678910111213141516171819202122 |
- .hc-nav-bar-box {
- position: sticky;
- top: 0;
- right: 0;
- left: 0;
- padding-top: calc(var(--status-bar-height) + 10rpx);
- z-index: 8090;
- &.white {
- background: white;
- }
- .hc-nav-bar {
- position: relative;
- }
- }
- .hc-nav-bar-box.data-table-nav-bar {
- border-radius: 0 0 60rpx 60rpx;
- background-color: #544e80;
- margin-bottom: 30rpx;
- }
|