index.wxss 898 字节
/**index.wxss**/
.position {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 14rpx 20rpx;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.position .left {
  display: flex;
  align-items: center;
}
.position .left .icon-location {
  font-size: 44rpx;
  color: #ffffff;
  margin-right: 14rpx;
}
.position .left .icon-arrow-down {
  font-size: 36rpx;
  color: #ffffff;
  margin-left: 18rpx;
}
.position text {
  color: #ffffff;
  font-size: 28rpx;
}
.position input {
  width: 478rpx;
  height: 52rpx;
  border-radius: 10rpx;
  color: #ffffff;
  padding-left: 20rpx;
  font-size: 28rpx;
  background-color: rgba(255,255,255,0.3);
}
swiper {
  width: 100%;
  height: 360rpx;
  /*margin-top: 20rpx;*/
}
.slide-image {
  width: 100%;
  height: 100%;
}