.box { padding: 0.32rem; box-sizing: border-box; } .box image { width: 24rpx; height: 24rpx; } .notice-item { padding: 0.28rem; background: #fff; border-radius: 6rpx; box-sizing: border-box; } .text-hidden { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; font-size: 32rpx; -webkit-box-orient: vertical; } .notice-item-date { font-size: 0.28rem; color: #999; }