榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
793 B

.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
}