leadslistsearch.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. page {
  2. height: 100%;
  3. }
  4. .filer-wrapper {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .filter-top {
  10. overflow: auto;
  11. flex: 1;
  12. display: flex;
  13. }
  14. .filter-top .filter-top-left {
  15. text-align: center;
  16. overflow: auto;
  17. padding-top: 40rpx;
  18. }
  19. .filter-top .filter-top-right {
  20. flex: 1;
  21. padding-top: 40rpx;
  22. background-color: #fff;
  23. overflow: auto;
  24. position: relative;
  25. }
  26. .filter-item {
  27. font-size: 32rpx;
  28. color: #666;
  29. margin-bottom: 60rpx;
  30. padding: 0 36rpx;
  31. }
  32. .filter-top-left .choosed {
  33. color: #ff523d;
  34. border-bottom: 0;
  35. }
  36. .filter-item-active {
  37. color: #ff523d;
  38. }
  39. .filter-top-left .filter-item-active {
  40. position: relative;
  41. color: #666;
  42. }
  43. .filter-top-left .filter-item-active::after {
  44. content: " ";
  45. display: block;
  46. left: 36rpx;
  47. right: 36rpx;
  48. position: absolute;
  49. bottom: -10rpx;
  50. border-bottom: 4rpx solid #ff523d;
  51. }
  52. .filer-bottom {
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. padding: 26rpx 40rpx;
  57. border-top: 2rpx solid #f5f5f5;
  58. background-color: #fff;
  59. }
  60. .filer-bottom .con-btn {
  61. font-size: 32rpx;
  62. border-radius: 6rpx;
  63. text-align: center;
  64. padding: 24rpx 0;
  65. }
  66. .filer-bottom .con-btn.cancel {
  67. color: #999;
  68. width: 240rpx;
  69. background-color: #f5f5f5;
  70. }
  71. .filer-bottom .con-btn.sure {
  72. color: #fff;
  73. width: 400rpx;
  74. background-color: #ff523d;
  75. }
  76. .custom-tiem-wrap {
  77. border-top: 16rpx solid #f5f5f5;
  78. padding-top: 32rpx;
  79. }
  80. .custom-tiem-wrap .title {
  81. padding: 0 36rpx;
  82. font-size: 32rpx;
  83. color: #000;
  84. }
  85. .picker-item {
  86. margin: 0 12rpx;
  87. font-size: 32rpx;
  88. color: #999;
  89. padding: 24rpx;
  90. border-bottom: 2rpx solid #f5f5f5;
  91. align-items: center;
  92. justify-content: space-between;
  93. display: flex;
  94. }
  95. .picker-item picker-item-left {
  96. font-size: 30rpx;
  97. color: #999;
  98. }
  99. .picker-item picker-item-center {
  100. font-size: 32rpx;
  101. color: #000;
  102. }
  103. .picker-item .picker-item-right {
  104. font-size: 24rpx;
  105. }
  106. .country-wrap,
  107. .city-wrap {
  108. padding: 0 36rpx;
  109. margin-bottom: 32rpx;
  110. }
  111. .country-wrap .country-title,
  112. .city-wrap .city-title {
  113. font-size: 32rpx;
  114. color: #000;
  115. margin-bottom: 28rpx;
  116. }
  117. .country-wrap .country-inner,
  118. .city-wrap .city-inner {
  119. overflow: hidden;
  120. }
  121. .country-wrap .country-inner .country-item {
  122. width: 144rpx;
  123. text-align: center;
  124. line-height: 64rpx;
  125. height: 64rpx;
  126. display: block;
  127. float: left;
  128. border-radius: 6rpx;
  129. border: 2rpx solid #eee;
  130. margin-right: 20rpx;
  131. margin-bottom: 20rpx;
  132. font-size: 28rpx;
  133. color: #666;
  134. box-sizing: border-box;
  135. }
  136. .country-wrap .country-inner .country-item.active,
  137. .city-wrap .city-inner .city-item.active {
  138. border-color: #ff523d;
  139. color: #ff523d;
  140. }
  141. .country-wrap .country-inner .country-item:nth-child(3n) {
  142. margin-right: 0;
  143. }
  144. .city-wrap .city-inner .city-item {
  145. display: block;
  146. font-size: 32rpx;
  147. color: #666;
  148. margin-bottom: 60rpx;
  149. }
  150. .source-wrap {
  151. margin: 0 36rpx;
  152. }
  153. .source-wrap .source-input {
  154. font-size: 32rpx;
  155. color: #999;
  156. border-bottom: 2rpx solid #f5f5f5;
  157. padding-bottom: 28rpx;
  158. }
  159. .loading {
  160. width: 90rpx;
  161. height: 120rpx;
  162. position: absolute;
  163. top: 50%;
  164. left: 50%;
  165. transform: translate(-50%, -50%);
  166. display: block;
  167. }
  168. .content {
  169. padding: 0 36rpx;
  170. }
  171. .content .time-content:last-child {
  172. border-bottom: 0;
  173. }
  174. .time-content {
  175. padding: 28rpx 0;
  176. border-bottom: 2rpx solid #f5f5f5;
  177. font-size: 32rpx;
  178. display: flex;
  179. align-items: center;
  180. }
  181. .time-content-left {
  182. margin-right: 100rpx;
  183. color: #999;
  184. }
  185. .time-content-right {
  186. color: #000;
  187. flex: 1;
  188. display: flex;
  189. }
  190. .time-content-right .time-content-right-item:last-child {
  191. margin-right: 0;
  192. }
  193. .time-content-right-item {
  194. margin-right: 100rpx;
  195. padding: 4rpx 18rpx;
  196. white-space: nowrap;
  197. }
  198. .time-content-right-item.active {
  199. color: #fff;
  200. background: #ff523d;
  201. border-radius: 32rpx;
  202. }
  203. .source-user {
  204. margin: 0 36rpx;
  205. display: flex;
  206. padding: 28rpx 0;
  207. border-bottom: 2rpx solid #f5f5f5;
  208. align-items: center;
  209. justify-content: space-between;
  210. }
  211. .source-user .source-user-left {
  212. font-size: 32rpx;
  213. color: #999;
  214. }
  215. .source-user .source-user-right {
  216. font-size: 32rpx;
  217. color: #000;
  218. display: flex;
  219. align-items: center;
  220. }
  221. .source-user .source-user-right .icon {
  222. font-size: 20rpx;
  223. color: #999;
  224. display: block;
  225. margin-left: 20rpx;
  226. }
  227. .search-outer {
  228. border-bottom: 2rpx solid #f5f5f5;
  229. font-size: 32rpx;
  230. padding-bottom: 28rpx;
  231. margin-bottom: 40rpx;
  232. }
  233. .search-outer .search-inner {
  234. font-size: 32rpx;
  235. color: #666;
  236. }
  237. .search-outer .search-inner .placeholder {
  238. font-size: 32rpx;
  239. color: #999;
  240. }
  241. .city-style {
  242. display: flex;
  243. flex-direction: column;
  244. justify-content: center;
  245. }
  246. .city-style text {
  247. font-size: 30rpx;
  248. font-family: PingFangSC-Regular, PingFang SC;
  249. font-weight: 600;
  250. color: #333333;
  251. height: 80rpx;
  252. line-height: 80rpx;
  253. }
  254. .city-style .name-box {
  255. width: 500rpx;
  256. overflow: hidden;
  257. text-overflow: ellipsis;
  258. white-space: nowrap;
  259. }
  260. .city-style .name-box .en-name {
  261. font-family: PingFangSC-Regular, PingFang SC;
  262. font-weight: 400;
  263. font-size: 28rpx;
  264. color: #333333;
  265. margin-right: 10rpx;
  266. }
  267. .city-style .name-box .name {
  268. font-family: PingFangSC-Regular, PingFang SC;
  269. font-weight: 400;
  270. font-size: 28rpx;
  271. color: #8D8D8D;
  272. }
  273. .city-style .active .en-name,
  274. .city-style .active .name {
  275. color: #ff523d;
  276. }