feat(开斋节活动): 新增弹窗关闭按钮
This commit is contained in:
parent
7dc75b0828
commit
d99770a43c
@ -2228,7 +2228,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 排行榜帮助弹窗 -->
|
<!-- 排行榜帮助弹窗 -->
|
||||||
<div v-show="rankingHelpShow" @click.stop>
|
<div v-show="rankingHelpShow" style="position: relative; z-index: 0" @click.stop>
|
||||||
|
<!-- 关闭按钮 -->
|
||||||
|
<img
|
||||||
|
v-smart-img
|
||||||
|
:src="imageUrl('closeBt')"
|
||||||
|
alt=""
|
||||||
|
style="width: 8vw; position: absolute; z-index: 9; top: -5vw; right: 3vw"
|
||||||
|
@click="closedPopup"
|
||||||
|
/>
|
||||||
<itemCenter
|
<itemCenter
|
||||||
style="min-height: 142.39vw"
|
style="min-height: 142.39vw"
|
||||||
:imgUrl="imageUrl(getImgName('helpBg'))"
|
:imgUrl="imageUrl(getImgName('helpBg'))"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user