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
45 lines
793 B
.l-noticebar {
|
|
display: flex;
|
|
height: 60rpx;
|
|
width: 750rpx;
|
|
line-height: 60rpx;
|
|
padding-right: 32rpx;
|
|
font-size: 28rpx;
|
|
/* color: #008AFF; */
|
|
/* background-color: #dfedff; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.l-noticebar-icon {
|
|
display: flex;
|
|
margin-left: 32rpx;
|
|
margin-right: 8rpx;
|
|
align-items: center
|
|
}
|
|
|
|
.l-noticebar-icon+.l-noticebar-content-wrap-view {
|
|
margin-left: 5rpx;
|
|
}
|
|
|
|
.l-noticebar-operation {
|
|
display: flex;
|
|
margin-right: 16rpx;
|
|
margin-left: 8rpx;
|
|
align-items: center
|
|
}
|
|
|
|
.l-noticebar-content-wrap {
|
|
display: flex;
|
|
margin-left: 5rpx;
|
|
flex: 1;
|
|
height: 60rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.l-noticebar-content-wrap .l-noticebar-content {
|
|
position: absolute;
|
|
transition-duration: 20s
|
|
}
|