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.

17 lines
245 B

.card{
display: flex;
align-items: center;
border: 2px solid #cccccc;
margin: 15rpx;
}
.card >view>image{
width: 300rpx;
height: 300rpx;
}
.card .text{
padding: 20rpx 0;
}
.card .text>view{
height: 60rpx;
line-height: 60rpx ;
}