1234567891011121314151617181920212223242526 |
- /* 水平间距 */
- /* 水平间距 */
- .u-empty.data-v-35f7c3e5,
- .u-empty__wrap.data-v-35f7c3e5,
- .u-tabs.data-v-35f7c3e5,
- .u-tabs__wrapper.data-v-35f7c3e5,
- .u-tabs__wrapper__scroll-view-wrapper.data-v-35f7c3e5,
- .u-tabs__wrapper__scroll-view.data-v-35f7c3e5,
- .u-tabs__wrapper__nav.data-v-35f7c3e5,
- .u-tabs__wrapper__nav__line.data-v-35f7c3e5 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-overlay.data-v-35f7c3e5 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.7);
- }
|