home-new-activity.ttss
332 Bytes
.activityContainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: white;
padding: 30rpx 30rpx 0 0;
}
.activity {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 30rpx;
margin-bottom: 30rpx;
width: 330rpx;
height: 192rpx;
}
.activityImage {
width: 100%;
}