itemmyLikePublisher.wxss 382 B

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