.notice { width: 100%; background: #fff; height: 76rpx; box-sizing: border-box; padding: 0 40rpx; } .notice .border-content { width: 100%; background: #fff; height: 76rpx; display: flex; align-items: center; justify-content: center; border-top: 1rpx solid #ece9ec; } .notice .notice-logo { width: 32rpx; height: 32rpx; } .notice .info-note { width: 94rpx; height: 24rpx; margin: 0 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; }