/* pages/bidding/index/index.wxss */ .item-content { background-color: white; padding: 24rpx 32rpx; } .page-name { font-size: 32rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: rgba(51, 51, 51, 1); line-height: 22px; } .page-num { font-size: 24rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(153, 153, 153, 1); } .image-load { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; } .page-outline { padding-top: 8rpx; font-size: 26rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(51, 51, 51, 1); display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }