/* packageC/o2o/openGroupList/openGroupList.wxss */ #open_group_list .list .list-child { padding: 0 30rpx; background: #fff; margin-bottom: 20rpx; } #open_group_list .list .list-child .top-box { display: flex; justify-content: space-between; align-items: center; height: 76rpx; line-height: 76rpx; } #open_group_list .list .list-child .top-box .Numbering { color: #333; } #open_group_list .list .list-child .top-box .status-name { font-size: 24rpx; color: #f14e4e; } #open_group_list .list .list-child .member-info { display: flex; align-items: center; } #open_group_list .list .list-child .member-info .avtor { width: 52rpx; height: 52rpx; border-radius: 50%; overflow: hidden; margin-right: 20rpx; } #open_group_list .list .list-child .member-info .member-name { flex: 1; text-align: left; overflow: hidden; /* 超出部分隐藏 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ white-space: nowrap; /* 规定段落中的文本不进行换行 */ } #open_group_list .list .list-child .activity-time { font-size: 24rpx; text-align: left; padding: 20rpx 0; color: #666; position: relative; } #open_group_list .list .list-child .grouping { display: flex; justify-content: space-between; align-items: center; font-size: 22rpx; padding: 20rpx 0; position: relative; } #open_group_list .list .list-child .grouping .buy-info { display: flex; align-items: center; } #open_group_list .list .list-child .grouping .buy-info .buy-img { margin: 0 16rpx; } #open_group_list .list .list-child .grouping .buy-info .buy-img image { width: 46rpx; height: 46rpx; border-radius: 50%; overflow: hidden; margin-left: -16rpx; } #open_group_list .list .list-child .grouping .group-countDown { display: flex; } #open_group_list .list .list-child .grouping .van-count-down { font-size: 20rpx; color: #f14e4e; } #open_group_list .list .list-child .activity-time::after, #open_group_list .list .list-child .grouping::after { height: 1rpx; position: absolute; z-index: 0; bottom: 0; left: 0; content: ""; width: 100%; background-image: linear-gradient(0deg, #ececec 50%, transparent 0); } #open_group_list .list .list-child .operate-box { display: flex; align-items: center; padding: 20rpx 0; } #open_group_list .list .list-child .operate-box .operate-child { flex: 1; text-align: center; font-size: 24rpx; height: 36rpx; line-height: 36rpx; color: #888; display: flex; align-items: center; justify-content: center; } #open_group_list .list .list-child .operate-box .operate-child icon { font-size: 40rpx; color: #8b8b8b; margin-right: 4rpx; } #open_group_list .list .list-child .operate-box .operate-child icon::before { height: 100%; display: flex; align-items: center; justify-content: center; } #open_group_list .list .list-child .operate-box .operate-child .icon-share { font-size: 24rpx; margin-right: 8rpx; } #open_group_list .list .list-child .operate-box .line { border-left: 1rpx solid #c8c8c8; } #open_group_list .filter-box { color: #666; height: 100%; position: relative; } #open_group_list .filter-box .condition-name { font-size: 24rpx; height: 96rpx; line-height: 96rpx; text-align: left; padding: 0 28rpx; } #open_group_list .filter-box .condition-list { display: flex; flex-wrap: wrap; } #open_group_list .filter-box .condition-list .condition-child { width: 120rpx; height: 54rpx; line-height: 54rpx; background-color: #fff; border: solid 1rpx #dcdcdc; margin: 0 0 28rpx 28rpx; font-size: 24rpx; text-align: center; } #open_group_list .filter-box .condition-list .active-filter { background-color: rgba(241, 78, 78, 0.1); border: solid 1rpx #f14e4e; color: #f14e4e; } #open_group_list .filter-box .filter-submit-box { position: absolute; bottom: 32rpx; left: 0; width: 100%; display: flex; justify-content: space-around; } #open_group_list .filter-box .filter-submit-box .filter-btn { width: 180rpx; height: 68rpx; text-align: center; line-height: 68rpx; color: #f14e4e; background-color: #fff; border: solid 1rpx #f14e4e; } #open_group_list .filter-box .filter-submit-box .ok-bg { background-color: #f14e4e; color: #fff; } .blank { padding: 40% 0 0; text-align: center; color: #666; font-size: 16px; }