.ActivityListItem { width: 100%; position: relative; overflow: hidden; background: #fff; border-radius: 12px; > .Img { width: 100%; padding-bottom: 56.25%; position: relative; overflow: hidden; background: #ccc; > image { width: 100%; height: 100%; z-index: 1; } } > .Info { padding: 0 20px; position: relative; overflow: hidden; align-items: center; > .flex-item { position: relative; overflow: hidden; margin-right: 20px; padding: 24px 0; > text { display: block; font-size: 24px; color: #999; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; &:first-child { color: #333; font-size: 32px; font-weight: bold; margin-bottom: 10px; } } } > text { font-size: 30px; color: #333; line-height: 60px; padding: 0 30px; border-radius: 60px; background: #ccc; &.active { color: #f35844; background: rgba(243, 88, 68, 0.3); } } } }