/* pages/notice/notice.wxss */ .list { padding: 24rpx 24rpx 0; } .item { border-radius: 20rpx; overflow: hidden; background: #fff; } .item+.item { margin-top: 24rpx; } .item .head { padding: 0 24rpx; display: flex; align-items: center; height: 102rpx; border-bottom: solid #e5e5e5 1rpx; } .item .head .icon { margin-right: 20rpx; width: 70rpx; height: 70rpx; } .item .head .text { display: block; font-size: 32rpx; color: #282828; font-weight: 450; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item .content { padding: 24rpx; font-size: 28rpx; color: #282828; } .item .content .title { margin-bottom: 24rpx; font-weight: 450; word-break: break-all; } .item .content .text { color: #999; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .item .bottom { border-top: solid #e5e5e5 1rpx; padding: 30rpx; font-size: 28rpx; color: #282828; font-weight: 450; text-align: center; } .noNews { padding: 260rpx 0 0; text-align: center; } .noNews .pic { width: 374rpx; }