fans.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. left: 54rpx;
  15. }
  16. .search input {
  17. flex: 1;
  18. padding-left: 68rpx;
  19. /* width: 520rpx; */
  20. height: 56rpx;
  21. background: #f8f8f8;
  22. border-radius: 28rpx;
  23. color: #999;
  24. box-sizing: border-box;
  25. line-height: 40rpx;
  26. }
  27. .search text {
  28. color: #ff673f;
  29. margin-left: 28rpx;
  30. }
  31. .date {
  32. padding: 0 30rpx;
  33. background: #fff;
  34. height: 90rpx;
  35. line-height: 90rpx;
  36. font-size: 28rpx;
  37. font-family: PingFangSC-Regular;
  38. font-weight: 400;
  39. color: #9b9b9b;
  40. }
  41. .date .date-value {
  42. margin-left: 12rpx;
  43. color: #ff673f;
  44. }
  45. .date .icon-date {
  46. height: 36rpx;
  47. width: 36rpx;
  48. float: right;
  49. margin: 6rpx 0 0 0;
  50. }
  51. .date .icon-date image {
  52. height: 36rpx;
  53. width: 36rpx;
  54. }
  55. .date .icon-clear {
  56. height: 32rpx;
  57. float: right;
  58. color: #ff673f;
  59. margin: 0 28rpx 0 0;
  60. font-size: 24rpx;
  61. }
  62. .list-content {
  63. width: 100%;
  64. overflow: auto;
  65. -webkit-overflow-scrolling: touch;
  66. }
  67. .list-header, .list-item {
  68. display: flex;
  69. align-items: center;
  70. justify-content: space-between;
  71. padding: 0 30rpx;
  72. }
  73. .list-header {
  74. height: 84rpx;
  75. }
  76. .list-item {
  77. background: #fff;
  78. height: 116rpx;
  79. margin-bottom: 2rpx;
  80. }
  81. .list-item .item-left {
  82. display: flex;
  83. align-items: center;
  84. }
  85. .list-item .item-left text {
  86. margin-left: 12rpx;
  87. font-size: 28rpx;
  88. width: 400rpx;
  89. overflow: hidden;
  90. text-overflow: ellipsis;
  91. white-space: nowrap;
  92. }
  93. .list-item .item-left .phone {
  94. margin-left: 12rpx;
  95. display: flex;
  96. align-items: center;
  97. }
  98. .list-item .item-left .icon-phone {
  99. width: 28rpx;
  100. height: 32rpx;
  101. margin-left: 10rpx;
  102. }
  103. .list-item .item-right {
  104. height: 100%;
  105. display: flex;
  106. align-items: center;
  107. text-align: right;
  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. }