/* pages/notice/notice.wxss */ .noticeList{ display: flex; padding: 20rpx 0 20rpx 20rpx; text-align: justify; } .noticeTitle{ font-size: 36rpx; overflow: hidden; width: 75%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .noticeBtn{ font-size: 36rpx; color: skyblue; height: 50rpx; line-height: 50rpx; position: absolute; right: 20rpx; } /* 分隔条 */ .interval{ height: 1rpx; background-color: gray; width: 100%; padding-left: -20rpx; }