index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .promoter-list .nav {
  2. background-color: #fff;
  3. height: 86rpx;
  4. line-height: 86rpx;
  5. font-size: 28rpx;
  6. color: #282828;
  7. border-bottom: 1rpx solid #eee;
  8. }
  9. .promoter-list .nav .item.on {
  10. border-bottom: 5rpx solid #e93323;
  11. color: #e93323;
  12. }
  13. .promoter-list .search {
  14. width: 100%;
  15. background-color: #fff;
  16. height: 86rpx;
  17. padding: 0 30rpx;
  18. box-sizing: border-box;
  19. }
  20. .promoter-list .search .input {
  21. width: 630rpx;
  22. height: 60rpx;
  23. border-radius: 50rpx;
  24. background-color: #f5f5f5;
  25. text-align: center;
  26. position: relative;
  27. }
  28. .promoter-list .search .input input {
  29. height: 100%;
  30. font-size: 26rpx;
  31. width: 620rpx;
  32. text-align: center;
  33. }
  34. .promoter-list .search .input .placeholder {
  35. color: #bbb;
  36. }
  37. .promoter-list .search .input .iconfont {
  38. position: absolute;
  39. right: 28rpx;
  40. color: #999;
  41. font-size: 28rpx;
  42. top: 50%;
  43. transform: translateY(-50%);
  44. }
  45. .promoter-list .search .iconfont {
  46. font-size: 45rpx;
  47. color: #515151;
  48. }
  49. .promoter-list .list {
  50. margin-top: 12rpx;
  51. }
  52. .promoter-list .list .sortNav {
  53. background-color: #fff;
  54. height: 76rpx;
  55. border-bottom: 1rpx solid #eee;
  56. color: #333;
  57. font-size: 28rpx;
  58. }
  59. .promoter-list .list .sortNav .sortItem {
  60. text-align: center;
  61. flex: 1;
  62. }
  63. .promoter-list .list .sortNav .sortItem image {
  64. width: 24rpx;
  65. height: 24rpx;
  66. margin-left: 6rpx;
  67. vertical-align: -3rpx;
  68. }
  69. .promoter-list .list .item {
  70. background-color: #fff;
  71. border-bottom: 1rpx solid #eee;
  72. height: 152rpx;
  73. padding: 0 30rpx 0 20rpx;
  74. font-size: 24rpx;
  75. color: #666;
  76. }
  77. .promoter-list .list .item .picTxt {
  78. width: 440rpx;
  79. }
  80. .promoter-list .list .item .picTxt .pictrue {
  81. width: 106rpx;
  82. height: 106rpx;
  83. border-radius: 50%;
  84. }
  85. .promoter-list .list .item .picTxt .pictrue image {
  86. width: 100%;
  87. height: 100%;
  88. border-radius: 50%;
  89. border: 3rpx solid #fff;
  90. box-shadow: 0 0 10rpx #aaa;
  91. box-sizing: border-box;
  92. }
  93. .promoter-list .list .item .picTxt .text {
  94. width: 304rpx;
  95. font-size: 24rpx;
  96. color: #666;
  97. }
  98. .promoter-list .list .item .picTxt .text .name {
  99. font-size: 28rpx;
  100. color: #333;
  101. margin-bottom: 13rpx;
  102. }
  103. .promoter-list .list .item .right {
  104. width: 240rpx;
  105. text-align: right;
  106. font-size: 22rpx;
  107. color: #333;
  108. }