closure.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .list {
  2. padding: 30rpx;
  3. background-color: #fff;
  4. }
  5. .list .item {
  6. display: flex;
  7. justify-content: space-between;
  8. line-height: 100rpx;
  9. border-bottom: 2rpx solid #ececec;
  10. }
  11. .list .item .avatar {
  12. width: 50rpx;
  13. height: 50rpx;
  14. border-radius: 50%;
  15. vertical-align: middle;
  16. margin-right: 10rpx;
  17. }
  18. .list .item text {
  19. display: inline-block;
  20. line-height: 50rpx;
  21. }
  22. .list .item .num {
  23. font-weight: bold;
  24. color: #ff5344;
  25. }
  26. .add-btn {
  27. text-align: center;
  28. padding: 10rpx 0;
  29. background-color: #fff;
  30. }
  31. .add-btn .btn {
  32. border-bottom: 1px solid #ececec;
  33. border-top: 1px solid #ececec;
  34. border-radius: 5px;
  35. margin: 30rpx;
  36. padding: 30rpx 0;
  37. color: #000;
  38. }
  39. .noDistributionList {
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. flex-direction: column;
  44. margin: 100rpx 0;
  45. }
  46. .noDistributionList .noDistributionListImg {
  47. width: 218rpx;
  48. height: 218rpx;
  49. margin-bottom: 32rpx;
  50. }
  51. .noDistributionList .noDistributionListTit {
  52. font-size: 30rpx;
  53. color: #666;
  54. line-height: 30rpx;
  55. }