style.scss 249 B

12345678910
  1. .hc-tabbar-box {
  2. position: fixed;
  3. bottom: 0;
  4. right: 0;
  5. left: 0;
  6. background: white;
  7. z-index: 8090;
  8. padding: 28rpx 28rpx calc(var(--window-bottom) + 34rpx);
  9. box-shadow: 0 -12rpx 10rpx -12rpx rgba(215, 224, 253, 100);
  10. }