searchInput.wxss 438 字节
.searchInput navigator {
  width: 686rpx;
  height: 70rpx;
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 32rpx; */
  border-radius: 12rpx;
}

.searchInput navigator input {
  text-indent: 20rpx;
  flex: 8;
  color: #ccc;
  font-size: 28rpx;
  height: 70rpx;
  line-height: 70rpx;
}

.searchInput navigator image {
  margin-left: 30rpx;
  width: 31rpx;
  height: 31rpx;
}