You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
504 B

.item-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 100rpx;
}
.item {
width: 335rpx;
margin-bottom: 80rpx;
display: flex;
flex-direction: column;
font-size: 30rpx;
margin-left: 20rpx;
margin-right: 20rpx;
}
.item image {
width: 335rpx;
height: 335rpx;
margin-bottom: 20rpx;
}
.item .first-line {
font-size: 25rpx;
margin-bottom: 20rpx;
}
.item .second-line {
display: flex;
flex-direction: row;
justify-content: space-between;
}