/* 水平间距 */ /* 水平间距 */ .u-empty.data-v-462e724c, .u-empty__wrap.data-v-462e724c, .u-tabs.data-v-462e724c, .u-tabs__wrapper.data-v-462e724c, .u-tabs__wrapper__scroll-view-wrapper.data-v-462e724c, .u-tabs__wrapper__scroll-view.data-v-462e724c, .u-tabs__wrapper__nav.data-v-462e724c, .u-tabs__wrapper__nav__line.data-v-462e724c { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } .u-notice.data-v-462e724c { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .u-notice__left-icon.data-v-462e724c { align-items: center; margin-right: 5px; } .u-notice__right-icon.data-v-462e724c { margin-left: 5px; align-items: center; } .u-notice__content.data-v-462e724c { text-align: right; flex: 1; display: flex; flex-direction: row; flex-wrap: nowrap; overflow: hidden; } .u-notice__content__text.data-v-462e724c { font-size: 14px; color: #f9ae3d; padding-left: 100%; word-break: keep-all; white-space: nowrap; animation: u-loop-animation-462e724c 10s linear infinite both; display: flex; flex-direction: row; } @keyframes u-loop-animation-462e724c { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); } }