/* kindSecondList.wxss */ page{ background-color: #fff; } /* 列表 */ .list{ display: flex; justify-content: space-between; flex-wrap: wrap; } .goods-listType2{ padding:30rpx; background:#fff; } .goods-listType2 .goods-list{ width:332rpx; margin-bottom:26rpx; } .goods-listType2 .goods-img{ width:332rpx; height:332rpx; background:#eeedf2; display: block; } .goods-listType2 .goods-summary{ height:44rpx; line-height:44rpx; background:#f1f7fc; color:#666666; padding:0 10rpx; overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分文字以...显示*/ } .goods-listType2 .goods-title{ margin:10rpx 0; }