1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- /* 水平间距 */
- /* 水平间距 */
- .u-empty.data-v-74921bef,
- .u-empty__wrap.data-v-74921bef,
- .u-tabs.data-v-74921bef,
- .u-tabs__wrapper.data-v-74921bef,
- .u-tabs__wrapper__scroll-view-wrapper.data-v-74921bef,
- .u-tabs__wrapper__scroll-view.data-v-74921bef,
- .u-tabs__wrapper__nav.data-v-74921bef,
- .u-tabs__wrapper__nav__line.data-v-74921bef {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-popup.data-v-74921bef {
- flex: 1;
- }
- .u-popup__content.data-v-74921bef {
- background-color: #fff;
- position: relative;
- }
- .u-popup__content--round-top.data-v-74921bef {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-left.data-v-74921bef {
- border-top-left-radius: 0;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-right.data-v-74921bef {
- border-top-left-radius: 10px;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-bottom.data-v-74921bef {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-center.data-v-74921bef {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content__close.data-v-74921bef {
- position: absolute;
- }
- .u-popup__content__close--hover.data-v-74921bef {
- opacity: 0.4;
- }
- .u-popup__content__close--top-left.data-v-74921bef {
- top: 15px;
- left: 15px;
- }
- .u-popup__content__close--top-right.data-v-74921bef {
- top: 15px;
- right: 15px;
- }
- .u-popup__content__close--bottom-left.data-v-74921bef {
- bottom: 15px;
- left: 15px;
- }
- .u-popup__content__close--bottom-right.data-v-74921bef {
- right: 15px;
- bottom: 15px;
- }
|