/* pages/message/index.wxss */ .content { margin-top: 24rpx; height: 120px; background: rgba(255, 255, 255, 1); border-radius: 6px; } .page-icon { height: 120px; width: 120px; border-top-left-radius: 12rpx; border-bottom-left-radius: 12rpx; } .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 { margin-top: 8rpx; font-size: 20rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(51, 51, 51, 1); } .page-outline { margin-top: 8rpx; font-size: 20rpx; 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: 1; -webkit-box-orient: vertical; } .page-summary { margin-top: 8rpx; font-size: 20rpx; 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: 2; -webkit-box-orient: vertical; } .page-btn { height: 27px; background: rgba(255, 66, 43, 1); box-shadow: 0px 4px 14px -6px rgba(255, 43, 45, 0.8); color: white; font-size: 24rpx; } .page-price { font-size: 32rpx; font-family: DINAlternate-Bold, DINAlternate; font-weight: bold; color: rgba(255, 66, 43, 1); } .page-stock { font-size: 20rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(153, 153, 153, 1); line-height: 14px; } .image-load { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }