parent
4e8dbdf0c3
commit
a9af8c81ab
@ -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…
Reference in new issue