Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
4d0e803afc653801d1841e60853775847f9ba69c
/
.
/
src
/
components
/
selfStatus
/
style.css
blob: afb50a0e89dd57381e581ac0e0ca857b1348627a [
file
] [
log
] [
blame
]
.
user
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
margin-top
:
20px
;
}
.
user img
{
width
:
40%
;
border-radius
:
20px
;
margin-top
:
20px
;
}
.
info p
{
font-size
:
20px
;
font-weight
:
bold
;
margin-top
:
20px
;
}