myteam.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @import "/pages/leadslist/leadslist.wxss";
  2. @import "/common/iconfont.wxss";
  3. .content-area {
  4. padding-top: 0rpx;
  5. }
  6. .item-top-wrap {
  7. display: flex;
  8. padding-left: 40rpx;
  9. padding-right: 40rpx;
  10. }
  11. .item-top-left {
  12. margin-right: 28rpx;
  13. }
  14. .item-top-right {
  15. flex: 1;
  16. }
  17. .item-top-right-top {
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. }
  22. .item-top-right-top .name {
  23. font-size: 34rpx;
  24. color: #000;
  25. margin-right: 16rpx;
  26. white-space: nowrap;
  27. overflow: hidden;
  28. text-overflow: ellipsis;
  29. word-wrap: nowrap;
  30. }
  31. .item-top-right-top .type {
  32. font-size: 24rpx;
  33. color: #000;
  34. border-radius: 22rpx;
  35. padding: 5rpx 16rpx;
  36. white-space: nowrap;
  37. }
  38. .type1 {
  39. background-color: #ffeed9;
  40. /* color: #F39927 */
  41. }
  42. .type2 {
  43. background-color: #ffe5e2;
  44. }
  45. .type3 {
  46. background-color: #d9ebff;
  47. }
  48. .type4 {
  49. background-color: #ffe5e2;
  50. }
  51. .item-top-right-top .status {
  52. font-size: 28rpx;
  53. color: #ff523d;
  54. white-space: nowrap;
  55. }
  56. .item-top-left .image {
  57. width: 80rpx;
  58. height: 80rpx;
  59. border-radius: 100%;
  60. }
  61. .item-right-wrap {
  62. display: flex;
  63. align-items: center;
  64. justify-content: space-around;
  65. }
  66. .item-right-wrap .irw-item {
  67. display: flex;
  68. width: 33%;
  69. align-items: center;
  70. font-size: 30rpx;
  71. }
  72. .item-right-wrap .irw-item .irw-item-l {
  73. color: #999;
  74. margin-right: 20rpx;
  75. }
  76. .item-right-wrap .irw-item .irw-item-r {
  77. color: #666;
  78. }
  79. .loading-image {
  80. width: 90rpx;
  81. height: 120rpx;
  82. position: fixed;
  83. top: 50%;
  84. left: 50%;
  85. z-index: 999;
  86. transform: translate(-50%, -50%);
  87. display: block;
  88. }
  89. .icon.active {
  90. color: #ff523d;
  91. }