modifyPersonInformation.wxss 2.5 KB
/* pages/my/modifyPersonInformation/modifyPersonInformation.wxss */
.banner{
        position: relative;
        width: 100%;
        height: 100%
}

page{
  background-color: #F2F4F5;
}
.content_item{
  background-color: #fff;
  margin-top: 20rpx;
  padding: 0 31rpx;
}
.item_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #F1F1F1;
  padding: 28rpx 0;
}

.content_title{
  font-size: 28rpx;
  color: #222;
}

.person_information_box{
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #999999;
}
.head_portrait{
  width: 104rpx;
  height: 104rpx;
}
.head_portrait image{
  width: 100%;
  height: 100%;
}
.icon-jinru{
  font-size: 19rpx;
  margin-left: 19rpx;
}

body{
        width: 100%;
        height: 100%;
}

.mask{
        width: 100%;
        height:100%;
        position: absolute;
        left: 0;
        top: 0;
        background:rgba(0,0, 0, 0.85);
        z-index: 999;
        overflow: hidden
}

.show_change_sex{
        position: absolute;
        bottom:4rpx;
        left: 0;
        width: 100%;
        height: 404rpx;
        background:rgba(255,255,255,1);
        border-radius:16px 16px 0px 0px;                        
}

.choose_sex{
        width: 100%;
        height:28rpx;
        font-size:30rpx;
        text-align: center;
        font-family:PingFang-SC-Heavy;
        font-weight:800;
        color:rgba(38,54,58,1);
        line-height:62rpx;
        margin:41rpx auto 0;
}

.choose{
        width: 44.8%;
        height: 38rpx;
        margin: 86rpx auto 0;
        display: flex;
        justify-content: space-between;
}

.man{
        display: flex
}

.xuanzhong{
        width: 38rpx;
        height: 38rpx;
        border-radius: 50%;
}

.xuanzhong image{
        width: 38rpx;
        height: 38rpx;
}

.nan{
        width:25rpx;
        height:27rpx;
        font-size:30rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(38,54,58,1);
        line-height:40rpx;
        margin-left:20rpx;
}

.icon-weixuanzhong{
        color:#EDEDED;
}

.icon-weixuanzhong.active{
        color:#FFDA44;
}

.confirm{
        width:92.53%;
        height:80rpx;
        background:rgba(255,218,68,1);
        box-shadow:0 10rpx 10rpx 0 rgba(255,218,68,0.6);
        border-radius:40rpx;
        margin:90rpx auto 0;
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(51,51,51,1);
        text-align: center;
        line-height: 80rpx;
}