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.

31 lines
547 B

/* pages/third/third.wxss */
.userinfo{
z-index: 1;
flex-direction: column;
align-items: center;
display: flex;
}
.namel{
z-index: 1;
margin-top: 0rpx;
}
.userinfo-avatar{
z-index: 1;
color: rgb(13, 56, 245);
font-weight:620;
font-size: 170rpx;
}
.name{
margin-top: 500rpx;
border: 2rpx solid #405f80;
width:400rpx;
height:100rpx;
border-radius:5rpx;
text-align:center;
}
.gu{
font-size: 90rpx;
font-weight:620; /*字体粗细*/
line-height: 80rpx;
color: #405f80;
}