.layout { } .activity-box { width: 750rpx; height: 286rpx; background-color: #ffffff; margin-bottom: 14rpx; display: flex; align-items: center; position: relative; } .img { width: 190rpx; height: 246rpx; margin-left: 30rpx; position: relative; } .img .imgsrc { width: 190rpx; height: 246rpx; background: #f1f1f1; border-radius: 16rpx; } .left { width: 190rpx; height: 246rpx; border-radius: 16rpx; overflow: hidden; } .activity-image { width: 100%; height: 100%; object-fit: cover; } .user-state { position: absolute; left: 0; top: 0; z-index: 955; font-size: 24rpx; color: #fff; width: 92rpx; height: 36rpx; line-height: 37rpx; text-align: center; border-radius: 16rpx 0; background: rgba(0, 0, 0, 0.3); } .signed-logo { width: 174rpx; height: 118rpx; right: 20rpx; margin: -262rpx 20rpx 0rpx 0rpx; /* object-fit: cover; *//* right: 0; top: 20rpx; */ position: absolute; z-index: 955; } .infos { height: 246rpx; overflow: hidden; margin-left: 18rpx; margin-right: 28rpx; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .infos .infos_title { font-size: 34rpx; line-height: 40rpx; height: 80rpx; overflow: hidden; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .infos .infos_title .top { color: #ff0000; font-size: 28rpx; } .infos .infos-flex { height: 100%; display: flex; flex-direction: column; justify-content: space-around; } .infos .infos_times { height: 56rpx; line-height: 28rpx; font-size: 24rpx; overflow: hidden; color: #a8a8a8; margin-top: 20rpx; } .infos .infos_addr { height: 28rpx; line-height: 28rpx; font-size: 24rpx; overflow: hidden; color: #a8a8a8; display: flex; margin-top: 8rpx; } .infos .infos_addr text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .endtime { text-indent: 100rpx; } .imgsize { width: 24rpx; height: 24rpx; margin-right: 4rpx; } .infos .infos_nums { font-size: 26rpx; height: 36rpx; color: #666; } .infos .infos_nums { height: 40rpx; width: 100%; display: flex; justify-content: space-between; margin-top: 18rpx; } .infos_nums image { width: 150rpx; height: 42rpx; } .loadmore { width: 100%; text-align: center; height: 50px; line-height: 50px; background: #f6f8f8; font-size: 12px; color: #999; } .total, .signed { display: block; font-size: 28rpx; padding: 0px 20rpx 0px 0rpx; height: 40rpx; line-height: 40rpx; border-radius: 20rpx; /* margin: 10rpx 20rpx 0rpx 0rpx; */ float: left; } .total { /* background: #d9d9d9; color: #666; */ } .signed { background: #ffeaea; color: #fc5555; }