update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user