query.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .query_top {
  2. background-color: var(--color);
  3. position: relative;
  4. height: 120rpx;
  5. }
  6. .query_top_img1 {
  7. position: absolute;
  8. width: 366rpx;
  9. height: 38rpx;
  10. top: 24rpx;
  11. left: 32rpx;
  12. }
  13. .query_top_img2 {
  14. position: absolute;
  15. width: 352rpx;
  16. height: 130rpx;
  17. top: 20rpx;
  18. right: 0;
  19. z-index: 1;
  20. }
  21. /* .query_top_hu::before{ content: ""; display: block; width: 1500rpx; height: 750rpx;} */
  22. .worker_search {
  23. height: 180rpx;
  24. position: relative;
  25. z-index: 1;
  26. padding: 16rpx 0 0 0;
  27. box-sizing: border-box;
  28. box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03);
  29. border-radius: 20rpx 20rpx 0 0;
  30. background: #ffffff;
  31. }
  32. .worker_search_con {
  33. display: flex;
  34. justify-content: space-between;
  35. align-items: center;
  36. padding: 0 30rpx;
  37. margin: 0 30rpx;
  38. border-radius: 80rpx;
  39. background: #F2F5F9;
  40. }
  41. .worker_search_con input {
  42. flex: auto;
  43. width: 100%;
  44. background: none;
  45. border: none;
  46. height: 78rpx;
  47. }
  48. .worker_search_con view {
  49. flex: none;
  50. width: 100rpx;
  51. display: inline-block;
  52. line-height: 60rpx;
  53. font-size: 26rpx;
  54. }
  55. .worker_search_con view text {
  56. margin-right: 10rpx;
  57. font-size: 30rpx;
  58. }
  59. .query_list {
  60. padding: 20rpx 20rpx 20rpx 20rpx;
  61. }
  62. .query_item {
  63. background-color: #ffffff;
  64. line-height: 34rpx;
  65. color: #333333;
  66. font-size: 24rpx;
  67. border-radius: 16rpx;
  68. position: relative;
  69. margin-bottom: 20rpx;
  70. padding: 0 22rpx;
  71. }
  72. .query_item_txt {
  73. padding: 20rpx 0;
  74. display: flex;
  75. }
  76. .query_item_txt view{
  77. display: block;
  78. white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
  79. }
  80. .query_item_label {
  81. width: auto; flex: none;
  82. color: #999999;
  83. }
  84. .query_zc {
  85. color: #18BC33;
  86. }
  87. .query_jb {
  88. color: #F58329;
  89. }
  90. .query_wx {
  91. color: #F22424;
  92. }
  93. .query_btn {
  94. border-radius: 100rpx;
  95. width: 158rpx;
  96. height: 58rpx;
  97. line-height: 58rpx;
  98. color: var(--color);
  99. text-align: center;
  100. font-size: 24rpx;
  101. position: absolute;
  102. bottom: 20rpx;
  103. right: 22rpx;
  104. background: rgba(45, 89, 230, 0.15);
  105. }
  106. .no_data {
  107. width: 100%;
  108. height: 500rpx;
  109. display: flex;
  110. justify-content: center;
  111. flex-direction: column;
  112. align-items: center;
  113. text-align: center;
  114. border-radius: 16rpx;
  115. }
  116. .no_data cover-image {
  117. width: 442rpx;
  118. height: 194rpx;
  119. flex: none;
  120. }
  121. .no_data image {
  122. width: 442rpx;
  123. height: 194rpx;
  124. flex: none;
  125. }
  126. .no_data_txt {
  127. font-size: 26rpx;
  128. line-height: 36rpx;
  129. flex: none;
  130. padding-top: 10rpx;
  131. color: #999999;
  132. }
  133. .tabs{
  134. display: flex;
  135. justify-content: flex-start;
  136. margin-top: 20rpx;
  137. padding: 0 30rpx;
  138. position: relative;
  139. z-index: 101;
  140. }
  141. .tabs > view{
  142. background: #F1F1F1;
  143. font-size: 24rpx;
  144. display: flex;
  145. align-items: center;
  146. cursor: pointer;
  147. justify-content: space-between;
  148. padding: 5rpx 20rpx;
  149. border-radius: 50rpx;
  150. margin-right: 40rpx;
  151. }
  152. .tabs > view > view{
  153. /* color: #333333; */
  154. }
  155. .tabs > view> image{
  156. width: 40rpx;
  157. height: 35rpx;
  158. }
  159. .selectTab{
  160. background:#F8F8F8;
  161. padding: 20rpx 30rpx;
  162. margin-top: 20rpx;
  163. position: relative;
  164. z-index: 101;
  165. }
  166. .tabText{
  167. display: flex;
  168. justify-content: space-between;
  169. color: #333333;
  170. }
  171. .tabBut{
  172. margin-top: 30rpx;
  173. text-align: center;
  174. display: flex;
  175. justify-content: center;
  176. }
  177. .tabBut .cancel{
  178. display: block;
  179. background: #FFF;
  180. width: 35%;
  181. padding: 20rpx;
  182. color: #1476FE;
  183. }
  184. .tabBut .query{
  185. display: block;
  186. background: #2D59E6;
  187. width: 35%;
  188. color: #FFF;
  189. padding: 20rpx;
  190. }
  191. .isActive{
  192. color: #2D59E6;
  193. }
  194. .cha_win {
  195. position: fixed;
  196. left: 0;
  197. right: 0;
  198. bottom: 0;
  199. top: 0;
  200. background: rgba(0, 0, 0, 0.3);
  201. /* z-index: 99; */
  202. }