21301050 | 01e07a1 | 2025-06-09 18:00:40 +0800 | [diff] [blame] | 1 | .avatar-container { |
2 | position: relative; | ||||
3 | display: inline-block; | ||||
4 | width: 100px; | ||||
5 | height: 100px; | ||||
6 | } | ||||
7 | |||||
8 | .user-avatar { | ||||
9 | position: absolute; | ||||
10 | width: 80px; | ||||
11 | height: 80px; | ||||
12 | top: 10px; | ||||
13 | left: 10px; | ||||
14 | z-index: 1; | ||||
15 | } | ||||
16 | |||||
17 | .avatar-frame-image { | ||||
18 | position: absolute; | ||||
19 | width: 100%; | ||||
20 | height: 100%; | ||||
21 | top: 0; | ||||
22 | left: 0; | ||||
23 | z-index: 2; | ||||
24 | pointer-events: none; | ||||
25 | } |