Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G3Backend
/
9dfbcee086ba0c727bd249429523b73fc5686708
/
.
/
react-ui
/
src
/
pages
/
User
/
Center
/
components
/
AvatarCropper
/
index.less
blob: dc3fecf45c04991f5a93b63802aac02100158177 [
file
] [
log
] [
blame
]
.
avatarPreview
{
position
:
absolute
;
top
:
50
%;
transform
:
translate
(
50
%,
-
50
%);
width
:
200px
;
height
:
200px
;
border
-
radius
:
50
%;
box
-
shadow
:
0
0
4px
#ccc;
overflow
:
hidden
;
}