榆山居民端
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.
 

50 lines
907 B

.notice {
width: 100%;
background: #fff;
height: 76rpx;
box-sizing: border-box;
padding: 0 40rpx;
margin-top: 20rpx;
}
.notice .border-content {
width: 100%;
background: #fff;
height: 76rpx;
display: flex;
align-items: center;
justify-content: center;
}
.notice .notice-logo {
width: 32rpx;
height: 32rpx;
margin-left: -80rpx;
}
.notice .info-note {
width: 90rpx;
height: 23rpx;
margin: 5rpx 20rpx 0 10rpx;
}
.notice swiper {
height: 76rpx;
width: calc(100% - 32rpx - 94rpx - 40rpx - 20rpx);
}
.notice swiper .content {
height: 76rpx;
line-height: 76rpx;
color: #aaa;
font-size: 24rpx;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.notice .num {
font-size: 18rpx;
height: 28rpx;
text-align: center;
line-height: 28rpx;
color: #fff;
background: #fdb500;
border-radius: 8rpx 8rpx 8rpx 0;
width: 40rpx;
}