/* pages/mall/shops/index.wxss */ .item-content { background: rgba(255, 255, 255, 1); padding:32rpx } .page-name { font-size: 36rpx; font-weight: bold; color: rgba(51, 51, 51, 1); line-height: 20px; } .page-num { font-size: 24rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: #040404; } .page-outline { margin-top: 8rpx; font-size: 24rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: #999999; 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-price { line-height: 30rpx; font-size: 34rpx; font-family: DINAlternate-Bold, DINAlternate; font-weight: bold; color: rgba(255, 66, 43, 1); } .page-stock { font-size: 20rpx; line-height: 20rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(153, 153, 153, 1); } .image-load { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; }