/* packageC/o2o/o2oGrouplist/o2oGrouplist.wxss */ #o2o_grouplist { padding-top: 40px 0 80px; text-align: left; } #o2o_grouplist .content { padding: 16rpx 28rpx; } #o2o_grouplist .content .list { background: #fff; display: flex; flex-direction: column; padding: 24rpx; border-radius: 20rpx; margin-bottom: 24rpx; } #o2o_grouplist .content .list .list-top { widows: 100%; display: flex; justify-content: space-between; align-items: center; } #o2o_grouplist .content .list .list-top .o2o-img { width: 60rpx; height: 60rpx; background-color: #fe5e56; border-radius: 50%; } #o2o_grouplist .content .list .list-top .o2o-name { flex: 1; padding: 16rpx; overflow: hidden; /* 超出部分隐藏 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ white-space: nowrap; /* 规定段落中的文本不进行换行 */ } #o2o_grouplist .content .list .list-top .distance { color: #666; font-size: 10px; } #o2o_grouplist .content .list .goods-info { display: flex; padding-top: 24rpx; } #o2o_grouplist .content .list .goods-info .goods-img { width: 152rpx; height: 152rpx; background-color: #fac337; border-radius: 12rpx; margin: 0 16rpx 0 0; flex-shrink: 0; } #o2o_grouplist .content .list .goods-info .goods-right { flex: 1; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; } #o2o_grouplist .content .list .goods-info .goods-right .goods-title { width: 100%; overflow: hidden; /* 超出部分隐藏 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ white-space: nowrap; /* 规定段落中的文本不进行换行 */ } #o2o_grouplist .content .list .goods-info .goods-right .goods-price { display: flex; align-items: center; color: #f14e4e; } #o2o_grouplist .content .list .goods-info .goods-right .goods-price .small-price { margin-left: 24rpx; color: #999; font-size: 10px; } #o2o_grouplist .content .list .goods-info .goods-right .goods-other { display: flex; font-size: 12px; justify-content: space-between; } #o2o_grouplist .content .list .goods-info .goods-right .goods-other .goods-num { color: #fb8615; } #o2o_grouplist .content .list .goods-info .goods-right .goods-other .goods-num icon { font-size: 12px; margin-right: 2px; display: inline-flex; } #o2o_grouplist .content .list .goods-info .goods-right .goods-other .goods-btn { width: 120rpx; height: 48rpx; line-height: 48rpx; text-align: center; color: #fff; background-color: #fe5e56; border-radius: 4rpx; } .blank { width: 100%; padding: 36rpx 0; text-align: center; color: #999; }