changqu.wxss 615 字节
page {
  height: 100%;
}

.mapbox {
  height: 100%;
  position: relative;
}

#map {
  height: 100%;
}

.search {
  width: 690rpx;
  height: 90rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  position: fixed;
  top: 29rpx;
  left: 37rpx;
  z-index: 999;
  padding: 24rpx 30rpx;
  box-sizing: border-box;
}

.searchimg {
  width: 41rpx;
  height: 41rpx;
  font-size: 0;
}

.searchinput {
  margin-left: 66rpx;
  height: 40rpx;
  width: 550rpx;
  color: #666666ff;
  font-size: 28rpx;
}

.searchword {
  color: #666666ff;
  font-size: 28rpx;
}