addr_2.wxss 2.1 KB
page{
  background: #f7f7f7;
}

.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
  position: relative;
}
.top{
  margin-top: 16rpx;
  display: flex;
  flex-flow: column;
  background: #fff;
}
.top_item{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 30rpx 32rpx 32rpx 0;
  margin: 0 0 0 32rpx;
  border-bottom: 1px solid #f7f7f7;
  
}
.bottom{
  margin-top: 224rpx;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_btn{
  width:688rpx;
  height:96rpx;
  line-height: 96rpx;
  text-align: center;
  background:linear-gradient(168deg,rgba(181,222,150,1) 0%,rgba(74,172,32,1) 100%,rgba(0,0,0,1) 100%);
  opacity:1;
  border-radius:48rpx;

  
  font-size:34rpx;
  font-family:PingFang SC;
  font-weight:600;
  
  color:rgba(255,255,255,1);
  
}

.top_item_name{
  width: 180rpx;
  height: 44rpx;
  font-size:32rpx;
  font-family:PingFang SC;
  font-weight:400;
  
  color:rgba(51,51,51,1);
  opacity:1;
}
.top_item input{
  height: 44rpx;
  font-size: 32rpx;
  width: 450rpx;
}
.top_item_right{
  width: 508rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32rpx;
}
.top_item_right_pic{
  width: 16rpx;
  height: 32rpx;
  display: flex;
}
.top_item_right_pic image{
  width: 100%;
  height: 100%;
}


.top_between{
  justify-content: space-between;
}
.top_item_text{
  
  font-size:26rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(204,204,204,1);
  opacity:1;
}
.top_height{
  height: 200rpx;
  font-size: 26rpx;
}
.top_height textarea{
  width: 100%;
  height: 100%;
}

.mid{
  margin-top: 16rpx;
  display: flex;
  background: #fff;
}
.mid_addr{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30rpx 32rpx 32rpx 0;
  margin: 0 0 0 32rpx; 
}
.mid_addr_set{
  
  font-size:32rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(51,51,51,1);
  opacity:1;
}
.mid_addr_pic{
  width:64rpx;
  height:32rpx;
  opacity:1;
  border-radius:16rpx;
  display: flex;
}
.mid_addr_pic image{
  width: 100%;
  height: 100%;
}
.piker{
  width: 300rpx;
}