list.wxss 1.0 KB

1234567891011121314
  1. .worker_search{ height: 110rpx; margin: 20rpx; position: relative; z-index: 1; padding:16rpx 30rpx 0 30rpx; box-sizing: border-box;box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03); border-radius: 20rpx; background: #ffffff;}
  2. .worker_search_con{ display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; border-radius: 80rpx; background: #F2F5F9;}
  3. .worker_search_con input{ flex: auto; width: 100%; background: none; border: none; height: 78rpx;}
  4. .worker_search_con view{ flex: none; width: 100rpx; display: inline-block; line-height: 60rpx; font-size: 26rpx;}
  5. .worker_search_con view text{ margin-right: 10rpx; font-size: 30rpx;}
  6. .query_list{ padding: 0 20rpx 20rpx 20rpx;}
  7. .query_item{ background-color: #ffffff; line-height: 34rpx; color: #333333; font-size: 24rpx; border-radius: 16rpx; position: relative; margin-bottom: 20rpx; padding:0 22rpx;}
  8. .query_item_txt{ padding: 20rpx 0;}
  9. .query_item_label{ color: #999999;}
  10. .worker_search_con > image{
  11. width: 40rpx;
  12. height: 32rpx;
  13. margin-right: 10rpx;
  14. }