Browse Source

图片优化

lzm_web
Linzm 5 months ago
parent
commit
3443d055bf
  1. 5
      src/views/badge/orderDetail.vue

5
src/views/badge/orderDetail.vue

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

Loading…
Cancel
Save