blob: dc3fecf45c04991f5a93b63802aac02100158177 [file] [log] [blame]
86133aaa3f5d2025-04-20 21:33:29 +08001.avatarPreview {
2 position: absolute;
3 top: 50%;
4 transform: translate(50%, -50%);
5 width: 200px;
6 height: 200px;
7 border-radius: 50%;
8 box-shadow: 0 0 4px #ccc;
9 overflow: hidden;
10}