personpage.wxss 896 字节
.touxiang{
  width:60rpx;
  height:60rpx;
  border-radius:50%;
  font-size: 0
}
.headtop{
   border-bottom:16rpx solid #F2F2F2; 
}

.touxiang image{
  width:100%;
  height:100%;
  border-radius:50%;
}
.headtopitem{
  display:flex;
  justify-content:space-between;
  align-items: center;
  padding: 35rpx 36rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
  
 

}
.headtopleft{
  color:#333333;
  font-size: 28rpx;
}
.entername{
  width:238rpx;
  color:#999999;
  font-size:28rpx;
  text-align: right 
}
.enterming{
  color:#666;
  font-size:28rpx;
  text-align: right 
}
.qianming{
  width:528rpx;
}
.sexname{
  width:300rpx;
  height:48rpx;
  line-height: 48rpx;
  text-align: right;
  color:#666;
  font-size:28rpx;
  margin-right:22rpx;

}
.rowimg{
  width:14rpx;
  height:24rpx;
  font-size: 0
}
.selectoption{
  display:flex;
  align-items: center;
}
input{
  color: #666
}