myResume.wxss 2.4 KB

page{
  line-height: 1;
}
.container{
  display: flex;
  flex-flow: column;
}
.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rpx 32rpx 24rpx 34rpx;
  
}
.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%;
}
.LineColor{
  width:750rpx;
  height:14rpx;
  background:rgba(242,242,242,1);
}
.wechat_name{
  font-size: 32rpx;
  color: #1A1A1A;
}
.real_name{
  color: #999999;
}

.mid{
  padding: 34rpx 0;
  margin: 0 32rpx;
  border-bottom: 1px solid #EBEBEB;
  font-size: 32rpx;
}
.mid input{
  width: 230rpx;
}
.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;
}
.top_right_text{
  color: #999999;
}
.content{
  flex-flow: column;
  align-items: normal;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.content textarea{
  margin-top: 23rpx;
  width:686rpx;
  height:300rpx;
  background:rgba(242,242,242,1);
  border-radius:10rpx;
  box-sizing: border-box;
  padding: 24rpx;
  font-size: 28rpx;
  color:#1A1A1A;
}
.textarea_number{
  position: absolute;
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
  line-height:36rpx;
  bottom: 50rpx;
  right: 25rpx;
}
.reminder{
  text-align: center;
  margin-top: 23rpx;
  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
 
}
.bottom{
  margin: 24rpx 0 32rpx 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_btn{
  width:686rpx;
  height:90rpx;
  line-height: 90rpx;
  text-align: center;
  background:rgba(255,129,44,1);
  border-radius:5rpx;


  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,255,255,1);

}