You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

53 lines
795 B

/* pages/my/my.wxss */
page {
background:#EAF1F8;
}
.view_me_main {
display: flex;
flex-direction: row;
background: #f98b29;
padding-top: 40rpx;
padding-left: 5%;
padding-bottom: 40rpx;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
border-radius: 50%;
}
.view_me_infos {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 30rpx;
}
.view_me_text {
font-size: 32rpx;
color: white;
margin-top: 10rpx;
}
.unregirst {
font-size: 32rpx;
text-align: left;
background: white;
padding-left: 20rpx;
padding-top: 20rpx;
padding-bottom: 20rpx;
margin-top: 20rpx;
color: #353535;
}
.unregirstImage{
height: 30rpx;
width: 30rpx;
padding-top: 10rpx;
padding-bottom: 15rpx;
position: absolute;
right: 20rpx;
}