This commit is contained in:
yixu
2025-09-17 14:51:31 +08:00
parent 50401c0427
commit 4ec6306841
11 changed files with 48 additions and 18 deletions

View File

@@ -241,7 +241,7 @@ markers.value = [
}"
@click.stop="$emit('go-photo-square')">
</div>
<!-- <p class="my-photo-desc">只能选一张照片打榜每周一打榜成绩清零 可重新选择照片参与打榜</p> -->
<p class="my-photo-desc">位会员只能选一张照片参与打榜点赞前30名即可活动中秋精美礼品速速邀请好友为你点赞吧</p>
<div class="image-gallery">
<!-- <RecycleScroller
class="scroller"
@@ -358,7 +358,8 @@ markers.value = [
width: 87vw;
top: 48vw;
text-align: center;
color: #855211
color: #855211;
font-size: 3.6vw;
}
.refresh-btn {
width: 12vw;
@@ -391,7 +392,7 @@ markers.value = [
display: flex;
flex-flow: row;
flex-wrap: wrap;
top: 10vw;
top: 26vw;
}
.image-container {
@@ -408,7 +409,6 @@ markers.value = [
align-items: center;
position: relative;
min-height: -webkit-fill-available;
position: relative;
cursor: pointer;
}
@@ -431,7 +431,7 @@ markers.value = [
width: 100%;
height: 92vh;
background-image: url('../assets/images/my-photov2.webp');
background-size: cover;
background-size: 100%;
background-repeat: no-repeat;
display: flex;
flex-direction: column;