.shop_content_flex { width: 100%; /* height: 900rpx; */ display: flex; /* align-content: center; */ flex-direction: row; justify-content: space-between; flex-wrap: wrap; padding-bottom: 30rpx; } .shop_content_item { width: 45%; height: 430rpx; margin-top: 20rpx; border-radius: 4rpx; display: flex; flex-direction: column; justify-content: space-between; } .shop_content_item_package { width: 100%; height: 330rpx; background: rgba(248, 248, 248, 1); } .shop_content_item_package image { width: 230rpx; height: 230rpx; display: block; margin: auto auto; margin-top: 50rpx; } .shop_content_item_name { height: 29rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 277rpx; font-size: 30rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(51, 51, 51, 1); line-height: 29rpx; } .shop_content_item_worth { width: 100%; height: 33rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 38prx; font-family: PingFang-SC-Bold; font-weight: bold; color: rgba(255, 73, 73, 1); line-height: 29rpx; } .unit { width: 51rpx; height: 24rpx; font-size: 26rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); line-height: 24rpx; }