positionDetails.wxss 1.1 KB

page{
  background: #F5F5F5;
  line-height: 1;
}
.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.top{
  display: flex;
  flex-flow: column;
  background: #fff;
}
.top_pic{
  width: 750rpx;
  height: 360rpx;
  display: flex;
}
.top_pic image{
  width: 100%;
  height: 100%;
}
.top_text{
  
  font-size:36rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
  
}
.top_money{
  margin-top: 20rpx;
  font-size:32rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,59,40,1);
}
.text_box{
  box-sizing: border-box;
  padding: 40rpx 40rpx;
}

.item{
  margin-top: 14rpx;
  display: flex;
  flex-flow: column;
  background: #fff;
  box-sizing: border-box;
  padding: 39rpx 32rpx; 
}
.item_top{
  font-size:32rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
}
.item_bottom{
  margin-top: 30rpx;
  font-size:28rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.item_map{
  margin-top: 29rpx;
  width:686rpx;
  height:300rpx;
  display: flex;
}
.item_map image{
  width: 100%;
  height: 100%;
}
.item_infor{
  
}