orderSelect.wxss 3.4 KB

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