u-overlay.wxss 635 B

1234567891011121314151617181920212223242526
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .u-empty.data-v-35f7c3e5,
  4. .u-empty__wrap.data-v-35f7c3e5,
  5. .u-tabs.data-v-35f7c3e5,
  6. .u-tabs__wrapper.data-v-35f7c3e5,
  7. .u-tabs__wrapper__scroll-view-wrapper.data-v-35f7c3e5,
  8. .u-tabs__wrapper__scroll-view.data-v-35f7c3e5,
  9. .u-tabs__wrapper__nav.data-v-35f7c3e5,
  10. .u-tabs__wrapper__nav__line.data-v-35f7c3e5 {
  11. display: flex;
  12. flex-direction: column;
  13. flex-shrink: 0;
  14. flex-grow: 0;
  15. flex-basis: auto;
  16. align-items: stretch;
  17. align-content: flex-start;
  18. }
  19. .u-overlay.data-v-35f7c3e5 {
  20. position: fixed;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. height: 100%;
  25. background-color: rgba(0, 0, 0, 0.7);
  26. }