itemmyLikePublisher.wxss 332 B

1234567891011121314151617181920212223
  1. .like {
  2. width: 40rpx;
  3. height: 40rpx;
  4. }
  5. .block {
  6. margin: 4rpx 0rpx;
  7. padding: 20rpx 40rpx 20rpx 20rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. font-size: 30rpx;
  11. background-color: #ffffff;
  12. }
  13. .left {
  14. display: flex;
  15. }
  16. .btn-icon {
  17. height: 40rpx;
  18. width: 40rpx;
  19. margin-right: 20rpx;
  20. }