communityMembers.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .search {
  2. background: #fff;
  3. padding: 20rpx 30rpx;
  4. display: flex;
  5. justify-content: flex-start;
  6. align-items: center;
  7. position: relative;
  8. font-size: 28rpx;
  9. font-family: PingFangSC-Regular;
  10. font-weight: 400;
  11. }
  12. .search .icon-search {
  13. position: absolute;
  14. }
  15. .search .icon-search {
  16. left: 54rpx;
  17. }
  18. .search input {
  19. padding-left: 68rpx;
  20. width: 520rpx;
  21. height: 56rpx;
  22. background: #f8f8f8;
  23. border-radius: 28rpx;
  24. color: #999;
  25. box-sizing: border-box;
  26. line-height: 40rpx;
  27. }
  28. .search text {
  29. color: #ff673f;
  30. margin-left: 28rpx;
  31. }
  32. .date {
  33. padding: 0 30rpx;
  34. background: #fff;
  35. height: 90rpx;
  36. line-height: 90rpx;
  37. font-size: 28rpx;
  38. font-family: PingFangSC-Regular;
  39. font-weight: 400;
  40. color: #9b9b9b;
  41. }
  42. .date .date-value {
  43. margin-left: 12rpx;
  44. color: #ff673f;
  45. }
  46. .date .icon-date {
  47. height: 36rpx;
  48. width: 36rpx;
  49. float: right;
  50. margin: 6rpx 0 0 0;
  51. }
  52. .date .icon-date image {
  53. height: 36rpx;
  54. width: 36rpx;
  55. }
  56. .date .icon-clear {
  57. height: 32rpx;
  58. float: right;
  59. color: #ff673f;
  60. margin: 0 28rpx 0 0;
  61. font-size: 24rpx;
  62. }
  63. .list-content {
  64. width: 100%;
  65. overflow: auto;
  66. -webkit-overflow-scrolling: touch;
  67. }
  68. .list-header, .list-item {
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-between;
  72. padding: 0 30rpx;
  73. }
  74. .list-header {
  75. height: 84rpx;
  76. }
  77. .list-item {
  78. background: #fff;
  79. height: 116rpx;
  80. margin-bottom: 2rpx;
  81. }
  82. .list-item .item-left {
  83. display: flex;
  84. align-items: center;
  85. }
  86. .list-item .item-left text {
  87. margin-left: 12rpx;
  88. font-size: 28rpx;
  89. width: 400rpx;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. white-space: nowrap;
  93. }
  94. .list-item .item-left .phone {
  95. margin-left: 12rpx;
  96. display: flex;
  97. align-items: center;
  98. }
  99. .list-item .item-left .icon-phone {
  100. width: 28rpx;
  101. height: 32rpx;
  102. margin-left: 10rpx;
  103. }
  104. .list-item .item-right {
  105. height: 100%;
  106. display: flex;
  107. align-items: center;
  108. }
  109. .list-item .item-right .text {
  110. font-size: 26rpx;
  111. margin-right: 18rpx;
  112. }
  113. .list-item .item-right .rightArrowImg {
  114. width: 12rpx;
  115. height: 22rpx;
  116. }
  117. .navigator-hover {
  118. background-color: rgba(0, 0, 0, 0);
  119. }
  120. .none-member {
  121. text-align: center;
  122. background: #fff;
  123. height: 116rpx;
  124. line-height: 116rpx;
  125. }