|
|
|
|
@ -187,6 +187,8 @@ function getStatus(status: number) {
@@ -187,6 +187,8 @@ function getStatus(status: number) {
|
|
|
|
|
position: relative; |
|
|
|
|
width: 320px; |
|
|
|
|
height: 320px; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
.avatar-back-img { |
|
|
|
|
position: absolute; |
|
|
|
|
@ -197,14 +199,13 @@ function getStatus(status: number) {
@@ -197,14 +199,13 @@ function getStatus(status: number) {
|
|
|
|
|
z-index: 2; |
|
|
|
|
} |
|
|
|
|
.avatar-front-box { |
|
|
|
|
width: 320px; |
|
|
|
|
height: 320px; |
|
|
|
|
position: absolute; |
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
|
.avatar-font-img { |
|
|
|
|
width: 100%; |
|
|
|
|
height: auto; |
|
|
|
|
max-height: 320px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
.progress-image-item-shadow { |
|
|
|
|
|