.li{ display: flex; justify-content: space-between; align-items: center; padding: 20rpx; margin: 20rpx; border-bottom: 2rpx solid whitesmoke; .left{ .top{ font-size: 30rpx; font-weight: bold; text{ margin-right: 20rpx; } } .under{ font-size: 28rpx; text{ margin-right: 20rpx; } } } .right{ font-size: 28rpx; width: 200rpx; text-align: center; } }