.circleMoment{ margin-top: 10px; margin-left: 2%; margin-bottom: 50px; width: 96%; display: flex; flex-direction:column; justify-content : space-between; align-items:center; font-size: 14px; } .momentItem{ margin-top: 5px; margin-bottom: 5px; width: 100%; display: flex; flex-direction:column; justify-content : space-between; align-items:center; border-bottom: 1rpx solid #ccc; } .momentItem .comment{ width:100%; line-height: 20px; text-align: left; } .momentItem .images{ width: 100%; margin-bottom: 10px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .images>image{ height:75px; margin-top: 10px; margin-right: 5px; } .momentItem .actionRow{ width: 100%; margin-bottom: 10px; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } .momentItem .actionRow>image{ width: 60px; }