|
|
|
|
@ -31,7 +31,7 @@
@@ -31,7 +31,7 @@
|
|
|
|
|
<div class="progress-section-img" style="width: 320px;height: 320px;"> |
|
|
|
|
<img v-if="shapeImage" class="box1-back-image" :src="shapeImage" style="width: 320px;height: 320px;" alt=""> |
|
|
|
|
<div class="box1-front-box" :style="getStyle"> |
|
|
|
|
<img class="box1-front-image" :src="imageUrl" alt=""> |
|
|
|
|
<img class="box1-front-image" :src="imageUrl" alt="" style="max-height: 320px;"> |
|
|
|
|
<!-- <div class="box1-round-shadow" v-if="shapeId == 1 && shapeImage == ''" style="width: 320px;height: 320px;"></div> --> |
|
|
|
|
</div> |
|
|
|
|
<div class="shape-text" :style="shapeTextStyle" v-if="shapeText">{{shapeText}}</div> |
|
|
|
|
@ -1060,7 +1060,6 @@ onUnmounted(() => {
@@ -1060,7 +1060,6 @@ onUnmounted(() => {
|
|
|
|
|
.box1-front-image { |
|
|
|
|
width: 100%; |
|
|
|
|
height: auto; |
|
|
|
|
max-height: 320px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
background: rgba(0, 0, 0, 0.3); |
|
|
|
|
} |
|
|
|
|
|