personalData.wxss 4.7 KB

page{
  background: #F5F5F5;
  line-height: 1;
}

.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 0 32rpx;
}
.top{
  margin-top: 70rpx;
  display: flex;
  justify-content: space-between;
}
.top_left{
  display: flex;
  flex-flow: column;
}
.top_left_t{
  font-size:40rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
}
.top_left_b{
  margin-top: 24rpx;
  font-size:28rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.top_right{
  /* width:100rpx;
  height:100rpx;
  line-height: 100rpx;
  text-align: center;
  border:1px solid rgba(207,207,207,1);
  border-radius:50%;

  font-size:26rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1); */
}
.top_right button{
  width:100rpx;
  height:100rpx;
  line-height: 100rpx;
  border:1px solid rgba(207,207,207,1);
  border-radius:50%;
  background: transparent;
  font-size: 26rpx;
  padding: 0;
}

.mid{
  margin-top: 34rpx;
  width:686rpx;
  height:270rpx;
 
  background:rgba(255,255,255,1);
  border-radius:10rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 176rpx;
}
.mid_left{
  display: flex;
  flex-flow: column;
  align-items: center;
  /* justify-content: center; */
}
.mid_left_top{
  width:100rpx;
  height:100rpx;
  border-radius:50%;
}
.mid_left_top image{
  width: 100%;
  height: 100%;
}
.mid_left_bottom{
  margin-top: 26rpx;
  font-size:34rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
}
.mid_right{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.mid_right_top{
  width:100rpx;
  height:100rpx;
  background:rgba(255,249,245,1);
  border-radius:50%;
}
.mid_right_top image{
  width: 100%;
  height: 100%;
}
.mid_right_bottom{
  font-size:34rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
  margin-top: 26rpx;
}
.items{
  margin-top: 24rpx;
  display: flex;
  flex-flow: column;
  background: #fff;
  border-radius: 10rpx;
}
.item{
  height: 118rpx;
  line-height: 118rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  /* box-sizing: border-box; */
  /* padding: 30rpx 0; */
  margin:0 43rpx;
}
.item_left{
  font-size:32rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(102,102,102,1);
}
.item input{
  width: 200rpx;
  font-size:28rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  line-height: 1;
  text-align: right;
}
.item_phone{
  width:220rpx;
  height:60rpx;
  line-height: 60rpx;
  text-align: center;
  border:1px solid rgba(0,204,102,1);
  border-radius:30rpx;

  font-size:26rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(0,204,102,1);
  background: #fff;
}
.item_right{
  display: flex;
  align-items: center;
}
.item_right_lef{
  height: 118rppx;
  line-height: 118rpx;
  font-size:28rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
}
.item_right_rig{
  width:10rpx;
  height:18rpx;
  display: flex;
  margin-left: 20rpx;
}
.item_right_rig image{
  width: 100%;
  height: 100%;
}
.button{
  margin-top: 110rpx;
  width:686rpx;
  height:90rpx;
  line-height: 90rpx;
  background:rgba(255,129,44,1);
  border-radius:10rpx;

  text-align: center;
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,255,255,1);
}
/* .pk{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 118rpx;
  width: 350rpx;
} */
.picker{
  display: flex;
  align-items: center;
}

.top_left{
  font-size: 32rpx;
  color: #666666;
}
.top_right{
  display: flex;
  align-items: center;
}
.top_right_pic{
  width:74rpx;
  height:74rpx;
  display: flex;
}
.top_right_pic image{
  width: 100%;
  height: 100%;
}
.top_right_icon{
  margin-left: 24rpx;
  width:12rpx;
  height:20rpx;
  display: flex;
}
.top_right_icon image{
  width: 100%;
  height: 100%;
}

.wechat_name{
  font-size: 32rpx;
  color: #1A1A1A;
}

.gender{
  display: flex;
  font-size: 26rpx;
}
.male{
  width:70rpx;
  height:44rpx;
  line-height: 44rpx;
  text-align: center;
  
  border: 1px solid #FFAA00;
  color: #FFAA00;
  border-radius:22rpx 0rpx 0rpx 22rpx;
}
.female{
  width:70rpx;
  height:44rpx;
  line-height: 44rpx;
  text-align: center;
  /* background:rgba(255,170,0,1); */
  border: 1px solid #FFAA00;
  color: #FFAA00;
  border-radius:0rpx 22rpx 22rpx 0rpx;
}
.select_gender{
  background:rgba(255,170,0,1);
  color: #fff;
}
.logo{
  width:300rpx;
  height:300rpx;
  font-size: 0;
  margin:200rpx auto 400rpx;
}
.logo image{
  width:100%;
  height:100%;
}
.bbtn{
  margin-top:100rpx;
}