| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .wux-notice-bar {
- background-color: #fefcec;
- height: 72rpx;
- overflow: hidden;
- font-size: 28rpx;
- line-height: 72rpx;
- color: #f76a24;
- display: flex;
- padding: 0 20rpx
- }
- .wux-notice-bar__icon {
- width: 30rpx;
- height: 30rpx;
- margin-right: 20rpx
- }
- .wux-notice-bar__action {
- width: 30rpx;
- height: 30rpx;
- margin-left: 20rpx
- }
- .wux-notice-bar__hd {
- display: flex;
- align-items: center
- }
- .wux-notice-bar__bd {
- flex: 1;
- width: 100%;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .wux-notice-bar__marquee-container {
- overflow: hidden
- }
- .wux-notice-bar__marquee {
- position: relative;
- transform: translate3d(0,0,0);
- white-space: nowrap;
- display: inline-block
- }
- .wux-notice-bar__ft {
- display: flex;
- align-items: center
- }
|