yunshangxie/unpackage/dist/build/mp-weixin/tuniao-ui/components/tn-row-notice/tn-row-notice.wxss

1 line
1.2 KiB
Plaintext
Raw Normal View History

2024-04-20 14:58:10 +08:00
.tn-row-notice.data-v-62a60900{width:100%;overflow:hidden}.tn-row-notice__wrap.data-v-62a60900{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.tn-row-notice__content.data-v-62a60900{display:flex;flex-direction:row;flex-wrap:nowrap;text-align:right;padding-left:100%;-webkit-animation:tn-notice-loop-animation-data-v-62a60900 10s linear infinite both;animation:tn-notice-loop-animation-data-v-62a60900 10s linear infinite both}.tn-row-notice__content-box.data-v-62a60900{flex:1;display:flex;flex-direction:row;overflow:hidden;margin-left:12rpx}.tn-row-notice__content--text.data-v-62a60900{word-break:keep-all;white-space:nowrap}.tn-row-notice__icon--left.data-v-62a60900{display:inline-flex;align-items:center}.tn-row-notice__icon--right.data-v-62a60900{margin-left:12rpx;display:inline-flex;align-items:center}@-webkit-keyframes tn-notice-loop-animation-data-v-62a60900{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes tn-notice-loop-animation-data-v-62a60900{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}