ADD file via upload

main
p9bwcp862 1 month ago
parent cf52add745
commit 1064be90a7

@ -0,0 +1,32 @@
/* pages/second/second.wxss */
page{
background-color: pink
}
.userinfo{
flex-direction: column;
align-items: center;
margin-top: 50px;
display: flex;
}
.namel{
margin-top: 0px;
}
.userinfo-avatar{
font-weight:620;
font-size: 170rpx;
}
.name{
margin-top: 500rpx;
border: 2px solid #405f80;
width:400rpx;
height:100rpx;
border-radius:5px;
text-align:center;
}
.gu{
font-size: 90rpx;
font-weight:620; /*字体粗细*/
line-height: 80rpx;
color: #405f80;
}
Loading…
Cancel
Save