headlist.wxss 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .list-item {
  2. display: flex;
  3. padding: 30rpx;
  4. background-color: #fff;
  5. font-size: 28rpx;
  6. border-bottom: 1rpx solid #e5e5e5;
  7. }
  8. .list-item .left {
  9. width: 80rpx;
  10. margin-right: 20rpx;
  11. }
  12. .list-item .left image {
  13. width: 80rpx;
  14. height: 80rpx;
  15. border-radius: 50%;
  16. }
  17. .list-item .right {
  18. flex: 1;
  19. }
  20. .list-item .right .ll {
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. line-height: 50rpx;
  25. }
  26. .time {
  27. font-size: 26rpx;
  28. color: #999;
  29. }
  30. .noDistributionList {
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. flex-direction: column;
  35. margin-top: 150rpx;
  36. }
  37. .noDistributionList .noDistributionListImg {
  38. width: 218rpx;
  39. height: 218rpx;
  40. margin-bottom: 32rpx;
  41. }
  42. .noDistributionList .noDistributionListTit {
  43. font-size: 30rpx;
  44. color: #666;
  45. line-height: 30rpx;
  46. }