parent
2ae245b080
commit
290c191681
@ -0,0 +1,31 @@
|
|||||||
|
/* 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;
|
||||||
|
}
|
Loading…
Reference in new issue