.songList_one{ margin-left: 20rpx; height: 110rpx; border-bottom: 1rpx solid #e2e2e3; }
.songList_one{ margin-left: 20rpx; height: 110rpx; border-bottom: 1rpx solid #e2e2e3; display: flex; /*水平分布在两边*/ justify-content: space-between; }
display: flex;
/水平分布在两边/
justify-content: space-between;