hunt.wxss 639 字节
.search_box {
  margin-top: 15rpx;
  width: 100%;
  height: 70rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search{
  flex: 7;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 15rpx;
}
.search_box  input {
  text-indent: 15rpx;
  color: #ccc;
  font-size: 28rpx;
  height: 70rpx;
  line-height: 70rpx;
}

.search_box image {
  margin-left: 20rpx;
  width: 31rpx;
  height: 31rpx;
}

.search_box .search_btn {
  flex: 1;
  height: 70rpx;
  color: #E8370F;
  text-align: center;
  font-size:28rpx;
  font-weight: 700;
  line-height: 36rpx;
  background-color: transparent;
}