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.
32 lines
589 B
32 lines
589 B
/* 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;
|
|
}
|
|
|