reviewWords.wxss
388 字节
/* pages/MemorizingWords/reviewWords/reviewWords.wxss */
@import "/pages/index/articleList/articleList.wxss";
.content_box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 40rpx;
}
.content_img{
width: 300rpx;
height: 300rpx;
display: flex;
align-items: center;
justify-content: center;
}
.content_img image{
width: 100%;
height: 100%;
}