addr_1.wxss 1.9 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;
  flex-flow: column;
  box-sizing: border-box;
  padding: 30rpx 32rpx 32rpx 0;
  margin: 0 0 0 32rpx;
  border-bottom: 1px solid #f7f7f7;
  
}
.top_item_t{
  display: flex;
  justify-content: space-between;
}
.top_item_t_left{
  font-size:32rpx;
  font-family:PingFang SC;
  font-weight:600;
  color:rgba(51,51,51,1);
  opacity:1;
  position: relative;
}
.top_item_t_right{
  display: flex;
  align-items: center;
}
.top_phone{
  font-size:28rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(51,51,51,1);
  opacity:1;
}
.top_modify{
  margin-left: 44rpx;
  width:30rpx;
  height:30rpx;
  opacity:1;
  display: flex;
}
.top_modify image{
  width: 100%;
  height: 100%;
}
.top_delete{
  margin-left: 24rpx;
  width: 29rpx;
  height: 28rpx;
  display: flex;
}
.top_delete image{
  width: 100%;
  height: 100%;
}
.top_default{
  width:64rpx;
  height:32rpx;
  text-align: center;
  background:rgba(110,172,61,0.2);
  opacity:1;
  border-radius:8px 8px 8px 0px;
  position: absolute;
 
  font-size:22rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:32rpx;
  color:rgba(110,172,61,1);
  top: -10rpx;
  right: -70rpx;
}
.top_item_b{
  margin-top: 20rpx;
  font-size:24rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(102,102,102,1);
  opacity:1;
}
.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);
  
}